Browse Source

Fix using statement formatting

pull/2853/head
ElektroKill 3 years ago
parent
commit
908a85e8a8
No known key found for this signature in database
GPG Key ID: 7E3C5C084E40E3EC
  1. 1
      ICSharpCode.Decompiler.Tests/TestCases/VBPretty/Async.cs

1
ICSharpCode.Decompiler.Tests/TestCases/VBPretty/Async.cs

@ -2,6 +2,7 @@ @@ -2,6 +2,7 @@
using System.Collections.Generic;
using System.Runtime.CompilerServices;
using System.Threading.Tasks;
using Microsoft.VisualBasic.CompilerServices;
namespace ICSharpCode.Decompiler.Tests.TestCases.VBPretty

Loading…
Cancel
Save