Skip to content

Commit 1836fd7

Browse files
committed
remove extra semicolon
1 parent 537ee54 commit 1836fd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/markup-test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ function desc(path) {
1818
function mark(path) {
1919
let data = [
2020
desc(path)
21-
];
21+
]
2222
let result = markup({data})
2323
let content = result.data[0].attributes.description
2424
maybeWrite(content, path)

0 commit comments

Comments
 (0)