Skip to content

Commit

Permalink
Minor improvement
Browse files Browse the repository at this point in the history
  • Loading branch information
lotusirous committed Dec 13, 2021
1 parent ff7125d commit 01ea604
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ func main() {
fmt.Fprintf(fd, "Cannot digest group: %v", err)
os.Exit(1)
}
// sort by key since the go map is unordered
// sort by key since the map is unordered
keys := make([]string, 0, len(g))
for k := range hashes {
keys = append(keys, k)
Expand Down

0 comments on commit 01ea604

Please sign in to comment.