Skip to content

Commit 5ef76ef

Browse files
committed
lint
1 parent 3065a8e commit 5ef76ef

File tree

1 file changed

+1
-2
lines changed
  • aws-runtime/aws-config/common/src/aws/sdk/kotlin/runtime/config/profile

1 file changed

+1
-2
lines changed

aws-runtime/aws-config/common/src/aws/sdk/kotlin/runtime/config/profile/AwsProfile.kt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -217,11 +217,10 @@ public inline fun <reified T : Enum<T>> AwsProfile.getEnumOrNull(key: String, su
217217
append(value)
218218
append("' is not supported, should be one of: ")
219219
enumValues<T>().joinTo(this) { it.name.lowercase() }
220-
}
220+
},
221221
)
222222
}
223223

224-
225224
internal fun AwsProfile.getUrlOrNull(key: String, subKey: String? = null): Url? =
226225
getOrNull(key, subKey)?.let {
227226
try {

0 commit comments

Comments
 (0)