mirror of https://github.com/openXC7/prjxray.git
Run make format.
Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com>
This commit is contained in:
parent
d9fc687524
commit
c7ff5238f0
|
|
@ -65,10 +65,7 @@ def run(db_root, fasm_file, canonical):
|
|||
def main():
|
||||
import argparse
|
||||
|
||||
parser = argparse.ArgumentParser(
|
||||
description=
|
||||
'Pretty print a FASM file.'
|
||||
)
|
||||
parser = argparse.ArgumentParser(description='Pretty print a FASM file.')
|
||||
|
||||
database_dir = os.getenv("XRAY_DATABASE_DIR")
|
||||
database = os.getenv("XRAY_DATABASE")
|
||||
|
|
|
|||
Loading…
Reference in New Issue