We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96bc69e commit 7dc4911Copy full SHA for 7dc4911
plugins/core/jetbrains-community/src/software/aws/toolkits/jetbrains/core/credentials/sso/DiskCache.kt
@@ -128,12 +128,12 @@ class DiskCache(
128
result = Result.Failed,
129
reason = "Failed to load Client Registration",
130
reasonDesc = buildString {
131
- append("Load Step:$stage failed. ")
132
- append("Cache file exists:$fileExists, ")
133
- append("Parent exists:$parentExists, ")
134
- append("Parent perms:$parentPerms, ")
135
- append("Is owner:$isOwner")
136
- }
+ append("Load Step:$stage failed. ")
+ append("Cache file exists:$fileExists, ")
+ append("Parent exists:$parentExists, ")
+ append("Parent perms:$parentPerms, ")
+ append("Is owner:$isOwner")
+ }
137
)
138
return null
139
}
0 commit comments