Skip to content

Commit

Permalink
rustfmt
Browse files Browse the repository at this point in the history
  • Loading branch information
onsdagens committed Jun 4, 2024
1 parent 60dd5b7 commit 3f035e9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions riscv/examples/riscv.rs
Original file line number Diff line number Diff line change
Expand Up @@ -245,8 +245,7 @@ fn fern_setup_riscv() {

// - and per-module overrides
#[cfg(feature = "gui-vizia")]
let f = f
.level_for("riscv::gui_egui::components::instr_mem", LevelFilter::Trace);
let f = f.level_for("riscv::gui_egui::components::instr_mem", LevelFilter::Trace);

f
// Output to stdout, files, and other Dispatch configurations
Expand Down

0 comments on commit 3f035e9

Please sign in to comment.