Skip to content

Commit e9b4b9f

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 4ecd9b9 commit e9b4b9f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/generate-sbom.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -116,9 +116,7 @@ def generate(version: str) -> dict:
116116
"hashes": [
117117
{
118118
"alg": "SHA-256",
119-
"content": sha256_file(
120-
thirdparty / "fribidi-shim" / "fribidi.c"
121-
),
119+
"content": sha256_file(thirdparty / "fribidi-shim" / "fribidi.c"),
122120
}
123121
],
124122
"pedigree": {

0 commit comments

Comments
 (0)