mirror of
https://github.com/XRPLF/rippled.git
synced 2026-08-21 22:30:57 +00:00
clang-tidy fix
Signed-off-by: Pratik Mankawde <3397372+pratikmankawde@users.noreply.github.com>
This commit is contained in:
@@ -1155,7 +1155,7 @@ private:
|
||||
* (the Telemetry resource is fixed once start() builds it).
|
||||
*/
|
||||
void
|
||||
startTelemetry();
|
||||
startTelemetry() const;
|
||||
|
||||
std::shared_ptr<Ledger>
|
||||
getLastFullLedger();
|
||||
@@ -1566,7 +1566,7 @@ ApplicationImp::start(bool withTimers)
|
||||
}
|
||||
|
||||
void
|
||||
ApplicationImp::startTelemetry()
|
||||
ApplicationImp::startTelemetry() const
|
||||
{
|
||||
telemetry_->start();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user