From 6d097cce3f094ef2796c1d358e048f01a70d71ba Mon Sep 17 00:00:00 2001 From: David Anson Date: Tue, 27 Aug 2024 20:55:15 -0700 Subject: [PATCH] Add missing semicolon to address new code scanning warning. --- demo/markdownlint-browser.js | 2 +- lib/md055.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/demo/markdownlint-browser.js b/demo/markdownlint-browser.js index 9acc99b8..6bcebc5a 100644 --- a/demo/markdownlint-browser.js +++ b/demo/markdownlint-browser.js @@ -6839,7 +6839,7 @@ module.exports = { } } } -} +}; /***/ }), diff --git a/lib/md055.js b/lib/md055.js index 3436cf29..532e94eb 100644 --- a/lib/md055.js +++ b/lib/md055.js @@ -76,4 +76,4 @@ module.exports = { } } } -} +};