Skip to content

Commit cd0d234

Browse files
committed
restore old formatting
1 parent 697523f commit cd0d234

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

rerun_bridge/src/rerun_bridge/rerun_ros_interface.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,7 @@ std::vector<rerun::Color> colormap(
8282
auto idx = static_cast<size_t>(
8383
255 * (value - min_value.value()) / (max_value.value() - min_value.value())
8484
);
85-
colors.emplace_back(
86-
rerun::Color(TurboBytes[idx][0], TurboBytes[idx][1], TurboBytes[idx][2])
85+
colors.emplace_back(rerun::Color(TurboBytes[idx][0], TurboBytes[idx][1], TurboBytes[idx][2])
8786
);
8887
}
8988
return colors;

0 commit comments

Comments
 (0)