Skip to content

Commit

Permalink
Whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
mildm8nnered committed Aug 24, 2024
1 parent 8e1d298 commit ba1cc74
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ internal extension Configuration {
(allRulesWrapped.first { $0.rule is CustomRules }?.rule as? CustomRules)?
.configuration.customRuleConfigurations.map(\.identifier) ?? []
return Set(
regularRuleIdentifiers
regularRuleIdentifiers
+ configurationCustomRulesIdentifiers
+ [RuleIdentifier.all.stringRepresentation]
)
Expand Down

0 comments on commit ba1cc74

Please sign in to comment.