mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-09-20 07:27:57 +08:00
go fmt
This commit is contained in:
@@ -30,7 +30,7 @@ func (c *commandVolumeList) Do(args []string, commandEnv *commandEnv, writer io.
|
|||||||
return err
|
return err
|
||||||
}
|
}
|
||||||
|
|
||||||
writeTopologyInfo(writer,resp.TopologyInfo)
|
writeTopologyInfo(writer, resp.TopologyInfo)
|
||||||
|
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
@@ -60,7 +60,6 @@ func (vi VolumeInfo) ToVolumeInformationMessage() *master_pb.VolumeInformationMe
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/*VolumesInfo sorting*/
|
/*VolumesInfo sorting*/
|
||||||
|
|
||||||
type volumeInfos []*VolumeInfo
|
type volumeInfos []*VolumeInfo
|
||||||
|
Reference in New Issue
Block a user