Skip to content

Commit ddb159f

Browse files
committed
remove trailing spaces
1 parent 3d87578 commit ddb159f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/src/main/java/to/bitkit/ui/screens/wallets/withdraw/WithdrawConfirmScreen.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,10 @@ fun WithdrawConfirmScreen(
4848
) {
4949
VerticalSpacer(16.dp)
5050
BalanceHeaderView(
51-
sats = uiState.amount.toLong(),
51+
sats = uiState.amount.toLong(),
5252
modifier = Modifier
5353
.fillMaxWidth()
54-
.testTag("WithdrawAmount"),
54+
.testTag("WithdrawAmount"),
5555
testTag = "WithdrawAmount"
5656
)
5757
VerticalSpacer(46.dp)

0 commit comments

Comments
 (0)