Skip to content

Commit eeb63ae

Browse files
committed
style: reformat
1 parent b0f5a35 commit eeb63ae

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

rerun_bridge/src/rerun_bridge/rerun_ros_interface.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -334,9 +334,9 @@ void log_point_cloud2(
334334
} else if (field.name == options.colormap_field.value_or("rgb")) {
335335
if (field.datatype == sensor_msgs::msg::PointField::UINT32 ||
336336
field.datatype == sensor_msgs::msg::PointField::FLOAT32) {
337-
has_rgb = true;
338-
rgb_offset = field.offset;
339-
} else {
337+
has_rgb = true;
338+
rgb_offset = field.offset;
339+
} else {
340340
rec.log(entity_path, rerun::TextLog("Only UINT32 and FLOAT32 rgb field supported"));
341341
continue;
342342
}

0 commit comments

Comments
 (0)