Skip to content

Commit

Permalink
dcrlncli: Remove additional newline
Browse files Browse the repository at this point in the history
  • Loading branch information
matheusd committed Jun 3, 2024
1 parent 4ca7b52 commit a24f3a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/dcrlncli/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ func main() {
}

// Build the standard version string.
versionStr := fmt.Sprintf("%s (Go version %s %s/%s)\n",
versionStr := fmt.Sprintf("%s (Go version %s %s/%s)",
build.Version(), runtime.Version(), runtime.GOOS, runtime.GOARCH)

app := cli.NewApp()
Expand Down

0 comments on commit a24f3a7

Please sign in to comment.