Skip to content

Commit

Permalink
fix: gofumpt
Browse files Browse the repository at this point in the history
Signed-off-by: Smuu <[email protected]>
  • Loading branch information
smuu committed Jan 15, 2025
1 parent 0d20759 commit 7aba60b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nodebuilder/settings.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ func WithBootstrappers(peers p2p.Bootstrappers) fx.Option {
}

// WithPyroscope enables pyroscope profiling for the node.
func WithPyroscope(endpoint string, basicAuthUser string, basicAuthPassword string, nodeType node.Type) fx.Option {
func WithPyroscope(endpoint, basicAuthUser, basicAuthPassword string, nodeType node.Type) fx.Option {
return fx.Options(
fx.Invoke(func(peerID peer.ID) error {
config := pyroscope.Config{
Expand Down

0 comments on commit 7aba60b

Please sign in to comment.