Skip to content

Commit 7b67cb3

Browse files
committed
Reformat code
1 parent d002514 commit 7b67cb3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

junixsocket-common/src/test/java/org/newsclub/net/unix/SocketTestBase.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -506,9 +506,9 @@ protected final boolean connectSocket(SocketChannel socketChannel, SocketAddress
506506
protected IOException handleConnectSocketException(SocketChannel socketChannel,
507507
SocketAddress endpoint, Exception e) {
508508
if (e instanceof IOException) {
509-
return (IOException) e;
509+
return (IOException)e;
510510
} else if (e instanceof RuntimeException) {
511-
throw (RuntimeException) e;
511+
throw (RuntimeException)e;
512512
} else {
513513
throw new IllegalStateException(e);
514514
}

0 commit comments

Comments
 (0)