From b3df7e649b9f50122fcb9abbeed481c91182e034 Mon Sep 17 00:00:00 2001 From: Nate Maninger Date: Mon, 4 Mar 2024 10:18:29 -0800 Subject: [PATCH] fix lint --- http/ipfs.go | 1 - 1 file changed, 1 deletion(-) diff --git a/http/ipfs.go b/http/ipfs.go index 51c8889..b81083d 100644 --- a/http/ipfs.go +++ b/http/ipfs.go @@ -106,7 +106,6 @@ func buildDispositionHeader(params url.Values) string { disposition += "; filename=" + filename[0] } return disposition - } func (is *ipfsGatewayServer) ServeHTTP(w http.ResponseWriter, r *http.Request) {