mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
style
This commit is contained in:
parent
d6d7c9219b
commit
bc9d376590
@ -81,7 +81,6 @@ std::unique_ptr<std::string> InterfaceHandler::getABIInterface(ContractDefinitio
|
|||||||
event["inputs"] = params;
|
event["inputs"] = params;
|
||||||
abi.append(event);
|
abi.append(event);
|
||||||
}
|
}
|
||||||
|
|
||||||
return std::unique_ptr<std::string>(new std::string(m_writer.write(abi)));
|
return std::unique_ptr<std::string>(new std::string(m_writer.write(abi)));
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -118,7 +117,6 @@ unique_ptr<string> InterfaceHandler::getABISolidityInterface(ContractDefinition
|
|||||||
|
|
||||||
ret += "event " + it->getName() + params + ";";
|
ret += "event " + it->getName() + params + ";";
|
||||||
}
|
}
|
||||||
|
|
||||||
return unique_ptr<string>(new string(ret + "}"));
|
return unique_ptr<string>(new string(ret + "}"));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user