Skip to content

Commit

Permalink
fix case
Browse files Browse the repository at this point in the history
  • Loading branch information
hanubeki committed Aug 22, 2024
1 parent 5866a58 commit 8b2e4c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generate/cosmetic/filter/combine.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ func Combine(filters []Rule) (m map[string]CombineResult) {
m = make(map[string]CombineResult)

for _, f := range filters {
d := strings.join(f.Domains, ",")
d := strings.Join(f.Domains, ",")
out := m[d]

out.Domains = f.Domains
Expand Down

0 comments on commit 8b2e4c3

Please sign in to comment.