Skip to content

Commit f56bcec

Browse files
committed
chore: format
1 parent 02694a2 commit f56bcec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

internal/ui/splash.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ func GetLogo(logoUrl string) {
9090
`| /\____ / ___/`,
9191
`| \ \ / /\___ \`,
9292
`|____|\__ \/____//____ /`,
93-
` \/ \/ `,
93+
` \/ \/ `,
9494
}
9595
if logoUrl == "" {
9696
LogoSmall = defaultLogo
@@ -109,7 +109,7 @@ func GetLogo(logoUrl string) {
109109
}
110110
ctx := context.WithValue(context.Background(), fileKey, filePath)
111111
slog.DebugContext(ctx, "Successfully fetched logo from file")
112-
112+
113113
logo := strings.Split(string(body), "\n")
114114
// last line is empty, remove it
115115
if len(logo) > 0 && logo[len(logo)-1] == "" {

0 commit comments

Comments
 (0)