Skip to content

Commit 44d6166

Browse files
committed
Run rustfmt
Signed-off-by: Michael X. Grey <[email protected]>
1 parent f2ca13e commit 44d6166

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

rclrs/src/node/graph.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -476,7 +476,8 @@ mod tests {
476476
.unwrap_or(99);
477477

478478
let context =
479-
Context::new_with_options([], InitOptions::new().with_domain_id(Some(domain_id))).unwrap();
479+
Context::new_with_options([], InitOptions::new().with_domain_id(Some(domain_id)))
480+
.unwrap();
480481
let node_name = "test_publisher_names_and_types";
481482
let node = Node::new(&context, node_name).unwrap();
482483
// Test that the graph has no publishers

0 commit comments

Comments
 (0)