chore: apply some linter recommendations.
This commit is contained in:
parent
3b6b50cf63
commit
984cf28e61
37 changed files with 125 additions and 126 deletions
|
|
@ -125,7 +125,7 @@ func (r *Dbus) Compare(other Rule) int {
|
|||
func (r *Dbus) Merge(other Rule) bool {
|
||||
o, _ := other.(*Dbus)
|
||||
|
||||
if !r.Qualifier.Equal(o.Qualifier) {
|
||||
if !r.Equal(o.Qualifier) {
|
||||
return false
|
||||
}
|
||||
if r.Bus == o.Bus && r.Name == o.Name && r.Path == o.Path &&
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue