Skip to content

Commit

Permalink
Fix style.
Browse files Browse the repository at this point in the history
  • Loading branch information
obrix authored and troopa81 committed Apr 15, 2020
1 parent c274d39 commit 93ae082
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/qgsfeaturefiltermodel.cpp
Expand Up @@ -225,7 +225,7 @@ QVariant QgsFeatureFilterModel::data( const QModelIndex &index, int role ) const
void QgsFeatureFilterModel::updateCompleter()
{
emit beginUpdate();
if( !mGatherer )
if ( !mGatherer )
{
emit endUpdate();
return;
Expand Down

0 comments on commit 93ae082

Please sign in to comment.