memgraph/src/query_engine/util.hpp

6 lines
101 B
C++
Raw Normal View History

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