Skip to content

Commit 656ff9c

Browse files
committed
autoformat
1 parent dc5167b commit 656ff9c

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

javascript/ql/src/semmle/javascript/TypeScript.qll

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@ class NamespaceDefinition extends Stmt, @namespacedefinition, AST::ValueNode {
1212
*
1313
* Gets the identifier naming the namespace.
1414
*/
15-
deprecated
16-
Identifier getId() { result = getIdentifier() }
15+
deprecated Identifier getId() { result = getIdentifier() }
1716

1817
/**
1918
* Gets the identifier naming the namespace.
@@ -187,8 +186,7 @@ class ImportEqualsDeclaration extends Stmt, @importequalsdeclaration {
187186
*
188187
* Gets the name under which the imported entity is imported.
189188
*/
190-
deprecated
191-
Identifier getId() { result = getIdentifier() }
189+
deprecated Identifier getId() { result = getIdentifier() }
192190

193191
/** Gets the name under which the imported entity is imported. */
194192
Identifier getIdentifier() { result = getChildExpr(0) }

0 commit comments

Comments
 (0)