Skip to content

Commit

Permalink
remove extra newline
Browse files Browse the repository at this point in the history
  • Loading branch information
uhyo committed May 1, 2019
1 parent 55bffe3 commit bafdf4b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/compiler/checker.ts
Expand Up @@ -23097,7 +23097,6 @@ namespace ts {
Debug.assert((getFunctionFlags(func) & FunctionFlags.Async) === 0, "Enclosing function should never be an async function.");
const relatedInfo = createDiagnosticForNode(func, Diagnostics.Did_you_mean_to_mark_this_function_as_async);
addRelatedInfo(diagnostic, relatedInfo);

}
diagnostics.add(diagnostic);
}
Expand Down

0 comments on commit bafdf4b

Please sign in to comment.