This commit is contained in:
Chris Lu 2019-12-28 21:37:29 -08:00
parent 9134092a8d
commit b6f7033478

View file

@ -12,7 +12,7 @@ func (v *Volume) GetVolumeInfo() *volume_server_pb.VolumeInfo {
return v.volumeInfo
}
func (v *Volume) maybeLoadVolumeInfo() (found bool){
func (v *Volume) maybeLoadVolumeInfo() (found bool) {
v.volumeInfo, found = pb.MaybeLoadVolumeInfo(v.FileName() + ".vif")