Skip to content

Commit

Permalink
Remove newline
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanlking committed Mar 7, 2024
1 parent 8e03a67 commit d6f988a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion api/resource/resource.go
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,6 @@ func (r *Resource) PrefixesSuffixesEquals(o ResCtx, allowEmpty bool) bool {
} else {
return utils.SameEndingSubSlice(r.GetNamePrefixes(), o.GetNamePrefixes()) &&
utils.SameEndingSubSlice(r.GetNameSuffixes(), o.GetNameSuffixes())

}
}

Expand Down

0 comments on commit d6f988a

Please sign in to comment.