mirror of
https://github.com/onyx-and-iris/aoc2024.git
synced 2025-01-09 22:30:47 +00:00
whitespace fix
This commit is contained in:
parent
169fa86a69
commit
942d2a8456
@ -7,9 +7,11 @@ type byName []zWire
|
||||
func (b byName) Len() int {
|
||||
return len(b)
|
||||
}
|
||||
|
||||
func (b byName) Less(i, j int) bool {
|
||||
return b[i].name < b[j].name
|
||||
}
|
||||
|
||||
func (b byName) Swap(i, j int) {
|
||||
b[i], b[j] = b[j], b[i]
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user