Skip to content

Commit 25dc43c

Browse files
committed
Trim Trailing Whitespace
1 parent 9a7212e commit 25dc43c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/web3swiftTests/remoteTests/DecodeRemoteErrorTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ final class DecodeRemoteErrorTests: XCTestCase {
1717

1818
func testDecodeRemoteFunc() async throws {
1919
let web3 = try await Web3.InfuraMainnetWeb3(accessToken: Constants.infuraToken)
20-
20+
2121
let entryABI = try EthereumContract(abi: [
2222
.error(.init(name: "SenderAddressResult",
2323
inputs: [.init(name: "sender", type: .address)])),

0 commit comments

Comments
 (0)