Skip to content

Commit a7bc3b4

Browse files
committed
Fix coding style
1 parent c4a2f53 commit a7bc3b4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

optimizers/TensorConvolve2dOptimizer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ public function optimize(array $expression, Call $call, CompilationContext $cont
3434
$call->processExpectedReturn($context);
3535

3636
$symbolVariable = $call->getSymbolVariable();
37-
37+
3838
if (empty($symbolVariable)) {
3939
throw new CompilerException('Missing symbol variable.');
4040
}

optimizers/TensorModScalarOptimizer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ public function optimize(array $expression, Call $call, CompilationContext $cont
3434
$call->processExpectedReturn($context);
3535

3636
$symbolVariable = $call->getSymbolVariable();
37-
37+
3838
if (empty($symbolVariable)) {
3939
throw new CompilerException('Missing symbol variable.');
4040
}

0 commit comments

Comments
 (0)