cargo fmt

This commit is contained in:
2026-05-26 14:42:05 +04:00
parent 76cb232b1e
commit 47ed183cfe
9 changed files with 23 additions and 22 deletions

View File

@@ -6,7 +6,7 @@
//
// Hint: You need to update Cargo.toml to add the `log` dependency, first.
use log::{error, warn, info, debug, trace};
use log::{debug, error, info, trace, warn};
#[derive(Debug)]
pub struct Frog {