Skip to content

Commit 278521f

Browse files
committed
style: remove trailing whitespace
1 parent e655f49 commit 278521f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build_ui.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@ def build():
2828
ts_file = Path('resources/translations/en_US.ts')
2929
qm_file = Path('resources/translations/en_US.qm')
3030
py_files = [str(p) for p in Path('src').rglob('*.py') if 'generated' not in p.parts]
31-
31+
3232
print(f'Updating translations -> {ts_file}')
3333
lupdate_args = ['pyside6-lupdate', 'resources/ui'] + py_files + ['-ts', str(ts_file)]
3434
subprocess.run(lupdate_args, check=True)
35-
35+
3636
print(f'Releasing translations -> {qm_file}')
3737
subprocess.run(['pyside6-lrelease', str(ts_file), '-qm', str(qm_file)], check=True)
3838

0 commit comments

Comments
 (0)