Skip to content

Commit

Permalink
Merge pull request #25 from dunglas/fix/duplicated-WithDefaultScheme
Browse files Browse the repository at this point in the history
fix: remove useless duplicated call to WithDefaultScheme
  • Loading branch information
maeb authored Sep 16, 2024
2 parents 2b692f6 + 5349562 commit 914dda2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion canonicalizer/profiles.go
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,5 @@ var Semantic = New(
WithDefaultScheme("http"),
WithSortQuery(SortKeys),
WithRepeatedPercentDecoding(),
WithDefaultScheme("http"),
WithRemoveFragment(),
)

0 comments on commit 914dda2

Please sign in to comment.