Skip to content

Commit b5a64c7

Browse files
author
Dave Sims
committed
Better formatting
1 parent c2cdb52 commit b5a64c7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

lib/github/ldap/forest_search.rb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ def search(options, &block)
2020
@connection.search(options, &block)
2121
else
2222
@forest.each_with_object([]) do |(rootdn, server), res|
23-
if options[:base].end_with?(rootdn)
24-
rs = server.search(options, &block)
25-
res.concat Array(rs) unless rs == false
26-
end
23+
if options[:base].end_with?(rootdn)
24+
rs = server.search(options, &block)
25+
res.concat Array(rs) unless rs == false
26+
end
2727
end
2828
end
2929
return result

0 commit comments

Comments
 (0)