From 5349562c1c8fb00a88d0c65740c40c56722b9d01 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Dunglas?= Date: Fri, 13 Sep 2024 11:04:27 +0200 Subject: [PATCH] fix: remove useless duplicated call to WithDefaultScheme --- canonicalizer/profiles.go | 1 - 1 file changed, 1 deletion(-) diff --git a/canonicalizer/profiles.go b/canonicalizer/profiles.go index baf8706..0dfb653 100644 --- a/canonicalizer/profiles.go +++ b/canonicalizer/profiles.go @@ -96,6 +96,5 @@ var Semantic = New( WithDefaultScheme("http"), WithSortQuery(SortKeys), WithRepeatedPercentDecoding(), - WithDefaultScheme("http"), WithRemoveFragment(), )