mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Janitor: remove unecessary disabling of auto formatting
This commit is contained in:
parent
bd1fbcf45a
commit
9719390130
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user