Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
bjsowa committed Oct 3, 2024
1 parent f5b891a commit 3f26997
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ros_compressed_streamer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ void RosCompressedStreamer::sendImage(
{
try {
std::string content_type;
if(msg->format.find("jpeg") != std::string::npos ||
if (msg->format.find("jpeg") != std::string::npos ||
msg->format.find("jpg") != std::string::npos)
{
content_type = "image/jpeg";
Expand Down

0 comments on commit 3f26997

Please sign in to comment.