From 887aade4217245cb9c12051743b644543611ad3f Mon Sep 17 00:00:00 2001 From: Noratrieb <48135649+Noratrieb@users.noreply.github.com> Date: Sun, 20 Apr 2025 16:06:18 +0200 Subject: [PATCH] format --- tests/full_tests.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/full_tests.rs b/tests/full_tests.rs index db14af8..e335ea3 100644 --- a/tests/full_tests.rs +++ b/tests/full_tests.rs @@ -1,4 +1,4 @@ -use anyhow::{ensure, Result}; +use anyhow::{Result, ensure}; use std::process::Command; #[test]