Skip to content

Commit 169ed49

Browse files
committed
fix formatting discrepancy
1 parent eeb8aae commit 169ed49

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

device/device.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -92,9 +92,9 @@ type Device struct {
9292
closed chan struct{}
9393
log *Logger
9494

95-
isASecOn abool.AtomicBool
96-
aSecMux sync.RWMutex
97-
aSecCfg aSecCfgType
95+
isASecOn abool.AtomicBool
96+
aSecMux sync.RWMutex
97+
aSecCfg aSecCfgType
9898
junkCreator junkCreator
9999
}
100100

0 commit comments

Comments
 (0)