Fix code style

This commit is contained in:
Unknwon 2014-08-23 20:30:29 +08:00
parent e0a2d23baf
commit b765229a6d
3 changed files with 6 additions and 4 deletions

View file

@ -17,7 +17,7 @@ import (
"github.com/gogits/gogs/modules/setting"
)
const APP_VER = "0.4.7.0816 Alpha"
const APP_VER = "0.4.7.0823 Alpha"
func init() {
runtime.GOMAXPROCS(runtime.NumCPU())