Skip to content

Commit bd2fc85

Browse files
committed
Fix formatting violations
1 parent 51babb4 commit bd2fc85

File tree

1 file changed

+2
-2
lines changed
  • util/src/main/kotlin/com/caplin/integration/datasourcex/util/flow

1 file changed

+2
-2
lines changed

util/src/main/kotlin/com/caplin/integration/datasourcex/util/flow/SetEvent.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -168,8 +168,8 @@ fun <V : Any, R> Flow<Set<V>>.flatMapLatestAndMerge(
168168

169169
/**
170170
* Transforms a flow of [SetEvent] into a merged flow by applying [entryEventTransformer] to each
171-
* entry event. When an event is received, a new flow is created and its emissions are
172-
* merged into the resulting flow.
171+
* entry event. When an event is received, a new flow is created and its emissions are merged into
172+
* the resulting flow.
173173
*/
174174
fun <V : Any, R> Flow<SetEvent<V>>.flatMapLatestAndMerge(
175175
entryEventTransformer: (EntryEvent<V>) -> Flow<R>

0 commit comments

Comments
 (0)