Skip to content

Commit

Permalink
remove extra semicolon (#98)
Browse files Browse the repository at this point in the history
(cherry picked from commit 7cc2e97)
  • Loading branch information
ManuMTS authored and mergify[bot] committed Sep 24, 2024
1 parent 272b874 commit bcca841
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ void pointCloud2ToString(const sensor_msgs::msg::PointCloud2 & cloud, std::strin
} // namespace point_cloud_transport

// Bindings for STL vector of strings
PYBIND11_MAKE_OPAQUE(std::vector<std::string>);
PYBIND11_MAKE_OPAQUE(std::vector<std::string>)

// Bindings for the PointCloudCodec class
PYBIND11_MODULE(_codec, m)
Expand Down

0 comments on commit bcca841

Please sign in to comment.