From 4b1da693cadd7230824c3e49ce93577dfe337f3b Mon Sep 17 00:00:00 2001
From: Gabriel Studer <gabriel.studer@unibas.ch>
Date: Tue, 9 Apr 2024 08:34:47 +0200
Subject: [PATCH] cosmetics

---
 modules/io/src/mol/io_profile.hh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/io/src/mol/io_profile.hh b/modules/io/src/mol/io_profile.hh
index ac2dee89b..8f1d04507 100644
--- a/modules/io/src/mol/io_profile.hh
+++ b/modules/io/src/mol/io_profile.hh
@@ -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") << ", "
-- 
GitLab