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:
@@ -1224,7 +1224,7 @@ private:
|
||||
* MetricsRegistry::startAsyncGauges() for the full list.
|
||||
*/
|
||||
void
|
||||
startTelemetryGauges();
|
||||
startTelemetryGauges() const;
|
||||
|
||||
std::shared_ptr<Ledger>
|
||||
getLastFullLedger();
|
||||
@@ -1681,7 +1681,7 @@ ApplicationImp::startTelemetry() const
|
||||
}
|
||||
|
||||
void
|
||||
ApplicationImp::startTelemetryGauges()
|
||||
ApplicationImp::startTelemetryGauges() const
|
||||
{
|
||||
if (metricsRegistry_)
|
||||
metricsRegistry_->startAsyncGauges();
|
||||
|
||||
Reference in New Issue
Block a user