TechDraw: remove trailing whitespace

This commit is contained in:
luz paz
2022-11-15 08:30:18 -05:00
committed by wwmayer
parent 57d0c2000a
commit b389f6e602
5 changed files with 12 additions and 12 deletions

View File

@@ -442,7 +442,7 @@ bool TaskSectionView::apply(bool forceUpdate)
Gui::WaitCursor wc;
if (m_dirName.empty()) {
//this should never happen
std::string msg =
std::string msg =
Base::Tools::toStdString(tr("Nothing to apply. No section direction picked yet"));
Base::Console().Error((msg + "\n").c_str());
return false;