mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Remove extra semicolons:
Several functions had an extra semicolon. This removes them.
This commit is contained in:
committed by
Nikolaos D. Bougalis
parent
c1c332f0b0
commit
04f1388860
@@ -142,18 +142,19 @@ public:
|
||||
hasIssuer () const
|
||||
{
|
||||
return getNodeType () & STPathElement::typeIssuer;
|
||||
};
|
||||
}
|
||||
|
||||
bool
|
||||
hasCurrency () const
|
||||
{
|
||||
return getNodeType () & STPathElement::typeCurrency;
|
||||
};
|
||||
}
|
||||
|
||||
bool
|
||||
isNone () const
|
||||
{
|
||||
return getNodeType () == STPathElement::typeNone;
|
||||
};
|
||||
}
|
||||
|
||||
// Nodes are either an account ID or a offer prefix. Offer prefixs denote a
|
||||
// class of offers.
|
||||
|
||||
Reference in New Issue
Block a user