Skip to content

Commit

Permalink
Fixed line ending.
Browse files Browse the repository at this point in the history
  • Loading branch information
jackton1 committed Oct 3, 2021
1 parent 122d91b commit dbf3bde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ var rootCmd = &cobra.Command{
if len(args) == 0 {
_, err := fmt.Fprintf(
os.Stderr,
"invalid number of arguments passed: %d, requires at least 1 input/output file",
"invalid number of arguments passed: %d, requires at least 1 input/output file\n",
len(args),
)
if err != nil {
Expand Down

0 comments on commit dbf3bde

Please sign in to comment.