mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#5101 clang-format: Adjusted penalties
Use lower absolute values to improve control of behavior
This commit is contained in:
@@ -850,8 +850,7 @@ std::vector<caf::PdmFieldHandle*> RimSummaryPlotSourceStepping::computeVisibleFi
|
||||
|
||||
if ( analyzer.wellCompletions( m_wellName().toStdString() ).size() == 1 )
|
||||
{
|
||||
QString txt = QString::fromStdString(
|
||||
*( analyzer.wellCompletions( m_wellName().toStdString() ).begin() ) );
|
||||
QString txt = QString::fromStdString( *( analyzer.wellCompletions( m_wellName().toStdString() ).begin() ) );
|
||||
m_completion = txt;
|
||||
m_completion.uiCapability()->setUiHidden( false );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user