cmd/ctrld: make staticcheck happy

This commit is contained in:
Cuong Manh Le
2023-02-27 21:43:05 +07:00
committed by Cuong Manh Le
parent fb20d443c1
commit b0114dfaeb
5 changed files with 9 additions and 8 deletions

View File

@@ -100,9 +100,8 @@ type resolvedManager struct {
logf logger.Logf
ifidx int
configCR chan changeRequest // tracks OSConfigs changes and error responses
revertCh chan struct{}
newManager func(conn *dbus.Conn) dbus.BusObject
configCR chan changeRequest // tracks OSConfigs changes and error responses
revertCh chan struct{}
}
var _ OSConfigurator = (*resolvedManager)(nil)