Skip to content

Commit 82620b6

Browse files
committed
Yet more indenting fixes
1 parent 7e29e22 commit 82620b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/net/ldap.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1002,7 +1002,7 @@ def rename(args)
10021002
conn = Connection.new(:host => @host, :port => @port,
10031003
:encryption => @encryption)
10041004
if (@result = conn.bind(args[:auth] || @auth)).result_code == 0
1005-
@result = conn.rename(args)
1005+
@result = conn.rename(args)
10061006
end
10071007
ensure
10081008
conn.close if conn

0 commit comments

Comments
 (0)