From a2d35ef8315824005368aad00a2678d3382e9a60 Mon Sep 17 00:00:00 2001 From: QCQCQC <1220204124@zust.edu.cn> Date: Fri, 21 Mar 2025 14:02:15 +0800 Subject: [PATCH] fix: formate --- src/utils/index.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/utils/index.ts b/src/utils/index.ts index 41d1556..e838cc0 100644 --- a/src/utils/index.ts +++ b/src/utils/index.ts @@ -1,4 +1,3 @@ - const isPrime = (n: number): boolean => { if (n <= 1 || !Number.isInteger(n)) { throw new Error('输入必须是大于1的整数');