Skip to content

Commit

Permalink
line indenting fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Anton Evers committed Jul 10, 2015
1 parent 30d9944 commit fb2ddf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shell/scheduler.php
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ public function cronAction()
'include_jobs' => $includeJobs,
'exclude_jobs' => $excludeJobs,
));
break;
break;
default:
echo "\nInvalid mode!\n\n";
echo $this->usageHelp();
Expand Down

0 comments on commit fb2ddf8

Please sign in to comment.