Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gen2thomas committed May 22, 2023
1 parent 7a378e3 commit f5052e3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion v2/device.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ func (d *Devices) Each(f func(Device)) {
for _, device := range *d {
f(device)
}
return
}

// Start calls Start on each Device in d
Expand Down

0 comments on commit f5052e3

Please sign in to comment.