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 58baee9 according to the output
from Gofumpt and Prettier.

Details: #2608
  • Loading branch information
deepsource-autofix[bot] committed Sep 11, 2024
1 parent 58baee9 commit a3792b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/core/algorithm/usearch/option.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ func WithIndexPath(path string) Option {
// WithQuantizationType represents the option to set the quantizationType for usearch.
func WithQuantizationType(quantizationType string) Option {
return func(u *usearch) error {
switch quantizationType{
switch quantizationType {
case "BF16":
u.quantizationType = core.BF16
case "F16":
Expand Down

0 comments on commit a3792b6

Please sign in to comment.