Skip to content

Commit

Permalink
Run swift format
Browse files Browse the repository at this point in the history
  • Loading branch information
praveenperera committed Feb 5, 2025
1 parent f2f0512 commit 240f9e1
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ struct WalletSettingsChangeNameView: View {
@FocusState private var isFocused: Bool

init(name: Binding<String>) {
self._name = name
self.isFocused = true
_name = name
isFocused = true
}

var body: some View {
Expand Down

0 comments on commit 240f9e1

Please sign in to comment.