Skip to content

Commit b36fd82

Browse files
ci(pre-commit): Apply automatic fixes
1 parent 9570068 commit b36fd82

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/WebSocket/WebSocket.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ void loop() {
189189

190190
// this can be called to also set a soft limit on the number of connected clients
191191
ws.cleanupClients(2); // no more than 2 clients
192-
192+
193193
// ping twice (2 control frames)
194194
ws.pingAll();
195195
ws.pingAll();

0 commit comments

Comments
 (0)