mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-10-21 20:47:24 +08:00
go fmt
This commit is contained in:
@@ -42,7 +42,7 @@ func (v *Volume) Destroy() (err error) {
|
||||
}
|
||||
v.Close()
|
||||
os.Remove(v.FileName() + ".dat")
|
||||
if v.nm!=nil{
|
||||
if v.nm != nil {
|
||||
err = v.nm.Destroy()
|
||||
}
|
||||
os.Remove(v.FileName() + ".cpd")
|
||||
|
Reference in New Issue
Block a user