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
@@ -21,4 +21,4 @@ contract C {
|
||||
}
|
||||
}
|
||||
// ====
|
||||
// EVMVersion: >=byzantium
|
||||
// EVMVersion: >=byzantium
|
||||
|
||||
+1
-1
@@ -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) {}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user