Fixed lint + gofmt

This commit is contained in:
kolaente 2018-01-14 21:14:42 +01:00 committed by Konrad
parent fdabcf1a25
commit 992e168687
No known key found for this signature in database
GPG Key ID: F40E70337AB24C9B
2 changed files with 8 additions and 8 deletions

View File

@ -1233,7 +1233,7 @@ type ErrDependenciesLeft struct {
IssueID int64 IssueID int64
} }
// IsErrCircularDependency checks if an error is a ErrCircularDependency. // IsErrDependenciesLeft checks if an error is a ErrCircularDependency.
func IsErrDependenciesLeft(err error) bool { func IsErrDependenciesLeft(err error) bool {
_, ok := err.(ErrDependenciesLeft) _, ok := err.(ErrDependenciesLeft)
return ok return ok