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;
|
||||
}
|
||||
default:
|
||||
solAssert(false,
|
||||
solAssert(
|
||||
false,
|
||||
"Invalid type conversion " +
|
||||
_typeOnStack.toString(false) +
|
||||
" to " +
|
||||
|
Loading…
Reference in New Issue
Block a user