remove extra newline

This commit is contained in:
uhyo 2019-05-02 03:45:17 +09:00
parent 55bffe3616
commit bafdf4baf8

View file

@ -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);
}