Skip to content

Commit

Permalink
fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
rusq committed Feb 21, 2023
1 parent 0a85239 commit a28bb64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -267,6 +267,6 @@ func header(w io.Writer) {
func ver(w io.Writer) {
header(w)
if commit != "" {
fmt.Fprintf(w, "commit: %s ref: %s\n", commit)
fmt.Fprintf(w, "commit: %s\n", commit)
}
}

0 comments on commit a28bb64

Please sign in to comment.