Skip to content

Commit

Permalink
Fix linter issues.
Browse files Browse the repository at this point in the history
  • Loading branch information
pmarkowsky committed May 9, 2024
1 parent dd95628 commit 7ec1f98
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions Source/santad/SNTPolicyProcessor.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
#import <MOLCertificate/MOLCertificate.h>

#import "Source/common/SNTCommonEnums.h"
#import "Source/common/SNTRuleIdentifiers.h"
#import "Source/common/SNTRule.h"
#import "Source/common/SNTRuleIdentifiers.h"

@class MOLCodesignChecker;
@class SNTCachedDecision;
Expand Down Expand Up @@ -61,13 +61,12 @@
- (nonnull SNTCachedDecision *)decisionForFilePath:(nonnull NSString *)filePath
identifiers:(nonnull SNTRuleIdentifiers *)identifiers;


///
/// Updates a decision for a given file and agent configuration.
///
/// Returns YES if the decision requires no futher processing NO otherwise.
- (BOOL)decision:(nonnull SNTCachedDecision *) cd
forRule:(nonnull SNTRule *) rule
withTransitiveRules:(BOOL) transitive;
- (BOOL)decision:(nonnull SNTCachedDecision *)cd
forRule:(nonnull SNTRule *)rule
withTransitiveRules:(BOOL)transitive;

@end

0 comments on commit 7ec1f98

Please sign in to comment.