Apply formatting and satisfy lints

This commit is contained in:
Juno Takano 2025-12-13 16:32:20 -03:00
commit 82f1f0c63c
5 changed files with 35 additions and 18 deletions

View file

@ -5,4 +5,3 @@ pub fn log<F>(function: &F, message: &str) {
std::any::type_name_of_val(function).replace("en::", ""),
);
}