Skip to content

Commit

Permalink
Fix more redundant newline with fmt.Println
Browse files Browse the repository at this point in the history
Signed-off-by: rick <[email protected]>
  • Loading branch information
LinuxSuRen committed Nov 6, 2020
1 parent cbdab64 commit 7006866
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/kubesphere/kubesphere.go
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ func ResultNotes(incluster bool) error {
position = 1
notes = "Please wait for the installation to complete: "
)
fmt.Println("\n")
fmt.Print("\n")
if incluster {
fmt.Println("Please wait for the installation to complete ...")
}
Expand Down

0 comments on commit 7006866

Please sign in to comment.