Skip to content

Commit 657e639

Browse files
committed
fmt
1 parent 75a3409 commit 657e639

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/agent/services/lazer_exporter.rs

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,11 @@ mod lazer_exporter {
368368
S: Send + Sync + 'static,
369369
{
370370
let mut lazer_symbols = get_lazer_symbol_map(&config.history_url).await;
371-
tracing::info!("Retrieved {} Lazer feeds with hermes symbols from symbols endpoint: {}", lazer_symbols.len(), &config.history_url);
371+
tracing::info!(
372+
"Retrieved {} Lazer feeds with hermes symbols from symbols endpoint: {}",
373+
lazer_symbols.len(),
374+
&config.history_url
375+
);
372376

373377
let mut publish_interval = tokio::time::interval(config.publish_interval_duration);
374378
let mut symbol_fetch_interval =

0 commit comments

Comments
 (0)