Skip to content

Commit a2b35c7

Browse files
committed
fmt
1 parent f9eded2 commit a2b35c7

File tree

1 file changed

+3
-1
lines changed
  • apps/hermes/server/src/api

1 file changed

+3
-1
lines changed

apps/hermes/server/src/api/ws.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -420,7 +420,9 @@ where
420420
};
421421

422422
// Capture the minimum receive_time from the updates batch
423-
let min_received_at = updates.price_feeds.iter()
423+
let min_received_at = updates
424+
.price_feeds
425+
.iter()
424426
.filter_map(|update| update.received_at)
425427
.min();
426428

0 commit comments

Comments
 (0)