Skip to content

Commit 25289b6

Browse files
committed
Fix trailing whitespace in build_rust.py, from #18700
1 parent 8637097 commit 25289b6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build_rust.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ def build(setup_kwargs: Dict[str, Any]) -> None:
1919
# This flag is a no-op in the latest versions. Instead, we need to
2020
# specify this in the `bdist_wheel` config below.
2121
py_limited_api=True,
22-
# We always build in release mode, as we can't distinguish
22+
# We always build in release mode, as we can't distinguish
2323
# between using `poetry` in development vs production.
2424
debug=False,
2525
)

0 commit comments

Comments
 (0)