Skip to content

Commit e0a4196

Browse files
committed
clang format
1 parent d9ce9a2 commit e0a4196

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
@@ -63,8 +63,7 @@ constexpr float TurboBytes[256][3] = {
6363
{169, 22, 1}, {167, 20, 1}, {164, 19, 1}, {161, 18, 1}, {158, 16, 1},
6464
{155, 15, 1}, {152, 14, 1}, {149, 13, 1}, {146, 11, 1}, {142, 10, 1},
6565
{139, 9, 2}, {136, 8, 2}, {133, 7, 2}, {129, 6, 2}, {126, 5, 2},
66-
{122, 4, 3}
67-
};
66+
{122, 4, 3}};
6867

6968
std::vector<rerun::Color> colormap(
7069
const std::vector<float>& values, std::optional<float> min_value, std::optional<float> max_value

0 commit comments

Comments
 (0)