From 568c7ef8d41b4cb83309de972ec30396da040a23 Mon Sep 17 00:00:00 2001 From: "Angelo Failla (pallotron)" Date: Fri, 18 Oct 2024 09:25:16 -0700 Subject: [PATCH] remove return as it still works --- machine1/dbus.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/machine1/dbus.go b/machine1/dbus.go index 49207eaa..79c30ea0 100644 --- a/machine1/dbus.go +++ b/machine1/dbus.go @@ -163,7 +163,7 @@ func (c *Conn) DescribeMachine(name string) (machineProps map[string]interface{} for key, val := range dbusProps { machineProps[key] = val.Value() } - return machineProps, nil + return } // KillMachine sends a signal to a machine