提交 92b9ba63 编写于 作者: T Tom Needham

Fix Formatting Warnings on Build

上级 f5a9d937
......@@ -73,9 +73,9 @@ public override Task RegisterCodeFixesAsync(CodeFixContext context)
return (t.invocationOrCreation, additionalNodesToTrack.ToImmutableAndFree());
},
(_1, _2, _3) => true,
(semanticModel, currentRoot, t, currentNode)
(semanticModel, currentRoot, t, currentNode)
=> ReplaceIdentifierWithInlineDeclaration(
options, semanticModel, currentRoot, t.declarator,
options, semanticModel, currentRoot, t.declarator,
t.identifier, t.invocationOrCreation, currentNode, declarationsToRemove),
cancellationToken).ConfigureAwait(false);
}
......
......@@ -166,7 +166,7 @@ private static async Task<Solution> FormatFilesInProjectAsync(ILogger logger, Pr
return null;
}
return formattedSourceText;
return formattedSourceText;
}, cancellationToken);
formattedDocuments.Add((documentId, formatTask));
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册