From ce51db0d8b4da2f8bf4dd3b76eafe5a79c3c5e93 Mon Sep 17 00:00:00 2001 From: runner Date: Wed, 9 Aug 2023 09:48:14 +0000 Subject: [PATCH] fix(swiftformat): Apply Swiftformat changes --- .../Sources/Send/NewInput/NewSendInputAction.swift | 7 ------- .../Sources/Send/NewInput/NewSendInputBusinessLogic.swift | 7 ------- .../Sources/Send/NewInput/NewSendInputDispatcher.swift | 7 ------- .../Sources/Send/NewInput/NewSendInputState.swift | 7 ------- .../Scenes/Main/Send/NewInput/NSendInputCoordinator.swift | 2 +- 5 files changed, 1 insertion(+), 29 deletions(-) diff --git a/Packages/KeyAppKit/Sources/Send/NewInput/NewSendInputAction.swift b/Packages/KeyAppKit/Sources/Send/NewInput/NewSendInputAction.swift index 1ae9707b59..06363b6940 100644 --- a/Packages/KeyAppKit/Sources/Send/NewInput/NewSendInputAction.swift +++ b/Packages/KeyAppKit/Sources/Send/NewInput/NewSendInputAction.swift @@ -1,10 +1,3 @@ -// -// File.swift -// -// -// Created by Giang Long Tran on 07.08.2023. -// - import Foundation import KeyAppStateMachine diff --git a/Packages/KeyAppKit/Sources/Send/NewInput/NewSendInputBusinessLogic.swift b/Packages/KeyAppKit/Sources/Send/NewInput/NewSendInputBusinessLogic.swift index 90d27b4387..ff93b84cc2 100644 --- a/Packages/KeyAppKit/Sources/Send/NewInput/NewSendInputBusinessLogic.swift +++ b/Packages/KeyAppKit/Sources/Send/NewInput/NewSendInputBusinessLogic.swift @@ -1,10 +1,3 @@ -// -// File.swift -// -// -// Created by Giang Long Tran on 07.08.2023. -// - import Foundation enum NSendInputBusinessLogic { diff --git a/Packages/KeyAppKit/Sources/Send/NewInput/NewSendInputDispatcher.swift b/Packages/KeyAppKit/Sources/Send/NewInput/NewSendInputDispatcher.swift index 15ed2b1366..0ccc52993a 100644 --- a/Packages/KeyAppKit/Sources/Send/NewInput/NewSendInputDispatcher.swift +++ b/Packages/KeyAppKit/Sources/Send/NewInput/NewSendInputDispatcher.swift @@ -1,10 +1,3 @@ -// -// File.swift -// -// -// Created by Giang Long Tran on 07.08.2023. -// - import Foundation import KeyAppStateMachine diff --git a/Packages/KeyAppKit/Sources/Send/NewInput/NewSendInputState.swift b/Packages/KeyAppKit/Sources/Send/NewInput/NewSendInputState.swift index 9b480ce117..028daf0780 100644 --- a/Packages/KeyAppKit/Sources/Send/NewInput/NewSendInputState.swift +++ b/Packages/KeyAppKit/Sources/Send/NewInput/NewSendInputState.swift @@ -1,10 +1,3 @@ -// -// File.swift -// -// -// Created by Giang Long Tran on 07.08.2023. -// - import Foundation import KeyAppKitCore import KeyAppStateMachine diff --git a/p2p_wallet/Scenes/Main/Send/NewInput/NSendInputCoordinator.swift b/p2p_wallet/Scenes/Main/Send/NewInput/NSendInputCoordinator.swift index 1fc8182bf1..55f5bd37cf 100644 --- a/p2p_wallet/Scenes/Main/Send/NewInput/NSendInputCoordinator.swift +++ b/p2p_wallet/Scenes/Main/Send/NewInput/NSendInputCoordinator.swift @@ -171,7 +171,7 @@ final class SendInputCoordinator: Coordinator { .store(in: &subscriptions) } - private func openFeeDetail(from vc: UIViewController, viewModel: NSendInputViewModel) { + private func openFeeDetail(from _: UIViewController, viewModel _: NSendInputViewModel) { // coordinate(to: SendTransactionDetailsCoordinator( // parentController: vc, // sendInputViewModel: viewModel