From 17d734630a4158fcc05a91da8168cea1e6c13a63 Mon Sep 17 00:00:00 2001 From: David Snelling Date: Mon, 30 Jun 2025 09:39:25 -0700 Subject: [PATCH] fix(src/augmentationPipeline): remove unnecessary whitespace for formatting consistency - Eliminated redundant line break to ensure consistent code formatting. - Aligns the file with project coding standards for better readability and maintainability. --- src/augmentationPipeline.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/augmentationPipeline.ts b/src/augmentationPipeline.ts index 2a5da1cc..c837734e 100644 --- a/src/augmentationPipeline.ts +++ b/src/augmentationPipeline.ts @@ -692,7 +692,7 @@ export class AugmentationPipeline { if (enabledAugmentations.length === 0) { return [] } - + // Create a function to execute the method on an augmentation const executeMethod = async ( augmentation: T