Skip to content

Commit

Permalink
style(readme): fix indentation in code example
Browse files Browse the repository at this point in the history
  • Loading branch information
fyvri committed Dec 19, 2024
1 parent 4997512 commit ae0917e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ Go-QRIS is a Go-based project designed to convert QRIS code into dynamic ones. Q
qrisService := services.NewQRIS()
qrisString, err, errs := qrisService.Convert(qrisString, merchantCity, merchantPostalCode, paymentAmount, paymentFeeCategory, paymentFee)
if err != nil {
fmt.Println("[ FAILURE ]", err)
fmt.Println("[ FAILURE ]", err)
if errs != nil {
for _, err := range *errs {
fmt.Println(" -", err)
Expand Down

0 comments on commit ae0917e

Please sign in to comment.