Skip to content

Commit a9b0ca2

Browse files
Update cmd/arduino-app-cli/version/version.go
Co-authored-by: Luca Rinaldi <l.rinaldi@arduino.cc>
1 parent 7aba0e1 commit a9b0ca2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

cmd/arduino-app-cli/version/version.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,7 @@ type versionResult struct {
9999
}
100100

101101
func (r versionResult) String() string {
102-
resultMessage := fmt.Sprintf("%s version %s",
103-
ProgramName, r.Version)
102+
resultMessage := fmt.Sprintf("%s version %s", ProgramName, r.Version)
104103

105104
if r.DaemonVersion != "" {
106105
resultMessage = fmt.Sprintf("%s\ndaemon version: %s",

0 commit comments

Comments
 (0)