Skip to content

Commit e491431

Browse files
committed
JS: Autoformat
1 parent 1cdb517 commit e491431

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

javascript/ql/src/semmle/javascript/Modules.qll

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -189,8 +189,7 @@ abstract class Import extends ASTNode {
189189
*
190190
* A path expression that appears in a module and is resolved relative to it.
191191
*/
192-
deprecated
193-
abstract class PathExprInModule extends PathExpr {
192+
abstract deprecated class PathExprInModule extends PathExpr {
194193
PathExprInModule() {
195194
this.(Expr).getTopLevel() instanceof Module
196195
or

0 commit comments

Comments
 (0)