Completed
Push — master ( 07d9db...140b29 )
by Sebastian
05:12
created
src/Runner/Source.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -32,7 +32,7 @@
 block discarded – undo
32 32
      */
33 33
     public function run(SourceExe $source, Target $target, Result $result)
34 34
     {
35
-        $action             = $this->isSimulation() ? 'simulate' : 'backup';
35
+        $action = $this->isSimulation() ? 'simulate' : 'backup';
36 36
         $this->{$action}($source, $target, $result);
37 37
     }
38 38
 
Please login to merge, or discard this patch.