Skip to content

Commit d453053

Browse files
Fix newline
1 parent 10f2e68 commit d453053

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Tests/VB/ExtensionMethodRefPropertyTests.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ public void WithMethod()
4949
public static partial class MathEx
5050
{
5151
public static void NegEx(this ref int num)
52-
5352
{
5453
num = -num;
5554
}

0 commit comments

Comments
 (0)