提交 2e52e3f8 编写于 作者: S Sam Harwell

Wrap arguments

上级 b942e6e2
......@@ -65,7 +65,11 @@ public static async Task<int> Run(string workspace, string verbosity, IConsole c
MSBuildCoreLoader.LoadDotnetInstance(workspaceDirectory);
return await CodeFormatter.FormatWorkspaceAsync(
logger, workspacePath, isSolution, logAllWorkspaceWarnings: logLevel == LogLevel.Trace, cancellationTokenSource.Token).ConfigureAwait(false);
logger,
workspacePath,
isSolution,
logAllWorkspaceWarnings: logLevel == LogLevel.Trace,
cancellationTokenSource.Token).ConfigureAwait(false);
}
catch (FileNotFoundException fex)
{
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册