From 160a84fb19117fab94e70c52cff7a42da2458db5 Mon Sep 17 00:00:00 2001 From: Timofei Iatsenko Date: Tue, 10 Jan 2023 16:28:32 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=98=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/macro/src/icu.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/packages/macro/src/icu.ts b/packages/macro/src/icu.ts index 2f9356c86..5ab1e065f 100644 --- a/packages/macro/src/icu.ts +++ b/packages/macro/src/icu.ts @@ -144,6 +144,3 @@ export default class ICUMessageFormat { throw new Error(`Unknown token type ${(token as any).type}`) } } - - -