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

Details: #2733
  • Loading branch information
deepsource-autofix[bot] authored Nov 5, 2024
1 parent 50cfcd3 commit 4946ddf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/core/algorithm/ngt/ngt_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -780,7 +780,7 @@ func Test_gen(t *testing.T) {
objectType: Uint8,
mu: &sync.RWMutex{},
cmu: &sync.RWMutex{},
smu: &sync.Mutex{},
smu: &sync.Mutex{},
epl: DefaultErrorBufferLimit,
},
},
Expand Down

0 comments on commit 4946ddf

Please sign in to comment.