Skip to content

Commit

Permalink
Add missing semicolon (#2919)
Browse files Browse the repository at this point in the history
  • Loading branch information
kylekatarnls authored and ForbesLindesay committed Aug 8, 2018
1 parent 2ead38c commit f7df309
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/pug-load/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ load.file = function loadFile(filename, options) {
});
var str = options.read(filename);
return load.string(str, options);
}
};

load.resolve = function resolve(filename, source, options) {
filename = filename.trim();
Expand Down

0 comments on commit f7df309

Please sign in to comment.