Change nothing to trigger CI

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

View File

@ -1231,6 +1231,7 @@ 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.