Skip to content

Commit

Permalink
chore: make linter happy
Browse files Browse the repository at this point in the history
  • Loading branch information
tjhop committed Mar 9, 2024
1 parent 04edbe9 commit a8a65a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/mango/mango.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ const (
"|_| |_| |_| \\__,_||_| |_| \\__, | \\___/\n" +
" |___/\n"
defaultPrometheusPort = 9555
charitywareMsg = "\nMango is charityware, in honor of Bram Moolenaar and out of respect for Vim. You can use and copy it as much as you like, but you are encouraged to make a donation for needy children in Uganda. Please visit the ICCF web site, available at these URLs:\n\nhttps://iccf-holland.org/\nhttps://www.vim.org/iccf/\nhttps://www.iccf.nl/\n"
charitywareMsg = "\nMango is charityware, in honor of Bram Moolenaar and out of respect for Vim. You can use and copy it as much as you like, but you are encouraged to make a donation for needy children in Uganda. Please visit the ICCF web site, available at these URLs:\n\nhttps://iccf-holland.org/\nhttps://www.vim.org/iccf/\nhttps://www.iccf.nl/"
)

var (
Expand Down Expand Up @@ -483,7 +483,7 @@ func main() {

if viper.GetBool("help") {
flag.Usage()
fmt.Fprintf(os.Stderr, charitywareMsg)
fmt.Fprintln(os.Stderr, charitywareMsg)
os.Exit(0)
}

Expand Down

0 comments on commit a8a65a1

Please sign in to comment.