mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-12 06:58:57 +01:00
doc: Normalize RPC description whitespace
This commit is contained in:
@@ -620,10 +620,9 @@ std::string RPCHelpMan::ToString() const
|
||||
ret += arg.ToString(/* oneline */ true);
|
||||
}
|
||||
if (was_optional) ret += " )";
|
||||
ret += "\n";
|
||||
|
||||
// Description
|
||||
ret += m_description;
|
||||
ret += "\n\n" + TrimString(m_description) + "\n";
|
||||
|
||||
// Arguments
|
||||
Sections sections;
|
||||
|
||||
Reference in New Issue
Block a user