Skip to content

Commit

Permalink
Merge pull request #141 from DeluxeAlonso/feature/minor-improvements
Browse files Browse the repository at this point in the history
Feature/minor improvements
  • Loading branch information
DeluxeAlonso authored Nov 9, 2024
2 parents 8c1f0b7 + 2c6e562 commit a720d3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GithubJobs/Helpers/Utils/Color/FeatureFlagsManager.swift
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ protocol FeatureFlagProtocol {

}

class CustomChevronFeatureFlag: FeatureFlagProtocol {
final class CustomChevronFeatureFlag: FeatureFlagProtocol {

let identifier: String = "UseCustomChevron"
let title: String = "User custom chevron view"
Expand Down

0 comments on commit a720d3a

Please sign in to comment.