Skip to content

Commit

Permalink
Adding new lines to the end of files
Browse files Browse the repository at this point in the history
  • Loading branch information
NunoLopesPT committed Jul 16, 2017
1 parent 79bb211 commit c2f22d9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Expand Up @@ -34,4 +34,4 @@ public function __construct($config = array(), MvcFactoryInterface $factory = nu
{
parent::__construct($config, $factory, $app, $input);
}
}
}
Expand Up @@ -67,4 +67,4 @@ protected function loadFormData()

return $data;
}
}
}
Expand Up @@ -65,4 +65,4 @@ public function check()

return true;
}
}
}
Expand Up @@ -114,4 +114,4 @@ protected function addToolbar()
\JToolbarHelper::divider();
\JToolbarHelper::help('JHELP_COMPONENTS_BANNERS_BANNERS_EDIT');
}
}
}

0 comments on commit c2f22d9

Please sign in to comment.