We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82862a6 commit 1d84978Copy full SHA for 1d84978
src/core/qgsexpression.cpp
@@ -2343,7 +2343,7 @@ QString QgsExpression::NodeCondition::dump() const
2343
msg += QString( "WHEN %1 THEN %2" ).arg( cond->mWhenExp->dump() ).arg( cond->mThenExp->dump() );
2344
}
2345
if ( mElseExp )
2346
- msg += QString( "ELSE %1" ).arg( mElseExp->dump() );
+ msg += QString( " ELSE %1" ).arg( mElseExp->dump() );
2347
msg += QString( " END" );
2348
return msg;
2349
0 commit comments