Browse Source

Style.

cl-refactor
chriseth 10 years ago
parent
commit
a2440df1ab
  1. 3
      libsolidity/CompilerUtils.cpp

3
libsolidity/CompilerUtils.cpp

@ -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…
Cancel
Save