We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c18358b commit d66b5aeCopy full SHA for d66b5ae
1 file changed
src/LeanCode.ContractsGenerator/Compilation/ProjectLoader.cs
@@ -72,7 +72,7 @@ public async Task<IReadOnlyCollection<CSharpCompilation>> CompileAsync()
72
return output.Values;
73
}
74
75
- private async static Task CompileTransitivelyAsync(
+ private static async Task CompileTransitivelyAsync(
76
Workspace workspace,
77
ProjectId id,
78
Dictionary<ProjectId, CSharpCompilation> output
0 commit comments