From b6f92f1dc4980972815b4282c9694ec049fcd087 Mon Sep 17 00:00:00 2001 From: Yunlu Wen Date: Fri, 29 May 2026 16:34:36 +0800 Subject: [PATCH] fix(cli): fix style (#36821) --- cli/src/framework/errors.test.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/cli/src/framework/errors.test.ts b/cli/src/framework/errors.test.ts index 053bb01641..90b9061648 100644 --- a/cli/src/framework/errors.test.ts +++ b/cli/src/framework/errors.test.ts @@ -7,7 +7,6 @@ describe('OutputFormatNotSupportedError', () => { const err = new OutputFormatNotSupportedError('csv') expect(err.message).toBe('format csv is not supported by this command') }) - }) describe('UnsupportedArgValueError', () => {