style: 删除一个行尾空格

This commit is contained in:
Qian23333 2025-09-08 23:10:15 +08:00
parent a6542a1ffd
commit 79b4d6c6d2

View file

@ -193,7 +193,7 @@ export class Remind extends ZZZPlugin {
if (threshold < 1 || threshold > 7) {
return this.reply('防卫战阈值必须在1到7之间');
}
if (isGlobal) {
settings.setSingleConfig('remind', 'abyssCheckLevel', threshold);
} else {