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

Commit

Permalink
Fix Style-CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
cpatrick committed Oct 1, 2015
1 parent 4674a1b commit a180d73
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions modules/tracker/models/dao/TrendDao.php
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,8 @@ class Tracker_TrendDao extends Tracker_AppDao
* Alias for getKeyMetric.
* @return mixed
*/
public function isKeyMetric() {
return $this->getKeyMetric();
public function isKeyMetric()
{
return $this->getKeyMetric();
}
}

0 comments on commit a180d73

Please sign in to comment.