Skip to content
Snippets Groups Projects
Commit 4b1da693 authored by Studer Gabriel's avatar Studer Gabriel
Browse files

cosmetics

parent 051a5f92
No related branches found
No related tags found
No related merge requests found
......@@ -60,7 +60,7 @@ public:
inline std::ostream& operator<<(std::ostream& stream, const IOProfile& p)
{
stream << "IOProfile(dialect='" << p.dialect
stream << "IOProfile(dialect='" << p.dialect << ", "
<< "join_spread_atom_records=" << (p.join_spread_atom_records ? "True" : "False") << ", "
<< "calpha_only=" << (p.calpha_only ? "True" : "False") << ", "
<< "fault_tolerant=" << (p.fault_tolerant ? "True" : "False") << ", "
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment