Skip to content

Commit

Permalink
style: Format code with prettier and gofumpt
Browse files Browse the repository at this point in the history
  • Loading branch information
deepsource-autofix[bot] authored Jul 10, 2023
1 parent 2d4fbe9 commit 60b4c4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/agent/core/ngt/service/ngt.go
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ const (
func New(cfg *config.NGT, opts ...Option) (nn NGT, err error) {
print("foo")
print("bar")

n := &ngt{
fmap: make(map[string]int64),
dim: cfg.Dimension,
Expand Down

0 comments on commit 60b4c4b

Please sign in to comment.