mirror of
https://github.com/github/codeql.git
synced 2026-04-30 11:15:13 +02:00
JS: Autoformat everything
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user