Skip to content

Commit ca60e82

Browse files
committed
JS: Autoformat
1 parent bb9fea5 commit ca60e82

File tree

1 file changed

+1
-3
lines changed
  • javascript/ql/src/semmle/javascript

1 file changed

+1
-3
lines changed

javascript/ql/src/semmle/javascript/AST.qll

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -184,9 +184,7 @@ class ASTNode extends @ast_node, Locatable {
184184
* Holds if the given file is a `.d.ts` file.
185185
*/
186186
cached
187-
private predicate isAmbientTopLevel(TopLevel tl) {
188-
tl.getFile().getBaseName().matches("%.d.ts")
189-
}
187+
private predicate isAmbientTopLevel(TopLevel tl) { tl.getFile().getBaseName().matches("%.d.ts") }
190188

191189
/**
192190
* A toplevel syntactic unit; that is, a stand-alone script, an inline script

0 commit comments

Comments
 (0)