Skip to content

Commit

Permalink
Whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
mildm8nnered committed Aug 31, 2024
1 parent ff76e98 commit fe91ca2
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 fe91ca2

Please sign in to comment.