From 43a4f582d22a7b66fa9b39372cb5a5834f43553c Mon Sep 17 00:00:00 2001 From: coderaiser Date: Wed, 18 Feb 2015 06:04:35 -0500 Subject: [PATCH] chore(files) rm " " --- lib/client/files.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/client/files.js b/lib/client/files.js index 43021d2f..000549ca 100644 --- a/lib/client/files.js +++ b/lib/client/files.js @@ -82,7 +82,7 @@ var Util, DOM, CloudCmd; } else { path = getPath(name, isHTML, isJSON); - getSystemFile(path , callback); + getSystemFile(path, callback); } }