Skip to content

Commit

Permalink
cosmetic: small whitespace changes
Browse files Browse the repository at this point in the history
  • Loading branch information
sohkai committed Dec 23, 2019
1 parent d999049 commit fd89602
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/agent/contracts/standards/IERC721Receiver.sol
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ interface IERC721Receiver {
* @return bytes4 `bytes4(keccak256("onERC721Received(address,address,uint256,bytes)"))`
*/
function onERC721Received(address operator, address from, uint256 tokenId, bytes data) external returns (bytes4);
}
}
2 changes: 1 addition & 1 deletion apps/agent/test/agent_shared.js
Original file line number Diff line number Diff line change
Expand Up @@ -755,7 +755,7 @@ module.exports = (
assert.isTrue(await agent.supportsInterface(ERC165_SUPPORT_INTERFACE_ID))
assert.isFalse(await agent.supportsInterface(ERC165_SUPPORT_INVALID_ID))
})

it('supports ERC1271 interface', async () => {
assert.isTrue(await agent.supportsInterface(ERC1271_INTERFACE_ID))
})
Expand Down

0 comments on commit fd89602

Please sign in to comment.