Skip to content

Commit

Permalink
修复: fmt.Println arg list ends with redundant newline
Browse files Browse the repository at this point in the history
  • Loading branch information
gphper committed Sep 5, 2023
1 parent 5aea473 commit 4a8e674
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 13 deletions.
2 changes: 1 addition & 1 deletion cmd/cli/run/root.go
Expand Up @@ -90,7 +90,7 @@ func showLogo() {
fmt.Println(" | | __ _ _ __ / \\ __| |_ __ ___ _ _ __ ")
fmt.Println(" | | |_ | | '_ \\ / /\\ \\ / _` | '_ ` _ \\| | '_ \\ ")
fmt.Println(" | |__| | | | | |/ _____\\ (_| | | | | | | | | | |")
fmt.Println(" \\_____|_|_| |_/_/ \\_\\__,_|_| |_| |_|_|_| |_| \n")
fmt.Println(" \\_____|_|_| |_/_/ \\_\\__,_|_| |_| |_|_|_| |_| ")
}

func showPanel() {
Expand Down
12 changes: 0 additions & 12 deletions internal/cron/log_test.go

This file was deleted.

0 comments on commit 4a8e674

Please sign in to comment.