diff --git a/hive-metric/src/main.rs b/hive-metric/src/main.rs index d298eab6..931509a3 100644 --- a/hive-metric/src/main.rs +++ b/hive-metric/src/main.rs @@ -89,7 +89,9 @@ async fn main() -> Result<()> { } // Flush pending metrics and shut down cleanly. - provider.shutdown().context("failed to flush OTLP metrics")?; + provider + .shutdown() + .context("failed to flush OTLP metrics")?; Ok(()) }