fix: remove redundant newline in profiler.go (go vet)
💘 Generated with Crush Assisted-by: GLM-5.1 via Crush <crush@charm.land>
This commit is contained in:
@@ -13,7 +13,7 @@ func RunFirstTimeSetup() (*config.MuyueConfig, error) {
|
||||
cfg := config.Default()
|
||||
result := scanner.ScanSystem()
|
||||
|
||||
fmt.Println("Welcome to muyue! Let's set up your environment.\n")
|
||||
fmt.Println("Welcome to muyue! Let's set up your environment.")
|
||||
|
||||
var name, pseudo, email string
|
||||
var languages []string
|
||||
|
||||
Reference in New Issue
Block a user