Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Carter committed Oct 8, 2023
1 parent 26c92d5 commit 6bdceae
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions roslibrust/tests/ros1_xmlrpc.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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<Value>) -> String {
let client = reqwest::Client::new();
Expand Down

0 comments on commit 6bdceae

Please sign in to comment.