Skip to content

Commit f98974c

Browse files
committed
ktlint fix
1 parent 1374cc7 commit f98974c

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

app/src/screenshotTest/kotlin/io/homeassistant/companion/android/settings/views/SettingsRowScreenshotTest.kt

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,11 @@ class SettingsRowScreenshotTest {
3030
primaryText = "Title",
3131
secondaryText = "Subtitle",
3232
icon = {
33-
Spacer(Modifier
34-
.border(width = 1.dp, color = Color.Magenta)
35-
.size(width = 56.dp, height = 16.dp))
33+
Spacer(
34+
Modifier
35+
.border(width = 1.dp, color = Color.Magenta)
36+
.size(width = 56.dp, height = 16.dp),
37+
)
3638
},
3739
onClicked = {},
3840
)

0 commit comments

Comments
 (0)