[#415] *: Go fmt -s

Signed-off-by: Evgenii Stratonikov <evgeniy@nspcc.ru>
This commit is contained in:
Evgenii Stratonikov 2022-09-15 08:20:13 +03:00 committed by LeL
parent fcf1d02afc
commit 1853349f22
9 changed files with 23 additions and 16 deletions

View file

@ -55,7 +55,7 @@ func (x *Info) ToGRPCMessage() grpc.Message {
// FromGRPCMessage restores Info from grpc.Message.
//
// Supported types:
// * subnet.SubnetInfo.
// - subnet.SubnetInfo.
func (x *Info) FromGRPCMessage(m grpc.Message) error {
v, ok := m.(*subnet.SubnetInfo)
if !ok {