Skip to content

Commit 182e4ce

Browse files
committed
JS: Autoformat
1 parent b05942b commit 182e4ce

File tree

1 file changed

+2
-6
lines changed
  • javascript/ql/test/library-tests/TypeScript/EmbeddedInScript

1 file changed

+2
-6
lines changed

javascript/ql/test/library-tests/TypeScript/EmbeddedInScript/Test.ql

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,6 @@ query ClassDefinition classDeclaration() { any() }
44

55
query Type exprType(Expr e) { result = e.getType() }
66

7-
query predicate symbols(Module mod, CanonicalName name) {
8-
ast_node_symbol(mod, name)
9-
}
7+
query predicate symbols(Module mod, CanonicalName name) { ast_node_symbol(mod, name) }
108

11-
query predicate importTarget(Import imprt, Module mod) {
12-
imprt.getImportedModule() = mod
13-
}
9+
query predicate importTarget(Import imprt, Module mod) { imprt.getImportedModule() = mod }

0 commit comments

Comments
 (0)