mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
clang-format : Set PenaltyBreakAssignment to 130
This commit is contained in:
@@ -176,8 +176,8 @@ RicfCommandResponse RicfExportWellPathCompletions::execute()
|
||||
}
|
||||
else
|
||||
{
|
||||
QString warning = QString( "exportWellPathCompletions: Could not find well path with name %1" )
|
||||
.arg( wellPathName );
|
||||
QString warning =
|
||||
QString( "exportWellPathCompletions: Could not find well path with name %1" ).arg( wellPathName );
|
||||
RiaLogging::warning( warning );
|
||||
response.updateStatus( RicfCommandResponse::COMMAND_WARNING, warning );
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user