Skip to content

Commit

Permalink
Correct spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
AniketSK committed Jul 2, 2024
1 parent 41c1c81 commit 258cd85
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions print_apk_table.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,7 @@ def populateArchTableData():


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

def getSingleArchData(a):
s = archMaps[a]
Expand Down

0 comments on commit 258cd85

Please sign in to comment.