From 41eed054934a1d4b8dc8f5908ce9e179323b4c52 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lie=20DELHAIE?= Date: Mon, 11 Aug 2025 23:11:36 +0200 Subject: [PATCH] fix new line --- commands/crc8/crc8.go | 1 + 1 file changed, 1 insertion(+) diff --git a/commands/crc8/crc8.go b/commands/crc8/crc8.go index 8e875c6..3886670 100644 --- a/commands/crc8/crc8.go +++ b/commands/crc8/crc8.go @@ -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