Removed trailing comma

This commit is contained in:
Danilo Gasques
2014-12-03 01:14:28 -02:00
parent 204c10297f
commit ea35a027b1
+26 -27
View File
@@ -1,29 +1,28 @@
{ {
"teamName": "Coffee2Code", "teamName": "Coffee2Code",
"members": [ "members": [
{ {
"name": "Danilo Gasques", "name": "Danilo Gasques",
"twitter": "danilogasques", "twitter": "danilogasques",
"koding": "d4n1l0d", "koding": "d4n1l0d",
"location": "Campinas, BR", "location": "Campinas, BR",
"lead": true "lead": true
}, },
{ {
"name": "Bruno Calza", "name": "Bruno Calza",
"koding": "brunoac", "koding": "brunoac",
"location": "Sao Carlos, BR" "location": "Sao Carlos, BR"
}, },
{ {
"name": "Guilherme Gonçalves", "name": "Guilherme Gonçalves",
"twitter": "guilhermea", "twitter": "guilhermea",
"koding": "guilhermeasg", "koding": "guilhermeasg",
"location": "Sao Carlos, BR", "location": "Sao Carlos, BR"
},
}, {
{ "name": "Vitor Morelatti",
"name": "Vitor Morelatti", "koding": "morelatti",
"koding": "morelatti", "location": "Campinas, BR"
"location": "Campinas, BR" }
} ]
]
} }