mirror of
https://github.com/plan-player-analytics/Plan.git
synced 2024-12-21 05:50:18 +08:00
Fixed missing comma in Contributors.java
This commit is contained in:
parent
7878392de0
commit
add1500881
@ -48,6 +48,7 @@ public class Contributors {
|
||||
new Contributor("f0rb1d (\u4f5b\u58c1\u706f)", LANG),
|
||||
new Contributor("Fur_xia", LANG),
|
||||
new Contributor("fuzzlemann", CODE, LANG),
|
||||
new Contributor("hallo1142", LANG),
|
||||
new Contributor("itaquito", LANG),
|
||||
new Contributor("jyhsu2000", CODE),
|
||||
new Contributor("jvmuller", LANG),
|
||||
@ -62,7 +63,6 @@ public class Contributors {
|
||||
new Contributor("Vankka", CODE),
|
||||
new Contributor("yukieji", LANG),
|
||||
new Contributor("qsefthuopq", LANG)
|
||||
new Contributor("hallo1142", LANG)
|
||||
};
|
||||
int estimatedLength = contributors.length * 40 + 50;
|
||||
StringBuilder html = new StringBuilder(estimatedLength);
|
||||
|
Loading…
Reference in New Issue
Block a user