Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
eugenesvk committed May 20, 2024
1 parent 69a59c6 commit 3f4a007
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/gui/win_dbg_logger/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
//! }
//!
//! fn main() {
//! log::set_logger(&win_dbg_logger::WINDBG_LOGGER).unwrap();
//! log::set_logger(&kanata_state_machine::gui::WINDBG_LOGGER).unwrap();
//! log::set_max_level(log::LevelFilter::Debug);
//!
//! do_cool_stuff();
Expand All @@ -57,7 +57,7 @@ pub struct WinDbgLogger {
/// this can be directly registered using `log::set_logger`, e.g.:
///
/// ```
/// log::set_logger(&win_dbg_logger::WINDBG_LOGGER).unwrap(); // Initialize
/// log::set_logger(&kanata_state_machine::gui::WINDBG_LOGGER).unwrap(); // Initialize
/// log::set_max_level(log::LevelFilter::Debug);
///
/// use log::{info, debug}; // Import
Expand Down

0 comments on commit 3f4a007

Please sign in to comment.