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:
parent
7099667279
commit
17d734630a
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue