style(internal/storage/BanWriter): rm extra newline
This commit is contained in:
@@ -175,7 +175,6 @@ func (d *BanReader) IsBanned(ip string) (bool, error) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func (d *BanReader) BanList() error {
|
func (d *BanReader) BanList() error {
|
||||||
|
|
||||||
var count int
|
var count int
|
||||||
t := table.NewWriter()
|
t := table.NewWriter()
|
||||||
t.SetOutputMirror(os.Stdout)
|
t.SetOutputMirror(os.Stdout)
|
||||||
|
|||||||
Reference in New Issue
Block a user