From 8520955a5f229460909ad560e4a7946cdc8998fb Mon Sep 17 00:00:00 2001 From: Alexey <247128645+axkurcom@users.noreply.github.com> Date: Wed, 29 Apr 2026 15:53:27 +0300 Subject: [PATCH] Update helpers.rs Signed-off-by: Alexey <247128645+axkurcom@users.noreply.github.com> --- src/maestro/helpers.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/maestro/helpers.rs b/src/maestro/helpers.rs index 01b0d46..89f4f59 100644 --- a/src/maestro/helpers.rs +++ b/src/maestro/helpers.rs @@ -403,8 +403,7 @@ mod tests { .duration_since(std::time::UNIX_EPOCH) .unwrap() .as_nanos(); - let startup_cwd = - std::env::temp_dir().join(format!("telemt_runtime_base_systemd_{nonce}")); + let startup_cwd = std::env::temp_dir().join(format!("telemt_runtime_base_systemd_{nonce}")); std::fs::create_dir_all(&startup_cwd).unwrap(); let resolved =