mirror of
https://github.com/offa/android-foss.git
synced 2026-04-23 05:36:19 +05:30
style: fix trailing new lines + spaces (#598)
This commit is contained in:
parent
b7960e5940
commit
ede8e5ca81
4 changed files with 3 additions and 6 deletions
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
|
|
@ -39,4 +39,3 @@ jobs:
|
|||
uses: actions/checkout@main
|
||||
- name: Ensure sorted
|
||||
run: python3 ensure_sorted.py
|
||||
|
||||
|
|
|
|||
1
check.sh
1
check.sh
|
|
@ -10,7 +10,6 @@ FDROID_SETTINGS=$( \
|
|||
| sed "s/)].*/;/g" \
|
||||
)
|
||||
|
||||
|
||||
FAILED=0
|
||||
|
||||
while IFS=';' read -ra TOK; do
|
||||
|
|
|
|||
|
|
@ -99,6 +99,5 @@ def main():
|
|||
if not all_sorted:
|
||||
exit(2)
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
main()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue