Code style

This commit is contained in:
Matthias Kuhn 2019-07-29 18:36:41 +02:00
parent dc7169e2df
commit fd64cbb2c0

View File

@ -244,7 +244,10 @@ bool QgsGeometryGapCheck::mergeWithNeighbor( const QMap<QString, QgsFeaturePool
QStringList QgsGeometryGapCheck::resolutionMethods() const
{
static QStringList methods = QStringList() << tr( "Add gap area to neighboring polygon with longest shared edge" ) << tr( "No action" );
static QStringList methods = QStringList()
<< tr( "Add gap area to neighboring polygon with longest shared edge" )
<< tr( "Add gap area to " )
<< tr( "No action" );
return methods;
}