From 908a85e8a89d0c7353849bf9b28e41c8f0cce35f Mon Sep 17 00:00:00 2001 From: ElektroKill Date: Sat, 26 Nov 2022 21:10:46 +0100 Subject: [PATCH] Fix using statement formatting --- ICSharpCode.Decompiler.Tests/TestCases/VBPretty/Async.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/ICSharpCode.Decompiler.Tests/TestCases/VBPretty/Async.cs b/ICSharpCode.Decompiler.Tests/TestCases/VBPretty/Async.cs index 552553b13..6cb502dd0 100644 --- a/ICSharpCode.Decompiler.Tests/TestCases/VBPretty/Async.cs +++ b/ICSharpCode.Decompiler.Tests/TestCases/VBPretty/Async.cs @@ -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