Skip to content

Commit 2576ea1

Browse files
committed
fix linter alert
1 parent ba7c1a1 commit 2576ea1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/services/formatting/rules.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -712,8 +712,8 @@ namespace ts.formatting {
712712
case SyntaxKind.Block: {
713713
const blockParent = context.currentTokenParent.parent;
714714
if (blockParent.kind !== SyntaxKind.ArrowFunction &&
715-
blockParent.kind !== SyntaxKind.FunctionExpression)
716-
{
715+
blockParent.kind !== SyntaxKind.FunctionExpression
716+
) {
717717
return true;
718718
}
719719
}

0 commit comments

Comments
 (0)