Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
SabrinaTardio committed Nov 28, 2024
1 parent ee2f891 commit b3224fe
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -379,15 +379,15 @@ class MockExperimentManager: ExperimentCohortsManaging {
}
}

fileprivate struct FakeExperimentFlag: FeatureFlagExperimentDescribing {
private struct FakeExperimentFlag: FeatureFlagExperimentDescribing {
typealias CohortType = AutofillCohort

var rawValue: String = "fake-experiment"

var source: FeatureFlagSource
}

fileprivate enum AutofillCohort: String, FlagCohort {
private enum AutofillCohort: String, FlagCohort {
case control
case blue
}

0 comments on commit b3224fe

Please sign in to comment.