Skip to content

Commit

Permalink
fix: remove empty lines
Browse files Browse the repository at this point in the history
  • Loading branch information
Ja7ad committed Jan 8, 2025
1 parent bfbd86e commit 2af216e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ require (
github.com/c-bata/go-prompt v0.2.6
github.com/consensys/gnark-crypto v0.14.0
github.com/fxamacker/cbor/v2 v2.7.0
github.com/go-zeromq/zmq4 v0.17.0
github.com/gofrs/flock v0.12.1
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
github.com/google/uuid v1.6.0
Expand Down Expand Up @@ -69,7 +70,6 @@ require (
github.com/go-logr/stdr v1.2.2 // indirect
github.com/go-task/slim-sprig/v3 v3.0.0 // indirect
github.com/go-zeromq/goczmq/v4 v4.2.2 // indirect
github.com/go-zeromq/zmq4 v0.17.0 // indirect
github.com/godbus/dbus/v5 v5.1.0 // indirect
github.com/gogo/protobuf v1.3.2 // indirect
github.com/golang/snappy v0.0.4 // indirect
Expand Down
2 changes: 0 additions & 2 deletions www/zmq/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,7 @@ func New(ctx context.Context, conf *Config, eventCh <-chan any) (*Server, error)
}

pub := newPublisher(socket, svr.logger)

svr.publishers = append(svr.publishers, pub)

svr.sockets[addr] = socket

svr.logger.Info("publisher initialized", "topic", pub.TopicName(), "socket", addr)
Expand Down

0 comments on commit 2af216e

Please sign in to comment.