Skip to content

Commit

Permalink
fix: cli: cli formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
grokify committed Feb 15, 2021
1 parent d4146e6 commit 57b5371
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion swaggman.go
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,6 @@ func main() {
log.Fatal(err)
}

fmt.Printf("wrote Postman collection [%s]", opts.Postman)
fmt.Printf("wrote Postman collection [%s]\n", opts.Postman)
fmt.Println("DONE")
}

0 comments on commit 57b5371

Please sign in to comment.