Skip to content

Commit 776792e

Browse files
committed
prettier
1 parent bd8f968 commit 776792e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -491,7 +491,7 @@ function hasIgnoreComment(node) {
491491
for (let i = indexInParent - 1; i >= 0; i--) {
492492
const prevNode = node.parent.nodes[i];
493493
if (prevNode.type === "comment") {
494-
return prevNode.text.trimStart().startsWith(IGNORE_MARKER)
494+
return prevNode.text.trimStart().startsWith(IGNORE_MARKER);
495495
} else {
496496
break;
497497
}

0 commit comments

Comments
 (0)