Skip to content

Commit c9427d2

Browse files
committed
address feedback
1 parent 5f9b64e commit c9427d2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,6 @@ public inline fun <reified T : Enum<T>> enumSetEnvSetting(sysProp: String, envVa
8383
)
8484
}
8585
.toSet()
86-
.takeIf { it.isNotEmpty() }
8786
}
8887
return EnvironmentSetting(parse, sysProp, envVar)
8988
}

0 commit comments

Comments
 (0)