mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Cosmetic SQL clean up.
This commit is contained in:
@@ -368,3 +368,4 @@ const uint256& SHAMapTreeNode::getChildHash(int m) const
|
||||
assert( (m>=0) && (m<16) && (mType==tnINNER) );
|
||||
return mHashes[m];
|
||||
}
|
||||
// vim:ts=4
|
||||
|
||||
Reference in New Issue
Block a user