Better printing

This commit is contained in:
Lennard Kittner
2025-03-23 00:18:14 +01:00
parent 257f109695
commit 62b9bbb6f0
3 changed files with 46 additions and 46 deletions

View File

@@ -115,8 +115,8 @@ fn main() {
std::process::exit(1);
};
println!(
"Device State: \n{}",
device.get_device_state().to_better_string()
"{}",
device.get_device_state()
);
}