Skip to content

Commit 7df6772

Browse files
committed
Kotlin Format
Signed-off-by: penguindan <[email protected]>
1 parent 5472c08 commit 7df6772

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kotlin-sdk/src/commonMain/kotlin/dev/openfeature/kotlin/sdk/multiprovider/FirstMatchStrategy.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ class FirstMatchStrategy : MultiProvider.Strategy {
4343
defaultValue,
4444
reason = Reason.ERROR.toString(),
4545
errorCode = error.errorCode(),
46-
errorMessage = error.message,
46+
errorMessage = error.message
4747
)
4848
}
4949
}

0 commit comments

Comments
 (0)