mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-08-24 01:08:40 +08:00
go fmt
This commit is contained in:
parent
e63317fb08
commit
c74dc2b306
@ -93,7 +93,7 @@ func (vs *VolumeServer) DeleteHandler(w http.ResponseWriter, r *http.Request) {
|
|||||||
ecVolume, hasEcVolume := vs.store.FindEcVolume(volumeId)
|
ecVolume, hasEcVolume := vs.store.FindEcVolume(volumeId)
|
||||||
|
|
||||||
if hasEcVolume {
|
if hasEcVolume {
|
||||||
count, err := vs.store.DeleteEcShardNeedle(context.Background(), ecVolume, n, cookie);
|
count, err := vs.store.DeleteEcShardNeedle(context.Background(), ecVolume, n, cookie)
|
||||||
writeDeleteResult(err, count, w, r)
|
writeDeleteResult(err, count, w, r)
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user