Test Failed
Push — master ( 16cd80...2162ae )
by Julien
30:16
created
src/TreeController.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -63,7 +63,7 @@
 block discarded – undo
63 63
             );
64 64
         }
65 65
 
66
-        $championship->settings =  ChampionshipSettings::createOrUpdate($request, $championship);
66
+        $championship->settings = ChampionshipSettings::createOrUpdate($request, $championship);
67 67
         $generation = $championship->chooseGenerationStrategy();
68 68
 
69 69
         try {
Please login to merge, or discard this patch.