indentation

This commit is contained in:
Alessandro Pasotti 2024-06-04 08:34:35 +02:00 committed by GitHub
parent 7e86c30c18
commit 1f3b8e3a30
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -219,7 +219,7 @@ QgsAttributeTableDialog::QgsAttributeTableDialog( QgsVectorLayer *layer, QgsAttr
}
// If sort expression requires geometry, we'll need to fetch it
needsGeom |= mLayer && QgsExpression( mLayer->attributeTableConfig().sortExpression() ).needsGeometry();
needsGeom |= mLayer && QgsExpression( mLayer->attributeTableConfig().sortExpression() ).needsGeometry();
if ( !needsGeom )
request.setFlags( Qgis::FeatureRequestFlag::NoGeometry );