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 dd222d4 commit 5b0550d
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 5b0550d

Please sign in to comment.