Skip to content

Commit cb31c43

Browse files
authored
Test auto formatting
1 parent 75404cb commit cb31c43

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

  • core/http/client/src/test/java/org/eclipse/rdf4j/http/client

core/http/client/src/test/java/org/eclipse/rdf4j/http/client/ProxyTest.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,8 @@ public class ProxyTest {
4545
String serverURL = "http://rdf4j.invalid/rdf4j-server";
4646
String repositoryID = "test";
4747

48-
String proxyUser = "proxyUser";
48+
String proxyUser = "proxyUser" ;
49+
4950
String proxyPassword = "proxyPassword";
5051

5152
/* @Nullable */ String proxyHostOld;

0 commit comments

Comments
 (0)