Skip to content

Commit

Permalink
Indentation
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
Elia Schito, Federico Ravasio & Gianluca Randazzo committed Mar 29, 2014
1 parent 2fc6f5a commit 9cb780d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/opal/nodes/call.rb
Expand Up @@ -98,7 +98,7 @@ def handle_special
if SPECIALS.include? meth
if result = __send__("handle_#{meth}")
push result
return true
return true
end
elsif RuntimeHelpers.compatible?(recvr, meth, arglist)
push(RuntimeHelpers.new(@sexp, @level, @compiler).compile)
Expand Down

0 comments on commit 9cb780d

Please sign in to comment.