Skip to content

Commit

Permalink
Fix “Println arg list ends with redundant newline”
Browse files Browse the repository at this point in the history
  • Loading branch information
dnicolson committed Jan 3, 2022
1 parent a940464 commit c64226a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cmd/irestore/irestore.go
Original file line number Diff line number Diff line change
Expand Up @@ -425,8 +425,7 @@ func main() {
ls [domain]
restore domain dest
dumpkeys [outputfile]
apps
`)
apps`)
}

var cmd string
Expand Down

0 comments on commit c64226a

Please sign in to comment.