mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-10 10:58:20 -05:00
remove extra newline
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user