Skip to content

Commit

Permalink
make linters happy
Browse files Browse the repository at this point in the history
Signed-off-by: Alejandro Hernández Cordero <[email protected]>
  • Loading branch information
ahcorde committed Oct 3, 2023
1 parent 582d9d1 commit afc65d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/camera.cc
Original file line number Diff line number Diff line change
Expand Up @@ -703,7 +703,7 @@ void CameraSensorTest::CameraProjection(const std::string &_renderEngine)
unsigned int g3Sum = 0u;
unsigned int b3Sum = 0u;
unsigned int step = width * bpp;

// get sum of each color channel
// all cameras should just see blue colors
for (unsigned int i = 0u; i < height; ++i)
Expand Down

0 comments on commit afc65d2

Please sign in to comment.