未验证 提交 8aaffba3 编写于 作者: T Tom Needham 提交者: GitHub

remove surplus 'd'

Co-Authored-By: NJoey Robichaud <joseph.robichaud@microsoft.com>
上级 69e5f5ef
......@@ -49,7 +49,7 @@ public override Task RegisterCodeFixesAsync(CodeFixContext context)
var blocks = topmostUsingStatements.Select(u => (BlockSyntax)u.Parent);
// Process blocks in reverse order so we rewrite from inside-to-outside with nested
// usings.d
// usings.
var root = editor.OriginalRoot;
var updatedRoot = root.ReplaceNodes(
blocks.OrderByDescending(b => b.SpanStart),
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册