This commit is contained in:
Chris Lu 2019-03-17 20:27:36 -07:00
parent aca653c08b
commit 2fcc88116e
2 changed files with 1 additions and 2 deletions

View file

@ -30,7 +30,7 @@ func (c *commandVolumeList) Do(args []string, commandEnv *commandEnv, writer io.
return err
}
writeTopologyInfo(writer,resp.TopologyInfo)
writeTopologyInfo(writer, resp.TopologyInfo)
return nil
}

View file

@ -60,7 +60,6 @@ func (vi VolumeInfo) ToVolumeInformationMessage() *master_pb.VolumeInformationMe
}
}
/*VolumesInfo sorting*/
type volumeInfos []*VolumeInfo