Skip to content

Commit

Permalink
[Truffle] Formatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisseaton committed Sep 15, 2015
1 parent 2a60605 commit 6b911f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion truffle/src/main/ruby/core/rubinius/common/object_space.rb
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def self._id2ref(id)
if find_object([:object_id, Integer(id)], ary) > 0
return ary.first
end
return nil
return nil
end

def self.find_references(obj)
Expand Down

0 comments on commit 6b911f3

Please sign in to comment.