Skip to content

Commit

Permalink
removed superfluous indentation [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
bbottema committed May 14, 2024
1 parent 497df51 commit f999c48
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,13 @@ socksServer.stop(); // stops server on all ports
For use in junit 5 tests (for Junit 4 use a version < 3.0.0):

```
@RegisterExtension
static SockServerExtension sockServerRule = new SockServerExtension(PROXY_SERVER_PORT);
// or
@RegisterExtension
static SockServerExtension sockServerRule = new SockServerExtension(PROXY_SERVER_PORT, myServerSocketFactory);
@RegisterExtension
static SockServerExtension sockServerRule = new SockServerExtension(PROXY_SERVER_PORT);
// or
@RegisterExtension
static SockServerExtension sockServerRule = new SockServerExtension(PROXY_SERVER_PORT, myServerSocketFactory);
```

And that's it!
Expand Down

0 comments on commit f999c48

Please # to comment.