log/logheap: appease staticcheck

This commit is contained in:
Brad Fitzpatrick 2020-06-12 10:31:42 -07:00
parent 8edcab04d5
commit 50b2e5ffe6

View File

@ -38,5 +38,4 @@ func LogHeap(postURL string) {
return return
} }
defer res.Body.Close() defer res.Body.Close()
return
} }