Skip to content

Commit 0a30728

Browse files
committed
cs
1 parent 1273640 commit 0a30728

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Latte/Sandbox/Nodes/FunctionCallNode.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,5 @@ public function print(PrintContext $context): string
2626
return '$this->global->sandbox->call('
2727
. $context->memberAsString($this->name) . ', '
2828
. $context->argumentsAsArray($this->args) . ')';
29-
3029
}
3130
}

0 commit comments

Comments
 (0)