Skip to content

Commit f9f5912

Browse files
committed
update
1 parent 7816d09 commit f9f5912

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bit-docs.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
var diff = require("./diff");
22

3-
module.exports= function(bitDocs) {
3+
module.exports = function(bitDocs) {
44
bitDocs.register("tags",{
55
diff: diff
66
});
7-
};
7+
};

0 commit comments

Comments
 (0)