summaryrefslogtreecommitdiff
path: root/vendor/github.com/go-openapi/spec/normalizer_nonwindows.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/go-openapi/spec/normalizer_nonwindows.go')
-rw-r--r--vendor/github.com/go-openapi/spec/normalizer_nonwindows.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/github.com/go-openapi/spec/normalizer_nonwindows.go b/vendor/github.com/go-openapi/spec/normalizer_nonwindows.go
index 2df072315..f19f1a8fb 100644
--- a/vendor/github.com/go-openapi/spec/normalizer_nonwindows.go
+++ b/vendor/github.com/go-openapi/spec/normalizer_nonwindows.go
@@ -40,5 +40,5 @@ func repairURI(in string) (*url.URL, string) {
return u, ""
}
-func fixWindowsURI(u *url.URL, in string) {
+func fixWindowsURI(_ *url.URL, _ string) {
}