]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/pybind/mgr/dashboard/frontend/src/app/ceph/pool/pool-form/pool-form.component.spec.ts
import 15.2.1 Octopus source
[ceph.git] / ceph / src / pybind / mgr / dashboard / frontend / src / app / ceph / pool / pool-form / pool-form.component.spec.ts
index 8a9128ce1fb2168e71683e48e30d4ad5f45653c0..85c0fe6cd19c7b52fb253216e2534ff584e7c4b6 100644 (file)
@@ -1283,9 +1283,15 @@ describe('PoolFormComponent', () => {
           form.get(controlName).markAsPristine();
 
         beforeEach(() => {
-          ['algorithm', 'maxBlobSize', 'minBlobSize', 'mode', 'pgNum', 'ratio', 'name'].forEach(
-            (name) => markControlAsPreviouslySet(name)
-          );
+          [
+            'algorithm',
+            'maxBlobSize',
+            'minBlobSize',
+            'mode',
+            'pgNum',
+            'ratio',
+            'name'
+          ].forEach((name) => markControlAsPreviouslySet(name));
           fixture.detectChanges();
         });