mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
fix coding style
This commit is contained in:
parent
145dfcf6da
commit
89424875de
@ -416,7 +416,8 @@ void StructDefinition::insertEip712EncodedSubtypes(std::set<std::string>& subtyp
|
||||
continue;
|
||||
}
|
||||
|
||||
if(!declaration) {
|
||||
if (!declaration)
|
||||
{
|
||||
continue;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user