Skip to content

Commit

Permalink
chore: fmtfix
Browse files Browse the repository at this point in the history
  • Loading branch information
apskhem committed Jan 15, 2025
1 parent ec003c0 commit 5b8096d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion catalyst-gateway/bin/src/metrics/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ pub(crate) mod memory;
#[must_use]
pub(crate) fn init_prometheus() -> Registry {
memory::MemoryMetrics::init_metrics_updater();

default_registry().clone()
}

0 comments on commit 5b8096d

Please sign in to comment.