mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
indent
This commit is contained in:
parent
656e749b1e
commit
2348a4ef34
@ -1171,8 +1171,8 @@ void Parser::parserError(string const& _description)
|
||||
{
|
||||
auto err = make_shared<Error>(Error::Type::ParserError);
|
||||
*err <<
|
||||
errinfo_sourceLocation(SourceLocation(position(), position(), sourceName())) <<
|
||||
errinfo_comment(_description);
|
||||
errinfo_sourceLocation(SourceLocation(position(), position(), sourceName())) <<
|
||||
errinfo_comment(_description);
|
||||
|
||||
m_errors.push_back(err);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user