Skip to content

Commit 42bb154

Browse files
fix: ERC712 swiftlint
1 parent 275d2cd commit 42bb154

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Sources/web3swift/Utils/EIP/EIP712.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,9 @@ public struct EIP712Domain: EIP712Hashable {
2727

2828
public extension EIP712.Address {
2929
static var zero: Self {
30+
// swiftlint:disable force_unwrapping
3031
EthereumAddress(Data(count: 20))!
32+
// swiftlint:enable force_unwrapping
3133
}
3234
}
3335

0 commit comments

Comments
 (0)