Skip to content

Commit

Permalink
fix: improve code readable
Browse files Browse the repository at this point in the history
  • Loading branch information
MoYoez committed Jan 7, 2024
1 parent 9d2f22e commit f61e329
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion plugin/mai/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@ func init() {
MaimaiSwitcherService(ctx)
default:
ctx.SendPlainMessage(true, "未知的指令或者指令出现错误~")
break
}
} else {
MaimaiRenderBase(ctx)
Expand Down
1 change: 0 additions & 1 deletion plugin/phigros/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ func init() {
RollToRenderPhigros(ctx, getSplitStringList[2])
default:
ctx.SendPlainMessage(true, "未知的指令或者指令出现错误~")
break
}
} else {
RenderPhi(ctx)
Expand Down

0 comments on commit f61e329

Please sign in to comment.