diff --git a/kernel/av/sort.go b/kernel/av/sort.go index 393dd2232..66992cde8 100644 --- a/kernel/av/sort.go +++ b/kernel/av/sort.go @@ -162,7 +162,6 @@ func (value *Value) Compare(other *Value, attrView *AttributeView) int { } return 0 } - } case KeyTypeURL: if nil != value.URL && nil != other.URL {