Skip to content

Commit 842b6cc

Browse files
committed
remove trailing whitespace
1 parent fcb219d commit 842b6cc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/Compiler.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ describe("Compiler", function() {
2222
var files = {};
2323
c.outputFileSystem = {
2424
join: function() {
25-
return [].join.call(arguments, "/").replace(/\/+/g, "/");
25+
return [].join.call(arguments, "/").replace(/\/+/g, "/");
2626
},
2727
mkdirp: function(path, callback) {
2828
logs.mkdirp.push(path);

0 commit comments

Comments
 (0)