Skip to content

Commit

Permalink
Prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
ngtr6788 committed Aug 12, 2023
1 parent 1b18b91 commit 15bef57
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,10 @@ const cqSyntax = fork({

this.skipSC();

if (this.tokenType === Function && this.cmpStr(this.tokenStart, this.tokenEnd, 'layer(')) {
if (
this.tokenType === Function &&
this.cmpStr(this.tokenStart, this.tokenEnd, 'layer(')
) {
children.push(
this.Function(() => {
const children = this.createList();
Expand Down

0 comments on commit 15bef57

Please sign in to comment.