From 0d6bc0a0ad6bb630e01593aa4244e06cc8ff38b7 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Wed, 17 Dec 2025 17:51:10 +0000 Subject: [PATCH] chore: format code --- packages/console/app/src/routes/download/index.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/console/app/src/routes/download/index.tsx b/packages/console/app/src/routes/download/index.tsx index 3a3ac3758..4f4258755 100644 --- a/packages/console/app/src/routes/download/index.tsx +++ b/packages/console/app/src/routes/download/index.tsx @@ -37,7 +37,6 @@ function getDownloadPlatform(os: OS): DownloadPlatform { } } - function getDownloadHref(platform: DownloadPlatform) { return `/download/${platform}` }