We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0cc005 commit 9a790eeCopy full SHA for 9a790ee
include/libcyphal/transport/session_tree.hpp
@@ -75,8 +75,8 @@ class SessionTree final
75
}
76
77
template <bool ShouldBeNew = false, typename Params, typename... Args>
78
- CETL_NODISCARD auto ensureNodeFor(const Params& params, Args&&... args)
79
- -> Expected<typename NodeBase::RefWrapper, AnyFailure>
+ CETL_NODISCARD auto ensureNodeFor(const Params& params,
+ Args&&... args) -> Expected<typename NodeBase::RefWrapper, AnyFailure>
80
{
81
auto args_tuple = std::make_tuple(std::forward<Args>(args)...);
82
0 commit comments