memgraph/query_engine/util.hpp

9 lines
105 B
C++

#pragma once
#include <string>
std::string line(std::string line)
{
return "\t\t" + line + "\n";
}