refactor: single - for passing options

This commit is contained in:
Amir Zarrinkafsh 2025-07-23 18:29:37 +10:00
parent 4df4f6d3a4
commit 17720868c5
No known key found for this signature in database
GPG Key ID: ECDB8EF9E77E4EBF

View File

@ -8,7 +8,7 @@ pre-commit:
- name: sort cdns
run: |
for f in {all_files}; do
sort -u -o ${f} ${f}
sort -uo ${f} ${f}
done
env:
LC_ALL: C