mirror of
https://github.com/dashpay/dash.git
synced 2024-12-25 03:52:49 +01:00
fmt: run clang-format
This commit is contained in:
parent
cc3b63d69e
commit
3e788edae2
@ -28,7 +28,8 @@ CGovernanceObject::CGovernanceObject()
|
||||
LoadData();
|
||||
}
|
||||
|
||||
CGovernanceObject::CGovernanceObject(const uint256& nHashParentIn, int nRevisionIn, int64_t nTimeIn, const uint256& nCollateralHashIn, const std::string& strDataHexIn) :
|
||||
CGovernanceObject::CGovernanceObject(const uint256& nHashParentIn, int nRevisionIn, int64_t nTimeIn,
|
||||
const uint256& nCollateralHashIn, const std::string& strDataHexIn) :
|
||||
cs(),
|
||||
m_obj{nHashParentIn, nRevisionIn, nTimeIn, nCollateralHashIn, strDataHexIn}
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user