fix MR review
This commit is contained in:
parent
33f7297fce
commit
2488a4017b
1 changed files with 2 additions and 2 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Reference in a new issue