Skip to content

Commit

Permalink
refactor(sensors): rearrange struct fields for memory optimisation
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuar committed Jun 12, 2023
1 parent cc5de86 commit 7a1289e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/sensors/registry.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ import (
)

type registryItem struct {
id string
data *sensorMetadata
id string
}

type Registry interface {
Expand Down

0 comments on commit 7a1289e

Please sign in to comment.