Skip to content

Commit 75ae06a

Browse files
committed
Fix merge conflict upstream
2 parents 5b9729b + b95061d commit 75ae06a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

rclrs/src/node/mod.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,7 @@ impl fmt::Debug for Node {
7979
}
8080

8181
impl Node {
82-
/// Creates a new node in the empty namespace.
83-
///
82+
/// Creates a new node in the empty namespace.
8483
/// See [`Node::new_with_namespace`] for documentation.
8584
#[allow(clippy::new_ret_no_self)]
8685
pub fn new(node_name: &str, context: &Context) -> Result<Node, RclrsError> {

0 commit comments

Comments
 (0)