]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/pybind/mgr/dashboard/frontend/src/app/shared/decorators/cd-encode.ts
import 15.2.4
[ceph.git] / ceph / src / pybind / mgr / dashboard / frontend / src / app / shared / decorators / cd-encode.ts
index 1c8dc15c5f03d6b18430a5cb4f1563dfd2402c79..d201d53b7bd23b53042f02d7b224e1579c7e0f82 100644 (file)
@@ -61,7 +61,7 @@ function encodeMethod(target: any, propertyKey: string, descriptor: PropertyDesc
   }
   const originalMethod = descriptor.value;
 
-  descriptor.value = function() {
+  descriptor.value = function () {
     const metadataKey = `__ignore_${propertyKey}`;
     const indices: number[] = target[metadataKey] || [];
     const args = [];