Skip to content

Commit

Permalink
Spotless
Browse files Browse the repository at this point in the history
  • Loading branch information
squarejesse committed Nov 4, 2024
1 parent 483577f commit 56063b3
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@
*/
package app.cash.redwood.snapshot.testing

import androidx.compose.ui.unit.Dp as ComposeDp
import app.cash.redwood.Modifier as RedwoodModifier
import app.cash.redwood.snapshot.testing.Color as ColorWidget
import androidx.compose.foundation.background
import androidx.compose.foundation.layout.Box
import androidx.compose.foundation.layout.Column
Expand All @@ -35,8 +32,11 @@ import androidx.compose.ui.Alignment
import androidx.compose.ui.Modifier
import androidx.compose.ui.graphics.Color
import androidx.compose.ui.text.TextStyle
import androidx.compose.ui.unit.Dp as ComposeDp
import androidx.compose.ui.unit.dp
import androidx.compose.ui.unit.sp
import app.cash.redwood.Modifier as RedwoodModifier
import app.cash.redwood.snapshot.testing.Color as ColorWidget
import app.cash.redwood.ui.Dp
import app.cash.redwood.ui.toPlatformDp

Expand Down

0 comments on commit 56063b3

Please sign in to comment.