Skip to content

Commit 970ddca

Browse files
committed
autoformat
1 parent 8b3e86c commit 970ddca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

javascript/ql/src/Expressions/UnknownDirective.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ where
1717
not d.getExpr().getStringValue() = ":" and
1818
// but exclude attribute top-levels: `<a href="javascript:'some-attribute-string'">`
1919
not d.getParent() instanceof CodeInAttribute and
20-
// exclude babel generated directives like "@babel/helpers - typeof".
20+
// exclude babel generated directives like "@babel/helpers - typeof".
2121
not d.getDirectiveText().prefix(14) = "@babel/helpers"
2222
select d, "Unknown directive: '" + truncate(d.getDirectiveText(), 20, " ... (truncated)") + "'."

0 commit comments

Comments
 (0)