Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
fgrosse committed Jan 4, 2018
1 parent 893be7d commit 5169c31
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions mockresponses.go
Original file line number Diff line number Diff line change
Expand Up @@ -384,9 +384,9 @@ func (mr *MockOffsetCommitResponse) getError(group, topic string, partition int3

// MockProduceResponse is a `ProduceResponse` builder.
type MockProduceResponse struct {
version int16
errors map[string]map[int32]KError
t TestReporter
version int16
errors map[string]map[int32]KError
t TestReporter
}

func NewMockProduceResponse(t TestReporter) *MockProduceResponse {
Expand Down

0 comments on commit 5169c31

Please sign in to comment.