Sheet: remove trailing whitespace
pre-commit.com hooks will remove the trailing whitespaces from the .ts files
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user