mirror of
https://github.com/onyx-and-iris/aoc2023.git
synced 2026-04-19 03:23:30 +00:00
whitespace
This commit is contained in:
@@ -7,7 +7,6 @@ import (
|
|||||||
|
|
||||||
// one computes points based on matching numbers
|
// one computes points based on matching numbers
|
||||||
func one(lines []string) (int, error) {
|
func one(lines []string) (int, error) {
|
||||||
|
|
||||||
f := func(c rune) bool {
|
f := func(c rune) bool {
|
||||||
return !unicode.IsDigit(c)
|
return !unicode.IsDigit(c)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user