Skip to content

Commit

Permalink
🔧 ./gradlew detekt --auto-correct
Browse files Browse the repository at this point in the history
  • Loading branch information
Corvus400 committed Sep 1, 2024
1 parent ddac0d0 commit 07ab2e9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ fun rememberAsyncImagePainter(model: ImageRequest): Painter {
val requestModel = remember(model) { model }

return coil3.compose.rememberAsyncImagePainter(
model = requestModel
model = requestModel,
)
}

0 comments on commit 07ab2e9

Please sign in to comment.