Browse Source

Update ICSharpCode.Decompiler/CSharp/OutputVisitor/InsertParenthesesVisitor.cs

pull/3463/head
Siegfried Pammer 2 months ago committed by GitHub
parent
commit
d4aa2d0e8e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 1
      ICSharpCode.Decompiler/CSharp/OutputVisitor/InsertParenthesesVisitor.cs

1
ICSharpCode.Decompiler/CSharp/OutputVisitor/InsertParenthesesVisitor.cs

@ -17,7 +17,6 @@ @@ -17,7 +17,6 @@
// DEALINGS IN THE SOFTWARE.
using System;
using System.Linq;
using ICSharpCode.Decompiler.CSharp.Syntax;

Loading…
Cancel
Save