From d07ac8ecbedb4831e5aa677b8878f0e8eb37e363 Mon Sep 17 00:00:00 2001 From: Steve Kemp Date: Mon, 9 Mar 2015 13:21:36 +0000 Subject: Whitespace fixups. These were all identified and suggested by rubocop. --- t/test-ldap-probe.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 't/test-ldap-probe.rb') 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 -- cgit v1.2.1