remove extras

This commit is contained in:
yggverse 2025-01-23 10:58:33 +02:00
parent 12d79792d9
commit 9371f16798

View File

@ -135,7 +135,7 @@ impl Identity {
pem, pem,
}); });
} }
Err(e) => todo!("{:?}", e.to_string()), Err(e) => todo!("{e}"),
} }
} }
None None