This commit is contained in:
kolaente 2017-12-19 19:25:57 +01:00 committed by Konrad
parent 46f099c3ab
commit e6aeeac369
No known key found for this signature in database
GPG Key ID: F40E70337AB24C9B

View File

@ -44,7 +44,7 @@ func CreateIssueDependency(user *User, issue, dep *Issue) (exists, circular bool
return
}
// If it not exists, create it, otherwise show an error message
// If it not exists, create it, otherwiseshow an error message
if !exists && !circular {
newIssueDependency := &IssueDependency{
UserID: user.ID,