[Sketcher] Add missing newline

This commit is contained in:
Ajinkya Dahale
2022-06-04 22:35:55 +02:00
committed by Uwe
parent 27e3f3c153
commit 6e97e9570c
+1 -1
View File
@@ -3106,7 +3106,7 @@ void ViewProviderSketch::deleteSelected()
// only one sketch with its subelements are allowed to be selected
if (selection.size() != 1) {
Base::Console().Warning("Delete: Selection not restricted to one sketch and its subelements");
Base::Console().Warning("Delete: Selection not restricted to one sketch and its subelements\n");
return;
}