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

Details: #2135
  • Loading branch information
deepsource-autofix[bot] committed May 15, 2024
1 parent 8aa8c98 commit 640f8e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/net/http/metrics/pprof.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ import (
"net/http/pprof"

"github.com/felixge/fgprof"
pyprof "github.com/grafana/pyroscope-go/godeltaprof/http/pprof"
"github.com/vdaas/vald/internal/net/http/rest"
"github.com/vdaas/vald/internal/net/http/routing"
pyprof "github.com/grafana/pyroscope-go/godeltaprof/http/pprof"
)

func GetProfileRoutes() (r []routing.Route) {
Expand Down

0 comments on commit 640f8e9

Please sign in to comment.