Skip to content

Commit

Permalink
ci: 💚 fix the ci build
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Ege <[email protected]>
  • Loading branch information
graugans committed Jan 25, 2024
1 parent 45fc40c commit db4669a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions pkg/pcic/protocol.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,8 @@ const (
)

var (
resultTicket []byte = []byte{'0', '0', '0', '0'}
errorTicket []byte = []byte{'0', '0', '0', '1'}
notificationTicket []byte = []byte{'0', '0', '1', '0'}
resultTicket []byte = []byte{'0', '0', '0', '0'}
errorTicket []byte = []byte{'0', '0', '0', '1'}
)

type MessageHandler interface {
Expand Down

0 comments on commit db4669a

Please sign in to comment.