mirror of
https://github.com/OPM/ResInsight.git
synced 2026-09-03 20:53:13 -05:00
Janitor: remove unecessary disabling of auto formatting
This commit is contained in:
@@ -42,7 +42,6 @@ CAF_PDM_SOURCE_INIT( RimSummaryCurveAutoName, "SummaryCurveAutoName" );
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
RimSummaryCurveAutoName::RimSummaryCurveAutoName()
|
||||
{
|
||||
// clang-format off
|
||||
CAF_PDM_InitObject( "RimSummaryCurveAutoName" );
|
||||
|
||||
CAF_PDM_InitField( &m_longVectorName, "LongVectorName", true, "Long Vector Name" );
|
||||
@@ -58,8 +57,6 @@ RimSummaryCurveAutoName::RimSummaryCurveAutoName()
|
||||
|
||||
CAF_PDM_InitField( &m_caseName, "CaseName", true, "Case/Ensemble Name" );
|
||||
|
||||
// clang-format on
|
||||
|
||||
if ( RimProject::current() && RimProject::current()->isProjectFileVersionEqualOrOlderThan( "2023.1.0" ) )
|
||||
{
|
||||
// Make sure that behavior in older projects behave as before
|
||||
|
||||
Reference in New Issue
Block a user