Skip to content

Commit

Permalink
ran gofmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Kranti Deep committed Oct 16, 2020
1 parent bfa6061 commit 9625fe3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mockresponses.go
Expand Up @@ -1092,7 +1092,7 @@ type MockJoinGroupResponse struct {

func NewMockJoinGroupResponse(t TestReporter) *MockJoinGroupResponse {
return &MockJoinGroupResponse{
t: t,
t: t,
Members: make(map[string][]byte),
}
}
Expand Down

0 comments on commit 9625fe3

Please sign in to comment.