Skip to content

Commit

Permalink
chore(style): address ament_cpplint and ament_uncrustiy
Browse files Browse the repository at this point in the history
  • Loading branch information
YuanYuYuan committed Sep 16, 2024
1 parent 520a3a2 commit fce8a62
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rmw_zenoh_cpp/src/rmw_zenoh.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1427,8 +1427,8 @@ rmw_create_subscription(
sub_options.query_consolidation = z_query_consolidation_none();
if (sub_data->adapted_qos_profile.reliability == RMW_QOS_POLICY_RELIABILITY_RELIABLE) {
RMW_ZENOH_LOG_WARN_NAMED(
"rmw_zenoh_cpp",
"`reliability` no longer supported on subscriber. `reliability` on `declare_publisher` or `put`. Ignoring...");
"rmw_zenoh_cpp",
"`reliability` no longer supported on subscriber. Ignoring...");
}

ze_owned_querying_subscriber_t sub;
Expand Down

0 comments on commit fce8a62

Please sign in to comment.