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