Skip to content

Commit 7dc4911

Browse files
committed
detekt
1 parent 96bc69e commit 7dc4911

File tree

1 file changed

+6
-6
lines changed
  • plugins/core/jetbrains-community/src/software/aws/toolkits/jetbrains/core/credentials/sso

1 file changed

+6
-6
lines changed

plugins/core/jetbrains-community/src/software/aws/toolkits/jetbrains/core/credentials/sso/DiskCache.kt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -128,12 +128,12 @@ class DiskCache(
128128
result = Result.Failed,
129129
reason = "Failed to load Client Registration",
130130
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-
}
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+
}
137137
)
138138
return null
139139
}

0 commit comments

Comments
 (0)