mirror of
https://github.com/Jguer/yay.git
synced 2025-12-27 10:01:53 -05:00
fix: added missing spaces (#2386)
This commit is contained in:
@@ -3,7 +3,7 @@ package topo
|
||||
import "errors"
|
||||
|
||||
var (
|
||||
ErrSelfReferential = errors.New("self-referential dependencies not allowed")
|
||||
ErrConflictingAlias = errors.New("alias already defined")
|
||||
ErrCircular = errors.New("circular dependencies not allowed")
|
||||
ErrSelfReferential = errors.New(" self-referential dependencies not allowed")
|
||||
ErrConflictingAlias = errors.New(" alias already defined")
|
||||
ErrCircular = errors.New(" circular dependencies not allowed")
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user