aboutsummaryrefslogtreecommitdiff
path: root/models/models.go
diff options
context:
space:
mode:
authorFuXiaoHei <fuxiaohei@hexiaz.com>2014-03-23 17:31:23 +0800
committerFuXiaoHei <fuxiaohei@hexiaz.com>2014-03-23 17:31:23 +0800
commit7b9d4d126a3d3b12a0a0d10e8ccaa945e3f17eda (patch)
tree34b231eb18e8bf4818751e78f335f3490434204f /models/models.go
parent13b6e06943b8cb44bb246e1d57856ed3574f6184 (diff)
parent91c3fc3e995fcaa968b7e0cfe11eb50f4f3549c1 (diff)
Merge branch 'master' of https://github.com/gogits/gogs
Diffstat (limited to 'models/models.go')
-rw-r--r--models/models.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/models/models.go b/models/models.go
index fb749c5d..ad19a929 100644
--- a/models/models.go
+++ b/models/models.go
@@ -91,5 +91,5 @@ func GetStatistic() (stats Statistic) {
stats.Counter.Watch, _ = orm.Count(new(Watch))
stats.Counter.Action, _ = orm.Count(new(Action))
stats.Counter.Access, _ = orm.Count(new(Access))
- return stats
+ return
}