From 2110182594c021b9642f56379e3f5265f0c9e64a Mon Sep 17 00:00:00 2001 From: "deepsource-autofix[bot]" <62050782+deepsource-autofix[bot]@users.noreply.github.com> Date: Wed, 24 Apr 2024 13:09:23 +0000 Subject: [PATCH] style: format code with Go fmt and Gofumpt This commit fixes the style issues introduced in 937f93c according to the output from Go fmt and Gofumpt. Details: None --- iban_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iban_test.go b/iban_test.go index 4db9100..a0a4e1a 100644 --- a/iban_test.go +++ b/iban_test.go @@ -124,7 +124,7 @@ func BenchmarkBban(b *testing.B) { } func TestIbanChecksum(t *testing.T) { - var ibans = map[string]string{ + ibans := map[string]string{ "AL00212110090000000235698741": "47", "AD0000012030200359100100": "12", "AT001904300234573201": "61",