Browse Source

Fixed formatting

ddebree 12 years ago
parent
commit
76ded6970f
1 changed files with 2 additions and 1 deletions
  1. 2 1
      Mapper/BaseGroupedMapper.php

+ 2 - 1
Mapper/BaseGroupedMapper.php

@@ -78,7 +78,8 @@ abstract class BaseGroupedMapper extends BaseMapper
      * 
      * @return string
      */
-    protected function getCurrentGroupName() {
+    protected function getCurrentGroupName() 
+    {
         if (!$this->currentGroup) {
             $this->with($this->admin->getLabel());
         }