Skip to content

Commit

Permalink
[Truffle] Fix extra newline after #printf.
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisseaton committed Dec 29, 2014
1 parent 13e2779 commit 27067b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/main/ruby/jruby/truffle/core/kernel.rb
Expand Up @@ -38,7 +38,7 @@ def puts(*args)
end

def printf(*args)
puts sprintf(*args)
print sprintf(*args)
end

alias_method :trust, :untaint
Expand Down

0 comments on commit 27067b0

Please sign in to comment.