Skip to content

Commit

Permalink
remove space
Browse files Browse the repository at this point in the history
  • Loading branch information
SabrinaTardio committed Apr 12, 2024
1 parent d1ee747 commit 2a5ca71
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,6 @@ class ChallangeSender: URLAuthenticationChallengeSender {
var description: String = ""
}


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

Check failure on line 424 in UnitTests/TabExtensionsTests/ErrorPageTabExtensionTest.swift

View workflow job for this annotation

GitHub Actions / SwiftLint

Colons should be next to the identifier when specifying a type and next to the key in dictionary literals (colon)
return true
Expand Down

0 comments on commit 2a5ca71

Please sign in to comment.