Completed
Push — master ( ec1ffe...1f9c3e )
by Ryota
02:11
created
Job/JobName.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -40,6 +40,6 @@
 block discarded – undo
40 40
         if (empty($this->prefix)) {
41 41
             return $this->name;
42 42
         }
43
-        return $this->prefix . "_" . $this->name;
43
+        return $this->prefix."_".$this->name;
44 44
     }
45 45
 }
46 46
\ No newline at end of file
Please login to merge, or discard this patch.