From 50b2e5ffe6500b53052faeb857005a331f572c79 Mon Sep 17 00:00:00 2001 From: Brad Fitzpatrick Date: Fri, 12 Jun 2020 10:31:42 -0700 Subject: [PATCH] log/logheap: appease staticcheck --- log/logheap/logheap.go | 1 - 1 file changed, 1 deletion(-) diff --git a/log/logheap/logheap.go b/log/logheap/logheap.go index af48a1f64..93f018dc3 100644 --- a/log/logheap/logheap.go +++ b/log/logheap/logheap.go @@ -38,5 +38,4 @@ func LogHeap(postURL string) { return } defer res.Body.Close() - return }