Skip to content

Commit c86eb1a

Browse files
committed
Indenting fixes
1 parent e05aaa9 commit c86eb1a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lib/net/ldap.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1001,9 +1001,9 @@ 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)
1006-
end
1004+
if (@result = conn.bind(args[:auth] || @auth)).result_code == 0
1005+
@result = conn.rename(args)
1006+
end
10071007
ensure
10081008
conn.close if conn
10091009
end

0 commit comments

Comments
 (0)