Changes for duimper

This commit is contained in:
xavo95 2024-09-24 21:16:54 +02:00
parent 7d9d502a22
commit 2ee2e9f326
Signed by: xavo95
GPG key ID: CBF8ADED6DEBB783

View file

@ -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()),
};
}
}