whitespace

This commit is contained in:
onyx-and-iris 2023-12-04 19:20:56 +00:00
parent 78f122c850
commit 981152aba2

View File

@ -7,7 +7,6 @@ import (
// one computes points based on matching numbers
func one(lines []string) (int, error) {
f := func(c rune) bool {
return !unicode.IsDigit(c)
}