From 2ebc19fbdbefc5b204c84244aaf00e5d0c5aff81 Mon Sep 17 00:00:00 2001 From: jonjenssen Date: Mon, 18 Dec 2023 13:53:33 +0000 Subject: [PATCH] Fixes by clang-format --- .../Commands/ExportCommands/RicExportInpFileFeature.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ApplicationLibCode/Commands/ExportCommands/RicExportInpFileFeature.cpp b/ApplicationLibCode/Commands/ExportCommands/RicExportInpFileFeature.cpp index e7148ff01f..962938992d 100644 --- a/ApplicationLibCode/Commands/ExportCommands/RicExportInpFileFeature.cpp +++ b/ApplicationLibCode/Commands/ExportCommands/RicExportInpFileFeature.cpp @@ -53,7 +53,7 @@ void RicExportInpFileFeature::onActionTriggered( bool isChecked ) if ( !isOk ) { const QString frmTitle( "Fault Reactivation Modeling" ); - QString outErrorText = + QString outErrorText = QString( "Failed to export INP model to file %1.\n\n%2" ).arg( exportFile ).arg( QString::fromStdString( errorMessage ) ); QMessageBox::critical( nullptr, frmTitle, outErrorText ); }