We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0bdc1d commit 29bf5a2Copy full SHA for 29bf5a2
pkg/leeway/format.go
@@ -45,7 +45,7 @@ func sortPackageDeps(n *yaml.Node) {
45
}
46
47
nde := nde.Content[pkgIdx+1]
48
- sort.Slice(nde.Content, func(i, j int) bool { return nde.Content[j].Value < nde.Content[i].Value })
+ sort.Slice(nde.Content, func(i, j int) bool { return nde.Content[i].Value < nde.Content[j].Value })
49
50
51
0 commit comments