Fixed lint + gofmt
This commit is contained in:
parent
fdabcf1a25
commit
992e168687
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user