diff options
Diffstat (limited to 'lib/spack/spack/cmd/mark.py')
-rw-r--r-- | lib/spack/spack/cmd/mark.py | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/lib/spack/spack/cmd/mark.py b/lib/spack/spack/cmd/mark.py index d7a3c06642..1d125cc409 100644 --- a/lib/spack/spack/cmd/mark.py +++ b/lib/spack/spack/cmd/mark.py @@ -27,12 +27,7 @@ error_message = """You can either: """ # Arguments for display_specs when we find ambiguity -display_args = { - "long": True, - "show_flags": False, - "variants": False, - "indent": 4, -} +display_args = {"long": True, "show_flags": False, "variants": False, "indent": 4} def setup_parser(subparser): |