Skip to content
This repository was archived by the owner on Dec 14, 2021. It is now read-only.

Commit 401fa44

Browse files
committed
Format code
1 parent 66d3bea commit 401fa44

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

core/networkserver/device/device.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ type Device struct {
3636
Options Options `redis:"options"`
3737
ADR ADRSettings `redis:"adr,include"`
3838

39-
CreatedAt time.Time `redis:"created_at"`
40-
UpdatedAt time.Time `redis:"updated_at"`
41-
ActivatedAt time.Time `redis:"activated_at"` // Indicates whether the device was activated via OTAA method
39+
CreatedAt time.Time `redis:"created_at"`
40+
UpdatedAt time.Time `redis:"updated_at"`
41+
ActivatedAt time.Time `redis:"activated_at"` // Indicates whether the device was activated via OTAA method
4242
}
4343

4444
// ADRSettings contains the (desired) settings for a device that uses ADR

0 commit comments

Comments
 (0)