Skip to content

Commit d6c9119

Browse files
committed
trying to get check happy
1 parent eb8ab20 commit d6c9119

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Src/CSharpier.Tests/CSharp/SyntaxNodeComparerTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
using CSharpier.Core;
21
using CSharpier.Core.CSharp;
32
using FluentAssertions;
43
using Microsoft.CodeAnalysis;
@@ -18,6 +17,7 @@ public void Class_Not_Equal_Namespace()
1817

1918
var result = CompareSource(left, right);
2019

20+
// wtf
2121
ResultShouldBe(
2222
result,
2323
"""

0 commit comments

Comments
 (0)