mirror of
https://github.com/XRPLF/rippled.git
synced 2026-07-23 23:20:33 +00:00
9 lines
163 B
C++
9 lines
163 B
C++
#include <xrpl/beast/insight/Collector.h>
|
|
|
|
namespace beast {
|
|
namespace insight {
|
|
|
|
Collector::~Collector() = default;
|
|
} // namespace insight
|
|
} // namespace beast
|