Fix indent

This commit is contained in:
Lastorder 2025-07-15 10:07:09 +09:00 committed by GitHub
parent 307c2edf89
commit df762b2fb3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 12 additions and 12 deletions

View file

@ -316,7 +316,7 @@ class PointAdminController extends Point
// A variable to store member's points
$member = array();
// Get member information
// Get member information
$output = executeQueryArray('point.getMemberCount');
if(!$output->toBool()) return $output;

View file

@ -12,7 +12,7 @@ class PointAdminView extends Point
*/
function init()
{
// Get the configuration information
// Get the configuration information
$oModuleModel = getModel('module');
$config = $oModuleModel->getModuleConfig('point');
// Set the configuration variable