forked from mirrors/gstreamer-rs
Run cargo fmt
as part of generator.py
This commit is contained in:
parent
be0f64ce93
commit
ac2cf29fb1
1 changed files with 1 additions and 0 deletions
|
@ -56,5 +56,6 @@ for entry in [f for f in listdir('.') if isfile(join('.', f))]:
|
||||||
print('==> Regenerating "{}"...'.format(entry))
|
print('==> Regenerating "{}"...'.format(entry))
|
||||||
call(['./target/release/gir', '-c', entry])
|
call(['./target/release/gir', '-c', entry])
|
||||||
print('<== Done!')
|
print('<== Done!')
|
||||||
|
call(['cargo', 'fmt'])
|
||||||
print('<= Done!')
|
print('<= Done!')
|
||||||
print("Don't forget to check if everything has been correctly generated!")
|
print("Don't forget to check if everything has been correctly generated!")
|
||||||
|
|
Loading…
Reference in a new issue