From 22e87b59ccb4a62d7c3502580fae531524a40093 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim=20D=C3=BCsterhus?= Date: Mon, 20 Sep 2021 18:51:04 +0200 Subject: [PATCH] Fix TypeScript code style --- ts/WoltLabSuite/Core/I18n/Plural.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 = { /** -- 2.20.1