From 0e7f3ada64d34fe4123f0e1b2a0f6d10c0f25d4f Mon Sep 17 00:00:00 2001 From: John Firebaugh Date: Thu, 5 May 2016 16:53:06 -0700 Subject: [core] Fix code style issues --- include/mbgl/map/map.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/mbgl/map') diff --git a/include/mbgl/map/map.hpp b/include/mbgl/map/map.hpp index 1042d97574..885fc6716c 100644 --- a/include/mbgl/map/map.hpp +++ b/include/mbgl/map/map.hpp @@ -165,7 +165,7 @@ public: void removeCustomLayer(const std::string& id); // Feature queries - std::vector queryRenderedFeatures(const ScreenCoordinate&, const optional>& layerIDs = {}); + std::vector queryRenderedFeatures(const ScreenCoordinate&, const optional>& layerIDs = {}); std::vector queryRenderedFeatures(const std::array&, const optional>& layerIDs = {}); // Memory -- cgit v1.2.1