Trivial isoltest updates: normalized whitespace

This commit is contained in:
Alex Beregszaszi
2021-04-20 17:38:29 +02:00
committed by Kamil Śliwak
parent 45c6bbe02b
commit 84c05d35f3
256 changed files with 276 additions and 277 deletions
@@ -2,4 +2,4 @@ contract C {
function f(bytes calldata x) external pure returns (bytes memory) {
return x[1:2];
}
}
}