remove new line

Signed-off-by: Andrew Thornton <art27@cantab.net>
This commit is contained in:
Andrew Thornton 2022-09-15 15:41:17 +01:00
parent 7f649f6174
commit 3ca37c75ae
No known key found for this signature in database
GPG Key ID: 3CDE74631F13A748
1 changed files with 0 additions and 1 deletions

View File

@ -13,7 +13,6 @@ import (
func main() {
app := cmd.New()
if err := app.Run(os.Args); err != nil {
fmt.Printf("Failed to run app with %s: %v\n", os.Args[1:], err)
}