commit df36c12072cd15a373852d7525a27b660763177d
parent 4929ba2227974491d7944720592aa0d3d1452b8e
Author: triesap <tyson@radroots.org>
Date: Wed, 1 Apr 2026 23:33:37 +0000
runtime: format external command helper
Diffstat:
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/src/app/runtime.rs b/src/app/runtime.rs
@@ -1268,10 +1268,7 @@ mod tests {
.expect("write identity");
}
- fn write_external_command_helper(
- path: &std::path::Path,
- secret_key: &str,
- ) -> RadrootsIdentity {
+ fn write_external_command_helper(path: &std::path::Path, secret_key: &str) -> RadrootsIdentity {
let identity = RadrootsIdentity::from_secret_key_str(secret_key).expect("identity");
let identity_json =
serde_json::to_string(&identity.to_public()).expect("serialize public identity");