Skip to content

Commit 4a8e674

Browse files
committed
修复: fmt.Println arg list ends with redundant newline
1 parent 5aea473 commit 4a8e674

File tree

2 files changed

+1
-13
lines changed

2 files changed

+1
-13
lines changed

cmd/cli/run/root.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ func showLogo() {
9090
fmt.Println(" | | __ _ _ __ / \\ __| |_ __ ___ _ _ __ ")
9191
fmt.Println(" | | |_ | | '_ \\ / /\\ \\ / _` | '_ ` _ \\| | '_ \\ ")
9292
fmt.Println(" | |__| | | | | |/ _____\\ (_| | | | | | | | | | |")
93-
fmt.Println(" \\_____|_|_| |_/_/ \\_\\__,_|_| |_| |_|_|_| |_| \n")
93+
fmt.Println(" \\_____|_|_| |_/_/ \\_\\__,_|_| |_| |_|_|_| |_| ")
9494
}
9595

9696
func showPanel() {

internal/cron/log_test.go

Lines changed: 0 additions & 12 deletions
This file was deleted.

0 commit comments

Comments
 (0)