Skip to content

Commit

Permalink
code format
Browse files Browse the repository at this point in the history
  • Loading branch information
yellowhatter committed Dec 18, 2024
1 parent 9fad8b8 commit 9e1251a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion include/zenoh/api/query.hxx
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ class Query : public Owned<::z_owned_query_t> {
return std::cref(interop::as_owned_cpp_ref<Bytes>(attachment));
}


/// @brief Get the attachment of the query.
/// @return attachment of the query.
std::optional<std::reference_wrapper<Bytes>> get_attachment() {
Expand Down
2 changes: 0 additions & 2 deletions include/zenoh/api/reply.hxx
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ class Reply : public Owned<::z_owned_reply_t> {
}

public:

/// @brief Get the reply error. Will throw a ZException if ``Reply::is_ok`` returns ``true``.
/// @return reply error.
const ReplyError& get_err() const {
Expand All @@ -103,7 +102,6 @@ class Reply : public Owned<::z_owned_reply_t> {
}

public:

#if defined(Z_FEATURE_UNSTABLE_API)
/// @warning This API has been marked as unstable: it works as advertised, but it may be changed in a future
/// release.
Expand Down

0 comments on commit 9e1251a

Please sign in to comment.