Skip to content

Commit

Permalink
Fixed SwiftLint error
Browse files Browse the repository at this point in the history
  • Loading branch information
austincondiff committed Jan 16, 2025
1 parent dbee3f4 commit 06f62b5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ struct SchemeDropDownView: View {

@Environment(\.controlActiveState)
private var activeState

@State var isSchemePopOverPresented: Bool = false
@State private var isHoveringScheme: Bool = false

Expand Down

0 comments on commit 06f62b5

Please sign in to comment.