fix new line

This commit is contained in:
2025-08-11 23:11:36 +02:00
parent 154f058971
commit 41eed05493

View File

@@ -57,6 +57,7 @@ func (p *CRC8Cmd) Execute(_ context.Context, f *flag.FlagSet, _ ...interface{})
for _, table := range tables {
fmt.Printf("%s ", table.Name)
}
fmt.Println()
fmt.Fprintln(os.Stderr, "error:", err)
return subcommands.ExitFailure