Skip to content

Commit

Permalink
remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
hanubeki committed Aug 21, 2024
1 parent 4d215f8 commit 58b3eff
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion generate/cosmetic/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ func joinSorted(f []string, comma string) string {
}

func joinSortedMeta(f []string, comma string) string {
out := ""
tmp := make([]string, len(f))
copy(tmp, f)
sort.Strings(tmp)
Expand Down

0 comments on commit 58b3eff

Please sign in to comment.