Skip to content

Commit b783f61

Browse files
committed
Run formatter
1 parent 48639e3 commit b783f61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/compiler/transformers/es2018.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1182,7 +1182,7 @@ export function transformES2018(context: TransformationContext): (x: SourceFile
11821182
/*typeParameters*/ undefined,
11831183
innerParameters ?? [],
11841184
/*type*/ undefined,
1185-
asyncBody
1185+
asyncBody,
11861186
),
11871187
!!(hierarchyFacts & HierarchyFacts.HasLexicalThis),
11881188
),

0 commit comments

Comments
 (0)