mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-10-21 07:47:24 +08:00
go fmt
This commit is contained in:
@@ -73,4 +73,4 @@ func OptionsHandler(w http.ResponseWriter, r *http.Request, isReadOnly bool) {
|
||||
w.Header().Add("Access-Control-Allow-Methods", "PUT, POST, GET, DELETE, OPTIONS")
|
||||
}
|
||||
w.Header().Add("Access-Control-Allow-Headers", "*")
|
||||
}
|
||||
}
|
||||
|
@@ -76,7 +76,7 @@ func (vs *VolumeServer) VolumeCopy(ctx context.Context, req *volume_server_pb.Vo
|
||||
return err
|
||||
}
|
||||
|
||||
os.Remove(volumeFileName+".note")
|
||||
os.Remove(volumeFileName + ".note")
|
||||
|
||||
return nil
|
||||
})
|
||||
|
Reference in New Issue
Block a user