From ea35a027b19d4975ccae82e98960ec3dffd6fe93 Mon Sep 17 00:00:00 2001 From: Danilo Gasques Date: Wed, 3 Dec 2014 01:14:28 -0200 Subject: [PATCH] Removed trailing comma --- Teams/Coffee2Code/team.json | 53 ++++++++++++++++++------------------- 1 file changed, 26 insertions(+), 27 deletions(-) diff --git a/Teams/Coffee2Code/team.json b/Teams/Coffee2Code/team.json index ff2f971..25a00a9 100644 --- a/Teams/Coffee2Code/team.json +++ b/Teams/Coffee2Code/team.json @@ -1,29 +1,28 @@ { - "teamName": "Coffee2Code", - "members": [ - { - "name": "Danilo Gasques", - "twitter": "danilogasques", - "koding": "d4n1l0d", - "location": "Campinas, BR", - "lead": true - }, - { - "name": "Bruno Calza", - "koding": "brunoac", - "location": "Sao Carlos, BR" - }, - { - "name": "Guilherme Gonçalves", - "twitter": "guilhermea", - "koding": "guilhermeasg", - "location": "Sao Carlos, BR", - - }, - { - "name": "Vitor Morelatti", - "koding": "morelatti", - "location": "Campinas, BR" - } - ] + "teamName": "Coffee2Code", + "members": [ + { + "name": "Danilo Gasques", + "twitter": "danilogasques", + "koding": "d4n1l0d", + "location": "Campinas, BR", + "lead": true + }, + { + "name": "Bruno Calza", + "koding": "brunoac", + "location": "Sao Carlos, BR" + }, + { + "name": "Guilherme Gonçalves", + "twitter": "guilhermea", + "koding": "guilhermeasg", + "location": "Sao Carlos, BR" + }, + { + "name": "Vitor Morelatti", + "koding": "morelatti", + "location": "Campinas, BR" + } + ] }