Skip to content

Commit 9cbac1d

Browse files
Apply rustfmt formatting
Co-Authored-By: Mike Rolish <[email protected]>
1 parent 05d56f8 commit 9cbac1d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/agent/services/lazer_exporter.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -420,7 +420,8 @@ mod lazer_exporter {
420420
// consume immediate tick
421421
publish_interval.tick().await;
422422

423-
let mut last_sent_timestamps: HashMap<pyth_sdk::Identifier, chrono::NaiveDateTime> = HashMap::new();
423+
let mut last_sent_timestamps: HashMap<pyth_sdk::Identifier, chrono::NaiveDateTime> =
424+
HashMap::new();
424425

425426
loop {
426427
tokio::select! {

0 commit comments

Comments
 (0)