diff options
author | Andreas Guldstrand <andreas.guldstrand@gmail.com> | 2016-08-15 00:26:34 +0200 |
---|---|---|
committer | Andreas Guldstrand <andreas.guldstrand@gmail.com> | 2016-08-15 00:26:34 +0200 |
commit | fb84f53326c46700e8fc5c383f0a7a3425177c58 (patch) | |
tree | d9a4ed8ad97e9dff0d5c39d85d6e7a00691bece6 /sboupgrade | |
parent | 96ebe3dceeca539856a16968e4a8630ebc930d9d (diff) | |
download | sbotools2-fb84f53326c46700e8fc5c383f0a7a3425177c58.tar.xz |
sbo*, man*, SBO::Lib: trailing whitespace fixes
Diffstat (limited to 'sboupgrade')
-rwxr-xr-x | sboupgrade | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -189,7 +189,7 @@ FIRST: for my $sbo (@$upgrade_queue) { push(@temp_queue, $sbo); $commands{$sbo} = $cmds; $options{$sbo} = $opts; - say "$sbo added to upgrade queue."; + say "$sbo added to upgrade queue."; } else { push(@temp_queue, $sbo); say "\n$sbo added to upgrade queue."; |