mirror of
https://github.com/github/codeql.git
synced 2026-04-25 16:55:19 +02:00
JS: Remove blank lines and add trailing newline
This commit is contained in:
@@ -1,30 +1,23 @@
|
||||
g = 23; // $ Alert
|
||||
|
||||
|
||||
h = 23;
|
||||
alert(h);
|
||||
|
||||
|
||||
uid = 0;
|
||||
function incr() {
|
||||
return uid++;
|
||||
}
|
||||
|
||||
|
||||
function foo() {
|
||||
var x;
|
||||
x = 0;
|
||||
}
|
||||
|
||||
|
||||
onload = function() {}
|
||||
|
||||
|
||||
global = 42;
|
||||
|
||||
|
||||
prop = 42;
|
||||
|
||||
|
||||
/*global otherGlobal*/
|
||||
otherGlobal = 56;
|
||||
otherGlobal = 56;
|
||||
|
||||
Reference in New Issue
Block a user