ci: fix code style linting errors
This commit is contained in:
committed by
GitHub Actions
parent
8ee0d67b83
commit
39e1be59bb
@@ -13,8 +13,7 @@ export default function (regexp: RegExp, type: NodeType, getAttributes?: (match:
|
|||||||
let matchStart = start + offset
|
let matchStart = start + offset
|
||||||
if (matchStart > end) {
|
if (matchStart > end) {
|
||||||
matchStart = end
|
matchStart = end
|
||||||
}
|
} else {
|
||||||
else {
|
|
||||||
end = matchStart + match[1].length
|
end = matchStart + match[1].length
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user