Skip to content

Commit bafdf4b

Browse files
committed
remove extra newline
1 parent 55bffe3 commit bafdf4b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/compiler/checker.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23097,7 +23097,6 @@ namespace ts {
2309723097
Debug.assert((getFunctionFlags(func) & FunctionFlags.Async) === 0, "Enclosing function should never be an async function.");
2309823098
const relatedInfo = createDiagnosticForNode(func, Diagnostics.Did_you_mean_to_mark_this_function_as_async);
2309923099
addRelatedInfo(diagnostic, relatedInfo);
23100-
2310123100
}
2310223101
diagnostics.add(diagnostic);
2310323102
}

0 commit comments

Comments
 (0)