Skip to content
This repository has been archived by the owner on Nov 17, 2018. It is now read-only.

Commit

Permalink
Spacing.
Browse files Browse the repository at this point in the history
  • Loading branch information
chrislloyd committed Nov 22, 2009
1 parent 64e0d78 commit 2b56ca9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion server/lib/robot.rb
Expand Up @@ -74,7 +74,11 @@ def think(env)
end

def to_hash
returning(super.merge({:name => name, :energy => energy, :score => score})) do |h|
returning(super.merge({
:name => name,
:energy => energy,
:score => score
})) do |h|
h[:exception] = exception if exception
end
end
Expand Down

0 comments on commit 2b56ca9

Please sign in to comment.