1
0
mirror of https://github.com/lxc/incus.git synced 2026-02-05 09:46:19 +01:00

incus-agent: Fix gofumpt

Signed-off-by: Stéphane Graber <stgraber@stgraber.org>
This commit is contained in:
Stéphane Graber
2025-11-19 10:38:46 -05:00
parent c18cbc2aa8
commit 895feb456e

View File

@@ -101,7 +101,7 @@ func runService(name string, agentCmd *cmdAgent) error {
elog.Error(1, fmt.Sprintf("%s service failed: %v", name, err))
return err
}
elog.Info(1, fmt.Sprintf("%s service stopped", name))
return nil
}