style: 移除冗余分号

This commit is contained in:
zhangxun 2025-08-06 01:16:56 +08:00
parent 50cf0abf80
commit 7dca18b6f3

View File

@ -403,7 +403,6 @@ public record ExpressionBuilder(IRContext ctx) {
}
}
}
;
}
case BoolLiteralNode _ -> sj.add("bool");
case StringLiteralNode _ -> sj.add("string");