From 77ab1a58a803b07bae498c7685a349eced3ea5a6 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Mon, 5 Jan 2026 16:06:08 +0000 Subject: [PATCH] [automated] Apply ESLint and Prettier fixes --- src/utils/virtualListUtils.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/virtualListUtils.ts b/src/utils/virtualListUtils.ts index 18b30554ea..8f4ba35c78 100644 --- a/src/utils/virtualListUtils.ts +++ b/src/utils/virtualListUtils.ts @@ -69,4 +69,4 @@ export function createInitialWindowRange( start: 0, end: Math.min(windowSize, totalChildren) } -} \ No newline at end of file +}