From 7beb4f869605113690c312b51226a933c1be87c5 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Sat, 2 Nov 2024 10:52:02 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- js/index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/index.d.ts b/js/index.d.ts index 6e538e5..939719b 100644 --- a/js/index.d.ts +++ b/js/index.d.ts @@ -92,4 +92,4 @@ export class Dict { onRefresh(callback: (data: { keys?: string[]; indices?: number[] }) => void): void; offRefresh(): void; -} \ No newline at end of file +}