From c7ff5238f0485f3b7d0347b14ace8a453e412507 Mon Sep 17 00:00:00 2001 From: Keith Rothman <537074+litghost@users.noreply.github.com> Date: Mon, 22 Oct 2018 13:19:22 -0700 Subject: [PATCH] Run make format. Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com> --- utils/fasm_pprint.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/utils/fasm_pprint.py b/utils/fasm_pprint.py index 6645a1a3..31a06b0e 100644 --- a/utils/fasm_pprint.py +++ b/utils/fasm_pprint.py @@ -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")