aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/client/error.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'client/error.hpp')
-rw-r--r--client/error.hpp6
1 files changed, 2 insertions, 4 deletions
diff --git a/client/error.hpp b/client/error.hpp
index 2ae0075..b8a7b35 100644
--- a/client/error.hpp
+++ b/client/error.hpp
@@ -12,9 +12,7 @@ namespace math::client {
class Error : public std::runtime_error {
public:
- explicit Error(const std::string& what)
- : std::runtime_error{"client error: " + what}
- { }
+ explicit Error(const std::string& what) : std::runtime_error{"client error: " + what} {}
};
-}
+} // namespace math::client