mirror of
https://github.com/github/codeql.git
synced 2026-05-02 20:25:13 +02:00
JS: Autoformat
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
import javascript
|
||||
|
||||
query ExprOrType getElement(TemplateLiteralTypeExpr e, int i) {
|
||||
result = e.getElement(i)
|
||||
}
|
||||
query ExprOrType getElement(TemplateLiteralTypeExpr e, int i) { result = e.getElement(i) }
|
||||
|
||||
Reference in New Issue
Block a user