Skip to content

Commit 6331b07

Browse files
authored
add a space after ','
1 parent 5f0e834 commit 6331b07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/ecstatic.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ function decodePathname(pathname) {
2828
}
2929

3030
return piece;
31-
}).join('/')).replace(/\\/g,"/");
31+
}).join('/')).replace(/\\/g, "/");
3232
}
3333

3434

0 commit comments

Comments
 (0)