Skip to content

Commit

Permalink
chores: run gofmt on project
Browse files Browse the repository at this point in the history
Signed-off-by: m-murad <[email protected]>
  • Loading branch information
m-murad committed Aug 3, 2020
1 parent cf29810 commit 91148e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion map_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ func TestUnorderedRange(t *testing.T) {
func TestOrderedRange(t *testing.T) {
kvs := [][]interface{}{
{"key", 123, "some-key", "some-other-key", 56.11}, //keys
{123, "key", "val 1", "val_2", true}, //values
{123, "key", "val 1", "val_2", true}, //values
}

m := mp.New()
Expand Down

0 comments on commit 91148e3

Please sign in to comment.