mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-10-21 10:47:24 +08:00
go fmt
This commit is contained in:
@@ -61,7 +61,7 @@ func (v *Volume) Destroy() (err error) {
|
||||
}
|
||||
|
||||
func removeVolumeFiles(filename string) {
|
||||
os.Remove(filename+ ".dat")
|
||||
os.Remove(filename + ".dat")
|
||||
os.Remove(filename + ".idx")
|
||||
os.Remove(filename + ".vif")
|
||||
os.Remove(filename + ".sdx")
|
||||
|
Reference in New Issue
Block a user