Skip to content

Commit

Permalink
style: format code with Go fmt and Gofumpt (#173)
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

Co-authored-by: deepsource-autofix[bot] <62050782+deepsource-autofix[bot]@users.noreply.github.com>
Co-authored-by: Jonathan Schweder <jonathanschweder@gmail.com>
  • Loading branch information
deepsource-autofix[bot] and jaswdr authored Apr 25, 2024
1 parent 7b2bfdb commit 27e0c12
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 27e0c12

Please sign in to comment.