From 25289b6444c4bd4d9189b3f501518a75ff603c33 Mon Sep 17 00:00:00 2001 From: Andrew Morgan Date: Wed, 30 Jul 2025 16:08:25 +0100 Subject: [PATCH] Fix trailing whitespace in build_rust.py, from #18700 --- build_rust.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_rust.py b/build_rust.py index 1328420287..5c796af461 100644 --- a/build_rust.py +++ b/build_rust.py @@ -19,7 +19,7 @@ def build(setup_kwargs: Dict[str, Any]) -> None: # This flag is a no-op in the latest versions. Instead, we need to # specify this in the `bdist_wheel` config below. py_limited_api=True, - # We always build in release mode, as we can't distinguish + # We always build in release mode, as we can't distinguish # between using `poetry` in development vs production. debug=False, )