diff --git a/include/mgp.hpp b/include/mgp.hpp
index 6cb2a058a..ba5002c3f 100644
--- a/include/mgp.hpp
+++ b/include/mgp.hpp
@@ -4448,7 +4448,7 @@ inline Value ExecutionRow::At(std::string_view key) const { return row_.At(key);
 
 inline bool ExecutionRow::KeyExists(std::string_view key) const { return row_.KeyExists(key); }
 
-inline mgp::Map ExecutionRow::Values() const {return mgp::Map(row_)};
+inline mgp::Map ExecutionRow::Values() const { return mgp::Map(row_); }
 
 // do not enter
 namespace detail {