Imported Upstream version 17.0.0
[platform/upstream/libzypp.git] / zypp / target / TargetException.cc
index 341da74..7ecd884 100644 (file)
@@ -25,7 +25,7 @@ namespace zypp
 
     std::ostream & TargetAbortedException::dumpOn( std::ostream & str ) const
     {
-      return str << "Installation aborted by user" << endl;
+      return str << "Installation aborted by user";
     }