mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Add readability-simplify-boolean-expr
* Add readability-simplify-boolean-expr * Fixes based on review
This commit is contained in:
@@ -91,12 +91,7 @@ bool VdeFileExporter::exportViewContents( const RimGridView& view )
|
||||
VdePacketDirectory packetDirectory;
|
||||
extractor.extractViewContents( &modelMetaJsonStr, &allReferencedArrayIds, &packetDirectory );
|
||||
|
||||
if ( !exportToFile( modelMetaJsonStr, packetDirectory, allReferencedArrayIds ) )
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
return true;
|
||||
return exportToFile( modelMetaJsonStr, packetDirectory, allReferencedArrayIds );
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user