Skip to content

Commit

Permalink
fmt: run clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
PastaPastaPasta committed Aug 12, 2024
1 parent cc3b63d commit 3e788ed
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/governance/object.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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}
{
Expand Down

0 comments on commit 3e788ed

Please sign in to comment.