mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Trivial isoltest updates: normalized whitespace
This commit is contained in:
committed by
Kamil Śliwak
parent
45c6bbe02b
commit
84c05d35f3
@@ -2,4 +2,4 @@ contract C {
|
||||
function f(bytes calldata x) public pure returns (C[] memory c) {
|
||||
c = abi.decode(x, (C[]));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user