未验证 提交 b70d43b2 编写于 作者: C CyrusNajmabadi 提交者: GitHub

Update src/Features/Core/Portable/ConflictMarkerResolution/AbstractConflictMarkerCodeFixProvider.cs

Co-Authored-By: NSam Harwell <sam@tunnelvisionlabs.com>
上级 e5c0b394
......@@ -107,7 +107,7 @@ public override async Task RegisterCodeFixesAsync(CodeFixContext context)
token = token.GetNextToken(includeZeroWidth: true);
if (token.RawKind == 0)
{
return default;
return null;
}
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册