Skip to content

Commit ce292b8

Browse files
committed
Fix “Println arg list ends with redundant newline”
1 parent 8c08246 commit ce292b8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

cmd/irestore/irestore.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -426,8 +426,7 @@ func main() {
426426
restore domain dest
427427
dumpkeys [outputfile]
428428
encryptkeys [inputfile] [outputfile]
429-
apps
430-
`)
429+
apps`)
431430
}
432431

433432
var cmd string

0 commit comments

Comments
 (0)