mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-16 14:00:13 +01:00
Add missing semicolon to address new code scanning warning.
This commit is contained in:
parent
9c8e7156e1
commit
6d097cce3f
2 changed files with 2 additions and 2 deletions
|
|
@ -6839,7 +6839,7 @@ module.exports = {
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
/***/ }),
|
||||
|
|
|
|||
|
|
@ -76,4 +76,4 @@ module.exports = {
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue