Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
Signed-off-by: haanhvu <haanh6594@gmail.com>
  • Loading branch information
haanhvu committed Aug 30, 2022
1 parent 653e472 commit 8d82f16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/receive/hashring_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ func TestHashringAlgorithmFromHashringConfig(t *testing.T) {
cfg := []HashringConfig{
{
Endpoints: []string{"node1"},
Algorithm: "hashmod"
Algorithm: "hashmod",
},
}

Expand Down

0 comments on commit 8d82f16

Please sign in to comment.