Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
eikek committed Aug 3, 2023
1 parent 1e85b6d commit 07627e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/core/src/main/scala/docspell/swissqr/SwissQR.scala
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ object SwissQR:
val adds = qr.additional.map(line => s" - $line").mkString("\n")

val parts = List(
s"- Account: `${qr.account}``",
s"- Account: `${qr.account}`",
s"- Amount: ${qr.amount.show}",
qr.reference match
case Reference(ReferenceType.NON, _) => ""
Expand Down

0 comments on commit 07627e8

Please sign in to comment.