Skip to content

Commit

Permalink
gofmt
Browse files Browse the repository at this point in the history
  • Loading branch information
arnauds5 committed Jun 26, 2024
1 parent 352b768 commit f0b9e9c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions be1-go/internal/hub/hub.go
Original file line number Diff line number Diff line change
Expand Up @@ -186,8 +186,8 @@ func New(dbPath string, ownerPubKey kyber.Point, clientAddress, serverAddress st

// Create the rumor state handler
rumorStateHandler := hrumorstate.New(queries, sockets, &db, log)
// Create the federation handler

// Create the federation handler
federationHandler := hfederation.New(hubParams, subs, sockets, conf, &db, schemaValidator, log)

// Create the query handler
Expand Down

0 comments on commit f0b9e9c

Please sign in to comment.