Skip to content

Commit

Permalink
reinsert new line at line 2615
Browse files Browse the repository at this point in the history
Unintentionally delete in previous commit.
  • Loading branch information
lbartoletti authored and github-actions[bot] committed Nov 5, 2022
1 parent 1c69ca2 commit 2dfa3c1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/core/expression/qgsexpressionfunction.cpp
Expand Up @@ -2612,7 +2612,8 @@ static QVariant fcnGeomMakeValid( const QVariantList &values, const QgsExpressio
}
catch ( QgsNotSupportedException & )
{
parent->setEvalErrorString( QObject::tr( "The make_valid parameters require a newer GEOS library version" ) ); return QVariant();
parent->setEvalErrorString( QObject::tr( "The make_valid parameters require a newer GEOS library version" ) );
return QVariant();
}

return QVariant::fromValue( valid );
Expand Down

0 comments on commit 2dfa3c1

Please sign in to comment.