summaryrefslogtreecommitdiffstats
path: root/models/models.go
diff options
context:
space:
mode:
authorLunny Xiao <xiaolunwen@gmail.com>2014-03-23 16:31:13 +0800
committerLunny Xiao <xiaolunwen@gmail.com>2014-03-23 16:31:13 +0800
commit1201c6a9b4897736650a4b416451aa521024b899 (patch)
treeff1df6bce9776b589eefd74593092777bace5885 /models/models.go
parent17da2fd2e30e85909394bc58069ecab14d8d8577 (diff)
downloadgitea-1201c6a9b4897736650a4b416451aa521024b899.tar.gz
gitea-1201c6a9b4897736650a4b416451aa521024b899.zip
bug fixed & more commits for push
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 8713ff2896..7f5f626f5e 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
}