Skip to content

Commit dc5167b

Browse files
committed
autoformat
1 parent 85de5aa commit dc5167b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

javascript/ql/src/semmle/javascript/Functions.qll

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,7 @@ class Function extends @function, Parameterized, TypeParameterized, StmtContaine
8282
*
8383
* Gets the identifier specifying the name of this function, if any.
8484
*/
85-
deprecated
86-
VarDecl getId() { result = getIdentifier() }
85+
deprecated VarDecl getId() { result = getIdentifier() }
8786

8887
/** Gets the identifier specifying the name of this function, if any. */
8988
VarDecl getIdentifier() { result = getChildExpr(-1) }

0 commit comments

Comments
 (0)