whitespace fix
authorEileen McNaughton <eileen@fuzion.co.nz>
Tue, 14 Apr 2015 07:15:56 +0000 (19:15 +1200)
committerEileen McNaughton <eileen@fuzion.co.nz>
Tue, 14 Apr 2015 07:15:56 +0000 (19:15 +1200)
CRM/Contact/Form/Relationship.php

index c72acf79b96251e3f7939f93040caabfaa87ab5b..275b27b66cbb1205b356087ad26866494a6dd472 100644 (file)
@@ -451,7 +451,6 @@ class CRM_Contact_Form_Relationship extends CRM_Core_Form {
       $this->setMessage($outcome);
     }
 
-
     // if this is called from case view,
     //create an activity for case role removal.CRM-4480
     // @todo this belongs in the BAO.