Skip to content

Commit a895a3f

Browse files
committed
Fix ktlint issue
Signed-off-by: Bence Hornák <[email protected]>
1 parent 87870db commit a895a3f

File tree

1 file changed

+1
-1
lines changed
  • providers/ofrep/src/commonMain/kotlin/dev/openfeature/kotlin/contrib/providers/ofrep/bean

1 file changed

+1
-1
lines changed

providers/ofrep/src/commonMain/kotlin/dev/openfeature/kotlin/contrib/providers/ofrep/bean/OfrepOptions.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,5 +52,5 @@ data class OfrepOptions(
5252
/**
5353
* The [CoroutineDispatcher] to be used for polling the OFREP backend
5454
*/
55-
val pollingDispatcher: CoroutineDispatcher = Dispatchers.Default
55+
val pollingDispatcher: CoroutineDispatcher = Dispatchers.Default,
5656
)

0 commit comments

Comments
 (0)