Remove trailing whitespace in admin module

This commit is contained in:
Kijin Sung 2023-01-17 20:59:21 +09:00
parent a9f72a5cd2
commit 1dca4adf42
21 changed files with 230 additions and 230 deletions

View file

@ -2,7 +2,7 @@
/**
* Preserved for backward compatibility
*
*
* @deprecated
*/
class AdminAdminController extends Admin
@ -20,7 +20,7 @@ class AdminAdminController extends Admin
/**
* Remove an icon.
*
*
* @deprecated
*/
public function procAdminRemoveIcons()
@ -39,7 +39,7 @@ class AdminAdminController extends Admin
/**
* Delete the admin logo.
*
*
* @deprecated
*/
public function procAdminDeleteLogo()
@ -82,7 +82,7 @@ class AdminAdminController extends Admin
{
throw new Rhymix\Framework\Exceptions\FeatureDisabled;
}
public function procAdminRemoveFTPInfo()
{
throw new Rhymix\Framework\Exceptions\FeatureDisabled;