Skip to content

Commit

Permalink
Dev: Remove trailing white-space
Browse files Browse the repository at this point in the history
  • Loading branch information
olleharstedt committed Oct 9, 2018
1 parent 5cdd521 commit 913e78d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions application/libraries/MenuObjects/Menu.php
Expand Up @@ -39,26 +39,26 @@ public function __construct($options)

public function isDropDown()
{
return $this->isDropDown;
return $this->isDropDown;
}

public function getLabel()
{
return $this->label;
return $this->label;
}

public function getHref()
{
return $this->href;
return $this->href;
}

public function getMenuItems()
{
return $this->menuItems;
return $this->menuItems;
}

public function getIconClass()
{
return $this->iconClass;
return $this->iconClass;
}
}

0 comments on commit 913e78d

Please sign in to comment.