mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Error report: style issues
This commit is contained in:
parent
4de035e5ba
commit
5cfacc2e7a
@ -797,8 +797,7 @@ Options::Options()
|
||||
std::cout.rdbuf(strCout.rdbuf());
|
||||
std::cerr.rdbuf(strCout.rdbuf());
|
||||
}
|
||||
else
|
||||
if (indentLevel == "1")
|
||||
else if (indentLevel == "1")
|
||||
logVerbosity = Verbosity::NiceReport;
|
||||
else
|
||||
logVerbosity = Verbosity::Full;
|
||||
|
Loading…
Reference in New Issue
Block a user