JS: Autoformat everything

This commit is contained in:
Asger Feldthaus
2020-02-27 09:41:01 +00:00
parent 9c06c48dc7
commit fefcf1a7a6
130 changed files with 657 additions and 774 deletions

View File

@@ -1,5 +1,7 @@
import javascript
query predicate test_ClientSendNode_getAck(SocketIOClient::SendNode sn, SocketIOClient::SendCallback res) {
query predicate test_ClientSendNode_getAck(
SocketIOClient::SendNode sn, SocketIOClient::SendCallback res
) {
res.getSendNode() = sn
}