From: Tim Düsterhus Date: Mon, 20 Sep 2021 16:51:04 +0000 (+0200) Subject: Fix TypeScript code style X-Git-Tag: 5.4.8_dev_1~9 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=22e87b59ccb4a62d7c3502580fae531524a40093;p=GitHub%2FWoltLab%2FWCF.git Fix TypeScript code style --- diff --git a/ts/WoltLabSuite/Core/I18n/Plural.ts b/ts/WoltLabSuite/Core/I18n/Plural.ts index 2f104d889b..43d1c93344 100644 --- a/ts/WoltLabSuite/Core/I18n/Plural.ts +++ b/ts/WoltLabSuite/Core/I18n/Plural.ts @@ -668,8 +668,8 @@ type Parameters = { } & { [category in Category]?: string; } & { - [number: number]: string; - }; + [number: number]: string; +}; const Plural = { /**