From df2d4f64d931f3b731a077460a99e2794e92791d Mon Sep 17 00:00:00 2001 From: Artur Arseniev Date: Mon, 26 Aug 2024 15:50:36 +0400 Subject: [PATCH] Format --- src/common/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/index.ts b/src/common/index.ts index 5f1307bc0..943d4ad02 100644 --- a/src/common/index.ts +++ b/src/common/index.ts @@ -14,7 +14,7 @@ export type DisableOptions = { fromMove?: boolean }; export type LocaleOptions = { locale?: boolean }; -export type WithHTMLParserOptions = { parserOptions?: HTMLParserOptions; }; +export type WithHTMLParserOptions = { parserOptions?: HTMLParserOptions }; export type RemoveOptions = Backbone.Silenceable;