remove some line breaks
This commit is contained in:
parent
0a06bc80e4
commit
a2c6317474
1 changed files with 1 additions and 2 deletions
|
@ -109,9 +109,8 @@ fn main() {
|
|||
}
|
||||
}
|
||||
}
|
||||
fn cook(out: &mut Vec<u8>, debug_mode: &bool, ver: TransformVersion, json_config: Jsonconfig, idsmap: HashMap<String, u8>, json_shiny: Vec<Shinystruct>,
|
||||
|
||||
) -> Result<(), Errorfr> {
|
||||
fn cook(out: &mut Vec<u8>, debug_mode: &bool, ver: TransformVersion, json_config: Jsonconfig, idsmap: HashMap<String, u8>, json_shiny: Vec<Shinystruct>, ) -> Result<(), Errorfr> {
|
||||
|
||||
let mut fr_params = FuncParams {
|
||||
fr_out: out,
|
||||
|
|
Loading…
Reference in a new issue