fix: less newline
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
decentral1se 2024-12-28 23:47:50 +01:00
parent 356e527f1f
commit 9f189680f3
Signed by: decentral1se
GPG Key ID: 03789458B3D0C410

View File

@ -91,7 +91,6 @@ var RecipeVersionCommand = &cobra.Command{
if err := formatter.PrintTable(table); err != nil { if err := formatter.PrintTable(table); err != nil {
log.Fatal(err) log.Fatal(err)
} }
fmt.Println()
continue continue
} }