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
ec75b2d761
commit
a3d1296ed9
|
@ -252,7 +252,7 @@ func (s *Store) HasVolume(i needle.VolumeId) bool {
|
|||
return v != nil
|
||||
}
|
||||
|
||||
func (s *Store) MarkVolumeReadonly(i needle.VolumeId) error{
|
||||
func (s *Store) MarkVolumeReadonly(i needle.VolumeId) error {
|
||||
v := s.findVolume(i)
|
||||
if v == nil {
|
||||
return fmt.Errorf("volume %d not found", i)
|
||||
|
|
Loading…
Reference in a new issue