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