From 7aba60bd3aaf1dbd44a959ee73217c1b837cadf9 Mon Sep 17 00:00:00 2001 From: Smuu <18609909+Smuu@users.noreply.github.com> Date: Wed, 15 Jan 2025 10:19:12 +0100 Subject: [PATCH] fix: gofumpt Signed-off-by: Smuu <18609909+Smuu@users.noreply.github.com> --- nodebuilder/settings.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nodebuilder/settings.go b/nodebuilder/settings.go index 299b41b99a..328c5ea682 100644 --- a/nodebuilder/settings.go +++ b/nodebuilder/settings.go @@ -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{