From 9fad8b8b176530f71d23ba0eb2e56c2e62b29959 Mon Sep 17 00:00:00 2001 From: yellowhatter Date: Wed, 18 Dec 2024 13:00:48 +0300 Subject: [PATCH] format --- include/zenoh/api/reply.hxx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/zenoh/api/reply.hxx b/include/zenoh/api/reply.hxx index 01a6c33..86a8910 100644 --- a/include/zenoh/api/reply.hxx +++ b/include/zenoh/api/reply.hxx @@ -79,6 +79,7 @@ class Reply : public Owned<::z_owned_reply_t> { } return interop::as_owned_cpp_ref(::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``. @@ -100,6 +101,7 @@ class Reply : public Owned<::z_owned_reply_t> { } return interop::as_owned_cpp_ref(::z_reply_err_mut(interop::as_loaned_c_ptr(*this))); } + public: #if defined(Z_FEATURE_UNSTABLE_API)