-speed: drop useless tab at end of line

This commit is contained in:
Jakob Unterwurzacher 2021-09-14 10:15:18 +02:00
parent d0cba59f6b
commit cdbc48fe29
1 changed files with 1 additions and 1 deletions

View File

@ -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")
}
}
}