mirror of
https://github.com/Control-D-Inc/ctrld.git
synced 2026-02-03 22:18:39 +00:00
cmd/ctrld: make staticcheck happy
This commit is contained in:
committed by
Cuong Manh Le
parent
fb20d443c1
commit
b0114dfaeb
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user