Skip to content

Commit 1c31c41

Browse files
committed
chore: lint
1 parent 9813776 commit 1c31c41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ export default function(md, options) {
208208
}
209209

210210
if (options.anchorLinkPrefix) {
211-
heading._tocAnchor = options.anchorLinkPrefix + heading._tocAnchor
211+
heading._tocAnchor = options.anchorLinkPrefix + heading._tocAnchor;
212212
}
213213

214214
tocArray.push({

0 commit comments

Comments
 (0)