Fixing Linter Warnings

pull/22/head
Oguzhan Gungor 7 years ago
parent 90dd17f747
commit c0979b8d02
  1. 4
      Trust/Tokens/ViewControllers/NewTokenViewController.swift

@ -159,7 +159,7 @@ class NewTokenViewController: FormViewController {
isStormBird: isStormBird,
balance: balance
)
delegate?.didAddToken(token: erc20Token, in: self)
}
@ -189,7 +189,7 @@ class NewTokenViewController: FormViewController {
delegate?.didAddAddress(address: value, in: self)
}
private func getBalanceFromUI() -> [Int16] {
if let balance = balanceRow?.value {
return balance.split(separator: ",").map({ Int16($0)! })

Loading…
Cancel
Save