mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-19 18:45:52 +00:00
@@ -365,8 +365,7 @@ public:
|
||||
/** Journal has no default constructor. */
|
||||
Journal() = delete;
|
||||
|
||||
Journal(Journal const& other)
|
||||
: Journal(other, nullptr)
|
||||
Journal(Journal const& other) : Journal(other, nullptr)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
@@ -23,9 +23,9 @@
|
||||
#include <xrpl/beast/utility/Journal.h>
|
||||
#include <xrpl/json/json_value.h>
|
||||
|
||||
#include <memory>
|
||||
#include <source_location>
|
||||
#include <utility>
|
||||
#include <memory>
|
||||
|
||||
namespace ripple::log {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user