Skip to content

Commit 0df893e

Browse files
committed
JS: Remove blank lines and add trailing newline
1 parent 6fe3a36 commit 0df893e

File tree

1 file changed

+1
-8
lines changed
  • javascript/ql/test/query-tests/Declarations/DeadStoreOfGlobal

1 file changed

+1
-8
lines changed
Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,23 @@
11
g = 23; // $ Alert
22

3-
43
h = 23;
54
alert(h);
65

7-
86
uid = 0;
97
function incr() {
108
return uid++;
119
}
1210

13-
1411
function foo() {
1512
var x;
1613
x = 0;
1714
}
1815

19-
2016
onload = function() {}
2117

22-
2318
global = 42;
2419

25-
2620
prop = 42;
2721

28-
2922
/*global otherGlobal*/
30-
otherGlobal = 56;
23+
otherGlobal = 56;

0 commit comments

Comments
 (0)