fix gofmt error.
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
This commit is contained in:
		
							parent
							
								
									904deb7d6a
								
							
						
					
					
						commit
						5054020c1f
					
				
					 3 changed files with 3 additions and 3 deletions
				
			
		|  | @ -12,9 +12,9 @@ import ( | |||
| 	"path" | ||||
| 	"time" | ||||
| 
 | ||||
| 	"github.com/Unknwon/cae/zip" | ||||
| 	"code.gitea.io/gitea/models" | ||||
| 	"code.gitea.io/gitea/modules/setting" | ||||
| 	"github.com/Unknwon/cae/zip" | ||||
| 	"github.com/urfave/cli" | ||||
| ) | ||||
| 
 | ||||
|  |  | |||
|  | @ -13,13 +13,13 @@ import ( | |||
| 	"strings" | ||||
| 	"time" | ||||
| 
 | ||||
| 	"github.com/Unknwon/com" | ||||
| 	"code.gitea.io/git" | ||||
| 	"code.gitea.io/gitea/models" | ||||
| 	"code.gitea.io/gitea/modules/base" | ||||
| 	"code.gitea.io/gitea/modules/httplib" | ||||
| 	"code.gitea.io/gitea/modules/log" | ||||
| 	"code.gitea.io/gitea/modules/setting" | ||||
| 	"github.com/Unknwon/com" | ||||
| 	gouuid "github.com/satori/go.uuid" | ||||
| 	"github.com/urfave/cli" | ||||
| ) | ||||
|  |  | |||
|  | @ -184,7 +184,7 @@ func newMacaron() *macaron.Macaron { | |||
| 	})) | ||||
| 	m.Use(toolbox.Toolboxer(m, toolbox.Options{ | ||||
| 		HealthCheckFuncs: []*toolbox.HealthCheckFuncDesc{ | ||||
| 			&toolbox.HealthCheckFuncDesc{ | ||||
| 			{ | ||||
| 				Desc: "Database connection", | ||||
| 				Func: models.Ping, | ||||
| 			}, | ||||
|  |  | |||
		Loading…
	
		Reference in a new issue