revid/revid.go: removed space

This commit is contained in:
saxon 2019-02-08 11:24:41 +10:30
parent c7f1acac26
commit f0fc399d47
1 changed files with 0 additions and 1 deletions

View File

@ -126,7 +126,6 @@ func (s *httpSender) load(c *ring.Chunk) error {
} }
func (s *httpSender) send() error { func (s *httpSender) send() error {
if s.chunk == nil { if s.chunk == nil {
// Do not retry with httpSender, // Do not retry with httpSender,
// so just return without error // so just return without error