Skip to content

Commit

Permalink
forgot to import strings
Browse files Browse the repository at this point in the history
  • Loading branch information
hanubeki committed Aug 22, 2024
1 parent 0d2e3e7 commit 5866a58
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions generate/cosmetic/filter/combine.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
package filter

import (
"strings"
)

type CombineResult struct {
Domains []string
Selectors []string
Expand Down

0 comments on commit 5866a58

Please sign in to comment.