mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-08-01 17:40:22 +08:00
go fmt
This commit is contained in:
parent
9134092a8d
commit
b6f7033478
@ -12,7 +12,7 @@ func (v *Volume) GetVolumeInfo() *volume_server_pb.VolumeInfo {
|
|||||||
return v.volumeInfo
|
return v.volumeInfo
|
||||||
}
|
}
|
||||||
|
|
||||||
func (v *Volume) maybeLoadVolumeInfo() (found bool){
|
func (v *Volume) maybeLoadVolumeInfo() (found bool) {
|
||||||
|
|
||||||
v.volumeInfo, found = pb.MaybeLoadVolumeInfo(v.FileName() + ".vif")
|
v.volumeInfo, found = pb.MaybeLoadVolumeInfo(v.FileName() + ".vif")
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user