Sheet: remove trailing whitespace

pre-commit.com hooks will remove the trailing whitespaces from the .ts files
This commit is contained in:
wmayer
2023-09-10 15:07:01 +02:00
committed by wwmayer
parent 8bb1249cef
commit 5bed1ff3d1

View File

@@ -273,7 +273,7 @@ void DlgBindSheet::accept()
e.ReportException();
QMessageBox::critical(this,
tr("Bind Spreadsheet Cells"),
tr("Error: \n") + QString::fromUtf8(e.what()));
tr("Error:\n") + QString::fromUtf8(e.what()));
if (commandActive) {
Gui::Command::abortCommand();
}