From b3c423794432b851180c9738bc6aa011565b664d Mon Sep 17 00:00:00 2001 From: g547315 <132482386+g547315@users.noreply.github.com> Date: Fri, 15 Dec 2023 15:02:40 +0000 Subject: [PATCH] ran linter --- packages/commands/src/index.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/commands/src/index.ts b/packages/commands/src/index.ts index 64254a5cd..c3d36175b 100644 --- a/packages/commands/src/index.ts +++ b/packages/commands/src/index.ts @@ -1342,10 +1342,10 @@ namespace Private { */ export const CHORD_TIMEOUT = 1000; - /** + /** * The timeout in ms for triggering a modifer key binding. */ - export const ModifierKey_TIMEOUT = 500; + export const ModifierKey_TIMEOUT = 500; /** * A convenience type alias for a command func.