From d9f8cf24628ad0021c84c0aabcacae868597bfa6 Mon Sep 17 00:00:00 2001 From: Steve Kemp Date: Mon, 9 Mar 2015 13:23:46 +0000 Subject: Remove spaces inside blocks. --- bin/multi-ping | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bin/multi-ping') diff --git a/bin/multi-ping b/bin/multi-ping index fd4607c..32fb4ce 100755 --- a/bin/multi-ping +++ b/bin/multi-ping @@ -44,8 +44,8 @@ $help = false $manual = false opts = GetoptLong.new( - [ '--help', '-h', GetoptLong::NO_ARGUMENT ], - [ '--manual', '-m', GetoptLong::NO_ARGUMENT ]) + ['--help', '-h', GetoptLong::NO_ARGUMENT], + ['--manual', '-m', GetoptLong::NO_ARGUMENT]) begin opts.each do |opt, arg| -- cgit v1.2.1