From aaf0a0c65673db4b94c0dc200d7394a192128da1 Mon Sep 17 00:00:00 2001 From: Moritz Poldrack Date: Sun, 31 Jul 2022 22:16:40 +0200 Subject: lint: apply new formatting rules Run `make fmt`. Signed-off-by: Moritz Poldrack Acked-by: Robin Jarry --- commands/msg/unsubscribe_test.go | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'commands/msg/unsubscribe_test.go') diff --git a/commands/msg/unsubscribe_test.go b/commands/msg/unsubscribe_test.go index d34efb1a..46138309 100644 --- a/commands/msg/unsubscribe_test.go +++ b/commands/msg/unsubscribe_test.go @@ -18,10 +18,12 @@ func TestParseUnsubscribe(t *testing.T) { {" is a URL", []string{ "https://example.com", }}, - {", ", + { + ", ", []string{ "mailto:user@host?subject=unsubscribe", "https://example.com", - }}, + }, + }, {"<>, ", []string{ "", "https://example", }}, -- cgit