Skip to content

Commit 0a71dd7

Browse files
committed
Use more spacing
1 parent b07f1f0 commit 0a71dd7

1 file changed

Lines changed: 7 additions & 8 deletions

File tree

internal/super/setup.go

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -140,14 +140,13 @@ func startInteractiveSetup(
140140
var targetDir string
141141
var err error
142142

143-
asciiArt := ` __ _
144-
/ _| |
145-
| |_| | _____ __
146-
| _| |/ _ \ \ /\ / /
147-
| | | | (_) \ V V /
148-
|_| |_|\___/ \_/\_/
149-
150-
143+
asciiArt := ` __ _
144+
/ _| | |
145+
| |_ | | ___ __ __
146+
| _| | | / _ \ \ \ /\ / /
147+
| | | | | (_) | \ V V /
148+
|_| |_| \___/ \_/\_/
149+
151150
`
152151
logger.Info(asciiArt)
153152

0 commit comments

Comments
 (0)