fix code style

pull/32/head
Florian Hartwich 2018-04-01 23:35:57 +02:00
parent 7422d06f22
commit 739cd92073
1 changed files with 2 additions and 2 deletions

View File

@ -113,7 +113,7 @@ export interface Army {
username,
rank
}[],
}[],
memberCount: number
}[];
memberCount: number;
}