Skip to content

Commit 3b3052d

Browse files
committed
JS: Autoformat
1 parent 5676891 commit 3b3052d

File tree

1 file changed

+1
-3
lines changed
  • javascript/ql/test/library-tests/TypeScript/TemplateLiteralTypes

1 file changed

+1
-3
lines changed
Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
11
import javascript
22

3-
query ExprOrType getElement(TemplateLiteralTypeExpr e, int i) {
4-
result = e.getElement(i)
5-
}
3+
query ExprOrType getElement(TemplateLiteralTypeExpr e, int i) { result = e.getElement(i) }

0 commit comments

Comments
 (0)