generated from Patagia/template-nix
Compare commits
1 commit
0e10762517
...
375bc34dac
Author | SHA1 | Date | |
---|---|---|---|
375bc34dac |
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ pub async fn describe(
|
|||
// convert bytes to hex string
|
||||
.iter()
|
||||
.map(|&b| format!("{:02x}", b))
|
||||
.collect::<String>();
|
||||
.collect();
|
||||
|
||||
let machine_info = MachineInfo { machine_id };
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue