Skip to content

Commit

Permalink
Add missing semicolon to address new code scanning warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidAnson committed Aug 28, 2024
1 parent 9c8e715 commit 6d097cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion demo/markdownlint-browser.js
Original file line number Diff line number Diff line change
Expand Up @@ -6839,7 +6839,7 @@ module.exports = {
}
}
}
}
};


/***/ }),
Expand Down
2 changes: 1 addition & 1 deletion lib/md055.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,4 +76,4 @@ module.exports = {
}
}
}
}
};

0 comments on commit 6d097cc

Please sign in to comment.