Skip to content

Commit 2f56b70

Browse files
committed
Fix formatting
1 parent 48cbb46 commit 2f56b70

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/main/java/org/java_websocket/client/WebSocketClient.java‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -488,8 +488,8 @@ public void run(){
488488
SSLSocketFactoryfactory = null;
489489
// Prioritise the provided socketfactory
490490
// Helps when using web debuggers like Fiddler Classic
491-
if (socketFactory != null&& (socketFactoryinstanceofSSLSocketFactory)){
492-
factory = (SSLSocketFactory) socketFactory;
491+
if (socketFactory != null && (socketFactoryinstanceofSSLSocketFactory)){
492+
factory = (SSLSocketFactory) socketFactory;
493493
} else{
494494
SSLContextsslContext = SSLContext.getInstance("TLSv1.2");
495495
sslContext.init(null, null, null);

0 commit comments

Comments
(0)