Browse Source

Small change to prompt another travis build

Zane Kansil 10 years ago
parent
commit
be05978590
1 changed files with 1 additions and 4 deletions
  1. 1 4
      frameworks/Crystal/moonshine/server.cr

+ 1 - 4
frameworks/Crystal/moonshine/server.cr

@@ -30,10 +30,7 @@ end
 private def randomWorld
   id = rand(1..ID_MAXIMUM)
   num = REDIS.get("world:" + id.to_s)
-  {
-    :id => id
-    :randomNumber => num
-  }
+  { :id => id, :randomNumber => num }
 end
 
 private def setWorld(world)