mirror of
https://github.com/Jguer/yay.git
synced 2024-11-07 01:27:21 +01:00
fix typos
This commit is contained in:
parent
d646cd6c87
commit
c86c460816
@ -80,7 +80,7 @@ func provideSatisfies(provide, dep, pkgVersion string) bool {
|
|||||||
return false
|
return false
|
||||||
}
|
}
|
||||||
|
|
||||||
// Unversioned provieds can not satisfy a versioned dep
|
// Unversioned provides can not satisfy a versioned dep
|
||||||
if provideMod == "" && depMod != "" {
|
if provideMod == "" && depMod != "" {
|
||||||
provideVersion = pkgVersion // Example package: pagure
|
provideVersion = pkgVersion // Example package: pagure
|
||||||
}
|
}
|
||||||
|
@ -146,7 +146,7 @@ func (g *Graph[T, V]) String() string {
|
|||||||
|
|
||||||
if info, ok := g.nodeInfo[node]; ok {
|
if info, ok := g.nodeInfo[node]; ok {
|
||||||
if info.Background != "" || info.Color != "" {
|
if info.Background != "" || info.Color != "" {
|
||||||
extra = fmt.Sprintf("[color = %s ,style = filled, fillcolor = %s]", info.Color, info.Background)
|
extra = fmt.Sprintf("[color = %s, style = filled, fillcolor = %s]", info.Color, info.Background)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user