Skip to content

Commit fd8f762

Browse files
authored
Remove bad trailing comma (#1737)
Also removed the comments since they look bad in the GitHub UI
1 parent bfbcb7a commit fd8f762

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.opensource/project.json

+1-4
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,16 @@
88

99
"content": "README.md",
1010

11-
// Other markdown pages that should be rendered nicely
1211
"pages" : [
1312
"ROADMAP.md",
1413
"Carthage.md",
1514
"CONTRIBUTING.md",
1615
"CODE_OF_CONDUCT.md"
1716
],
1817

19-
// Related projects on Github, in the format $owner/$repo[/$subproject]
20-
// where subproject is optional.
2118
"related": [
2219
"firebase/quickstart-ios",
2320
"firebase/firebaseui-ios"
24-
],
21+
]
2522

2623
}

0 commit comments

Comments
 (0)