diff options
| author | Steve Kemp <steve@steve.org.uk> | 2012-11-14 17:51:28 +0000 | 
|---|---|---|
| committer | Steve Kemp <steve@steve.org.uk> | 2012-11-14 17:51:28 +0000 | 
| commit | d103378ae77dbf7bd7d83774117d375fc2254278 (patch) | |
| tree | fccd97bb0aeb46bfade18da6c6bccdbd5cc25b23 | |
| parent | 9d47f1e95e52f7deed62ffc709e7b06fc36dbf41 (diff) | |
  WHitespace fixups
| -rwxr-xr-x | t/test-multi-ping.rb | 5 | 
1 files changed, 4 insertions, 1 deletions
diff --git a/t/test-multi-ping.rb b/t/test-multi-ping.rb index d6e9743..d55c5e0 100755 --- a/t/test-multi-ping.rb +++ b/t/test-multi-ping.rb @@ -1,11 +1,12 @@  #!/usr/bin/ruby1.8 -I./lib/ -I../lib/ + +  require 'test/unit'  require 'custodian/multiping' -  #  # Unit test for our multi-ping tool.  # @@ -93,4 +94,6 @@ class TestMultiPing < Test::Unit::TestCase        assert( ! helper.is_ipv6? )      end    end + +  end  | 
