From 2fbae680fdf8d04993164e3ab0197f2e21c938f9 Mon Sep 17 00:00:00 2001 From: Ahmed Elsobky <0xsobky@gmail.com> Date: Wed, 14 Feb 2018 01:30:02 +0200 Subject: [PATCH] Add whitespace after the `switch` keyword --- z00mtrack.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/z00mtrack.js b/z00mtrack.js index 1137494..5cf1a86 100644 --- a/z00mtrack.js +++ b/z00mtrack.js @@ -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;