Skip to content

Commit 4ff3f35

Browse files
chore: fixed trailing whitespaces
1 parent 95214d9 commit 4ff3f35

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Sources/Web3Core/KeystoreManager/KeystoreParams.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,10 +74,10 @@ public struct KeystoreParamsBIP32: AbstractKeystoreParams {
7474
public var id: String?
7575
public var version: Int
7676
public var isHDWallet: Bool
77-
77+
7878
public var pathAddressPairs: [PathAddressPair]
7979
var rootPath: String?
80-
80+
8181
public init(crypto cr: CryptoParamsV3, id i: String, version ver: Int = 32, rootPath: String? = nil) {
8282
self.crypto = cr
8383
self.id = i
@@ -94,7 +94,7 @@ public struct KeystoreParamsV3: AbstractKeystoreParams {
9494
public var id: String?
9595
public var version: Int
9696
public var isHDWallet: Bool
97-
97+
9898
public init(address: String?, crypto: CryptoParamsV3, id: String, version: Int) {
9999
self.address = address
100100
self.crypto = crypto

0 commit comments

Comments
 (0)