mirror of
https://github.com/github/codeql.git
synced 2026-04-29 02:35:15 +02:00
remove U+200B
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
// HttpClient client = HttpClient.newBuilder().build();
|
||||
// CompletableFuture<WebSocket> ws = client.newWebSocketBuilder()
|
||||
// .buildAsync(URI.create("ws://websocket.example.com"), null);
|
||||
// ws.get().sendText(message, false);
|
||||
// ws.get().sendText(message, false);
|
||||
// } catch (Exception e) {
|
||||
// // TODO: handle exception
|
||||
// }
|
||||
@@ -24,4 +24,4 @@
|
||||
// };
|
||||
|
||||
// }
|
||||
// }
|
||||
// }
|
||||
|
||||
Reference in New Issue
Block a user