Skip to content

Commit

Permalink
fixing formatting errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Colin Wilmans committed Apr 16, 2024
1 parent 45ef6ea commit d6015db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ internal sealed class GenerateAutomaticInterfaceAttribute : Attribute
{
internal GenerateAutomaticInterfaceAttribute(string namespaceName = "") { }
}
}
}
2 changes: 1 addition & 1 deletion AutomaticInterface/Tests/GeneratorTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ out var diagnostics

diagnostics.Where(d => d.Severity == DiagnosticSeverity.Error).Should().BeEmpty();

return outputCompilation.SyntaxTrees.Skip(1).LastOrDefault()?.ToString().Replace("\r","");
return outputCompilation.SyntaxTrees.Skip(1).LastOrDefault()?.ToString();
}

[Fact]
Expand Down

0 comments on commit d6015db

Please sign in to comment.