Skip to content

Commit b1c298b

Browse files
PIMOB-4287 lint format
1 parent 7079ce1 commit b1c298b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

checkout/src/main/java/com/checkout/logging/utils/EnvironmentExtension.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@ internal fun Environment.toLoggingName() = when (this) {
2626

2727
private fun String?.baseUrlPrefixValidator() = this
2828
?.takeIf {
29-
prefix ->
29+
prefix ->
3030
prefix.all { char -> char.isLetterOrDigit() } && prefix.isNotEmpty()
3131
}

0 commit comments

Comments
 (0)