We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f41c30e commit ea30f02Copy full SHA for ea30f02
javascript/ql/test/query-tests/Expressions/ExprHasNoEffect/dom.js
@@ -1,7 +1,7 @@
1
-function f(){
2
- a.clientTop && a.clientTop, a.clientTop === !0; //$Alert
+function f() {
+ a.clientTop && a.clientTop, a.clientTop === !0; // $ Alert
3
a && a.clientTop;
4
a.clientTop, a.clientTop;
5
- if(a) return a.clientTop && a.clientTop, a.clientTop === !0;
6
- if(b) return b && (b.clientTop, b.clientTop && b.clientTop), null;
+ if (a) return a.clientTop && a.clientTop, a.clientTop === !0;
+ if (b) return b && (b.clientTop, b.clientTop && b.clientTop), null;
7
}
0 commit comments