Skip to content

Commit

Permalink
Restore
Browse files Browse the repository at this point in the history
Signed-off-by: Carlos Agüero <[email protected]>
  • Loading branch information
caguero committed Dec 8, 2024
1 parent 0333672 commit b6c97b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gz.in
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ usage = 'The \'gz\' command provides a command line interface to the Gazebo'\

# Used to align the commands and the description.
padding_width = 15
commands.keys.sort.each do |cmd, versions|
commands.each do |cmd, versions|
# Calculate the padding to add between the command and the description.
padding_to_apply = padding_width - cmd.size - 1
padding = ''
Expand Down

0 comments on commit b6c97b8

Please sign in to comment.