1
0
mirror of https://github.com/rancher/steve.git synced 2025-08-30 13:02:32 +00:00

Rebasing (or human error) duplicated 'NewSortList'.

This commit is contained in:
Eric Promislow 2025-04-25 09:30:07 -07:00
parent be967a0f4f
commit 01f13ac705

View File

@ -76,9 +76,3 @@ func NewSortList() *SortList {
SortDirectives: []Sort{},
}
}
func NewSortList() *SortList {
return &SortList{
SortDirectives: []Sort{},
}
}