Skip to content

Commit 415d637

Browse files
committed
fix fmt
1 parent a6b9ae2 commit 415d637

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/main/java/com/hoc/flowmvi/core/CollectIn.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@ inline fun <T> Flow<T>.collectInViewLifecycle(
3535
owner = fragment.viewLifecycleOwner,
3636
minActiveState = minActiveState,
3737
action = action,
38-
)
38+
)

0 commit comments

Comments
 (0)