Skip to content

Commit

Permalink
Run gofmt
Browse files Browse the repository at this point in the history
  • Loading branch information
minkezhang committed Oct 20, 2022
1 parent 5b5b435 commit 6f0f992
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion internal/knn/knn.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ import (

"github.com/downflux/go-kd/internal/node"
"github.com/downflux/go-kd/point"
"github.com/downflux/go-pq/pq"
"github.com/downflux/go-kd/vector"
"github.com/downflux/go-pq/pq"

vnd "github.com/downflux/go-geometry/nd/vector"
)
Expand Down
6 changes: 3 additions & 3 deletions internal/perf/perf_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
// computational time constraints. To run the full set of tests (which make take
// up to an hour), run
//
// go test github.com/downflux/go-kd/internal/perf \
// -bench . -benchmem -timeout=60m \
// -args -performance_test_size=large
// go test github.com/downflux/go-kd/internal/perf \
// -bench . -benchmem -timeout=60m \
// -args -performance_test_size=large
package perf

import (
Expand Down

0 comments on commit 6f0f992

Please sign in to comment.