fix MR review

This commit is contained in:
AlteredCoder 2020-07-09 12:37:21 +02:00
parent 33f7297fce
commit 2488a4017b

View file

@ -270,9 +270,9 @@ func BanList() error {
}
} else {
if displayAPI {
fmt.Printf("No API decisions")
fmt.Println("No API decisions")
} else {
fmt.Printf("No local decisions.\n")
fmt.Println("No local decisions")
}
}
if !displayAPI {