mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Stylistic corrections.
This commit is contained in:
+1
-1
@@ -569,7 +569,7 @@ void VariableDeclaration::checkTypeRequirements()
|
||||
if (!constImplemented)
|
||||
BOOST_THROW_EXCEPTION(createTypeError(
|
||||
"Illegal use of \"constant\" specifier. \"constant\" "
|
||||
" is not yet implemented for this type."
|
||||
"is not yet implemented for this type."
|
||||
));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user