Skip to content

Commit

Permalink
Fix black style errors in var/spack/repos/builtin/packages/hdf/packag…
Browse files Browse the repository at this point in the history
…e.py
  • Loading branch information
climbfuji committed Jun 11, 2024
1 parent d465fa0 commit 3518155
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion var/spack/repos/builtin/packages/hdf/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ def flag_handler(self, name, flags):
):
flags.append("-Wno-error=implicit-function-declaration")

if (
if (
self.spec.satisfies("%clang@16:")
or self.spec.satisfies("%apple-clang@15:")
or self.spec.satisfies("%oneapi")
Expand Down

0 comments on commit 3518155

Please sign in to comment.