зеркало из https://github.com/mislav/hub.git
chore: use sort.Strings(...) instead of sort.Sort(sort.StringSlice(...))
This commit is contained in:
Родитель
38bcd4ae46
Коммит
a9e068a136
|
@ -1320,7 +1320,7 @@ func (s scopeSet) String() string {
|
|||
for scope := range s {
|
||||
scopes = append(scopes, scope)
|
||||
}
|
||||
sort.Sort(sort.StringSlice(scopes))
|
||||
sort.Strings(scopes)
|
||||
return strings.Join(scopes, ", ")
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче