summaryrefslogtreecommitdiff
path: root/src/mbgl/style/property_expression.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mbgl/style/property_expression.cpp')
-rw-r--r--src/mbgl/style/property_expression.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mbgl/style/property_expression.cpp b/src/mbgl/style/property_expression.cpp
index 9ebecc4b40..e438b4ee60 100644
--- a/src/mbgl/style/property_expression.cpp
+++ b/src/mbgl/style/property_expression.cpp
@@ -9,7 +9,7 @@ PropertyExpressionBase::PropertyExpressionBase(std::unique_ptr<expression::Expre
isZoomConstant_ = expression::isZoomConstant(*expression);
isFeatureConstant_ = expression::isFeatureConstant(*expression);
}
-
+
bool PropertyExpressionBase::isZoomConstant() const noexcept {
return isZoomConstant_;
}