contributors: fix the contributors list commas (#1685)

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("Karlatemp", CODE, LANG),
new Contributor("Mastory_Md5", LANG),
new Contributor("FluxCapacitor2", CODE)
new Contributor("FluxCapacitor2", CODE),
new Contributor("galexrt", LANG),
};
int estimatedLength = contributors.length * 40 + 50;