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
@@ -21,4 +21,4 @@ contract C {
}
}
// ====
// EVMVersion: >=byzantium
// EVMVersion: >=byzantium
@@ -3,4 +3,4 @@ contract C {
modifier m2(uint[] storage a) { _; }
uint[] s;
function f() m1(b = s) m2(b) internal view returns (uint[] storage b) {}
}
}