Skip to content

Commit

Permalink
Better indents
Browse files Browse the repository at this point in the history
  • Loading branch information
g105b committed Apr 23, 2019
1 parent 89988b9 commit b659eb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Command/Command.php
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ public function getUsage(bool $includeDocumentation = false):string {

$message .= $keyParts[0];
if(!isset($keyParts[1])) {
$message .= str_repeat(" ", 4);
$message .= str_repeat(" ", 3);
}

$message .= "\t\t";
Expand Down

0 comments on commit b659eb1

Please sign in to comment.