提交 8bbe6470 编写于 作者: P Paul Chen

Fix spacing after merge.

上级 0b3ee67b
......@@ -48,10 +48,10 @@ internal class CSharpAddAwaitCodeFixProvider : AbstractAddAsyncAwaitCodeFixProvi
CancellationToken cancellationToken)
{
var expression = oldNode as ExpressionSyntax;
if (expression == null)
{
if (expression == null)
{
return SpecializedTasks.Default<SyntaxNode>();
}
}
switch (diagnostic.Id)
{
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册