From d61afb2d76b2e04de1b9ce7ab764ac48261d5020 Mon Sep 17 00:00:00 2001 From: Guan Xiying Date: Mon, 23 Aug 2021 13:25:04 +0800 Subject: [PATCH] * Add space. --- module/gitlab/control.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/gitlab/control.php b/module/gitlab/control.php index 8949baa1c5..333e2c4fc2 100644 --- a/module/gitlab/control.php +++ b/module/gitlab/control.php @@ -32,7 +32,7 @@ class gitlab extends control $gitlabList = $this->gitlab->getList($orderBy, $pager); foreach($gitlabList as $gitlab) { - $token = $this->gitlab->apiGetCurrentUser($gitlab->url,$gitlab->token); + $token = $this->gitlab->apiGetCurrentUser($gitlab->url, $gitlab->token); $gitlab->isAdminToken = (isset($token->is_admin) and $token->is_admin); }