From aa9b84a35816e7a119707a4be7a2f19a0160ee44 Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Sun, 29 Mar 2026 17:10:53 +0800 Subject: Fix indentation and formatting in program modules --- mingling/src/program/exec/error.rs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'mingling/src/program/exec') diff --git a/mingling/src/program/exec/error.rs b/mingling/src/program/exec/error.rs index 8ce16ff..fe66e22 100644 --- a/mingling/src/program/exec/error.rs +++ b/mingling/src/program/exec/error.rs @@ -38,7 +38,9 @@ impl From for ProgramInternalExecuteError { match value { ChainProcessError::Other(s) => ProgramInternalExecuteError::Other(s), ChainProcessError::IO(error) => ProgramInternalExecuteError::IO(error), - ChainProcessError::Broken(_) => ProgramInternalExecuteError::Other("Broken".to_string()), + ChainProcessError::Broken(_) => { + ProgramInternalExecuteError::Other("Broken".to_string()) + } } } } -- cgit