Skip to content

Commit

Permalink
fix code layout
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids authored and nyalldawson committed Nov 1, 2020
1 parent 74017ad commit a6fe85f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/qgsexpressiontreeview.cpp
Expand Up @@ -650,7 +650,7 @@ void QgsExpressionTreeView::loadExpressionsFromJson( const QJsonDocument &expres
settings.beginGroup( QStringLiteral( "user" ), QgsSettings::Section::Expressions );
mUserExpressionLabels = settings.childGroups();

for ( const QJsonValue &&expressionValue : expressionsObject["expressions"].toArray() )
for ( const QJsonValue && expressionValue : expressionsObject["expressions"].toArray() )
{
// validate the type of the array element, can be anything
if ( ! expressionValue.isObject() )
Expand Down

0 comments on commit a6fe85f

Please sign in to comment.