Skip to content

Commit e756c1b

Browse files
committed
remove dangling comma
1 parent 9d9da3a commit e756c1b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/draft-to-markdown.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -494,7 +494,7 @@ describe('draftToMarkdown', function () {
494494
type: 'LINK',
495495
mutability: 'MUTABLE',
496496
data: {
497-
url: 'http://localhost:8000',
497+
url: 'http://localhost:8000'
498498
}
499499
}
500500
}

0 commit comments

Comments
 (0)