Skip to content

Commit 93aff92

Browse files
fhunlethCopilot
andauthored
Update lib/i2c/nil_backend.ex
Co-authored-by: Copilot <[email protected]>
1 parent b0cfb73 commit 93aff92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/i2c/nil_backend.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ defmodule Circuits.I2C.NilBackend do
1111
alias Circuits.I2C.Backend
1212
alias Circuits.I2C.Bus
1313

14-
defstruct [:empty]
14+
defstruct []
1515

1616
@doc """
1717
Return the I2C bus names on this system

0 commit comments

Comments
 (0)