Run cargo fmt

This commit is contained in:
Henrik Tjäder 2020-06-03 10:34:01 +00:00
parent 7406f77a4e
commit 137283959c
4 changed files with 9 additions and 9 deletions

View file

@ -47,9 +47,9 @@ pub fn codegen(
let cfgs = &app.late_resources[name].cfgs;
quote!(
#(#cfgs)*
pub #name: #ty
)
#(#cfgs)*
pub #name: #ty
)
})
.collect::<Vec<_>>()
})