From 0855fee1d776a7e468b2b32c6e8d903f7e269b21 Mon Sep 17 00:00:00 2001 From: aleitner Date: Thu, 20 Oct 2016 14:01:55 -0400 Subject: [PATCH] Removed whitespace --- app/lib/utils.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/lib/utils.js b/app/lib/utils.js index ddea0ac..aaa2ddc 100644 --- a/app/lib/utils.js +++ b/app/lib/utils.js @@ -125,7 +125,7 @@ module.exports.getFreeSpace = function(path, callback) { if (process.platform === 'win32') { diskDrive += ':\\'; } - + if (self.existsSync(diskDrive)) { if (fs.statSync(path).dev === fs.statSync(diskDrive).dev) { // The `df` command on linux returns KB by default, so we need to