Skip to content

Commit

Permalink
http: fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
n8maninger committed Mar 20, 2024
1 parent 605cfc5 commit 138b30a
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 @@ -202,7 +202,6 @@ func (is *ipfsGatewayServer) ServeHTTP(w http.ResponseWriter, r *http.Request) {
}
defer rsc.Close()
http.ServeContent(w, r, filename, time.Now(), rsc)

}
}

Expand Down

0 comments on commit 138b30a

Please sign in to comment.