Skip to content

Commit

Permalink
test add return line
Browse files Browse the repository at this point in the history
  • Loading branch information
mgoerens committed Jul 17, 2023
1 parent d15773f commit 1f5afb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ func runVersion(out io.Writer) error {
if err != nil {
return err
}
fmt.Fprint(out, string(marshalledVersion))
fmt.Fprint(out, string(marshalledVersion)+"\n")
return nil
}

Expand Down

0 comments on commit 1f5afb3

Please sign in to comment.