Skip to content

Commit 51c936f

Browse files
committed
Refactor code-style
1 parent 7a612cf commit 51c936f

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

lib/handlers/index.js

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,12 @@ exports.hr = require('./thematic-break');
3737
exports.pre = require('./code');
3838
exports.blockquote = require('./blockquote');
3939

40-
exports.h1 = exports.h2 = exports.h3 =
41-
exports.h4 = exports.h5 = exports.h6 = require('./heading');
40+
exports.h1 =
41+
exports.h2 =
42+
exports.h3 =
43+
exports.h4 =
44+
exports.h5 =
45+
exports.h6 = require('./heading');
4246

4347
exports.a = require('./link');
4448

0 commit comments

Comments
 (0)