Skip to content

Commit

Permalink
fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
SabrinaTardio committed Apr 12, 2024
1 parent 2a5ca71 commit f8739ea
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -421,7 +421,7 @@ class ChallangeSender: URLAuthenticationChallengeSender {
}

class MockFeatureFlagger: FeatureFlagger {
func isFeatureOn<F>(forProvider: F) -> Bool where F : BrowserServicesKit.FeatureFlagSourceProviding {
func isFeatureOn<F>(forProvider: F) -> Bool where F: BrowserServicesKit.FeatureFlagSourceProviding {
return true
}
}

0 comments on commit f8739ea

Please sign in to comment.