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.
This commit is contained in:
David Snelling 2025-06-30 09:39:25 -07:00
parent ef83af4b55
commit 99a8cbfe2c

View file

@ -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