Skip to content

Commit

Permalink
Code style
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Aug 8, 2019
1 parent dc7169e commit fd64cbb
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/analysis/vector/geometry_checker/qgsgeometrygapcheck.cpp
Expand Up @@ -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;
}

Expand Down

0 comments on commit fd64cbb

Please sign in to comment.