Skip to content

Commit ba4a2d3

Browse files
committed
small tweak
1 parent c1b8157 commit ba4a2d3

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

test/mock-loaders/docs.js

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
module.exports = function (source, map) {
2-
this.callback(null, 'module.exports = function(Component) {Component.options.__docs = ' +
3-
JSON.stringify(source) +
4-
'}', map)
2+
this.callback(null,
3+
'module.exports = function(Component) {Component.options.__docs = ' +
4+
JSON.stringify(source) +
5+
'}',
6+
map)
57
}

0 commit comments

Comments
 (0)