From 43600ca7453e955d16881fd79863939c1dc48327 Mon Sep 17 00:00:00 2001 From: panFD Date: Fri, 21 Aug 2026 18:13:44 +0800 Subject: [PATCH] style(SkillSet): fix code indent and comment formatting adjust the indentation and trailing whitespace of the DTType enum comment to meet code style requirements --- assets/script/game/common/config/SkillSet.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/script/game/common/config/SkillSet.ts b/assets/script/game/common/config/SkillSet.ts index 60bcddee..882dda5d 100644 --- a/assets/script/game/common/config/SkillSet.ts +++ b/assets/script/game/common/config/SkillSet.ts @@ -18,7 +18,7 @@ export enum TGroup { export enum DTType { single = 0, range = 1, - aoe_grid = 2, // 3*3 网格范围攻击,以中路第2、3列为目标 + aoe_grid = 2, // 3*3 网格范围攻击,以中路第2、3列为目标 } export enum SkillKind {