Skip to content

Commit 7e29e22

Browse files
committed
More indent fixes
1 parent c86eb1a commit 7e29e22

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/net/ldap.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1001,8 +1001,8 @@ def rename(args)
10011001
begin
10021002
conn = Connection.new(:host => @host, :port => @port,
10031003
:encryption => @encryption)
1004-
if (@result = conn.bind(args[:auth] || @auth)).result_code == 0
1005-
@result = conn.rename(args)
1004+
if (@result = conn.bind(args[:auth] || @auth)).result_code == 0
1005+
@result = conn.rename(args)
10061006
end
10071007
ensure
10081008
conn.close if conn

0 commit comments

Comments
 (0)