Skip to content

Commit a3230f4

Browse files
Code style
1 parent 71c7de5 commit a3230f4

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/main/java/com/gravitylab/obscontrollerapi/websocket/OBSWebSocketClient.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,15 @@
1919
@Slf4j
2020
public class OBSWebSocketClient extends WebSocketClient {
2121
private final static int JSON_INDENT_FACTOR = 4;
22+
2223
private final static String SECRET_ALGORITHM = "SHA-256";
2324

2425
private final String obsPassword;
2526

2627
private String authToken = "";
2728

2829
static int requestID = 0;
30+
2931
static int rpcVersion = 1;
3032

3133
public OBSWebSocketClient(String ipAddress, int port, String password) throws URISyntaxException {

0 commit comments

Comments
 (0)