Skip to content

Commit 3e788ed

Browse files
fmt: run clang-format
1 parent cc3b63d commit 3e788ed

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/governance/object.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ CGovernanceObject::CGovernanceObject()
2828
LoadData();
2929
}
3030

31-
CGovernanceObject::CGovernanceObject(const uint256& nHashParentIn, int nRevisionIn, int64_t nTimeIn, const uint256& nCollateralHashIn, const std::string& strDataHexIn) :
31+
CGovernanceObject::CGovernanceObject(const uint256& nHashParentIn, int nRevisionIn, int64_t nTimeIn,
32+
const uint256& nCollateralHashIn, const std::string& strDataHexIn) :
3233
cs(),
3334
m_obj{nHashParentIn, nRevisionIn, nTimeIn, nCollateralHashIn, strDataHexIn}
3435
{

0 commit comments

Comments
 (0)