* Make codes meet the CR rules.

This commit is contained in:
dingguodong
2021-10-27 11:08:37 +08:00
parent 0a93db90f2
commit 36cf32bb9b
2 changed files with 2 additions and 2 deletions

View File

@@ -120,7 +120,7 @@ class job extends control
$this->view->repoTypes = $repoTypes;
$this->view->products = array(0 => '') + $this->loadModel('product')->getProductPairsByProject($this->projectID);
$this->view->jenkinsServerList = array("" => "") + $this->loadModel('jenkins')->getPairs();
$this->view->jenkinsServerList = array('' => '') + $this->loadModel('jenkins')->getPairs();
$this->display();
}