Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
mraerino committed Jul 20, 2024
1 parent 423b31f commit d9bb643
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions internal/provider/slugs.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ import (
)

var (
// \w = word characters (== [0-9A-Za-z_])
// \s = whitespace (== [\t\n\f\r ])
matchSpecial = regexp.MustCompile(`[^\w\s-]`)
matchMultiWhitespacesAndDashes = regexp.MustCompile(`[\s-]+`)
)
Expand Down

0 comments on commit d9bb643

Please sign in to comment.