Browse Source

Fix formatting.

pull/2145/head
Daniel Grunwald 5 years ago
parent
commit
754a2f00fc
  1. 2
      ICSharpCode.Decompiler.Tests/Helpers/Tester.cs

2
ICSharpCode.Decompiler.Tests/Helpers/Tester.cs

@ -464,7 +464,7 @@ namespace ICSharpCode.Decompiler.Tests.Helpers
} }
else else
{ {
var settings= new DecompilerSettings(CSharp.LanguageVersion.CSharp5); var settings = new DecompilerSettings(CSharp.LanguageVersion.CSharp5);
if (cscOptions.HasFlag(CompilerOptions.UseMcs)) if (cscOptions.HasFlag(CompilerOptions.UseMcs))
{ {
// we don't recompile with mcs but with roslyn, so we can use ref locals // we don't recompile with mcs but with roslyn, so we can use ref locals

Loading…
Cancel
Save