1
0
mirror of https://github.com/plan-player-analytics/Plan.git synced 2025-02-17 04:41:43 +01:00

contributors: fix the contributors list commas ()

Signed-off-by: Alexander Trost <galexrt@googlemail.com>
This commit is contained in:
Alexander Trost 2021-01-06 16:01:42 +01:00 committed by GitHub
parent aa492be01a
commit 1224eea893
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -72,7 +72,7 @@ public class Contributors {
new Contributor("qsefthuopq", LANG), new Contributor("qsefthuopq", LANG),
new Contributor("Karlatemp", CODE, LANG), new Contributor("Karlatemp", CODE, LANG),
new Contributor("Mastory_Md5", LANG), new Contributor("Mastory_Md5", LANG),
new Contributor("FluxCapacitor2", CODE) new Contributor("FluxCapacitor2", CODE),
new Contributor("galexrt", LANG), new Contributor("galexrt", LANG),
}; };
int estimatedLength = contributors.length * 40 + 50; int estimatedLength = contributors.length * 40 + 50;