diff options
author | Steve Kemp <steve@steve.org.uk> | 2015-03-09 13:23:46 +0000 |
---|---|---|
committer | Steve Kemp <steve@steve.org.uk> | 2015-03-09 13:23:46 +0000 |
commit | d9f8cf24628ad0021c84c0aabcacae868597bfa6 (patch) | |
tree | bf424095f9ebf1770b9ec38a5961b779d0cd4f99 /bin/custodian-dequeue | |
parent | 4fc373ef8e3db10651f9215f78f4dea29c1474ee (diff) |
Remove spaces inside blocks.
Diffstat (limited to 'bin/custodian-dequeue')
-rwxr-xr-x | bin/custodian-dequeue | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/bin/custodian-dequeue b/bin/custodian-dequeue index 3d0c851..d49049e 100755 --- a/bin/custodian-dequeue +++ b/bin/custodian-dequeue @@ -69,11 +69,11 @@ if __FILE__ == $PROGRAM_NAME then begin opts = GetoptLong.new( - [ '--help', '-h', GetoptLong::NO_ARGUMENT ], - [ '--manual', '-m', GetoptLong::NO_ARGUMENT ], - [ '--fail', '-f', GetoptLong::NO_ARGUMENT ], - [ '--single', '-s', GetoptLong::NO_ARGUMENT ], - [ '--verbose', '-v', GetoptLong::NO_ARGUMENT ] + ['--help', '-h', GetoptLong::NO_ARGUMENT], + ['--manual', '-m', GetoptLong::NO_ARGUMENT], + ['--fail', '-f', GetoptLong::NO_ARGUMENT], + ['--single', '-s', GetoptLong::NO_ARGUMENT], + ['--verbose', '-v', GetoptLong::NO_ARGUMENT] ) opts.each do |opt, arg| case opt |