Skip to content

Commit ac7d3ae

Browse files
committed
Fix formatting
1 parent 8e63c68 commit ac7d3ae

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Diff for: test/SourceGeneratorTests/ControllerGenerationTests.cs

+2-3
Original file line numberDiff line numberDiff line change
@@ -490,9 +490,8 @@ public sealed class Item
490490

491491
GeneratorDriverRunResult runResult = driver.GetRunResult();
492492

493-
runResult.Should()
494-
.HaveSingleDiagnostic(
495-
"(6,21): warning JADNC001: Type 'Item' must implement IIdentifiable<TId> when using ResourceAttribute to auto-generate ASP.NET controllers");
493+
runResult.Should().HaveSingleDiagnostic(
494+
"(6,21): warning JADNC001: Type 'Item' must implement IIdentifiable<TId> when using ResourceAttribute to auto-generate ASP.NET controllers");
496495

497496
runResult.Should().NotHaveProducedSourceCode();
498497
}

0 commit comments

Comments
 (0)