Skip to content

Commit

Permalink
Merge pull request #1 from martindale/patch-2
Browse files Browse the repository at this point in the history
Fix formatting issues
  • Loading branch information
sifsand authored Jan 7, 2020
2 parents ebed657 + 05ca987 commit a396731
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions inputs/monsters/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,6 @@
{ "name": "Skeleton", "attack": 4, "speed": 2 },
{ "name": "Cyclops", "attack": 10, "speed": 1 },
{ "name": "Slime", "attack": 3, "speed": 1 },
{ "name": "Bird", "attack": 1, "speed": 9 }
{ "name": "Crocodile", "attack": 4, "speed": 6 }
{ "name": "Bird", "attack": 1, "speed": 9 },
{ "name": "Crocodile", "attack": 4, "speed": 6 },
]

0 comments on commit a396731

Please sign in to comment.