From 1d40bc30d37cb769d76cfeab192aa2b0ba8c5a57 Mon Sep 17 00:00:00 2001 From: David Allen Graham Date: Fri, 28 Nov 2014 18:23:55 -0500 Subject: [PATCH] extra line numbers were added, so removed them --- Teams/JustWannaPlayGames/team.json | 37 +++++++++++++++--------------- 1 file changed, 18 insertions(+), 19 deletions(-) diff --git a/Teams/JustWannaPlayGames/team.json b/Teams/JustWannaPlayGames/team.json index 3967d0e..ba7e1ae 100644 --- a/Teams/JustWannaPlayGames/team.json +++ b/Teams/JustWannaPlayGames/team.json @@ -1,21 +1,20 @@ { -2 "teamName": "Just Wanna Play Games", -3 "members": [ -4 -10 { -11 "name": "David Graham", -12 "twitter": "JustwPlayGames", -13 "koding": "wer2chosen", -14 "location": "Cleveland, OH" -15 }, -0 { -11 "name": "Rane Boe Graham", -12 "twitter": "raneeee_g7", -13 "koding": "ragrah", -14 "location": "Mayfield Heights, OH" -15 } + "teamName": "Just Wanna Play Games", + "members": [ + + { + "name": "David Graham", + "twitter": "JustwPlayGames", + "koding": "wer2chosen", + "location": "Cleveland, OH" + }, + { + "name": "Rane Boe Graham", + "twitter": "raneeee_g7", + "koding": "ragrah", + "location": "Mayfield Heights, OH" + } -29 -35 ] -36 } -Enter file contents here + + ] +}