fix(master): gofmt v3.5.2 for merge to master

Signed-off-by: zhumingze1108 <zhumingze@oppo.com>
This commit is contained in:
zhumingze1108 2025-08-08 15:03:14 +08:00
parent 8385bf3e0c
commit 07b6632686

View File

@ -796,10 +796,6 @@ func TestUpdateVol(t *testing.T) {
// checkParam(cacheLRUIntervalKey, proto.AdminUpdateVol, req, lru, lru, t)
}
func setUpdateVolParm(key string, req map[string]interface{}, val interface{}, t *testing.T) {
setParam(key, proto.AdminUpdateVol, req, val, t)
}
func delVol(name string, t *testing.T) {
req := map[string]interface{}{
nameKey: name,