gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-taler-swift-test] branch master updated: indentation


From: gnunet
Subject: [taler-taler-swift-test] branch master updated: indentation
Date: Sun, 19 Feb 2023 20:25:34 +0100

This is an automated email from the git hooks/post-receive script.

dold pushed a commit to branch master
in repository taler-swift-test.

The following commit(s) were added to refs/heads/master by this push:
     new 7f6c079  indentation
7f6c079 is described below

commit 7f6c079202002078e5c99cb0e3f55b48de1e99e1
Author: Florian Dold <florian@dold.me>
AuthorDate: Sun Feb 19 20:25:28 2023 +0100

    indentation
---
 .../Sources/TalerWalletMessages/TalerWalletMessages.swift      | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git 
a/TalerWalletMessages/Sources/TalerWalletMessages/TalerWalletMessages.swift 
b/TalerWalletMessages/Sources/TalerWalletMessages/TalerWalletMessages.swift
index 074469f..e7e149c 100644
--- a/TalerWalletMessages/Sources/TalerWalletMessages/TalerWalletMessages.swift
+++ b/TalerWalletMessages/Sources/TalerWalletMessages/TalerWalletMessages.swift
@@ -40,11 +40,11 @@ enum Transaction: Decodable {
         case "payment":
             let paymentDetails = try PaymentTransactionDetails.init(from: 
decoder)
             self = .payment(PaymentTransaction(common: common, details: 
paymentDetails))
-            default:
-                let context = DecodingError.Context(
-                    codingPath: decoder.codingPath,
-                    debugDescription: "Invalid transaction type")
-                throw DecodingError.typeMismatch(Transaction.self, context)
+        default:
+            let context = DecodingError.Context(
+                codingPath: decoder.codingPath,
+                debugDescription: "Invalid transaction type")
+            throw DecodingError.typeMismatch(Transaction.self, context)
         }
     }
 }

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]