Skip to content

Commit

Permalink
Remove unneeded ;
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Dec 7, 2019
1 parent 332550e commit 3bf8d96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/qgsproperty.cpp
Expand Up @@ -500,7 +500,7 @@ QVariant QgsProperty::propertyValue( const QgsExpressionContext &context, const
case InvalidProperty:
return defaultValue;

};
}

return QVariant();
}
Expand Down

0 comments on commit 3bf8d96

Please sign in to comment.