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

@ -20,14 +20,14 @@ class Design extends Base
/**
* Subroutine for the above.
*
*
* @param object $vars
* @return void
*/
public function updateDefaultDesignInfo(object $vars): void
{
$vars->module_skin = json_decode($vars->module_skin);
$siteDesignPath = \RX_BASEDIR . 'files/site_design/';
if (!is_dir($siteDesignPath))
{
@ -77,7 +77,7 @@ class Design extends Base
/**
* Subroutine for the above;
*
*
* @param object $designInfo
* @return void
*/