Skip to content

Commit

Permalink
Fix formatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
patfair committed Feb 5, 2023
1 parent 02cb9e4 commit a4bbf26
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions plc/plc.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ const (
)

// Discrete inputs
//
//go:generate stringer -type=input
type input int

Expand All @@ -59,6 +60,7 @@ const (
)

// 16-bit registers
//
//go:generate stringer -type=register
type register int

Expand All @@ -68,6 +70,7 @@ const (
)

// Coils
//
//go:generate stringer -type=coil
type coil int

Expand All @@ -84,6 +87,7 @@ const (
)

// Bitmask for decoding fieldIoConnection into individual ArmorBlock connection statuses.
//
//go:generate stringer -type=armorBlock
type armorBlock int

Expand Down

0 comments on commit a4bbf26

Please sign in to comment.