From 981152aba2000158008d0b63cd5d04b8cf86bf35 Mon Sep 17 00:00:00 2001 From: onyx-and-iris Date: Mon, 4 Dec 2023 19:20:56 +0000 Subject: [PATCH] whitespace --- day-4/one.go | 1 - 1 file changed, 1 deletion(-) diff --git a/day-4/one.go b/day-4/one.go index 70fb4be..d806877 100644 --- a/day-4/one.go +++ b/day-4/one.go @@ -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) }