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
@@ -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();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user