From b0a35be3917207e64edf05cea4a19cb02c1e4e44 Mon Sep 17 00:00:00 2001 From: nishthaAhujaa Date: Thu, 16 Oct 2025 12:54:56 +0530 Subject: [PATCH] Format fix --- src/Explorer/Tabs/QueryTab/ResultsView.test.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Explorer/Tabs/QueryTab/ResultsView.test.tsx b/src/Explorer/Tabs/QueryTab/ResultsView.test.tsx index e6ee1cf31..31bdf939c 100644 --- a/src/Explorer/Tabs/QueryTab/ResultsView.test.tsx +++ b/src/Explorer/Tabs/QueryTab/ResultsView.test.tsx @@ -76,7 +76,7 @@ jest.mock("./StylesAdvisor", () => ({ jest.mock("../../../Utils/NotificationConsoleUtils", () => ({ logConsoleProgress: (...args: unknown[]) => { mockLogConsoleProgress(...args); - return () => { }; + return () => {}; }, }));