@@ -69,7 +69,7 @@ |
||
| 69 | 69 | $executions[$name] = (new Machine( |
| 70 | 70 | $trial, |
| 71 | 71 | $experiment->getParams(), |
| 72 | - (! $this->overreact) |
|
| 72 | + (!$this->overreact) |
|
| 73 | 73 | ))->execute(); |
| 74 | 74 | } |
| 75 | 75 | |