mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
go fmt
This commit is contained in:
parent
aca653c08b
commit
2fcc88116e
|
@ -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
|
||||
}
|
||||
|
|
|
@ -60,7 +60,6 @@ func (vi VolumeInfo) ToVolumeInformationMessage() *master_pb.VolumeInformationMe
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
/*VolumesInfo sorting*/
|
||||
|
||||
type volumeInfos []*VolumeInfo
|
||||
|
|
Loading…
Reference in a new issue