Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
yellowhatter committed Dec 18, 2024
1 parent bb31c7c commit 9fad8b8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include/zenoh/api/reply.hxx
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ class Reply : public Owned<::z_owned_reply_t> {
}
return interop::as_owned_cpp_ref<Sample>(::z_reply_ok_mut(interop::as_loaned_c_ptr(*this)));
}

public:

/// @brief Get the reply error. Will throw a ZException if ``Reply::is_ok`` returns ``true``.
Expand All @@ -100,6 +101,7 @@ class Reply : public Owned<::z_owned_reply_t> {
}
return interop::as_owned_cpp_ref<ReplyError>(::z_reply_err_mut(interop::as_loaned_c_ptr(*this)));
}

public:

#if defined(Z_FEATURE_UNSTABLE_API)
Expand Down

0 comments on commit 9fad8b8

Please sign in to comment.