Skip to content

Commit

Permalink
style: format code with Go fmt and Gofumpt
Browse files Browse the repository at this point in the history
This commit fixes the style issues introduced in 937f93c according to the output
from Go fmt and Gofumpt.

Details: None
  • Loading branch information
deepsource-autofix[bot] committed Apr 24, 2024
1 parent 937f93c commit 2110182
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iban_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 2110182

Please sign in to comment.