Skip to content

Commit

Permalink
Else bracket in the same line
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 6390fcb commit 5fad79f
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 5fad79f

Please sign in to comment.