Changes for duimper
This commit is contained in:
parent
7d9d502a22
commit
2ee2e9f326
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
|
||||
#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