提交 1665ebc0 编写于 作者: C Cyrus Najmabadi

Remove errant return in extern alias handling.

上级 3c86fdbf
......@@ -423,7 +423,7 @@ protected override string GetDescription(INamespaceOrTypeSymbol namespaceSymbol,
if (externAliasUsingDirective != null)
{
return root.AddExterns(
root = root.AddExterns(
externAliasUsingDirective
.WithAdditionalAnnotations(Formatter.Annotation));
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册