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

Details: #2733
  • Loading branch information
deepsource-autofix[bot] authored Nov 6, 2024
1 parent 75897f5 commit a814748
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/core/algorithm/ngt/ngt.go
Original file line number Diff line number Diff line change
Expand Up @@ -1146,7 +1146,6 @@ func fromCGraphStatistics(cstats *C.NGTGraphStatistics) *GraphStatistics {
return goStats
}


func (n *ngt) GetGraphStatistics(
ctx context.Context, m statisticsType,
) (stats *GraphStatistics, err error) {
Expand Down

0 comments on commit a814748

Please sign in to comment.