fix formatting discrepancy

This commit is contained in:
jmwample 2025-06-23 14:37:49 -06:00
parent eeb8aae13e
commit 169ed49a46
No known key found for this signature in database

View file

@ -92,9 +92,9 @@ type Device struct {
closed chan struct{}
log *Logger
isASecOn abool.AtomicBool
aSecMux sync.RWMutex
aSecCfg aSecCfgType
isASecOn abool.AtomicBool
aSecMux sync.RWMutex
aSecCfg aSecCfgType
junkCreator junkCreator
}