fix: less newline

This commit is contained in:
2024-12-28 23:47:50 +01:00
parent 356e527f1f
commit 9f189680f3

View File

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