Formatting by gofumpt

This commit is contained in:
9seconds
2026-02-16 17:10:06 +01:00
parent 8e87405d3e
commit 074c4017f5
4 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -129,7 +129,7 @@ func (a *Access) getIP(ntw mtglib.Network, protocol string) net.IP {
defer func() {
io.Copy(io.Discard, resp.Body) //nolint: errcheck
resp.Body.Close() //nolint: errcheck
resp.Body.Close() //nolint: errcheck
}()
data, err := io.ReadAll(resp.Body)