freeze the contact field in non standalone context
[civicrm-core.git] / CRM / Pledge / Form / PledgeView.php
index 3120a7488d99d9ff8e490ac9f447663a1b58462a..0509c6bd407b7a3e7853cffaacb16b5860f3fd92 100644 (file)
@@ -136,8 +136,7 @@ class CRM_Pledge_Form_PledgeView extends CRM_Core_Form {
           'spacing' => '         ',
           'isDefault' => TRUE,
         ],
-      ]
-    );
+    ]);
   }
 
 }