From a9bf4208ab2dbd6f0a8505a09c5d15b36f8ee323 Mon Sep 17 00:00:00 2001 From: jasonwitty Date: Thu, 4 Sep 2025 05:53:59 -0700 Subject: [PATCH] cargo fmt --- socktop_connector/build.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/socktop_connector/build.rs b/socktop_connector/build.rs index 691a646..9390bf5 100644 --- a/socktop_connector/build.rs +++ b/socktop_connector/build.rs @@ -4,7 +4,7 @@ fn main() -> Result<(), Box> { unsafe { std::env::set_var("PROTOC", protoc_bin_vendored::protoc_bin_path()?); } - + prost_build::compile_protos(&["processes.proto"], &["."])?; Ok(()) }