diff --git a/src/main.rs b/src/main.rs index aa4fe5d..7fd281e 100644 --- a/src/main.rs +++ b/src/main.rs @@ -109,9 +109,8 @@ fn main() { } } } -fn cook(out: &mut Vec, debug_mode: &bool, ver: TransformVersion, json_config: Jsonconfig, idsmap: HashMap, json_shiny: Vec, -) -> Result<(), Errorfr> { +fn cook(out: &mut Vec, debug_mode: &bool, ver: TransformVersion, json_config: Jsonconfig, idsmap: HashMap, json_shiny: Vec, ) -> Result<(), Errorfr> { let mut fr_params = FuncParams { fr_out: out,