[Sketcher] Add missing newline

This commit is contained in:
Ajinkya Dahale
2022-06-04 15:52:13 -04:00
committed by Uwe
parent 27e3f3c153
commit 6e97e9570c

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;
}