Skip to content

Commit

Permalink
clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
milyin committed Nov 19, 2024
1 parent 1af7019 commit e582613
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/zenoh/api/session.hxx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
namespace zenoh {
/// A Zenoh session.
class Session : public Owned<::z_owned_session_t> {
Session(zenoh::detail::null_object_t) : Owned(nullptr) {};
Session(zenoh::detail::null_object_t) : Owned(nullptr){};

public:
/// @brief Options to be passed when opening a ``Session``.
Expand Down

0 comments on commit e582613

Please sign in to comment.