Skip to content

Commit

Permalink
"mob next [ci-skip]"
Browse files Browse the repository at this point in the history
  • Loading branch information
Jose Manuel Cardona committed Dec 3, 2024
1 parent 03e5b2c commit de776e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/readers/adapters/dummy.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
"github.com/softonic/homing-pigeon/pkg/messages"
)

type Dummy struct{}
type Dummy struct{} asdasdasdasd

Check failure on line 10 in pkg/readers/adapters/dummy.go

View workflow job for this annotation

GitHub Actions / test (1.23, ubuntu-latest)

syntax error: unexpected name asdasdasdasd after top level declaration

func (d *Dummy) Listen(msgChannel chan<- messages.Message) {
for i := 0; i < 100; i++ {
Expand Down

0 comments on commit de776e3

Please sign in to comment.