go fmt on pubsub.go

This commit is contained in:
Piotr Dyraga 2020-01-27 13:44:03 +01:00
parent 499109b165
commit ae00326b96
No known key found for this signature in database
GPG Key ID: 5BA730370A97B009

View File

@ -159,7 +159,7 @@ type PubSubRouter interface {
type Message struct {
*pb.Message
ReceivedFrom peer.ID
ReceivedFrom peer.ID
ValidatorData interface{}
}