Skip to content

Commit

Permalink
fix some fmt issue that caused CI fmt_check failed
Browse files Browse the repository at this point in the history
Signed-off-by: junhui zhang <junhui.zhang@newtouhc.cn>
  • Loading branch information
junhui zhang committed Jul 13, 2017
1 parent 3e82b0b commit 8a9a4e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/api/app/controller/template/template_routes.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ func Routes(r *gin.Engine) {
tmpr.POST("", CreateTemplate)
tmpr.GET("/:tpl_id", GetATemplate)
tmpr.PUT("", UpdateTemplate)
tmpr.GET("/:tpl_id/hostgroup", GetATemplateHostgroup)
tmpr.GET("/:tpl_id/hostgroup", GetATemplateHostgroup)
tmpr.DELETE("/:tpl_id", DeleteTemplate)
tmpr.POST("/action", CreateActionToTmplate)
tmpr.PUT("/action", UpdateActionToTmplate)
Expand Down

0 comments on commit 8a9a4e6

Please sign in to comment.