forked from TrueCloudLab/frostfs-api-go
[#415] *: Go fmt -s
Signed-off-by: Evgenii Stratonikov <evgeniy@nspcc.ru>
This commit is contained in:
parent
fcf1d02afc
commit
1853349f22
9 changed files with 23 additions and 16 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue