未验证 提交 d7dc7572 编写于 作者: J Joey Robichaud 提交者: GitHub

Avoid duplicate calculation of formattedSourceText

Co-Authored-By: Nsharwell <sam@tunnelvisionlabs.com>
上级 84327002
......@@ -166,7 +166,7 @@ private static async Task<Solution> FormatFilesInProjectAsync(ILogger logger, Pr
return null;
}
return await formattedDocument.GetTextAsync(cancellationToken).ConfigureAwait(false);
return formattedSourceText;
}, cancellationToken);
formattedDocuments.Add((documentId, formatTask));
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册