commit abb3cf7ab8ddc1c2ceb96171dc5fc94e1ef24a11 parent 1979eb64dbf46d5a7ae4e94b2a58a690dd33b8ce Author: Marc Stibane <marc@taler.net> Date: Wed, 8 May 2024 22:31:40 +0200 cleanup Diffstat:
| M | TalerWallet1/Views/Sheets/ErrorSheet.swift | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/TalerWallet1/Views/Sheets/ErrorSheet.swift b/TalerWallet1/Views/Sheets/ErrorSheet.swift @@ -9,8 +9,8 @@ import SwiftUI import taler_swift enum ErrorData { -case message(title: String, message: String) -case error(Error) + case message(title: String, message: String) + case error(Error) } struct ErrorSheet: View {