From feae395f69d1f3565f700c3c5a0a8dd50a477f26 Mon Sep 17 00:00:00 2001 From: TJ Zhang Date: Fri, 12 Jul 2024 13:22:53 -0700 Subject: [PATCH] missing empty line --- node/src/Commands.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/node/src/Commands.ts b/node/src/Commands.ts index 35e23ce1e5..46214f5b95 100644 --- a/node/src/Commands.ts +++ b/node/src/Commands.ts @@ -1555,4 +1555,4 @@ export function createObjectRefcount(key: string): command_request.Command { */ export function createDBSize(): command_request.Command { return createCommand(RequestType.DBSize, []); -} \ No newline at end of file +}