Skip to content

Commit 7539869

Browse files
committed
Final linter issues
1 parent e031abd commit 7539869

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/kotlin/com/theevilroot/asyncsocket/Socks4CoroutineSocket.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ class Socks4CoroutineSocket(
3939
}
4040
if (response[1] != 90.toByte()) {
4141
throw SocksException(
42-
"failed to connect to remote server through proxy. socks error: ${String.format("%02x", response[1])}",
42+
"failed to connect to remote server through proxy. socks error: ${String.format("%02x", response[1])}"
4343
)
4444
}
4545

0 commit comments

Comments
 (0)