-speed: drop useless tab at end of line
This commit is contained in:
parent
d0cba59f6b
commit
cdbc48fe29
@ -49,7 +49,7 @@ func Run() {
|
||||
if b.preferred {
|
||||
fmt.Printf("\t(selected in auto mode)\n")
|
||||
} else {
|
||||
fmt.Printf("\t\n")
|
||||
fmt.Printf("\n")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user