diff options
Diffstat (limited to 'server/lexer/token_type.hpp')
-rw-r--r-- | server/lexer/token_type.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/lexer/token_type.hpp b/server/lexer/token_type.hpp index 2040d28..438e2dd 100644 --- a/server/lexer/token_type.hpp +++ b/server/lexer/token_type.hpp @@ -40,4 +40,4 @@ Type type_from_string(const std::string&); std::ostream& operator<<(std::ostream&, const Type&); -} +} // namespace math::server::lexer::token |