From 5bed1ff3d1c8e9683b60ce04f4ce9bd957be9823 Mon Sep 17 00:00:00 2001 From: wmayer Date: Sun, 10 Sep 2023 15:07:01 +0200 Subject: [PATCH] Sheet: remove trailing whitespace pre-commit.com hooks will remove the trailing whitespaces from the .ts files --- src/Mod/Spreadsheet/Gui/DlgBindSheet.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Mod/Spreadsheet/Gui/DlgBindSheet.cpp b/src/Mod/Spreadsheet/Gui/DlgBindSheet.cpp index 496230249e..c6fbd43958 100644 --- a/src/Mod/Spreadsheet/Gui/DlgBindSheet.cpp +++ b/src/Mod/Spreadsheet/Gui/DlgBindSheet.cpp @@ -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(); }