Skip to content

Commit 89f8d75

Browse files
Rubocop fix
1 parent 09f9fe3 commit 89f8d75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/net/ldap/dataset.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ def gets
103103
# with the conversion of
104104
def from_entry(entry)
105105
dataset = Net::LDAP::Dataset.new
106-
hash = { }
106+
hash = {}
107107
entry.each_attribute do |attribute, value|
108108
next if attribute == :dn
109109
hash[attribute] = value

0 commit comments

Comments
 (0)