Skip to content

Commit 2f56b70

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

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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
SSLSocketFactory factory = null;
489489
// Prioritise the provided socketfactory
490490
// Helps when using web debuggers like Fiddler Classic
491-
if (socketFactory != null && (socketFactory instanceof SSLSocketFactory)) {
492-
factory = (SSLSocketFactory) socketFactory;
491+
if (socketFactory != null && (socketFactory instanceof SSLSocketFactory)) {
492+
factory = (SSLSocketFactory) socketFactory;
493493
} else {
494494
SSLContext sslContext = SSLContext.getInstance("TLSv1.2");
495495
sslContext.init(null, null, null);

0 commit comments

Comments
 (0)