This commit is contained in:
Josip Mrden 2024-03-21 13:16:55 +01:00
parent c85e510faa
commit 9ec55ac099

View File

@ -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 {