Skip to content

Commit f999c48

Browse files
committed
removed superfluous indentation [skip ci]
1 parent 497df51 commit f999c48

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,13 @@ socksServer.stop(); // stops server on all ports
3131
For use in junit 5 tests (for Junit 4 use a version < 3.0.0):
3232

3333
```
34-
@RegisterExtension
35-
static SockServerExtension sockServerRule = new SockServerExtension(PROXY_SERVER_PORT);
36-
37-
// or
38-
39-
@RegisterExtension
40-
static SockServerExtension sockServerRule = new SockServerExtension(PROXY_SERVER_PORT, myServerSocketFactory);
34+
@RegisterExtension
35+
static SockServerExtension sockServerRule = new SockServerExtension(PROXY_SERVER_PORT);
36+
37+
// or
38+
39+
@RegisterExtension
40+
static SockServerExtension sockServerRule = new SockServerExtension(PROXY_SERVER_PORT, myServerSocketFactory);
4141
```
4242

4343
And that's it!

0 commit comments

Comments
 (0)