Skip to content
This repository was archived by the owner on Sep 10, 2021. It is now read-only.

Commit a180d73

Browse files
committed
Fix Style-CI.
1 parent 4674a1b commit a180d73

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

modules/tracker/models/dao/TrendDao.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,8 @@ class Tracker_TrendDao extends Tracker_AppDao
6161
* Alias for getKeyMetric.
6262
* @return mixed
6363
*/
64-
public function isKeyMetric() {
65-
return $this->getKeyMetric();
64+
public function isKeyMetric()
65+
{
66+
return $this->getKeyMetric();
6667
}
6768
}

0 commit comments

Comments
 (0)