C#: Fix formatting issues

This commit is contained in:
Tamas Vajk
2021-02-10 09:00:28 +01:00
parent 7e83a608a2
commit 1a4f370d15
2 changed files with 8 additions and 3 deletions

View File

@@ -163,7 +163,7 @@ namespace Semmle.Extraction.CIL.Driver
}
private readonly HashSet<string> filesAnalyzed = new HashSet<string>();
public HashSet<AssemblyName> MissingReferences {get;} = new HashSet<AssemblyName>();
public HashSet<AssemblyName> MissingReferences { get; } = new HashSet<AssemblyName>();
}
/// <summary>