Changes for duimper #4
1 changed files with 1 additions and 1 deletions
|
@ -151,7 +151,7 @@ pub fn impl_dumper(codegen_path: &Path) -> io::Result<()> {
|
||||||
);
|
);
|
||||||
match_arms = quote! {
|
match_arms = quote! {
|
||||||
#match_arms
|
#match_arms
|
||||||
#id => serde_json::to_string(&#name::decode(data).unwrap()),
|
#id => serde_json::to_string_pretty(&#name::decode(data).unwrap()),
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue