Skip to content

Commit

Permalink
gofmt
Browse files Browse the repository at this point in the history
  • Loading branch information
gsexton committed Sep 9, 2024
1 parent 91c118d commit 0a36c23
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions host_linux.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ package host

import (
// Make sure sysfs drivers are registered.
_ "periph.io/x/host/v3/gpioioctl"
_ "periph.io/x/host/v3/gpioioctl"
_ "periph.io/x/host/v3/netlink"
_ "periph.io/x/host/v3/sysfs"
_ "periph.io/x/host/v3/netlink"
)

0 comments on commit 0a36c23

Please sign in to comment.