Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
cmaier committed Jan 19, 2024
1 parent 6802987 commit 82b2b93
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,7 @@ fun AccountDetails(
mutableStateOf(accountCard.name)
}

val showDeleteDialog = remember {
mutableStateOf(false)
}
val showDeleteDialog = remember { mutableStateOf(false) }

AppBarLayout(
title = "",
Expand Down

0 comments on commit 82b2b93

Please sign in to comment.