Skip to content

Commit

Permalink
spotless
Browse files Browse the repository at this point in the history
  • Loading branch information
andremion committed Feb 18, 2025
1 parent 78044ff commit 96aa2bf
Showing 1 changed file with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -188,10 +188,10 @@ public fun StreamImage(
previewPlaceholder: Painter? = null,
loading: @Composable (BoxScope.(imageState: CoilImageState.Loading) -> Unit)? = null,
success: @Composable (
BoxScope.(
imageState: CoilImageState.Success,
painter: Painter,
) -> Unit
BoxScope.(
imageState: CoilImageState.Success,
painter: Painter,
) -> Unit
)? = null,
failure: @Composable (BoxScope.(imageState: CoilImageState.Failure) -> Unit)? = null,
) {
Expand Down Expand Up @@ -232,10 +232,10 @@ public fun StreamImage(
previewPlaceholder: Painter? = null,
loading: @Composable (BoxScope.(imageState: CoilImageState.Loading) -> Unit)? = null,
success: @Composable (
BoxScope.(
imageState: CoilImageState.Success,
painter: Painter,
) -> Unit
BoxScope.(
imageState: CoilImageState.Success,
painter: Painter,
) -> Unit
)? = null,
failure: @Composable (BoxScope.(imageState: CoilImageState.Failure) -> Unit)? = null,
) {
Expand Down

0 comments on commit 96aa2bf

Please sign in to comment.