Skip to content

Commit 9cb780d

Browse files
author
Elia Schito, Federico Ravasio & Gianluca Randazzo
committedMar 29, 2014
Indentation
[ci skip]
1 parent 2fc6f5a commit 9cb780d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎lib/opal/nodes/call.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ def handle_special
9898
if SPECIALS.include? meth
9999
if result = __send__("handle_#{meth}")
100100
push result
101-
return true
101+
return true
102102
end
103103
elsif RuntimeHelpers.compatible?(recvr, meth, arglist)
104104
push(RuntimeHelpers.new(@sexp, @level, @compiler).compile)

0 commit comments

Comments
 (0)
Please sign in to comment.