Skip to content

Commit

Permalink
Fixed up more linter issues.
Browse files Browse the repository at this point in the history
  • Loading branch information
pmarkowsky committed May 9, 2024
1 parent 7ec1f98 commit c3449b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Source/santad/SNTPolicyProcessor.mm
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ - (instancetype)initWithRuleTable:(SNTRuleTable *)ruleTable {
//
// It returns YES if the decision was made, NO if the decision was not made.
- (BOOL)decision:(SNTCachedDecision *)cd
forRule:(SNTRule *)rule
withTransitiveRules:(BOOL)enableTransitiveRules {
forRule:(SNTRule *)rule
withTransitiveRules:(BOOL)enableTransitiveRules {
static const auto decisions =
absl::flat_hash_map<std::pair<SNTRuleType, SNTRuleState>, SNTEventState>{
{{SNTRuleTypeCDHash, SNTRuleStateAllow}, SNTEventStateAllowCDHash},
Expand Down

0 comments on commit c3449b5

Please sign in to comment.