Skip to content

Commit c630b3d

Browse files
Add forgotten semi
1 parent 160ef34 commit c630b3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ const TAGS = {
99
/**
1010
* Optional, skips entity encoding
1111
*/
12-
let highlight = false
12+
let highlight = false;
1313

1414
/** Outdent a string based on the first indented line's leading whitespace
1515
* @private

0 commit comments

Comments
 (0)