Skip to content

Commit

Permalink
style: remove extraneous parentheses
Browse files Browse the repository at this point in the history
  • Loading branch information
El-Fitz committed Nov 12, 2024
1 parent 1785e1f commit d257de0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ struct Checkbox: View {
}

var body: some View {
HStack() {
HStack {
Button(action: {
isChecked.toggle()
}, label: {
Expand Down

0 comments on commit d257de0

Please sign in to comment.