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
@@ -9,4 +9,4 @@ abstract contract B is I {
function g() external override {}
}
contract C is A, B {
}
}