Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
gbin committed Dec 9, 2024
1 parent eb6087a commit 5797667
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/cu_iceoryx2/src/bin/upstream.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
use cu29_helpers::basic_copper_setup;
use cu29::prelude::*;
use cu29_helpers::basic_copper_setup;
use std::path::PathBuf;

#[copper_runtime(config = "upstream.ron")]
Expand Down
2 changes: 1 addition & 1 deletion examples/cu_standalone_structlog/src/structlog_perf.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
use cu29_clock::{CuTime, RobotClock};
use cu29::prelude::*;
use cu29_clock::{CuTime, RobotClock};
use std::path::PathBuf;

const LOG_FILE: &str = "./logfile.bin";
Expand Down

0 comments on commit 5797667

Please sign in to comment.