Skip to content

Commit f656a6a

Browse files
committed
chore: lint
1 parent e073974 commit f656a6a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/src/main/java/to/bitkit/ui/screens/transfer/SettingUpScreen.kt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,8 @@ private fun SettingUpScreen(
117117
Spacer(modifier = Modifier.height(12.dp))
118118
if (inProgress) {
119119
Display(
120-
text = stringResource(R.string.lightning__savings_progress__title).withAccent(accentColor = Colors.Purple),
120+
text = stringResource(R.string.lightning__savings_progress__title)
121+
.withAccent(accentColor = Colors.Purple),
121122
)
122123
Spacer(modifier = Modifier.height(8.dp))
123124
BodyM(

0 commit comments

Comments
 (0)