Skip to content

Commit 7846b3d

Browse files
committed
Minor style fix
1 parent 2ae791b commit 7846b3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ module.exports = function ejsHtmlLoader(source) {
1717
delimiter: data.delimiter,
1818
context: data.context
1919
});
20-
} catch(e) {
20+
} catch (e) {
2121
throw new Error(renderError(e));
2222
}
2323
};

0 commit comments

Comments
 (0)