Skip to content

Commit 1e3686b

Browse files
committed
[TIDY]
1 parent 39dbfd0 commit 1e3686b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web3swift/src/Client/Models/EthereumAddress.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import BigInt
77
import Foundation
88

99
public struct EthereumAddress: Codable, Hashable {
10-
@available(*, deprecated, message: "Shouldn't rely on the actual String representation. Use asString() instead to get an unformatted representation") public var value: String {
10+
@available(*, deprecated, message: "Shouldn't rely on the actual String representation. Use asString() instead to get an unformatted representation") public var value: String {
1111
raw
1212
}
1313

0 commit comments

Comments
 (0)