Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

unintended semicolon in if statement #1217

Merged
merged 1 commit into from
Oct 16, 2023

Conversation

rex-schilasky
Copy link
Contributor

Description

Unintended semicolon in if statement removed.

Cherry-pick to

  • none

Copy link
Member

@FlorianReimold FlorianReimold left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Perfect, that's how it was intended.

@rex-schilasky rex-schilasky merged commit b0b7655 into master Oct 16, 2023
13 checks passed
@rex-schilasky rex-schilasky deleted the bugfix/ecal_service_client_impl_semikolon branch October 16, 2023 16:02
@@ -562,7 +562,7 @@ namespace eCAL
}
};

if (client->second->async_call_service(request_shared_ptr, response_callback));
if (client->second->async_call_service(request_shared_ptr, response_callback))
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

awesome!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants