Skip to content

Commit

Permalink
Fixes by clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
jonjenssen committed Dec 18, 2023
1 parent ad0ae47 commit 2ebc19f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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 );
}
Expand Down

0 comments on commit 2ebc19f

Please sign in to comment.