Skip to content

Commit 9044429

Browse files
committed
Fix formatting by adding a newline at the end of ProxyTest.cs
1 parent 3d4009c commit 9044429

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dotnet/test/common/ProxyTest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,4 +327,4 @@ public void ConstructingWithNullKeysWorksAsExpected()
327327
Assert.That(proxy.IsAutoDetect, Is.False);
328328
Assert.That(proxy.HttpProxy, Is.EqualTo("http://www.example.com"));
329329
}
330-
}
330+
}

0 commit comments

Comments
 (0)