Change nothing to trigger CI

This commit is contained in:
kolaente 2018-01-14 21:22:11 +01:00 committed by Konrad
parent 60834bc3a7
commit 18fe48e7be
No known key found for this signature in database
GPG Key ID: F40E70337AB24C9B

View File

@ -1231,7 +1231,6 @@ func (err ErrCircularDependency) Error() string {
// ErrDependenciesLeft represents an error where the issue you're trying to close still has dependencies left.
type ErrDependenciesLeft struct {
IssueID int64
}
// IsErrDependenciesLeft checks if an error is a ErrCircularDependency.