Skip to content

Commit

Permalink
run gofmt
Browse files Browse the repository at this point in the history
  • Loading branch information
ftkg committed May 15, 2024
1 parent 957f9e7 commit 670444f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/storage_index_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -431,7 +431,7 @@ func TestLocalStorageIndex_List(t *testing.T) {
if err != nil {
t.Fatal(err.Error())
}

if err := storageIdx.CreateIndex(ctx, indexName, collection, key, []string{"one", "two", "three", "sort"}, []string{"sort"}, maxEntries, true); err != nil {
t.Fatal(err.Error())
}
Expand Down

0 comments on commit 670444f

Please sign in to comment.