From fe508f7c7abe0812130809bf3a768eb770fa456c Mon Sep 17 00:00:00 2001 From: Kirill Osenkov Date: Sat, 1 Jul 2023 19:03:35 -0700 Subject: [PATCH] Re-add BOM --- ICSharpCode.Decompiler.Tests/PdbGenerationTestRunner.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ICSharpCode.Decompiler.Tests/PdbGenerationTestRunner.cs b/ICSharpCode.Decompiler.Tests/PdbGenerationTestRunner.cs index eb00d3c2cf5..04f5443f1e0 100644 --- a/ICSharpCode.Decompiler.Tests/PdbGenerationTestRunner.cs +++ b/ICSharpCode.Decompiler.Tests/PdbGenerationTestRunner.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.IO; using System.Linq; using System.Reflection.Metadata;