Skip to content

Commit 6058e66

Browse files
committed
indentation
1 parent c83bec2 commit 6058e66

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

app/src/main/java/to/bitkit/ui/settings/advanced/sweep/SweepSettingsScreen.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -226,8 +226,8 @@ private fun FoundFundsView(
226226
text = stringResource(R.string.sweep__to_wallet),
227227
onClick = onSweepToWallet,
228228
modifier = Modifier
229-
.fillMaxWidth()
230-
.testTag("SweepToWalletButton")
229+
.fillMaxWidth()
230+
.testTag("SweepToWalletButton")
231231
)
232232

233233
VerticalSpacer(16.dp)

0 commit comments

Comments
 (0)