mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-21 11:35:53 +00:00
Tidy up double not expression
This commit is contained in:
@@ -94,7 +94,7 @@ public:
|
|||||||
|
|
||||||
bool isValid () const
|
bool isValid () const
|
||||||
{
|
{
|
||||||
return !!mLedger;
|
return mLedger != nullptr;
|
||||||
}
|
}
|
||||||
|
|
||||||
int getSeq () const
|
int getSeq () const
|
||||||
|
|||||||
Reference in New Issue
Block a user