Skip to content

Commit

Permalink
Correct formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
AniketSK committed Jul 2, 2024
1 parent dd61982 commit 41c1c81
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions print_apk_table.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,8 @@ def populateArchTableData():
print("Missing arch {} is size {}".format(architecture, sizes))


archTableHeader = """| Module Name | arm64-v8a | armeabi-v7 | x86 | x86_64"
"| -------------------|--------------|----------------|-----------|-------|"
archTableHeader = """| Module Name | arm64-v8a | armeabi-v7 | x86 | x86_64 |
| -------------------|--------------|----------------|-----------|-------|
"""

def getSingleArchData(a):
Expand Down

0 comments on commit 41c1c81

Please sign in to comment.