Index: src/ResolvExpr/Resolver.cc
===================================================================
--- src/ResolvExpr/Resolver.cc	(revision 4c2fe47e178e4074ffe9d1387cbe05d69e4c0db3)
+++ src/ResolvExpr/Resolver.cc	(revision ca9d65e54b7ed187b75dfe016b8d4e2debd19fa4)
@@ -10,6 +10,6 @@
 // Created On       : Sun May 17 12:17:01 2015
 // Last Modified By : Peter A. Buhr
-// Last Modified On : Sat Dec  9 17:45:57 2023
-// Update Count     : 249
+// Last Modified On : Thu Dec 14 18:44:43 2023
+// Update Count     : 251
 //
 
@@ -632,5 +632,6 @@
 						maybe_accept( mutDecl->init.get(), res );
 						if ( !res.core.result ) {
-							SemanticError( mutDecl, "Cannot include designations in the initializer for a managed Object. If this is really what you want, then initialize with @=.\n" );
+							SemanticError( mutDecl, "Cannot include designations in the initializer for a managed Object.\n"
+										   "If this is really what you want, initialize with @=." );
 						}
 					}
