Skip to content

Commit

Permalink
Drop redundant
Browse files Browse the repository at this point in the history
  • Loading branch information
keeshux committed Dec 3, 2024
1 parent 20dbf04 commit 54dc6e0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ import PassepartoutKit
import SwiftUI
import UILibrary

struct ProviderContentModifier<Entity, ProviderRows>: ViewModifier where Entity: ProviderEntityType, Entity.ConfigurationType: ProviderConfigurationIdentifiable, ProviderRows: View {
struct ProviderContentModifier<Entity, ProviderRows>: ViewModifier where Entity: ProviderEntityType, ProviderRows: View {

@EnvironmentObject
private var providerManager: ProviderManager
Expand Down

0 comments on commit 54dc6e0

Please sign in to comment.