Skip to content

Commit

Permalink
go fmt on pubsub.go
Browse files Browse the repository at this point in the history
  • Loading branch information
pdyraga committed Jan 27, 2020
1 parent 499109b commit ae00326
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pubsub.go
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ type PubSubRouter interface {

type Message struct {
*pb.Message
ReceivedFrom peer.ID
ReceivedFrom peer.ID
ValidatorData interface{}
}

Expand Down

0 comments on commit ae00326

Please sign in to comment.