Browse Source

log/logheap: appease staticcheck

Brad Fitzpatrick 5 years ago
parent
commit
50b2e5ffe6
1 changed files with 0 additions and 1 deletions
  1. 0 1
      log/logheap/logheap.go

+ 0 - 1
log/logheap/logheap.go

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