Skip to content

Commit 5a2b2ca

Browse files
author
Tatsuya Sato
committed
Correct trailing white spaces
1 parent 94d2d6a commit 5a2b2ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/net/ldap/filter.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -310,8 +310,8 @@ def parse_ber(ber)
310310
present?(ber.to_s)
311311
when 0xa9 # context-specific constructed 9, "extensible comparison"
312312
raise Net::LDAP::SearchFilterError, "Invalid extensible search filter, should be at least two elements" if ber.size < 2
313-
314-
# Reassembles the extensible filter parts
313+
314+
# Reassembles the extensible filter parts
315315
# (["sn", "2.4.6.8.10", "Barbara Jones", '1'])
316316
type = value = dn = rule = nil
317317
ber.each do |element|

0 commit comments

Comments
 (0)