From 8bee8c3137e59a4a356f06c0865ab04a6251d0cd Mon Sep 17 00:00:00 2001 From: Alejandro Cabeza Romero Date: Wed, 6 May 2026 19:08:46 +0200 Subject: [PATCH] Fix spacing on comment. --- rust/logos-blockchain-circuits-poq-sys/build.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rust/logos-blockchain-circuits-poq-sys/build.rs b/rust/logos-blockchain-circuits-poq-sys/build.rs index ff836eb..efa8175 100644 --- a/rust/logos-blockchain-circuits-poq-sys/build.rs +++ b/rust/logos-blockchain-circuits-poq-sys/build.rs @@ -65,12 +65,12 @@ fn provision_library() -> PathBuf { /// # Arguments /// /// - `LIB_VAR_NAME` is the name of the environment variable that points to the directory -/// containing the library. If it is not set, the library will be downloaded from GitHub. +/// containing the library. If it is not set, the library will be downloaded from GitHub. /// /// # Output /// /// - `LIB_VAR_NAME` is always emitted so internals can refer to it regardless of whether the -/// library was downloaded or provided by the user. +/// library was downloaded or provided by the user. fn main() { println!("cargo:rerun-if-env-changed={LIB_VAR_NAME}"); println!("cargo:rerun-if-env-changed=CARGO_PKG_VERSION");