Formatting code.
All checks were successful
The build was successful.

This commit is contained in:
2019-04-17 10:08:03 +02:00
parent 5f57ba54a4
commit 102e8447a1
2 changed files with 2 additions and 2 deletions

View File

@@ -9,7 +9,7 @@ class Operations {
break;
case 'SUB':
return int() using ($x, $y) {
return $x - $y;
return $x - $y;
};
break;
default: