summaryrefslogtreecommitdiffhomepage
path: root/app/lib/proc.js
diff options
context:
space:
mode:
authorAndrej Mihajlov <and@mullvad.net>2018-06-01 16:13:10 +0200
committerAndrej Mihajlov <and@mullvad.net>2018-06-05 12:11:55 +0200
commitca2f6fbfcad7b73d4ea63ef46cb1cab943ec9087 (patch)
treeb1f7754eb50896ab3681e35fa4e08be642b940c9 /app/lib/proc.js
parent5852c980980de53e00d76a0bdb4b41bf5c0f5b39 (diff)
downloadmullvadvpn-ca2f6fbfcad7b73d4ea63ef46cb1cab943ec9087.tar.xz
mullvadvpn-ca2f6fbfcad7b73d4ea63ef46cb1cab943ec9087.zip
Add formatted source code
Diffstat (limited to 'app/lib/proc.js')
-rw-r--r--app/lib/proc.js8
1 files changed, 4 insertions, 4 deletions
diff --git a/app/lib/proc.js b/app/lib/proc.js
index d0cd46f886..5e7396fa9a 100644
--- a/app/lib/proc.js
+++ b/app/lib/proc.js
@@ -17,10 +17,10 @@ function getBasePath() {
function getExtension() {
switch (process.platform) {
- case 'win32':
- return '.exe';
+ case 'win32':
+ return '.exe';
- default:
- return '';
+ default:
+ return '';
}
}