Skip to content

Commit

Permalink
Run prettier:fix
Browse files Browse the repository at this point in the history
  • Loading branch information
citruscai committed Dec 8, 2024
1 parent 670022c commit 905ccbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/lexical/src/nodes/LexicalParagraphNode.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ export class ParagraphNode extends ElementNode {

hasTextFormat(type: TextFormatType): boolean {
const formatFlag = TEXT_TYPE_TO_FORMAT[type];
return (this.getTextFormat() & formatFlag) !== 0;
return (this.getTextFormat() & formatFlag) !== 0;
}

/**
Expand Down

0 comments on commit 905ccbb

Please sign in to comment.