From 783eefebbb2a186b8c485809b146ed4e1bd9cbf6 Mon Sep 17 00:00:00 2001 From: Jeremiah Russell Date: Mon, 20 Oct 2025 14:03:34 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20style:=20fix=20rustfmt=20formatt?= =?UTF-8?q?ing=20issues=20for=20CI?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/eol_action.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/eol_action.rs b/src/eol_action.rs index 7dbf917..66e7436 100644 --- a/src/eol_action.rs +++ b/src/eol_action.rs @@ -494,7 +494,7 @@ mod tests { let action = EolAction::Delete; let log_message = format!("Executing {action} action"); assert_eq!(log_message, "Executing delete action"); - + // Safety check scenario let dangerous_action = EolAction::Delete; if !dangerous_action.is_reversible() {