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
@@ -3,4 +3,4 @@ contract C {
function f() public pure {
revert E();
}
}
}
@@ -5,4 +5,4 @@ contract C {
function f() public pure {
revert A.E();
}
}
}