From 2c32ef5963308cab40e1597278d5e2c8d26d221c Mon Sep 17 00:00:00 2001 From: Daniel Imms <2193314+Tyriar@users.noreply.github.com> Date: Sun, 28 Dec 2025 13:53:03 -0800 Subject: [PATCH] Fix lint --- src/browser/renderer/shared/Constants.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/browser/renderer/shared/Constants.ts b/src/browser/renderer/shared/Constants.ts index 32d44bf1..5b6665c9 100644 --- a/src/browser/renderer/shared/Constants.ts +++ b/src/browser/renderer/shared/Constants.ts @@ -10,4 +10,4 @@ export const enum RendererConstants { * The idle time after which cursor blinking stops. */ CURSOR_BLINK_IDLE_TIMEOUT = 5 * 60 * 1000 -} \ No newline at end of file +}