summaryrefslogtreecommitdiff
path: root/test/map/map.test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/map/map.test.cpp')
-rw-r--r--test/map/map.test.cpp10
1 files changed, 4 insertions, 6 deletions
diff --git a/test/map/map.test.cpp b/test/map/map.test.cpp
index 7ccd519181..0370f51707 100644
--- a/test/map/map.test.cpp
+++ b/test/map/map.test.cpp
@@ -1124,12 +1124,10 @@ TEST(Map, UniversalStyleGetter) {
Source* imageSource = test.map.getStyle().getSource("image");
ASSERT_TRUE(imageSource);
checkConstProperty(imageSource, "url", "https://docs.mapbox.com/mapbox-gl-js/assets/radar.gif");
- std::vector<Value> expectedCoordinates{
- std::vector<Value>{-80.425, 46.437},
- std::vector<Value>{-71.516, 46.437},
- std::vector<Value>{-71.516, 37.936},
- std::vector<Value>{-80.425, 37.936}
- };
+ std::vector<Value> expectedCoordinates{std::vector<Value>{-80.425, 46.437},
+ std::vector<Value>{-71.516, 46.437},
+ std::vector<Value>{-71.516, 37.936},
+ std::vector<Value>{-80.425, 37.936}};
checkConstProperty(imageSource, "coordinates", expectedCoordinates);
// Non-existent