Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Nov 27, 2024
1 parent fc5a85c commit 77a3243
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion include/mbgl/style/types.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ enum class LightAnchorType : bool {

} // namespace style

template <> \
template <>
const char* Enum<style::SymbolAnchorType>::toString(style::SymbolAnchorType t);

} // namespace mbgl
9 changes: 5 additions & 4 deletions src/mbgl/renderer/render_source.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -87,10 +87,11 @@ class RenderSource : protected TileObserver {

virtual std::vector<Feature> querySourceFeatures(const SourceQueryOptions&) const = 0;

virtual FeatureExtensionValue queryFeatureExtensions(const Feature&,
const std::string&,
const std::string&,
const std::optional<std::map<std::string, mbgl::Value>>&) const {
virtual FeatureExtensionValue queryFeatureExtensions(
const Feature&,
const std::string&,
const std::string&,
const std::optional<std::map<std::string, mbgl::Value>>&) const {
return {};
}

Expand Down

0 comments on commit 77a3243

Please sign in to comment.