Merge pull request #5830 from davecivicrm/CRM-16502
[civicrm-core.git] / CRM / Event / Badge / Logo.php
index fa34bd66b8f55fe02aa640e86c3815d8c7050288..b6ca8b1bf216fade6fb97456d38197a141b827a4 100644 (file)
@@ -59,4 +59,5 @@ class CRM_Event_Badge_Logo extends CRM_Event_Badge {
     $this->pdf->SetFontSize(10);
     $this->pdf->MultiCell($this->pdf->width, 0, $participant['current_employer'], $this->border, "C", 0, 1, $x, $this->pdf->getY());
   }
+
 }