rust/hgcli/build.rs
changeset 45620 426294d06ddc
parent 44729 26ce8e751503
--- a/rust/hgcli/build.rs	Wed Sep 30 18:07:21 2020 +0530
+++ b/rust/hgcli/build.rs	Thu Oct 01 09:09:35 2020 -0700
@@ -5,7 +5,9 @@
 /*! Build script to integrate PyOxidizer. */
 
 fn main() {
-    if let Ok(config_rs) = std::env::var("DEP_PYTHONXY_DEFAULT_PYTHON_CONFIG_RS") {
+    if let Ok(config_rs) =
+        std::env::var("DEP_PYTHONXY_DEFAULT_PYTHON_CONFIG_RS")
+    {
         println!(
             "cargo:rustc-env=PYOXIDIZER_DEFAULT_PYTHON_CONFIG_RS={}",
             config_rs