From 4a4c149eed590cc12c5ee064ae2582794de586a4 Mon Sep 17 00:00:00 2001 From: Ralph Slooten Date: Tue, 13 Jan 2026 15:01:55 +1300 Subject: [PATCH] Formatting --- internal/htmlcheck/main.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/internal/htmlcheck/main.go b/internal/htmlcheck/main.go index 1b2e028..aad4a95 100644 --- a/internal/htmlcheck/main.go +++ b/internal/htmlcheck/main.go @@ -163,9 +163,9 @@ func (c CanIEmail) getTest(k string) (Warning, error) { p++ s.Support = "partial" - noteIDS := noteMatch.FindStringSubmatch(fmt.Sprintf("%s", support)) + noteIDs := noteMatch.FindStringSubmatch(fmt.Sprintf("%s", support)) - for _, id := range noteIDS { + for _, id := range noteIDs { s.NoteNumber = id } }