Skip to content

Commit 2764f3d

Browse files
authored
Fix lint
1 parent 5c171ce commit 2764f3d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build/resolve_buck.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,12 +79,12 @@ class BuckInfo:
7979
# MUSL
8080
"5d7af382acbe0dde70f0e9b0a0bc36deea906077ec1ffe80d3fa280490109051",
8181
# GNU
82-
"08d4382de22fab275978abc7c27c001d7823eb2f"
82+
"08d4382de22fab275978abc7c27c001d7823eb2f",
8383
],
8484
),
8585
("darwin", "aarch64"): BuckInfo(
8686
archive_name="buck2-aarch64-apple-darwin.zst",
87-
target_versions=["f3b7a37732803ed090cd8a37f00cc0090"],
87+
target_versions=["f3b7a37732803ed090cd8a37f00cc000"],
8888
),
8989
("darwin", "x86_64"): BuckInfo(
9090
archive_name="buck2-x86_64-apple-darwin.zst",

0 commit comments

Comments
 (0)