mirror of
https://github.com/hierynomus/sshj.git
synced 2025-12-08 08:10:55 +03:00
Fix indentation
This commit is contained in:
@@ -259,9 +259,9 @@ public abstract class SocketClient {
|
|||||||
|
|
||||||
void onConnect() throws IOException {
|
void onConnect() throws IOException {
|
||||||
if (socket != null) {
|
if (socket != null) {
|
||||||
socket.setSoTimeout(timeout);
|
socket.setSoTimeout(timeout);
|
||||||
input = socket.getInputStream();
|
input = socket.getInputStream();
|
||||||
output = socket.getOutputStream();
|
output = socket.getOutputStream();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user