Skip to content

Commit 7257c8e

Browse files
committed
Formatting
1 parent 36fc4bb commit 7257c8e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

crates/core/src/scheduler.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1117,8 +1117,8 @@ mod tests {
11171117
}
11181118
}
11191119

1120-
/// A [`types::Slot`] dated far in the past so `delay_slot_offset` deadlines have
1121-
/// already elapsed and duty broadcasts fire immediately.
1120+
/// A [`types::Slot`] dated far in the past so `delay_slot_offset` deadlines
1121+
/// have already elapsed and duty broadcasts fire immediately.
11221122
fn test_past_slot(slot: u64, slots_per_epoch: u64) -> types::Slot {
11231123
types::Slot {
11241124
slot: types::SlotNumber::new(slot),

0 commit comments

Comments
 (0)