regen script: run cargo fmt

to avoid pushing ugly code.
This commit is contained in:
Bilal Elmoussaoui 2020-06-09 00:55:57 +02:00
parent b4e60cd158
commit c877ab0a4e
No known key found for this signature in database
GPG key ID: 1FFF9F28D4E0F10E

View file

@ -29,3 +29,6 @@ rm -rf ${CRATE_API}/src/auto
${GIR} -c ${CONFIG_API} -d gir-files -o ${CRATE_API}
rm gir-files/Handy-0.0.gir
# Run cargo fmt --all
cargo fmt --all