1
0
mirror of https://github.com/astaxie/beego.git synced 2025-07-27 00:55:31 +00:00

gofmt the code

This commit is contained in:
albertma
2016-04-29 10:28:10 +08:00
parent a271d67ba4
commit e607be6fa6

View File

@@ -398,7 +398,6 @@ func StartTask() {
}
func run() {
now := time.Now().Local()
for _, t := range AdminTaskList {
t.SetNext(now)
@@ -437,7 +436,7 @@ func run() {
// StopTask stop all tasks
func StopTask() {
if(isstart){
if isstart {
isstart = false
stop <- true
}