Skip to content

Commit

Permalink
whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
galenseilis committed Oct 6, 2024
1 parent bad9a45 commit f12782f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions desru/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@
//!
//! In this example we implement the same process, but using `desru`.
//!
//! ```rust
//! use desru::{Event, EventScheduler};
//!```rust
//!use desru::{Event, EventScheduler};
//!
//! fn car(scheduler: &mut EventScheduler) {
//!fn car(scheduler: &mut EventScheduler) {
//! // Start by parking, which repeats in a loop
//! println!("Start parking at {}", scheduler.current_time);
//!
Expand Down

0 comments on commit f12782f

Please sign in to comment.