From 44d6166ececa988a3440ace1b86439fe588ed389 Mon Sep 17 00:00:00 2001 From: "Michael X. Grey" Date: Thu, 4 Apr 2024 17:38:34 +0000 Subject: [PATCH] Run rustfmt Signed-off-by: Michael X. Grey --- rclrs/src/node/graph.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/rclrs/src/node/graph.rs b/rclrs/src/node/graph.rs index 01843ecb5..750266709 100644 --- a/rclrs/src/node/graph.rs +++ b/rclrs/src/node/graph.rs @@ -476,7 +476,8 @@ mod tests { .unwrap_or(99); let context = - Context::new_with_options([], InitOptions::new().with_domain_id(Some(domain_id))).unwrap(); + Context::new_with_options([], InitOptions::new().with_domain_id(Some(domain_id))) + .unwrap(); let node_name = "test_publisher_names_and_types"; let node = Node::new(&context, node_name).unwrap(); // Test that the graph has no publishers