Przeglądaj źródła

Remove blank line that was breaking godoc

Evan Huus 10 lat temu
rodzic
commit
70f8b28bbe
1 zmienionych plików z 0 dodań i 1 usunięć
  1. 0 1
      errors.go

+ 0 - 1
errors.go

@@ -29,7 +29,6 @@ var ErrNotConnected = errors.New("kafka: broker not connected")
 // ErrInsufficientData is returned when decoding and the packet is truncated. This can be expected
 // ErrInsufficientData is returned when decoding and the packet is truncated. This can be expected
 // when requesting messages, since as an optimization the server is allowed to return a partial message at the end
 // when requesting messages, since as an optimization the server is allowed to return a partial message at the end
 // of the message set.
 // of the message set.
-
 var ErrInsufficientData = errors.New("kafka: Insufficient data to decode packet, more bytes expected")
 var ErrInsufficientData = errors.New("kafka: Insufficient data to decode packet, more bytes expected")
 
 
 // ErrShuttingDown is returned when a producer receives a message during shutdown.
 // ErrShuttingDown is returned when a producer receives a message during shutdown.