Skip to content

Commit 7dd7456

Browse files
committed
Fix golint error missing a comment for InitDistributor
1 parent aa3431b commit 7dd7456

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

imap/distributor.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,7 @@ type Distributor struct {
5050
// InitDistributor listens for TLS connections on a TCP socket
5151
// opened up on supplied IP address and port as well as initializes
5252
// connections to involved worker nodes. It returns those
53-
// information bundeled in above Distributor struct.
54-
53+
// information bundled in above Distributor struct.
5554
func InitDistributor(logger log.Logger, config *config.Config, auth PlainAuthenticator) (*Distributor, error) {
5655

5756
var err error

0 commit comments

Comments
 (0)