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
ef83af4b55
commit
99a8cbfe2c
1 changed files with 1 additions and 1 deletions
|
|
@ -692,7 +692,7 @@ export class AugmentationPipeline {
|
||||||
if (enabledAugmentations.length === 0) {
|
if (enabledAugmentations.length === 0) {
|
||||||
return []
|
return []
|
||||||
}
|
}
|
||||||
|
|
||||||
// Create a function to execute the method on an augmentation
|
// Create a function to execute the method on an augmentation
|
||||||
const executeMethod = async (
|
const executeMethod = async (
|
||||||
augmentation: T
|
augmentation: T
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue