go fmt
This commit is contained in:
@@ -57,10 +57,10 @@ func main() {
|
||||
slices.Collect(maps.Keys(p)), imgutil.ColorToHex,
|
||||
)
|
||||
/*
|
||||
h := make([]hex, 0, len(s))
|
||||
for i := range s {
|
||||
h = append(h, hex(s[i]))
|
||||
}
|
||||
h := make([]hex, 0, len(s))
|
||||
for i := range s {
|
||||
h = append(h, hex(s[i]))
|
||||
}
|
||||
*/
|
||||
err = w.Write(s)
|
||||
check(err)
|
||||
|
||||
Reference in New Issue
Block a user