Skip to content

Commit

Permalink
dotnet-format
Browse files Browse the repository at this point in the history
  • Loading branch information
kzrnm committed Nov 30, 2020
1 parent d2491c3 commit d279750
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Source/SourceExpander.Generator/EmbeddedLoader.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ public class EmbeddedLoader
private readonly IDiagnosticReporter reporter;

public EmbeddedLoader(
CSharpCompilation compilation,
CSharpParseOptions parseOptions,
CSharpCompilation compilation,
CSharpParseOptions parseOptions,
IDiagnosticReporter reporter)
{
var trees = compilation.SyntaxTrees;
Expand Down

0 comments on commit d279750

Please sign in to comment.