ci: fix code style linting errors

This commit is contained in:
philippkuehn
2021-07-26 13:15:16 +00:00
committed by GitHub Actions
parent c315935bf9
commit 9caee8bef6

View File

@@ -29,9 +29,9 @@ export default function (
const attrs = getAttributes instanceof Function const attrs = getAttributes instanceof Function
? getAttributes(match) ? getAttributes(match)
: getAttributes : getAttributes
if (!attrs) { if (!attrs) {
continue; continue
} }
// adding text before markdown to nodes // adding text before markdown to nodes