JS: Autoformat again

This commit is contained in:
Asger Feldthaus
2020-03-04 19:28:24 +00:00
parent b20afa6370
commit 53569453ba
6 changed files with 23 additions and 27 deletions

View File

@@ -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() }