Skip to content

Commit

Permalink
Add whitespace after the switch keyword
Browse files Browse the repository at this point in the history
  • Loading branch information
0xSobky committed Oct 12, 2022
1 parent 399c90e commit 2fbae68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion z00mtrack.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ app.all('/', (req, res) => res.send(`
return window.devicePixelRatio + screenHeight / window.innerHeight;
};
let signature = getSignature();
switch(location.hash.slice(1)) {
switch (location.hash.slice(1)) {
case '':
location.replace('https://z00mdetect.herokuapp.com');
break;
Expand Down

0 comments on commit 2fbae68

Please sign in to comment.