style(SkillSet): fix code indent and comment formatting

adjust the indentation and trailing whitespace of the DTType enum comment to meet code style requirements
This commit is contained in:
panFD
2026-08-21 18:13:44 +08:00
parent f3cbb20af0
commit 43600ca745

View File

@@ -18,7 +18,7 @@ export enum TGroup {
export enum DTType { export enum DTType {
single = 0, single = 0,
range = 1, range = 1,
aoe_grid = 2, // 3*3 网格范围攻击以中路第2、3列为目标 aoe_grid = 2, // 3*3 网格范围攻击以中路第2、3列为目标
} }
export enum SkillKind { export enum SkillKind {