summaryrefslogtreecommitdiffhomepage
path: root/app/lib/proc.js
diff options
context:
space:
mode:
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 '';
}
}