From a2c6317474b459639bfc9a3b767d01be2d99ad1d Mon Sep 17 00:00:00 2001 From: endernon Date: Wed, 1 Jan 2025 19:55:57 +0000 Subject: [PATCH] remove some line breaks --- src/main.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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,