diff options
author | Steve Kemp <steve@steve.org.uk> | 2012-11-22 11:19:03 +0000 |
---|---|---|
committer | Steve Kemp <steve@steve.org.uk> | 2012-11-22 11:19:03 +0000 |
commit | 12eaab9fa0e8b1bd2ebf56e58474c45f5b1594eb (patch) | |
tree | e28f2eb04ea592a5f00c644f73cc84ab493e2e42 /lib/custodian/util | |
parent | a4b43890ab4ff396abcdbdc10e037649dae2a82f (diff) |
Whitespace updates.
Diffstat (limited to 'lib/custodian/util')
-rw-r--r-- | lib/custodian/util/dns.rb | 2 | ||||
-rw-r--r-- | lib/custodian/util/ping.rb | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/lib/custodian/util/dns.rb b/lib/custodian/util/dns.rb index 901dae0..fca3f95 100644 --- a/lib/custodian/util/dns.rb +++ b/lib/custodian/util/dns.rb @@ -10,7 +10,9 @@ require 'timeout' # This class is responsible for doing forward/reverse DNS lookups # module Custodian + module Util + class DNS diff --git a/lib/custodian/util/ping.rb b/lib/custodian/util/ping.rb index b3fa7f4..86fa2ab 100644 --- a/lib/custodian/util/ping.rb +++ b/lib/custodian/util/ping.rb @@ -11,7 +11,9 @@ require 'custodian/util/dns' # it can invoke on of /usr/bin/ping or /usr/bin/ping6 appropriately. # module Custodian + module Util + class Ping # |