Skip to content

Commit

Permalink
style: format code with Gofumpt and Prettier
Browse files Browse the repository at this point in the history
This commit fixes the style issues introduced in 4aa3ce6 according to the output
from Gofumpt and Prettier.

Details: #2210
  • Loading branch information
deepsource-autofix[bot] authored Oct 17, 2023
1 parent 4aa3ce6 commit 98e9e30
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions cmd/tools/cli/benchmark/cgo/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -344,10 +344,10 @@ func main() {
// })
// run(ctx, true, path, len(vectors[0]), vectors, ids, time.Hour*2, output)

//ids = ids[:0:0]
//ids = nil
//vectors = vectors[:0:0]
//vectors = nil
// ids = ids[:0:0]
// ids = nil
// vectors = vectors[:0:0]
// vectors = nil
sleep(ctx, time.Second*5, time.Minute*1, func() {
output("waiting for gc")
}, func() {
Expand Down

0 comments on commit 98e9e30

Please sign in to comment.