chore(rest) rm " "

This commit is contained in:
coderaiser 2015-02-18 04:37:52 -05:00
parent 1a5ab92c05
commit ebd4bdd5f3

View file

@ -346,7 +346,7 @@
function isRootWin32(path) {
var isRoot = path === '/';
return isWin32 && isRoot;
return isWin32 && isRoot;
}
function getWin32RootMsg(direction) {