style(internal/storage/BanWriter): rm extra newline

This commit is contained in:
2026-02-15 04:02:45 +03:00
parent 1c7a1c1778
commit 11f755c03c

View File

@@ -175,7 +175,6 @@ func (d *BanReader) IsBanned(ip string) (bool, error) {
}
func (d *BanReader) BanList() error {
var count int
t := table.NewWriter()
t.SetOutputMirror(os.Stdout)