Skip to content

Commit a8a3aaf

Browse files
committed
style: add missing eof newline
1 parent e620dd4 commit a8a3aaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/mock-loaders/docs.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ module.exports = function (source, map) {
22
this.callback(null, 'module.exports = function(Component) {Component.options.__docs = ' +
33
JSON.stringify(source) +
44
'}', map)
5-
}
5+
}

0 commit comments

Comments
 (0)