mirror of
https://github.com/offa/android-foss.git
synced 2026-07-21 17:35:38 +02:00
style: fix trailing new lines + spaces (#598)
This commit is contained in:
@@ -39,4 +39,3 @@ jobs:
|
|||||||
uses: actions/checkout@main
|
uses: actions/checkout@main
|
||||||
- name: Ensure sorted
|
- name: Ensure sorted
|
||||||
run: python3 ensure_sorted.py
|
run: python3 ensure_sorted.py
|
||||||
|
|
||||||
|
|||||||
@@ -10,7 +10,6 @@ FDROID_SETTINGS=$( \
|
|||||||
| sed "s/)].*/;/g" \
|
| sed "s/)].*/;/g" \
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
FAILED=0
|
FAILED=0
|
||||||
|
|
||||||
while IFS=';' read -ra TOK; do
|
while IFS=';' read -ra TOK; do
|
||||||
|
|||||||
@@ -99,6 +99,5 @@ def main():
|
|||||||
if not all_sorted:
|
if not all_sorted:
|
||||||
exit(2)
|
exit(2)
|
||||||
|
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
main()
|
main()
|
||||||
|
|||||||
Reference in New Issue
Block a user