🎨 style: fix rustfmt formatting issues for CI
This commit is contained in:
committed by
Jeremiah Russell
parent
a8a79f92ec
commit
783eefebbb
@@ -494,7 +494,7 @@ mod tests {
|
|||||||
let action = EolAction::Delete;
|
let action = EolAction::Delete;
|
||||||
let log_message = format!("Executing {action} action");
|
let log_message = format!("Executing {action} action");
|
||||||
assert_eq!(log_message, "Executing delete action");
|
assert_eq!(log_message, "Executing delete action");
|
||||||
|
|
||||||
// Safety check scenario
|
// Safety check scenario
|
||||||
let dangerous_action = EolAction::Delete;
|
let dangerous_action = EolAction::Delete;
|
||||||
if !dangerous_action.is_reversible() {
|
if !dangerous_action.is_reversible() {
|
||||||
|
|||||||
Reference in New Issue
Block a user