Skip to content

Commit 951e07e

Browse files
committed
lint
1 parent 4c782bf commit 951e07e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runtime/runtime-core/common/src/aws/smithy/kotlin/runtime/config/EnvironmentSetting.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ public inline fun <reified T : Enum<T>> enumSetEnvSetting(sysProp: String, envVa
7979
enumValues<T>()
8080
.firstOrNull { it.name.equals(enumValue, ignoreCase = true) }
8181
?: throw ClientException(
82-
"Value $enumValue is not supported, should be one of ${enumValues<T>().joinToString(", ")}"
82+
"Value $enumValue is not supported, should be one of ${enumValues<T>().joinToString(", ")}",
8383
)
8484
}
8585
.toSet()

0 commit comments

Comments
 (0)