Skip to content

Commit

Permalink
fixup! satisfy linters
Browse files Browse the repository at this point in the history
  • Loading branch information
tbg committed Aug 8, 2019
1 parent d61289d commit 4697813
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion raft/confchange/restore_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ import (
type rndConfChange pb.ConfState

// Generate creates a random (valid) ConfState for use with quickcheck.
func (_ rndConfChange) Generate(rand *rand.Rand, _ int) reflect.Value {
func (rndConfChange) Generate(rand *rand.Rand, _ int) reflect.Value {
conv := func(sl []int) []uint64 {
// We want IDs but the incoming slice is zero-indexed, so add one to
// each.
Expand Down

0 comments on commit 4697813

Please sign in to comment.