Skip to content

Commit

Permalink
fix(swiftformat): Apply Swiftformat changes
Browse files Browse the repository at this point in the history
  • Loading branch information
runner authored and runner committed Aug 9, 2023
1 parent 5c8468b commit ce51db0
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 29 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
//
// File.swift
//
//
// Created by Giang Long Tran on 07.08.2023.
//

import Foundation
import KeyAppStateMachine

Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
//
// File.swift
//
//
// Created by Giang Long Tran on 07.08.2023.
//

import Foundation

enum NSendInputBusinessLogic {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
//
// File.swift
//
//
// Created by Giang Long Tran on 07.08.2023.
//

import Foundation
import KeyAppStateMachine

Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
//
// File.swift
//
//
// Created by Giang Long Tran on 07.08.2023.
//

import Foundation
import KeyAppKitCore
import KeyAppStateMachine
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ final class SendInputCoordinator: Coordinator<SendResult> {
.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
Expand Down

0 comments on commit ce51db0

Please sign in to comment.