From 6bdceae852f5cd7417881521abf6b7366917fc62 Mon Sep 17 00:00:00 2001 From: Carter Date: Sun, 8 Oct 2023 15:29:56 -0600 Subject: [PATCH] Lint --- roslibrust/tests/ros1_xmlrpc.rs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/roslibrust/tests/ros1_xmlrpc.rs b/roslibrust/tests/ros1_xmlrpc.rs index b02f66bb..a5f8c359 100644 --- a/roslibrust/tests/ros1_xmlrpc.rs +++ b/roslibrust/tests/ros1_xmlrpc.rs @@ -6,9 +6,7 @@ mod tests { use tokio::time::timeout; const TIMEOUT: tokio::time::Duration = tokio::time::Duration::from_millis(500); - roslibrust_codegen_macro::find_and_generate_ros_messages!( - "assets/ros1_common_interfaces" - ); + roslibrust_codegen_macro::find_and_generate_ros_messages!("assets/ros1_common_interfaces"); async fn call_node_api_raw(uri: &str, endpoint: &str, args: Vec) -> String { let client = reqwest::Client::new();