make linter happy

This commit is contained in:
Aine
2023-09-28 08:31:42 +03:00
parent da41bd31fb
commit 8bdd46fb32
2 changed files with 1 additions and 1 deletions

View File

@@ -347,7 +347,6 @@ func (b *Bot) runBanlistTotals(ctx context.Context) {
msg.WriteString("You can find daily totals below:\n")
b.lp.SendNotice(evt.RoomID, msg.String(), utils.RelatesTo(true, evt.ID))
b.addBanlistTimeline(ctx, true)
return
}
func (b *Bot) runBanlistAuth(ctx context.Context, commandSlice []string) {