mirror of
https://github.com/github/codeql.git
synced 2026-04-30 11:15:13 +02:00
JS: Autoformat again
This commit is contained in:
@@ -19,10 +19,6 @@ select msg, comment
|
||||
|
||||
query string readFile(UselessCat cat) { result = PrettyPrintCatCall::createReadFileCall(cat) }
|
||||
|
||||
query SystemCommandExecution syncCommand() {
|
||||
result.isSync()
|
||||
}
|
||||
query SystemCommandExecution syncCommand() { result.isSync() }
|
||||
|
||||
query DataFlow::Node options(SystemCommandExecution sys) {
|
||||
result = sys.getOptionsArg()
|
||||
}
|
||||
query DataFlow::Node options(SystemCommandExecution sys) { result = sys.getOptionsArg() }
|
||||
|
||||
Reference in New Issue
Block a user