mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Remove linefeed from JSON to string conversion
This commit is contained in:
@@ -190,7 +190,6 @@ FastWriter::write ( const Value& root )
|
||||
{
|
||||
document_ = "";
|
||||
writeValue ( root );
|
||||
document_ += "\n";
|
||||
return std::move (document_);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user