lint
authorisaacs <i@izs.me>
Sat, 23 Feb 2013 00:30:27 +0000 (16:30 -0800)
committerisaacs <i@izs.me>
Sat, 23 Feb 2013 00:30:27 +0000 (16:30 -0800)
lib/path.js

index c920580..da0f8be 100644 (file)
@@ -114,7 +114,7 @@ if (isWindows) {
       // Skip empty and invalid entries
       if (typeof path !== 'string') {
         throw new TypeError('Arguments to path.resolve must be strings');
-      } else if(!path) {
+      } else if (!path) {
         continue;
       }