@@ -38,7 +38,7 @@ |
||
38 | 38 | * @param $historyId |
39 | 39 | * Revert a trick to a history checkpoint. |
40 | 40 | */ |
41 | - public function revertToHistory($id, $historyId){ |
|
41 | + public function revertToHistory($id, $historyId) { |
|
42 | 42 | $trick = $this->em->find('App\Entity\Trick', $id); |
43 | 43 | $this->repo->revert($trick, $historyId); |
44 | 44 | $this->em->persist($trick); |