From 3536e2b83a35c00f685f1cad930cd5d62d353b2a Mon Sep 17 00:00:00 2001 From: wdconinc Date: Wed, 15 May 2024 16:36:48 +0000 Subject: [PATCH] [@spackbot] updating style on behalf of wdconinc --- lib/spack/spack/audit.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/spack/spack/audit.py b/lib/spack/spack/audit.py index 8a48a017d7a..dd9405f4536 100644 --- a/lib/spack/spack/audit.py +++ b/lib/spack/spack/audit.py @@ -446,7 +446,7 @@ def _check_patch_urls(pkgs, error_cls): f"patch URL in package {pkg_cls.name} must not be a pull request commit", [patch.url], ) - ) + ) elif re.match(github_patch_url_re, patch.url): full_index_arg = "?full_index=1" if not patch.url.endswith(full_index_arg):