mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Style.
This commit is contained in:
parent
e5ae5955b9
commit
529ed468df
@ -411,7 +411,8 @@ void CompilerUtils::convertType(Type const& _typeOnStack, Type const& _targetTyp
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
default:
|
default:
|
||||||
solAssert(false,
|
solAssert(
|
||||||
|
false,
|
||||||
"Invalid type conversion " +
|
"Invalid type conversion " +
|
||||||
_typeOnStack.toString(false) +
|
_typeOnStack.toString(false) +
|
||||||
" to " +
|
" to " +
|
||||||
|
Loading…
Reference in New Issue
Block a user