Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
n8maninger committed Mar 4, 2024
1 parent e1abcdb commit b3df7e6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion http/ipfs.go
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit b3df7e6

Please sign in to comment.