Skip to content

Commit

Permalink
lint: applied cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael-J-Ward committed Jun 7, 2024
1 parent 408b2a4 commit 1201128
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion apis/python/node/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,6 @@ pub fn start_runtime() -> eyre::Result<()> {

#[pymodule]
fn dora(py: Python, m: Bound<'_, PyModule>) -> PyResult<()> {

let ros2_bridge = PyModule::new_bound(py, "ros2_bridge")?;
dora_ros2_bridge_python::create_dora_ros2_bridge_module(&ros2_bridge)?;

Expand Down

0 comments on commit 1201128

Please sign in to comment.