Run Make fmt

This commit is contained in:
Pablo Carranza
2025-02-08 12:20:37 +01:00
parent 7c263aa061
commit bccf0c9688

View File

@@ -160,7 +160,6 @@ type daemonArgs struct {
// initLogging setup the global logrus logger.
func initLogging(cfg *config.Config) {
callPrettyfier := func(f *runtime.Frame) (string, string) {
// get function name
s := strings.Split(f.Function, ".")