From f61e3299d49b2a4f137fb1b179d8a0cdfd3675de Mon Sep 17 00:00:00 2001 From: MoYoez Date: Sun, 7 Jan 2024 14:01:18 +0800 Subject: [PATCH] fix: improve code readable --- plugin/mai/main.go | 1 - plugin/phigros/main.go | 1 - 2 files changed, 2 deletions(-) diff --git a/plugin/mai/main.go b/plugin/mai/main.go index 401590e..12b587b 100644 --- a/plugin/mai/main.go +++ b/plugin/mai/main.go @@ -95,7 +95,6 @@ func init() { MaimaiSwitcherService(ctx) default: ctx.SendPlainMessage(true, "未知的指令或者指令出现错误~") - break } } else { MaimaiRenderBase(ctx) diff --git a/plugin/phigros/main.go b/plugin/phigros/main.go index ce9a48c..68ce327 100644 --- a/plugin/phigros/main.go +++ b/plugin/phigros/main.go @@ -48,7 +48,6 @@ func init() { RollToRenderPhigros(ctx, getSplitStringList[2]) default: ctx.SendPlainMessage(true, "未知的指令或者指令出现错误~") - break } } else { RenderPhi(ctx)