Skip to content

Commit e1e1ff9

Browse files
committed
refactor: line formatting
1 parent 495d7ef commit e1e1ff9

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

app/src/main/java/to/bitkit/ui/screens/wallets/receive/ReceiveConfirmScreen.kt

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ private fun ReceiveConfirmContent(
174174
}
175175
}
176176

177-
@Preview(showBackground = true, name = "Initial flow")
177+
@Preview(showBackground = true, name = "Initial flow")
178178
@Composable
179179
private fun Preview() {
180180
AppThemeSurface {
@@ -191,7 +191,7 @@ private fun Preview() {
191191
}
192192
}
193193

194-
@Preview(showBackground = true, name = "Aditional flow")
194+
@Preview(showBackground = true, name = "Aditional flow")
195195
@Composable
196196
private fun Preview2() {
197197
AppThemeSurface {
@@ -208,7 +208,7 @@ private fun Preview2() {
208208
}
209209
}
210210

211-
@Preview(showBackground = true, name = "Small device", widthDp = 400, heightDp = 620)
211+
@Preview(showBackground = true, name = "Small device", widthDp = 400, heightDp = 620)
212212
@Composable
213213
private fun Preview3() {
214214
AppThemeSurface {
@@ -224,7 +224,8 @@ private fun Preview3() {
224224
)
225225
}
226226
}
227-
@Preview(showBackground = true, name = "Tablet", device = PIXEL_TABLET)
227+
228+
@Preview(showBackground = true, name = "Tablet", device = PIXEL_TABLET)
228229
@Composable
229230
private fun Preview4() {
230231
AppThemeSurface {

0 commit comments

Comments
 (0)