Skip to content

Commit a89103e

Browse files
committed
go fmt
1 parent df7c3d1 commit a89103e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

internal/pkg/auth/storage.go

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,10 @@ const (
4343
)
4444

4545
const (
46-
keyringServiceCLI = "stackit-cli"
47-
keyringServiceAPI = "stackit-cli-api"
48-
textFileNameCLI = "cli-auth-storage.txt"
49-
textFileNameAPI = "cli-api-auth-storage.txt"
46+
keyringServiceCLI = "stackit-cli"
47+
keyringServiceAPI = "stackit-cli-api"
48+
textFileNameCLI = "cli-auth-storage.txt"
49+
textFileNameAPI = "cli-api-auth-storage.txt"
5050
envAccessTokenName = "STACKIT_ACCESS_TOKEN"
5151
)
5252

0 commit comments

Comments
 (0)