diff options
author | Steve Kemp <steve@steve.org.uk> | 2015-03-09 13:21:36 +0000 |
---|---|---|
committer | Steve Kemp <steve@steve.org.uk> | 2015-03-09 13:21:36 +0000 |
commit | d07ac8ecbedb4831e5aa677b8878f0e8eb37e363 (patch) | |
tree | f7bc6a6fdd381ffa7d73f487d3f10f6e65a798e4 /t/test-ldap-probe.rb | |
parent | 16b766cff0984494c7b81c1efc08e6386ae819f8 (diff) |
Whitespace fixups.
These were all identified and suggested by rubocop.
Diffstat (limited to 't/test-ldap-probe.rb')
-rwxr-xr-x | t/test-ldap-probe.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/t/test-ldap-probe.rb b/t/test-ldap-probe.rb index 70b616b..9e537ac 100755 --- a/t/test-ldap-probe.rb +++ b/t/test-ldap-probe.rb @@ -33,7 +33,7 @@ class TestLDAPProbe < Test::Unit::TestCase end assert(test.kind_of? Array) - assert(! test.empty?) + assert(!test.empty?) assert_equal(test[0].get_type, 'ldap') end @@ -60,7 +60,7 @@ class TestLDAPProbe < Test::Unit::TestCase test = Custodian::TestFactory.create(str) assert(test.kind_of? Array) - assert(! test.empty?) + assert(!test.empty?) end end |