Skip to content

Commit

Permalink
Remove double ; in generated code
Browse files Browse the repository at this point in the history
  • Loading branch information
fabpot committed May 8, 2024
1 parent 00c43a9 commit 799355d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Node/CaptureNode.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,7 @@ public function compile(Compiler $compiler): void
$compiler->raw(')');
}
if (!$this->getAttribute('raw')) {
$compiler->raw(") ? '' : new Markup(\$tmp, \$this->env->getCharset())");
$compiler->raw(") ? '' : new Markup(\$tmp, \$this->env->getCharset());");
}
$compiler->raw(';');
}
}

0 comments on commit 799355d

Please sign in to comment.