Skip to content

Commit

Permalink
Fix linter errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Kotochleb authored and Krzysztof Wojciechowski committed May 27, 2024
1 parent d42f862 commit 6390fcb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions image_publisher/src/image_publisher.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,7 @@ ImagePublisher::ImagePublisher(
if (call_reconfigure && !call_init)
{
ImagePublisher::reconfigureCallback();
}
else if (call_init)
} else if (call_init)
{
ImagePublisher::onInit();
}
Expand Down

0 comments on commit 6390fcb

Please sign in to comment.