fixed lint + fmt
This commit is contained in:
parent
51cd3d7cc4
commit
11bb494fb1
|
|
@ -392,5 +392,5 @@ func UpdateIssueDeadline(ctx *context.APIContext, form api.EditDeadlineOption) {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
ctx.JSON(201, api.IssueDeadline{Deadline:form.Deadline})
|
ctx.JSON(201, api.IssueDeadline{Deadline: form.Deadline})
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user