summaryrefslogtreecommitdiff
path: root/modules/codec/c++/rpc.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/codec/c++/rpc.hpp')
-rw-r--r--modules/codec/c++/rpc.hpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/modules/codec/c++/rpc.hpp b/modules/codec/c++/rpc.hpp
index 2c97d6b..d172ec4 100644
--- a/modules/codec/c++/rpc.hpp
+++ b/modules/codec/c++/rpc.hpp
@@ -9,7 +9,6 @@
#include <variant>
namespace saw {
-
/**
* This class acts as a helper for rpc calls and representing data on the remote.
*/
@@ -139,7 +138,9 @@ template<typename Remote>
class remote_address {
static_assert(always_false<Remote>, "Type of remote not supported");
-
+ /**
+ *
+ */
};
/**