Skip to content

Commit

Permalink
fixed build issues
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewI26 committed Jan 13, 2025
1 parent b29dacf commit fe57eef
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cmd/busmanager/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ import (

type Handler struct {
name string
Handle(chan TimestampedFrame, chan struct{}) error

Check failure on line 17 in cmd/busmanager/main.go

View workflow job for this annotation

GitHub Actions / build

syntax error: unexpected comma, expected )
}

func NewHandler() *Handler {
Expand All @@ -26,6 +27,7 @@ func NewHandler() *Handler {

func (h *Handler) Handle (
broadcast chan canlink.TimestampedFrame,
stopChan chan struct{}

Check failure on line 30 in cmd/busmanager/main.go

View workflow job for this annotation

GitHub Actions / build

syntax error: unexpected newline in parameter list; possibly missing comma or )
) error {
go func() {
for {
Expand Down

0 comments on commit fe57eef

Please sign in to comment.