gofmt
This commit is contained in:
parent
e322fa36b2
commit
9584d3f097
|
|
@ -51,9 +51,9 @@ func addIssueDependencies(x *xorm.Engine) (err error) {
|
|||
NewTitle string
|
||||
DependentIssueID int64
|
||||
|
||||
CommitID int64
|
||||
Line int64
|
||||
Content string `xorm:"TEXT"`
|
||||
CommitID int64
|
||||
Line int64
|
||||
Content string `xorm:"TEXT"`
|
||||
|
||||
CreatedUnix TimeStamp `xorm:"INDEX created"`
|
||||
UpdatedUnix TimeStamp `xorm:"INDEX updated"`
|
||||
|
|
|
|||
|
|
@ -68,7 +68,6 @@ func AddDependency(ctx *context.Context) {
|
|||
ctx.Redirect(url, http.StatusSeeOther)
|
||||
}
|
||||
|
||||
|
||||
// RemoveDependency removes the dependency
|
||||
func RemoveDependency(ctx *context.Context) {
|
||||
depID := ctx.QueryInt64("removeDependencyID")
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user