Skip to content

Commit

Permalink
style: Format code with gofumpt and prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
deepsource-autofix[bot] committed Jul 11, 2023
1 parent b8bfba2 commit 6412beb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/agent/core/ngt/service/vqueue/queue.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ type vqueue struct {
ic, dc uint64
}

type Index interface{
type Index interface {
Less(index) bool
}

Expand Down

0 comments on commit 6412beb

Please sign in to comment.