Skip to content

Commit

Permalink
Remove empty parentheses.
Browse files Browse the repository at this point in the history
  • Loading branch information
andy840119 committed Jul 21, 2024
1 parent 6462652 commit abcb2b7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions LrcParser.Tests/Utils/TypeUtilsTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,5 @@ public void TestChangeTypeToDifferentType()
Assert.That(TypeUtils.ChangeType<double?>(null), Is.EqualTo(default(double?)));
}

private class TestClass
{
}
private class TestClass;
}

0 comments on commit abcb2b7

Please sign in to comment.