Removed unnecessary parenthesis

上级 402ae0ac
......@@ -1461,7 +1461,7 @@ Namespace Microsoft.CodeAnalysis.VisualBasic
Return s_variablesMappings.GetValue(
Me,
Function(BoundUsing)
If (BoundUsing.ResourceList.IsDefault) Then
If BoundUsing.ResourceList.IsDefault Then
Return Nothing
End If
Dim usingStatementSyntax = DirectCast(Syntax, UsingBlockSyntax).UsingStatement
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册