mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs.git
synced 2024-11-26 11:31:06 +00:00
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))
|
||||
call(['./target/release/gir', '-c', entry])
|
||||
print('<== Done!')
|
||||
call(['cargo', 'fmt'])
|
||||
print('<= Done!')
|
||||
print("Don't forget to check if everything has been correctly generated!")
|
||||
|
|
Loading…
Reference in a new issue