From c79b6dcf52152a9e98aefae305ce821dfd2178a8 Mon Sep 17 00:00:00 2001 From: Bart Louwers Date: Fri, 24 Jan 2025 20:43:50 +0100 Subject: [PATCH] Add end-of-file-fixer pre-commit hook (#3176) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> --- .bazelignore | 2 +- .bazelrc | 2 +- .github/ISSUE_TEMPLATE/config.yml | 1 - .../actions/android-build-and-upload-render-test/action.yml | 2 +- .github/actions/get-pr-number/action.yml | 2 +- .github/actions/save-pr-number/action.yml | 2 +- .github/changed-files.yml | 2 +- .github/renovate.json | 2 +- .nvmrc | 2 +- .pre-commit-config.yaml | 5 +++-- LICENSES.core.md | 1 - benchmark/android/.gitignore | 2 +- benchmark/android/settings.gradle | 1 - benchmark/fixtures/api/style.json | 2 +- benchmark/fixtures/api/style_formatted_labels.json | 2 +- benchmark/ios/Info.plist | 2 +- bin/CMakeLists.txt | 2 +- design-proposals/2022-09-02-kotlin.md | 2 +- design-proposals/2023-06-17-android-annotations.md | 2 +- .../2023-11-08-complex-animatable-interactive-annotations.md | 1 - docs/.gitignore | 2 +- docs/mdbook/diff.css | 2 +- docs/mdbook/src/android/README.md | 2 +- docs/mdbook/src/android/android-documentation.md | 2 +- docs/mdbook/src/android/benchmark.md | 2 +- docs/mdbook/src/ios/README.md | 2 +- docs/mdbook/src/ios/ios-documentation.md | 2 +- docs/mdbook/src/ios/ios-tests.md | 2 +- docs/mdbook/src/profiling/README.md | 2 +- docs/mdbook/src/rust.md | 2 +- expression-test/expression_test_parser.hpp | 2 +- include/mbgl/util/bitmask_operations.hpp | 2 +- include/mbgl/util/monotonic_timer.hpp | 2 +- .../location_indicator/dateline/metrics.json | 2 +- .../location_indicator/default/metrics.json | 2 +- .../location_indicator/no_radius_border/metrics.json | 2 +- .../location_indicator/no_radius_fill/metrics.json | 2 +- .../location_indicator/no_textures/metrics.json | 2 +- .../location_indicator/one_texture/metrics.json | 2 +- .../location_indicator/rotated/metrics.json | 2 +- .../location_indicator/tilted/metrics.json | 2 +- .../location_indicator/tilted_texture_shift/metrics.json | 2 +- .../tilted_texture_shift_bottom_left/metrics.json | 2 +- .../tilted_texture_shift_bottom_right/metrics.json | 2 +- .../tilted_texture_shift_top_left/metrics.json | 2 +- .../tilted_texture_shift_top_right/metrics.json | 2 +- .../location_indicator/two_textures/metrics.json | 2 +- .../background-color/colorSpace-lab/metrics.json | 2 +- .../render-tests/background-color/default/metrics.json | 2 +- .../render-tests/background-color/function/metrics.json | 2 +- .../render-tests/background-color/literal/metrics.json | 2 +- .../render-tests/background-opacity/color/metrics.json | 2 +- .../render-tests/background-opacity/image/metrics.json | 2 +- .../render-tests/background-opacity/overlay/metrics.json | 2 +- .../render-tests/background-pattern/@2x/metrics.json | 2 +- .../render-tests/background-pattern/literal/metrics.json | 2 +- .../render-tests/background-pattern/missing/metrics.json | 2 +- .../render-tests/background-pattern/pitch/metrics.json | 2 +- .../render-tests/background-pattern/rotated/metrics.json | 2 +- .../render-tests/background-pattern/zoomed/metrics.json | 2 +- .../render-tests/background-visibility/none/metrics.json | 2 +- .../render-tests/background-visibility/visible/metrics.json | 2 +- .../render-tests/basic-v9/z0-narrow-y/metrics.json | 2 +- .../render-tests/basic-v9/z0-wide-x/metrics.json | 2 +- .../render-tests/basic-v9/z0/metrics.json | 2 +- .../render-tests/bright-v9/z0/metrics.json | 2 +- .../render-tests/circle-blur/blending/metrics.json | 2 +- .../render-tests/circle-blur/default/metrics.json | 2 +- .../render-tests/circle-blur/function/metrics.json | 2 +- .../render-tests/circle-blur/literal-stroke/metrics.json | 2 +- .../render-tests/circle-blur/literal/metrics.json | 2 +- .../render-tests/circle-blur/property-function/metrics.json | 2 +- .../circle-blur/zoom-and-property-function/metrics.json | 2 +- .../render-tests/circle-color/default/metrics.json | 2 +- .../render-tests/circle-color/function/metrics.json | 2 +- .../render-tests/circle-color/literal/metrics.json | 2 +- .../render-tests/circle-color/property-function/metrics.json | 2 +- .../circle-color/zoom-and-property-function/metrics.json | 2 +- .../render-tests/circle-geometry/linestring/metrics.json | 2 +- .../circle-geometry/multilinestring/metrics.json | 2 +- .../render-tests/circle-geometry/multipoint/metrics.json | 2 +- .../render-tests/circle-geometry/multipolygon/metrics.json | 2 +- .../render-tests/circle-geometry/point/metrics.json | 2 +- .../render-tests/circle-geometry/polygon/metrics.json | 2 +- .../render-tests/circle-opacity/blending/metrics.json | 2 +- .../render-tests/circle-opacity/default/metrics.json | 2 +- .../render-tests/circle-opacity/function/metrics.json | 2 +- .../render-tests/circle-opacity/literal/metrics.json | 2 +- .../circle-opacity/property-function/metrics.json | 2 +- .../circle-opacity/zoom-and-property-function/metrics.json | 2 +- .../circle-pitch-alignment/map-scale-map/metrics.json | 2 +- .../circle-pitch-alignment/map-scale-viewport/metrics.json | 2 +- .../circle-pitch-alignment/viewport-scale-map/metrics.json | 2 +- .../viewport-scale-viewport/metrics.json | 2 +- .../render-tests/circle-pitch-scale/default/metrics.json | 2 +- .../render-tests/circle-pitch-scale/map/metrics.json | 2 +- .../render-tests/circle-pitch-scale/viewport/metrics.json | 2 +- .../render-tests/circle-radius/antimeridian/metrics.json | 2 +- .../render-tests/circle-radius/default/metrics.json | 2 +- .../render-tests/circle-radius/function/metrics.json | 2 +- .../render-tests/circle-radius/literal/metrics.json | 2 +- .../circle-radius/property-function/metrics.json | 2 +- .../circle-radius/zoom-and-property-function/metrics.json | 2 +- .../render-tests/circle-sort-key/literal/metrics.json | 2 +- .../render-tests/circle-stroke-color/default/metrics.json | 2 +- .../render-tests/circle-stroke-color/function/metrics.json | 2 +- .../render-tests/circle-stroke-color/literal/metrics.json | 2 +- .../circle-stroke-color/property-function/metrics.json | 2 +- .../zoom-and-property-function/metrics.json | 2 +- .../render-tests/circle-stroke-opacity/default/metrics.json | 2 +- .../render-tests/circle-stroke-opacity/function/metrics.json | 2 +- .../render-tests/circle-stroke-opacity/literal/metrics.json | 2 +- .../circle-stroke-opacity/property-function/metrics.json | 2 +- .../circle-stroke-opacity/stroke-only/metrics.json | 2 +- .../zoom-and-property-function/metrics.json | 2 +- .../render-tests/circle-stroke-width/default/metrics.json | 2 +- .../render-tests/circle-stroke-width/function/metrics.json | 2 +- .../render-tests/circle-stroke-width/literal/metrics.json | 2 +- .../circle-stroke-width/property-function/metrics.json | 2 +- .../zoom-and-property-function/metrics.json | 2 +- .../render-tests/circle-translate-anchor/map/metrics.json | 2 +- .../circle-translate-anchor/viewport/metrics.json | 2 +- .../render-tests/circle-translate/default/metrics.json | 2 +- .../render-tests/circle-translate/function/metrics.json | 2 +- .../render-tests/circle-translate/literal/metrics.json | 2 +- .../background-opaque--background-opaque/metrics.json | 2 +- .../background-opaque--background-translucent/metrics.json | 2 +- .../background-opaque--circle-translucent/metrics.json | 2 +- .../metrics.json | 2 +- .../combinations/background-opaque--fill-opaque/metrics.json | 2 +- .../background-opaque--fill-translucent/metrics.json | 2 +- .../background-opaque--heatmap-translucent/metrics.json | 2 +- .../background-opaque--hillshade-translucent/metrics.json | 2 +- .../background-opaque--line-translucent/metrics.json | 2 +- .../background-opaque--raster-translucent/metrics.json | 2 +- .../background-opaque--symbol-translucent/metrics.json | 2 +- .../background-translucent--background-opaque/metrics.json | 2 +- .../metrics.json | 2 +- .../background-translucent--circle-translucent/metrics.json | 2 +- .../metrics.json | 2 +- .../background-translucent--fill-opaque/metrics.json | 2 +- .../background-translucent--fill-translucent/metrics.json | 2 +- .../background-translucent--heatmap-translucent/metrics.json | 2 +- .../metrics.json | 2 +- .../background-translucent--line-translucent/metrics.json | 2 +- .../background-translucent--raster-translucent/metrics.json | 2 +- .../background-translucent--symbol-translucent/metrics.json | 2 +- .../circle-translucent--background-opaque/metrics.json | 2 +- .../circle-translucent--background-translucent/metrics.json | 2 +- .../circle-translucent--circle-translucent/metrics.json | 2 +- .../metrics.json | 2 +- .../circle-translucent--fill-opaque/metrics.json | 2 +- .../circle-translucent--fill-translucent/metrics.json | 2 +- .../circle-translucent--heatmap-translucent/metrics.json | 2 +- .../circle-translucent--hillshade-translucent/metrics.json | 2 +- .../circle-translucent--line-translucent/metrics.json | 2 +- .../circle-translucent--raster-translucent/metrics.json | 2 +- .../circle-translucent--symbol-translucent/metrics.json | 2 +- .../combinations/fill-extrusion--fill-opaque/metrics.json | 2 +- .../fill-extrusion--fill-translucent/metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../fill-extrusion-translucent--fill-opaque/metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../combinations/fill-opaque--background-opaque/metrics.json | 2 +- .../fill-opaque--background-translucent/metrics.json | 2 +- .../fill-opaque--circle-translucent/metrics.json | 2 +- .../fill-opaque--fill-extrusion-translucent/metrics.json | 2 +- .../combinations/fill-opaque--fill-opaque/metrics.json | 2 +- .../combinations/fill-opaque--fill-translucent/metrics.json | 2 +- .../fill-opaque--heatmap-translucent/metrics.json | 2 +- .../fill-opaque--hillshade-translucent/metrics.json | 2 +- .../combinations/fill-opaque--image-translucent/metrics.json | 2 +- .../combinations/fill-opaque--line-translucent/metrics.json | 2 +- .../fill-opaque--raster-translucent/metrics.json | 2 +- .../fill-opaque--symbol-translucent/metrics.json | 2 +- .../fill-translucent--background-opaque/metrics.json | 2 +- .../fill-translucent--background-translucent/metrics.json | 2 +- .../fill-translucent--circle-translucent/metrics.json | 2 +- .../metrics.json | 2 +- .../combinations/fill-translucent--fill-opaque/metrics.json | 2 +- .../fill-translucent--fill-translucent/metrics.json | 2 +- .../fill-translucent--heatmap-translucent/metrics.json | 2 +- .../fill-translucent--hillshade-translucent/metrics.json | 2 +- .../fill-translucent--line-translucent/metrics.json | 2 +- .../fill-translucent--raster-translucent/metrics.json | 2 +- .../fill-translucent--symbol-translucent/metrics.json | 2 +- .../heatmap-translucent--background-opaque/metrics.json | 2 +- .../heatmap-translucent--background-translucent/metrics.json | 2 +- .../heatmap-translucent--circle-translucent/metrics.json | 2 +- .../metrics.json | 2 +- .../heatmap-translucent--fill-opaque/metrics.json | 2 +- .../heatmap-translucent--fill-translucent/metrics.json | 2 +- .../heatmap-translucent--heatmap-translucent/metrics.json | 2 +- .../heatmap-translucent--hillshade-translucent/metrics.json | 2 +- .../heatmap-translucent--line-translucent/metrics.json | 2 +- .../heatmap-translucent--raster-translucent/metrics.json | 2 +- .../heatmap-translucent--symbol-translucent/metrics.json | 2 +- .../hillshade-translucent--background-opaque/metrics.json | 2 +- .../metrics.json | 2 +- .../hillshade-translucent--circle-translucent/metrics.json | 2 +- .../metrics.json | 2 +- .../hillshade-translucent--fill-opaque/metrics.json | 2 +- .../hillshade-translucent--fill-translucent/metrics.json | 2 +- .../hillshade-translucent--heatmap-translucent/metrics.json | 2 +- .../metrics.json | 2 +- .../hillshade-translucent--line-translucent/metrics.json | 2 +- .../hillshade-translucent--raster-translucent/metrics.json | 2 +- .../hillshade-translucent--symbol-translucent/metrics.json | 2 +- .../line-translucent--background-opaque/metrics.json | 2 +- .../line-translucent--background-translucent/metrics.json | 2 +- .../line-translucent--circle-translucent/metrics.json | 2 +- .../metrics.json | 2 +- .../combinations/line-translucent--fill-opaque/metrics.json | 2 +- .../line-translucent--fill-translucent/metrics.json | 2 +- .../line-translucent--heatmap-translucent/metrics.json | 2 +- .../line-translucent--hillshade-translucent/metrics.json | 2 +- .../line-translucent--line-translucent/metrics.json | 2 +- .../line-translucent--raster-translucent/metrics.json | 2 +- .../line-translucent--symbol-translucent/metrics.json | 2 +- .../raster-translucent--background-opaque/metrics.json | 2 +- .../raster-translucent--background-translucent/metrics.json | 2 +- .../raster-translucent--circle-translucent/metrics.json | 2 +- .../metrics.json | 2 +- .../raster-translucent--fill-opaque/metrics.json | 2 +- .../raster-translucent--fill-translucent/metrics.json | 2 +- .../raster-translucent--heatmap-translucent/metrics.json | 2 +- .../raster-translucent--hillshade-translucent/metrics.json | 2 +- .../raster-translucent--line-translucent/metrics.json | 2 +- .../raster-translucent--raster-translucent/metrics.json | 2 +- .../raster-translucent--symbol-translucent/metrics.json | 2 +- .../symbol-translucent--background-opaque/metrics.json | 2 +- .../symbol-translucent--background-translucent/metrics.json | 2 +- .../symbol-translucent--circle-translucent/metrics.json | 2 +- .../metrics.json | 2 +- .../symbol-translucent--fill-opaque/metrics.json | 2 +- .../symbol-translucent--fill-translucent/metrics.json | 2 +- .../symbol-translucent--heatmap-translucent/metrics.json | 2 +- .../symbol-translucent--hillshade-translucent/metrics.json | 2 +- .../symbol-translucent--line-translucent/metrics.json | 2 +- .../symbol-translucent--raster-translucent/metrics.json | 2 +- .../symbol-translucent--symbol-translucent/metrics.json | 2 +- .../debug/collision-icon-text-line-translate/metrics.json | 2 +- .../debug/collision-icon-text-point-translate/metrics.json | 2 +- .../debug/collision-lines-overscaled/metrics.json | 2 +- .../render-tests/debug/collision-lines-pitched/metrics.json | 2 +- .../render-tests/debug/collision-lines/metrics.json | 2 +- .../render-tests/debug/collision-overscaled/metrics.json | 2 +- .../debug/collision-pitched-wrapped/metrics.json | 2 +- .../render-tests/debug/collision-pitched/metrics.json | 2 +- .../render-tests/empty/empty/metrics.json | 2 +- .../render-tests/extent/1024-fill/metrics.json | 2 +- .../render-tests/extent/1024-line/metrics.json | 2 +- .../render-tests/extent/1024-symbol/metrics.json | 2 +- .../feature-state/composite-expression/metrics.json | 2 +- .../render-tests/feature-state/data-expression/metrics.json | 2 +- .../render-tests/feature-state/vector-source/metrics.json | 2 +- .../render-tests/fill-antialias/false/metrics.json | 2 +- .../render-tests/fill-color/default/metrics.json | 2 +- .../render-tests/fill-color/function/metrics.json | 2 +- .../render-tests/fill-color/literal/metrics.json | 2 +- .../render-tests/fill-color/multiply/metrics.json | 2 +- .../render-tests/fill-color/opacity/metrics.json | 2 +- .../render-tests/fill-color/property-function/metrics.json | 2 +- .../fill-color/zoom-and-property-function/metrics.json | 2 +- .../render-tests/fill-extrusion-base/default/metrics.json | 2 +- .../render-tests/fill-extrusion-base/function/metrics.json | 2 +- .../render-tests/fill-extrusion-base/literal/metrics.json | 2 +- .../render-tests/fill-extrusion-base/negative/metrics.json | 2 +- .../fill-extrusion-base/property-function/metrics.json | 2 +- .../zoom-and-property-function/metrics.json | 2 +- .../render-tests/fill-extrusion-color/default/metrics.json | 2 +- .../render-tests/fill-extrusion-color/function/metrics.json | 2 +- .../render-tests/fill-extrusion-color/literal/metrics.json | 2 +- .../fill-extrusion-color/no-alpha-no-multiply/metrics.json | 2 +- .../fill-extrusion-color/property-function/metrics.json | 2 +- .../zoom-and-property-function/metrics.json | 2 +- .../render-tests/fill-extrusion-height/default/metrics.json | 2 +- .../render-tests/fill-extrusion-height/function/metrics.json | 2 +- .../render-tests/fill-extrusion-height/negative/metrics.json | 2 +- .../fill-extrusion-height/property-function/metrics.json | 2 +- .../zoom-and-property-function/metrics.json | 2 +- .../fill-extrusion-multiple/interleaved-layers/metrics.json | 2 +- .../fill-extrusion-multiple/multiple/metrics.json | 2 +- .../render-tests/fill-extrusion-opacity/default/metrics.json | 2 +- .../fill-extrusion-opacity/function/metrics.json | 2 +- .../render-tests/fill-extrusion-opacity/literal/metrics.json | 2 +- .../render-tests/fill-extrusion-pattern/missing/metrics.json | 2 +- .../fill-extrusion-translate-anchor/map/metrics.json | 2 +- .../fill-extrusion-translate-anchor/viewport/metrics.json | 2 +- .../fill-extrusion-translate/default/metrics.json | 2 +- .../fill-extrusion-translate/function/metrics.json | 2 +- .../fill-extrusion-translate/literal-opacity/metrics.json | 2 +- .../fill-extrusion-translate/literal/metrics.json | 2 +- .../fill-extrusion-vertical-gradient/default/metrics.json | 2 +- .../fill-extrusion-vertical-gradient/false/metrics.json | 2 +- .../render-tests/fill-opacity/default/metrics.json | 2 +- .../render-tests/fill-opacity/function/metrics.json | 2 +- .../render-tests/fill-opacity/literal/metrics.json | 2 +- .../fill-opacity/opaque-fill-over-symbol-layer/metrics.json | 2 +- .../render-tests/fill-opacity/overlapping/metrics.json | 2 +- .../fill-opacity/property-function-pattern/metrics.json | 2 +- .../render-tests/fill-opacity/property-function/metrics.json | 2 +- .../fill-opacity/zoom-and-property-function/metrics.json | 2 +- .../render-tests/fill-outline-color/default/metrics.json | 2 +- .../render-tests/fill-outline-color/fill/metrics.json | 2 +- .../render-tests/fill-outline-color/function/metrics.json | 2 +- .../render-tests/fill-outline-color/literal/metrics.json | 2 +- .../render-tests/fill-outline-color/multiply/metrics.json | 2 +- .../render-tests/fill-outline-color/opacity/metrics.json | 2 +- .../fill-outline-color/property-function/metrics.json | 2 +- .../zoom-and-property-function/metrics.json | 2 +- .../render-tests/fill-pattern/@2x/metrics.json | 2 +- .../fill-pattern/case-data-expression/metrics.json | 2 +- .../fill-pattern/invalid-feature-expression/metrics.json | 2 +- .../render-tests/fill-pattern/missing/metrics.json | 2 +- .../render-tests/fill-pattern/uneven-pattern/metrics.json | 2 +- .../fill-pattern/wrapping-with-interpolation/metrics.json | 2 +- .../render-tests/fill-sort-key/literal/metrics.json | 2 +- .../render-tests/fill-translate-anchor/map/metrics.json | 2 +- .../render-tests/fill-translate-anchor/viewport/metrics.json | 2 +- .../render-tests/fill-translate/default/metrics.json | 2 +- .../render-tests/fill-translate/function/metrics.json | 2 +- .../render-tests/fill-translate/literal/metrics.json | 2 +- .../render-tests/fill-visibility/none/metrics.json | 2 +- .../render-tests/fill-visibility/visible/metrics.json | 2 +- .../render-tests/filter/equality/metrics.json | 2 +- .../render-tests/filter/in/metrics.json | 2 +- .../render-tests/filter/legacy-equality/metrics.json | 2 +- .../render-tests/filter/none/metrics.json | 2 +- .../render-tests/geojson/clustered-properties/metrics.json | 2 +- .../render-tests/geojson/clustered/metrics.json | 2 +- .../render-tests/geojson/external-feature/metrics.json | 2 +- .../render-tests/geojson/external-invalid/metrics.json | 2 +- .../render-tests/geojson/external-linestring/metrics.json | 2 +- .../render-tests/geojson/external-malformed/metrics.json | 2 +- .../geojson/inconsistent-winding-order/metrics.json | 2 +- .../render-tests/geojson/inline-feature/metrics.json | 2 +- .../render-tests/geojson/inline-invalid/metrics.json | 2 +- .../geojson/inline-linestring-circle/metrics.json | 2 +- .../render-tests/geojson/inline-linestring-line/metrics.json | 2 +- .../geojson/inline-linestring-symbol/metrics.json | 2 +- .../render-tests/geojson/inline-malformed/metrics.json | 2 +- .../render-tests/geojson/inline-point-circle/metrics.json | 2 +- .../render-tests/geojson/inline-point-fill/metrics.json | 2 +- .../render-tests/geojson/inline-point-line/metrics.json | 2 +- .../render-tests/geojson/inline-point-symbol/metrics.json | 2 +- .../render-tests/geojson/inline-polygon-circle/metrics.json | 2 +- .../render-tests/geojson/inline-polygon-fill/metrics.json | 2 +- .../render-tests/geojson/inline-polygon-line/metrics.json | 2 +- .../render-tests/geojson/inline-polygon-symbol/metrics.json | 2 +- .../render-tests/geojson/missing/metrics.json | 2 +- .../render-tests/geojson/reparse-overscaled/metrics.json | 2 +- .../render-tests/heatmap-color/default/metrics.json | 2 +- .../render-tests/heatmap-color/expression/metrics.json | 2 +- .../render-tests/heatmap-intensity/default/metrics.json | 2 +- .../render-tests/heatmap-intensity/function/metrics.json | 2 +- .../render-tests/heatmap-intensity/literal/metrics.json | 2 +- .../render-tests/heatmap-opacity/default/metrics.json | 2 +- .../render-tests/heatmap-opacity/function/metrics.json | 2 +- .../render-tests/heatmap-opacity/literal/metrics.json | 2 +- .../render-tests/heatmap-radius/antimeridian/metrics.json | 2 +- .../render-tests/heatmap-radius/data-expression/metrics.json | 2 +- .../render-tests/heatmap-radius/default/metrics.json | 2 +- .../render-tests/heatmap-radius/function/metrics.json | 2 +- .../render-tests/heatmap-radius/literal/metrics.json | 2 +- .../render-tests/heatmap-radius/pitch30/metrics.json | 2 +- .../render-tests/heatmap-weight/default/metrics.json | 2 +- .../heatmap-weight/identity-property-function/metrics.json | 2 +- .../render-tests/heatmap-weight/literal/metrics.json | 2 +- .../render-tests/hillshade-accent-color/default/metrics.json | 2 +- .../render-tests/hillshade-accent-color/literal/metrics.json | 2 +- .../hillshade-accent-color/terrarium/metrics.json | 2 +- .../hillshade-accent-color/zoom-function/metrics.json | 2 +- .../hillshade-highlight-color/default/metrics.json | 2 +- .../hillshade-highlight-color/literal/metrics.json | 2 +- .../hillshade-highlight-color/zoom-function/metrics.json | 2 +- .../render-tests/hillshade-shadow-color/default/metrics.json | 2 +- .../render-tests/hillshade-shadow-color/literal/metrics.json | 2 +- .../hillshade-shadow-color/zoom-function/metrics.json | 2 +- .../render-tests/icon-anchor/bottom-left/metrics.json | 2 +- .../render-tests/icon-anchor/bottom-right/metrics.json | 2 +- .../render-tests/icon-anchor/bottom/metrics.json | 2 +- .../render-tests/icon-anchor/center/metrics.json | 2 +- .../render-tests/icon-anchor/default/metrics.json | 2 +- .../render-tests/icon-anchor/left/metrics.json | 2 +- .../render-tests/icon-anchor/property-function/metrics.json | 2 +- .../render-tests/icon-anchor/right/metrics.json | 2 +- .../render-tests/icon-anchor/top-left/metrics.json | 2 +- .../render-tests/icon-anchor/top-right/metrics.json | 2 +- .../render-tests/icon-anchor/top/metrics.json | 2 +- .../render-tests/icon-color/default/metrics.json | 2 +- .../render-tests/icon-color/function/metrics.json | 2 +- .../render-tests/icon-color/literal/metrics.json | 2 +- .../render-tests/icon-color/property-function/metrics.json | 2 +- .../render-tests/icon-halo-blur/default/metrics.json | 2 +- .../render-tests/icon-halo-blur/function/metrics.json | 2 +- .../render-tests/icon-halo-blur/literal/metrics.json | 2 +- .../icon-halo-blur/property-function/metrics.json | 2 +- .../render-tests/icon-halo-color/default/metrics.json | 2 +- .../render-tests/icon-halo-color/function/metrics.json | 2 +- .../render-tests/icon-halo-color/literal/metrics.json | 2 +- .../render-tests/icon-halo-color/multiply/metrics.json | 2 +- .../render-tests/icon-halo-color/opacity/metrics.json | 2 +- .../icon-halo-color/property-function/metrics.json | 2 +- .../render-tests/icon-halo-color/transparent/metrics.json | 2 +- .../render-tests/icon-halo-width/default/metrics.json | 2 +- .../render-tests/icon-halo-width/function/metrics.json | 2 +- .../render-tests/icon-halo-width/literal/metrics.json | 2 +- .../icon-halo-width/property-function/metrics.json | 2 +- .../render-tests/icon-image/image-expression/metrics.json | 2 +- .../render-tests/icon-image/literal/metrics.json | 2 +- .../render-tests/icon-image/property-function/metrics.json | 2 +- .../render-tests/icon-image/stretchable-content/metrics.json | 2 +- .../render-tests/icon-image/stretchable/metrics.json | 2 +- .../render-tests/icon-image/token/metrics.json | 2 +- .../icon-no-cross-source-collision/default/metrics.json | 2 +- .../render-tests/icon-offset/literal/metrics.json | 2 +- .../render-tests/icon-offset/property-function/metrics.json | 2 +- .../icon-offset/zoom-and-property-function/metrics.json | 2 +- .../render-tests/icon-opacity/default/metrics.json | 2 +- .../render-tests/icon-opacity/function/metrics.json | 2 +- .../render-tests/icon-opacity/icon-only/metrics.json | 2 +- .../render-tests/icon-opacity/literal/metrics.json | 2 +- .../render-tests/icon-opacity/property-function/metrics.json | 2 +- .../render-tests/icon-opacity/text-and-icon/metrics.json | 2 +- .../render-tests/icon-opacity/text-only/metrics.json | 2 +- .../auto-rotation-alignment-map/metrics.json | 2 +- .../auto-rotation-alignment-viewport/metrics.json | 2 +- .../map-rotation-alignment-viewport/metrics.json | 2 +- .../viewport-rotation-alignment-map/metrics.json | 2 +- .../icon-pitch-scaling/rotation-alignment-map/metrics.json | 2 +- .../rotation-alignment-viewport/metrics.json | 2 +- .../icon-pixelratio-mismatch/default/metrics.json | 2 +- .../render-tests/icon-rotate/literal/metrics.json | 2 +- .../render-tests/icon-rotate/property-function/metrics.json | 2 +- .../render-tests/icon-rotate/with-offset/metrics.json | 2 +- .../auto-symbol-placement-line/metrics.json | 2 +- .../auto-symbol-placement-point/metrics.json | 2 +- .../map-symbol-placement-line/metrics.json | 2 +- .../map-symbol-placement-point/metrics.json | 2 +- .../viewport-symbol-placement-line/metrics.json | 2 +- .../viewport-symbol-placement-point/metrics.json | 2 +- .../icon-size/camera-function-high-base-plain/metrics.json | 2 +- .../icon-size/camera-function-high-base-sdf/metrics.json | 2 +- .../icon-size/camera-function-plain/metrics.json | 2 +- .../render-tests/icon-size/camera-function-sdf/metrics.json | 2 +- .../icon-size/composite-function-plain/metrics.json | 2 +- .../icon-size/composite-function-sdf/metrics.json | 2 +- .../render-tests/icon-size/default/metrics.json | 2 +- .../render-tests/icon-size/function/metrics.json | 2 +- .../render-tests/icon-size/literal/metrics.json | 2 +- .../icon-size/property-function-plain/metrics.json | 2 +- .../icon-size/property-function-sdf/metrics.json | 2 +- .../both-collision-variable-anchor-text-fit/metrics.json | 2 +- .../both-collision-variable-anchor/metrics.json | 2 +- .../render-tests/icon-text-fit/both-collision/metrics.json | 2 +- .../render-tests/icon-text-fit/both-padding/metrics.json | 2 +- .../both-text-anchor-2x-image-2x-screen/metrics.json | 2 +- .../icon-text-fit/both-text-anchor-icon-anchor/metrics.json | 2 +- .../icon-text-fit/both-text-anchor-icon-offset/metrics.json | 2 +- .../icon-text-fit/both-text-anchor-padding/metrics.json | 2 +- .../render-tests/icon-text-fit/both-text-anchor/metrics.json | 2 +- .../render-tests/icon-text-fit/both/metrics.json | 2 +- .../icon-text-fit/enlargen-both-padding/metrics.json | 2 +- .../render-tests/icon-text-fit/enlargen-both/metrics.json | 2 +- .../render-tests/icon-text-fit/enlargen-height/metrics.json | 2 +- .../render-tests/icon-text-fit/enlargen-width/metrics.json | 2 +- .../render-tests/icon-text-fit/height-padding/metrics.json | 2 +- .../icon-text-fit/height-text-anchor-padding/metrics.json | 2 +- .../icon-text-fit/height-text-anchor/metrics.json | 2 +- .../render-tests/icon-text-fit/height/metrics.json | 2 +- .../render-tests/icon-text-fit/none/metrics.json | 2 +- .../render-tests/icon-text-fit/placement-line/metrics.json | 2 +- .../icon-text-fit/stretch-fifteen-part/metrics.json | 2 +- .../icon-text-fit/stretch-nine-part-@2x/metrics.json | 2 +- .../stretch-nine-part-content-collision/metrics.json | 2 +- .../icon-text-fit/stretch-nine-part-content/metrics.json | 2 +- .../icon-text-fit/stretch-nine-part-just-height/metrics.json | 2 +- .../icon-text-fit/stretch-nine-part-just-width/metrics.json | 2 +- .../icon-text-fit/stretch-nine-part/metrics.json | 2 +- .../icon-text-fit/stretch-three-part/metrics.json | 2 +- .../render-tests/icon-text-fit/stretch-two-part/metrics.json | 2 +- .../icon-text-fit/stretch-underscale/metrics.json | 2 +- .../icon-text-fit/text-variable-anchor/metrics.json | 2 +- .../render-tests/icon-text-fit/width-padding/metrics.json | 2 +- .../icon-text-fit/width-text-anchor-padding/metrics.json | 2 +- .../icon-text-fit/width-text-anchor/metrics.json | 2 +- .../render-tests/icon-text-fit/width/metrics.json | 2 +- .../render-tests/icon-translate-anchor/map/metrics.json | 2 +- .../render-tests/icon-translate-anchor/viewport/metrics.json | 2 +- .../render-tests/icon-translate/default/metrics.json | 2 +- .../render-tests/icon-translate/function/metrics.json | 2 +- .../render-tests/icon-translate/literal/metrics.json | 2 +- .../render-tests/icon-visibility/none/metrics.json | 2 +- .../render-tests/icon-visibility/visible/metrics.json | 2 +- .../render-tests/image/default/metrics.json | 2 +- .../render-tests/image/pitched/metrics.json | 2 +- .../render-tests/image/raster-brightness/metrics.json | 2 +- .../render-tests/image/raster-contrast/metrics.json | 2 +- .../render-tests/image/raster-hue-rotate/metrics.json | 2 +- .../render-tests/image/raster-opacity/metrics.json | 2 +- .../render-tests/image/raster-resampling/metrics.json | 2 +- .../render-tests/image/raster-saturation/metrics.json | 2 +- .../render-tests/image/raster-visibility/metrics.json | 2 +- .../render-tests/is-supported-script/filter/metrics.json | 2 +- .../render-tests/is-supported-script/layout/metrics.json | 2 +- .../render-tests/line-blur/default/metrics.json | 2 +- .../render-tests/line-blur/function/metrics.json | 2 +- .../render-tests/line-blur/literal/metrics.json | 2 +- .../render-tests/line-blur/property-function/metrics.json | 2 +- .../render-tests/line-cap/butt/metrics.json | 2 +- .../render-tests/line-cap/round/metrics.json | 2 +- .../render-tests/line-cap/square/metrics.json | 2 +- .../render-tests/line-color/default/metrics.json | 2 +- .../render-tests/line-color/function/metrics.json | 2 +- .../render-tests/line-color/literal/metrics.json | 2 +- .../line-color/property-function-identity/metrics.json | 2 +- .../render-tests/line-color/property-function/metrics.json | 2 +- .../render-tests/line-dasharray/default/metrics.json | 2 +- .../render-tests/line-dasharray/fractional-zoom/metrics.json | 2 +- .../function/line-width-composite-function/metrics.json | 2 +- .../line-dasharray/function/line-width-constant/metrics.json | 2 +- .../function/line-width-property-function/metrics.json | 2 +- .../literal/line-width-composite-function/metrics.json | 2 +- .../line-dasharray/literal/line-width-constant/metrics.json | 2 +- .../literal/line-width-property-function/metrics.json | 2 +- .../literal/line-width-zoom-function/metrics.json | 2 +- .../render-tests/line-dasharray/long-segment/metrics.json | 2 +- .../render-tests/line-dasharray/overscaled/metrics.json | 2 +- .../render-tests/line-dasharray/round/segments/metrics.json | 2 +- .../line-dasharray/round/zero-gap-width/metrics.json | 2 +- .../render-tests/line-dasharray/slant/metrics.json | 2 +- .../render-tests/line-dasharray/zero-length-gap/metrics.json | 2 +- .../render-tests/line-dasharray/zoom-history/metrics.json | 2 +- .../render-tests/line-gap-width/default/metrics.json | 2 +- .../render-tests/line-gap-width/function/metrics.json | 2 +- .../render-tests/line-gap-width/literal/metrics.json | 2 +- .../line-gap-width/property-function/metrics.json | 2 +- .../line-gradient/gradient-tile-boundaries/metrics.json | 2 +- .../render-tests/line-gradient/gradient/metrics.json | 2 +- .../render-tests/line-gradient/translucent/metrics.json | 2 +- .../render-tests/line-join/bevel-transparent/metrics.json | 2 +- .../render-tests/line-join/bevel/metrics.json | 2 +- .../render-tests/line-join/default/metrics.json | 2 +- .../render-tests/line-join/miter-transparent/metrics.json | 2 +- .../render-tests/line-join/miter/metrics.json | 2 +- .../line-join/property-function-dasharray/metrics.json | 2 +- .../render-tests/line-join/property-function/metrics.json | 2 +- .../render-tests/line-join/round-transparent/metrics.json | 2 +- .../render-tests/line-join/round/metrics.json | 2 +- .../render-tests/line-offset/default/metrics.json | 2 +- .../render-tests/line-offset/function/metrics.json | 2 +- .../render-tests/line-offset/literal-negative/metrics.json | 2 +- .../render-tests/line-offset/literal/metrics.json | 2 +- .../render-tests/line-offset/property-function/metrics.json | 2 +- .../render-tests/line-opacity/default/metrics.json | 2 +- .../render-tests/line-opacity/function/metrics.json | 2 +- .../render-tests/line-opacity/literal/metrics.json | 2 +- .../render-tests/line-opacity/property-function/metrics.json | 2 +- .../render-tests/line-opacity/step-curve/metrics.json | 2 +- .../render-tests/line-pattern/@2x/metrics.json | 2 +- .../render-tests/line-pattern/literal/metrics.json | 2 +- .../render-tests/line-pattern/pitch/metrics.json | 2 +- .../render-tests/line-pattern/property-function/metrics.json | 2 +- .../render-tests/line-pattern/step-curve/metrics.json | 2 +- .../render-tests/line-pattern/zoom-expression/metrics.json | 2 +- .../render-tests/line-pitch/default/metrics.json | 2 +- .../render-tests/line-pitch/pitch0/metrics.json | 2 +- .../render-tests/line-pitch/pitch15/metrics.json | 2 +- .../render-tests/line-pitch/pitch30/metrics.json | 2 +- .../render-tests/line-pitch/pitchAndBearing/metrics.json | 2 +- .../render-tests/line-sort-key/literal/metrics.json | 2 +- .../render-tests/line-translate-anchor/map/metrics.json | 2 +- .../render-tests/line-translate-anchor/viewport/metrics.json | 2 +- .../render-tests/line-translate/default/metrics.json | 2 +- .../render-tests/line-translate/function/metrics.json | 2 +- .../render-tests/line-triangulation/default/metrics.json | 2 +- .../render-tests/line-triangulation/round/metrics.json | 2 +- .../render-tests/line-visibility/none/metrics.json | 2 +- .../render-tests/line-visibility/visible/metrics.json | 2 +- .../render-tests/line-width/default/metrics.json | 2 +- .../render-tests/line-width/function/metrics.json | 2 +- .../render-tests/line-width/literal/metrics.json | 2 +- .../render-tests/line-width/property-function/metrics.json | 2 +- .../render-tests/line-width/very-overscaled/metrics.json | 2 +- .../render-tests/line-width/zero-width-function/metrics.json | 2 +- .../render-tests/line-width/zero-width/metrics.json | 2 +- .../linear-filter-opacity-edge/literal/metrics.json | 2 +- .../render-tests/map-mode/static/metrics.json | 2 +- .../render-tests/map-mode/tile-avoid-edges/metrics.json | 2 +- .../render-tests/map-mode/tile/metrics.json | 2 +- .../projection/axonometric-multiple/metrics.json | 2 +- .../render-tests/projection/axonometric/metrics.json | 2 +- .../render-tests/projection/perspective/metrics.json | 2 +- .../render-tests/projection/skew/metrics.json | 2 +- .../render-tests/raster-alpha/default/metrics.json | 2 +- .../render-tests/raster-brightness/default/metrics.json | 2 +- .../render-tests/raster-brightness/function/metrics.json | 2 +- .../render-tests/raster-brightness/literal/metrics.json | 2 +- .../render-tests/raster-contrast/default/metrics.json | 2 +- .../render-tests/raster-contrast/function/metrics.json | 2 +- .../render-tests/raster-contrast/literal/metrics.json | 2 +- .../render-tests/raster-extent/maxzoom/metrics.json | 2 +- .../render-tests/raster-extent/minzoom/metrics.json | 2 +- .../render-tests/raster-hue-rotate/default/metrics.json | 2 +- .../render-tests/raster-hue-rotate/function/metrics.json | 2 +- .../render-tests/raster-hue-rotate/literal/metrics.json | 2 +- .../render-tests/raster-loading/missing/metrics.json | 2 +- .../raster-masking/overlapping-vector/metrics.json | 2 +- .../render-tests/raster-masking/overlapping/metrics.json | 2 +- .../render-tests/raster-opacity/default/metrics.json | 2 +- .../render-tests/raster-opacity/function/metrics.json | 2 +- .../render-tests/raster-opacity/literal/metrics.json | 2 +- .../render-tests/raster-resampling/default/metrics.json | 2 +- .../render-tests/raster-resampling/function/metrics.json | 2 +- .../render-tests/raster-resampling/literal/metrics.json | 2 +- .../render-tests/raster-rotation/0/metrics.json | 2 +- .../render-tests/raster-rotation/180/metrics.json | 2 +- .../render-tests/raster-rotation/270/metrics.json | 2 +- .../render-tests/raster-rotation/45/metrics.json | 2 +- .../render-tests/raster-rotation/90/metrics.json | 2 +- .../render-tests/raster-saturation/default/metrics.json | 2 +- .../render-tests/raster-saturation/function/metrics.json | 2 +- .../render-tests/raster-saturation/literal/metrics.json | 2 +- .../render-tests/raster-visibility/none/metrics.json | 2 +- .../render-tests/raster-visibility/visible/metrics.json | 2 +- .../render-tests/real-world/nepal/metrics.json | 2 +- .../render-tests/real-world/norway/metrics.json | 2 +- .../render-tests/real-world/uruguay/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#2305/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#2523/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#2533/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#2534/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#2787/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#2846/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#2929/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#3010/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#3107/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#3320/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#3365/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#3394/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#3426/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#3548/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#3612/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#3614/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#3623/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#3633/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#3682/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#3702/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#3723/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#3819/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#3903/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#3910/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#3949/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#4124/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#4144/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#4146/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#4150/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#4172/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#4235/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#4550/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#4551/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#4564/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#4573/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#4579/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#4605/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#4617/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#4647/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#4651/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#4860/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#4928/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#5171/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#5370/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#5466/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#5496/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#5544/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#5546/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#5576/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#5599/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#5631/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#5776/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#5911/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#5947/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#5953/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#5978/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#6160/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#6238/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#6548/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#6649/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#6660/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#6919/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#7032/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#7172/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#8273/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#9009/metrics.json | 2 +- .../regressions/mapbox-gl-native#10849/metrics.json | 2 +- .../regressions/mapbox-gl-native#11451/metrics.json | 2 +- .../regressions/mapbox-gl-native#11729/metrics.json | 2 +- .../regressions/mapbox-gl-native#12812/metrics.json | 2 +- .../regressions/mapbox-gl-native#14402/metrics.json | 2 +- .../regressions/mapbox-gl-native#15139/metrics.json | 2 +- .../regressions/mapbox-gl-native#3292/metrics.json | 2 +- .../regressions/mapbox-gl-native#5648/metrics.json | 2 +- .../regressions/mapbox-gl-native#5701/metrics.json | 2 +- .../regressions/mapbox-gl-native#5754/metrics.json | 2 +- .../regressions/mapbox-gl-native#6063/metrics.json | 2 +- .../regressions/mapbox-gl-native#6233/metrics.json | 2 +- .../regressions/mapbox-gl-native#6820/metrics.json | 2 +- .../regressions/mapbox-gl-native#6903/metrics.json | 2 +- .../regressions/mapbox-gl-native#7241/metrics.json | 2 +- .../regressions/mapbox-gl-native#7572/metrics.json | 2 +- .../regressions/mapbox-gl-native#7714/metrics.json | 2 +- .../regressions/mapbox-gl-native#7792/metrics.json | 2 +- .../regressions/mapbox-gl-native#8078/metrics.json | 2 +- .../regressions/mapbox-gl-native#8303/metrics.json | 2 +- .../regressions/mapbox-gl-native#8460/metrics.json | 2 +- .../regressions/mapbox-gl-native#8505/metrics.json | 2 +- .../regressions/mapbox-gl-native#8871/metrics.json | 2 +- .../regressions/mapbox-gl-native#8952/metrics.json | 2 +- .../regressions/mapbox-gl-native#9406/metrics.json | 2 +- .../regressions/mapbox-gl-native#9557/metrics.json | 2 +- .../regressions/mapbox-gl-native#9792/metrics.json | 2 +- .../regressions/mapbox-gl-native#9900/metrics.json | 2 +- .../regressions/mapbox-gl-native#9979/metrics.json | 2 +- .../regressions/mapbox-gl-shaders#37/metrics.json | 2 +- .../remove-feature-state/composite-expression/metrics.json | 2 +- .../remove-feature-state/data-expression/metrics.json | 2 +- .../remove-feature-state/vector-source/metrics.json | 2 +- .../render-tests/retina-raster/default/metrics.json | 2 +- .../runtime-styling/filter-default-to-false/metrics.json | 2 +- .../runtime-styling/filter-default-to-true/metrics.json | 2 +- .../runtime-styling/filter-false-to-default/metrics.json | 2 +- .../runtime-styling/filter-false-to-true/metrics.json | 2 +- .../runtime-styling/filter-true-to-default/metrics.json | 2 +- .../runtime-styling/filter-true-to-false/metrics.json | 2 +- .../image-add-1.5x-image-1x-screen/metrics.json | 2 +- .../image-add-1.5x-image-2x-screen/metrics.json | 2 +- .../image-add-1x-image-1x-screen/metrics.json | 2 +- .../image-add-1x-image-2x-screen/metrics.json | 2 +- .../image-add-2x-image-1x-screen/metrics.json | 2 +- .../image-add-2x-image-2x-screen/metrics.json | 2 +- .../runtime-styling/image-add-alpha/metrics.json | 2 +- .../runtime-styling/image-add-nonsdf/metrics.json | 2 +- .../render-tests/runtime-styling/image-add-sdf/metrics.json | 2 +- .../render-tests/runtime-styling/image-remove/metrics.json | 2 +- .../runtime-styling/image-update-icon/metrics.json | 2 +- .../runtime-styling/layer-add-background/metrics.json | 2 +- .../runtime-styling/layer-add-circle/metrics.json | 2 +- .../render-tests/runtime-styling/layer-add-fill/metrics.json | 2 +- .../render-tests/runtime-styling/layer-add-line/metrics.json | 2 +- .../runtime-styling/layer-add-raster/metrics.json | 2 +- .../runtime-styling/layer-add-symbol/metrics.json | 2 +- .../runtime-styling/layer-remove-background/metrics.json | 2 +- .../runtime-styling/layer-remove-circle/metrics.json | 2 +- .../runtime-styling/layer-remove-fill/metrics.json | 2 +- .../runtime-styling/layer-remove-line/metrics.json | 2 +- .../runtime-styling/layer-remove-raster/metrics.json | 2 +- .../runtime-styling/layer-remove-symbol/metrics.json | 2 +- .../layout-property-default-to-literal/metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../layout-property-default-to-zoom-expression/metrics.json | 2 +- .../layout-property-default-to-zoom-function/metrics.json | 2 +- .../layout-property-literal-to-default/metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../layout-property-literal-to-zoom-expression/metrics.json | 2 +- .../layout-property-literal-to-zoom-function/metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../layout-property-text-variable-anchor/metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../layout-property-zoom-expression-to-default/metrics.json | 2 +- .../layout-property-zoom-expression-to-literal/metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../layout-property-zoom-function-to-default/metrics.json | 2 +- .../layout-property-zoom-function-to-literal/metrics.json | 2 +- .../paint-property-default-to-literal/metrics.json | 2 +- .../metrics.json | 2 +- .../paint-property-default-to-property-function/metrics.json | 2 +- .../paint-property-default-to-zoom-expression/metrics.json | 2 +- .../paint-property-default-to-zoom-function/metrics.json | 2 +- .../paint-property-fill-flat-to-extrude/metrics.json | 2 +- .../paint-property-literal-to-default/metrics.json | 2 +- .../paint-property-literal-to-expression/metrics.json | 2 +- .../paint-property-literal-to-function/metrics.json | 2 +- .../metrics.json | 2 +- .../paint-property-literal-to-property-function/metrics.json | 2 +- .../metrics.json | 2 +- .../paint-property-overriden-default-to-literal/metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../paint-property-property-function-to-default/metrics.json | 2 +- .../paint-property-property-function-to-literal/metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../paint-property-zoom-expression-to-default/metrics.json | 2 +- .../paint-property-zoom-expression-to-literal/metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../paint-property-zoom-function-to-default/metrics.json | 2 +- .../paint-property-zoom-function-to-literal/metrics.json | 2 +- .../set-style-filter-default-to-false/metrics.json | 2 +- .../set-style-filter-default-to-true/metrics.json | 2 +- .../set-style-filter-false-to-default/metrics.json | 2 +- .../set-style-filter-false-to-true/metrics.json | 2 +- .../set-style-filter-true-to-default/metrics.json | 2 +- .../set-style-filter-true-to-false/metrics.json | 2 +- .../runtime-styling/set-style-glyphs/metrics.json | 2 +- .../set-style-layer-add-background/metrics.json | 2 +- .../runtime-styling/set-style-layer-add-circle/metrics.json | 2 +- .../runtime-styling/set-style-layer-add-fill/metrics.json | 2 +- .../runtime-styling/set-style-layer-add-line/metrics.json | 2 +- .../runtime-styling/set-style-layer-add-raster/metrics.json | 2 +- .../runtime-styling/set-style-layer-add-symbol/metrics.json | 2 +- .../set-style-layer-change-source-layer/metrics.json | 2 +- .../set-style-layer-change-source-type/metrics.json | 2 +- .../set-style-layer-change-source/metrics.json | 2 +- .../set-style-layer-remove-background/metrics.json | 2 +- .../set-style-layer-remove-circle/metrics.json | 2 +- .../runtime-styling/set-style-layer-remove-fill/metrics.json | 2 +- .../runtime-styling/set-style-layer-remove-line/metrics.json | 2 +- .../set-style-layer-remove-raster/metrics.json | 2 +- .../set-style-layer-remove-symbol/metrics.json | 2 +- .../runtime-styling/set-style-layer-reorder/metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../set-style-paint-property-default-to-literal/metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../set-style-paint-property-literal-to-default/metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../set-style-source-add-geojson-inline/metrics.json | 2 +- .../set-style-source-add-geojson-url/metrics.json | 2 +- .../set-style-source-add-raster-inline/metrics.json | 2 +- .../set-style-source-add-raster-url/metrics.json | 2 +- .../set-style-source-add-vector-inline/metrics.json | 2 +- .../set-style-source-add-vector-url/metrics.json | 2 +- .../runtime-styling/set-style-source-update/metrics.json | 2 +- .../runtime-styling/set-style-sprite/metrics.json | 2 +- .../set-style-visibility-default-to-none/metrics.json | 2 +- .../set-style-visibility-default-to-visible/metrics.json | 2 +- .../set-style-visibility-none-to-default/metrics.json | 2 +- .../set-style-visibility-none-to-visible/metrics.json | 2 +- .../set-style-visibility-visible-to-default/metrics.json | 2 +- .../set-style-visibility-visible-to-none/metrics.json | 2 +- .../runtime-styling/source-add-geojson-inline/metrics.json | 2 +- .../runtime-styling/source-add-geojson-url/metrics.json | 2 +- .../runtime-styling/source-add-raster-inline/metrics.json | 2 +- .../runtime-styling/source-add-raster-url/metrics.json | 2 +- .../runtime-styling/source-add-vector-inline/metrics.json | 2 +- .../runtime-styling/source-add-vector-url/metrics.json | 2 +- .../runtime-styling/visibility-default-to-none/metrics.json | 2 +- .../visibility-default-to-visible/metrics.json | 2 +- .../runtime-styling/visibility-none-to-default/metrics.json | 2 +- .../runtime-styling/visibility-none-to-visible/metrics.json | 2 +- .../visibility-visible-to-default/metrics.json | 2 +- .../runtime-styling/visibility-visible-to-none/metrics.json | 2 +- .../render-tests/satellite-v9/z0/metrics.json | 2 +- .../render-tests/sparse-tileset/overdraw/metrics.json | 2 +- .../render-tests/sprites/1x-screen-1x-icon/metrics.json | 2 +- .../render-tests/sprites/1x-screen-1x-pattern/metrics.json | 2 +- .../render-tests/sprites/1x-screen-2x-icon/metrics.json | 2 +- .../render-tests/sprites/1x-screen-2x-pattern/metrics.json | 2 +- .../render-tests/sprites/2x-screen-1x-icon/metrics.json | 2 +- .../render-tests/sprites/2x-screen-1x-pattern/metrics.json | 2 +- .../render-tests/sprites/2x-screen-2x-icon/metrics.json | 2 +- .../render-tests/sprites/2x-screen-2x-pattern/metrics.json | 2 +- .../render-tests/sprites/array-default-only/metrics.json | 2 +- .../render-tests/sprites/array-multiple/metrics.json | 2 +- .../render-tests/symbol-geometry/linestring/metrics.json | 2 +- .../symbol-geometry/multilinestring/metrics.json | 2 +- .../render-tests/symbol-geometry/multipoint/metrics.json | 2 +- .../render-tests/symbol-geometry/multipolygon/metrics.json | 2 +- .../render-tests/symbol-geometry/point/metrics.json | 2 +- .../render-tests/symbol-geometry/polygon/metrics.json | 2 +- .../line-center-buffer-tile-map-mode/metrics.json | 2 +- .../symbol-placement/line-center-buffer/metrics.json | 2 +- .../symbol-placement/line-center-tile-map-mode/metrics.json | 2 +- .../render-tests/symbol-placement/line-center/metrics.json | 2 +- .../symbol-placement/line-overscaled/metrics.json | 2 +- .../render-tests/symbol-placement/line/metrics.json | 2 +- .../render-tests/symbol-placement/point-polygon/metrics.json | 2 +- .../render-tests/symbol-placement/point/metrics.json | 2 +- .../symbol-sort-key/icon-expression/metrics.json | 2 +- .../placement-tile-boundary-left-then-right/metrics.json | 2 +- .../symbol-sort-key/text-expression/metrics.json | 2 +- .../symbol-sort-key/text-ignore-placement/metrics.json | 2 +- .../render-tests/symbol-sort-key/text-placement/metrics.json | 2 +- .../render-tests/symbol-spacing/line-close/metrics.json | 2 +- .../render-tests/symbol-spacing/line-far/metrics.json | 2 +- .../render-tests/symbol-spacing/line-overscaled/metrics.json | 2 +- .../render-tests/symbol-spacing/point-close/metrics.json | 2 +- .../render-tests/symbol-spacing/point-far/metrics.json | 2 +- .../render-tests/symbol-visibility/none/metrics.json | 2 +- .../render-tests/symbol-visibility/visible/metrics.json | 2 +- .../render-tests/symbol-z-order/default/metrics.json | 2 +- .../render-tests/symbol-z-order/disabled/metrics.json | 2 +- .../render-tests/symbol-z-order/icon-with-text/metrics.json | 2 +- .../render-tests/symbol-z-order/pitched/metrics.json | 2 +- .../render-tests/symbol-z-order/viewport-y/metrics.json | 2 +- .../render-tests/text-anchor/bottom-left/metrics.json | 2 +- .../render-tests/text-anchor/bottom-right/metrics.json | 2 +- .../render-tests/text-anchor/bottom/metrics.json | 2 +- .../render-tests/text-anchor/center/metrics.json | 2 +- .../render-tests/text-anchor/left/metrics.json | 2 +- .../render-tests/text-anchor/property-function/metrics.json | 2 +- .../render-tests/text-anchor/right/metrics.json | 2 +- .../render-tests/text-anchor/top-left/metrics.json | 2 +- .../render-tests/text-anchor/top-right/metrics.json | 2 +- .../render-tests/text-anchor/top/metrics.json | 2 +- .../render-tests/text-arabic/letter-spacing/metrics.json | 2 +- .../render-tests/text-arabic/line-break-mixed/metrics.json | 2 +- .../render-tests/text-arabic/line-break/metrics.json | 2 +- .../render-tests/text-arabic/mixed-numeric/metrics.json | 2 +- .../render-tests/text-arabic/multi-paragraph/metrics.json | 2 +- .../render-tests/text-color/default/metrics.json | 2 +- .../render-tests/text-color/function/metrics.json | 2 +- .../render-tests/text-color/literal/metrics.json | 2 +- .../render-tests/text-color/property-function/metrics.json | 2 +- .../render-tests/text-field/formatted-arabic/metrics.json | 2 +- .../text-field/formatted-images-constant-size/metrics.json | 2 +- .../text-field/formatted-images-line/metrics.json | 2 +- .../text-field/formatted-images-multiline/metrics.json | 2 +- .../metrics.json | 2 +- .../text-field/formatted-images-vertical/metrics.json | 2 +- .../formatted-images-zoom-dependent-size/metrics.json | 2 +- .../render-tests/text-field/formatted-images/metrics.json | 2 +- .../render-tests/text-field/formatted-line/metrics.json | 2 +- .../metrics.json | 2 +- .../text-field/formatted-text-color-overrides/metrics.json | 2 +- .../text-field/formatted-text-color/metrics.json | 2 +- .../render-tests/text-field/formatted/metrics.json | 2 +- .../render-tests/text-field/literal/metrics.json | 2 +- .../render-tests/text-field/property-function/metrics.json | 2 +- .../render-tests/text-field/token/metrics.json | 2 +- .../render-tests/text-font/camera-function/metrics.json | 2 +- .../render-tests/text-font/chinese/metrics.json | 2 +- .../render-tests/text-font/data-expression/metrics.json | 2 +- .../render-tests/text-font/literal/metrics.json | 2 +- .../render-tests/text-halo-blur/default/metrics.json | 2 +- .../render-tests/text-halo-blur/function/metrics.json | 2 +- .../render-tests/text-halo-blur/literal/metrics.json | 2 +- .../text-halo-blur/property-function/metrics.json | 2 +- .../render-tests/text-halo-color/default/metrics.json | 2 +- .../render-tests/text-halo-color/function/metrics.json | 2 +- .../render-tests/text-halo-color/literal/metrics.json | 2 +- .../text-halo-color/property-function/metrics.json | 2 +- .../render-tests/text-halo-width/default/metrics.json | 2 +- .../render-tests/text-halo-width/function/metrics.json | 2 +- .../render-tests/text-halo-width/literal/metrics.json | 2 +- .../text-halo-width/property-function/metrics.json | 2 +- .../render-tests/text-justify/auto/metrics.json | 2 +- .../render-tests/text-justify/left/metrics.json | 2 +- .../render-tests/text-justify/property-function/metrics.json | 2 +- .../render-tests/text-justify/right/metrics.json | 2 +- .../text-keep-upright/line-placement-false/metrics.json | 2 +- .../line-placement-true-offset/metrics.json | 2 +- .../line-placement-true-pitched/metrics.json | 2 +- .../line-placement-true-rotated/metrics.json | 2 +- .../line-placement-true-text-anchor/metrics.json | 2 +- .../text-keep-upright/line-placement-true/metrics.json | 2 +- .../point-placement-align-map-false/metrics.json | 2 +- .../point-placement-align-map-true/metrics.json | 2 +- .../point-placement-align-viewport-false/metrics.json | 2 +- .../point-placement-align-viewport-true/metrics.json | 2 +- .../text-letter-spacing/function-close/metrics.json | 2 +- .../text-letter-spacing/function-far/metrics.json | 2 +- .../render-tests/text-letter-spacing/literal/metrics.json | 2 +- .../text-letter-spacing/property-function/metrics.json | 2 +- .../zoom-and-property-function/metrics.json | 2 +- .../render-tests/text-line-height/literal/metrics.json | 2 +- .../render-tests/text-max-angle/line-center/metrics.json | 2 +- .../render-tests/text-max-angle/literal/metrics.json | 2 +- .../text-max-width/force-double-newline/metrics.json | 2 +- .../render-tests/text-max-width/force-newline/metrics.json | 2 +- .../text-max-width/ideographic-breaking/metrics.json | 2 +- .../ideographic-punctuation-breaking/metrics.json | 2 +- .../render-tests/text-max-width/literal/metrics.json | 2 +- .../text-max-width/property-function/metrics.json | 2 +- .../text-max-width/zoom-and-property-function/metrics.json | 2 +- .../text-no-cross-source-collision/default/metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../render-tests/text-offset/literal/metrics.json | 2 +- .../render-tests/text-offset/property-function/metrics.json | 2 +- .../render-tests/text-opacity/default/metrics.json | 2 +- .../render-tests/text-opacity/function/metrics.json | 2 +- .../render-tests/text-opacity/literal/metrics.json | 2 +- .../render-tests/text-opacity/property-function/metrics.json | 2 +- .../auto-text-rotation-alignment-map/metrics.json | 2 +- .../auto-text-rotation-alignment-viewport/metrics.json | 2 +- .../text-pitch-alignment/map-text-depthtest/metrics.json | 2 +- .../map-text-rotation-alignment-map/metrics.json | 2 +- .../map-text-rotation-alignment-viewport/metrics.json | 2 +- .../viewport-overzoomed-single-glyph/metrics.json | 2 +- .../text-pitch-alignment/viewport-overzoomed/metrics.json | 2 +- .../viewport-text-depthtest/metrics.json | 2 +- .../viewport-text-rotation-alignment-map/metrics.json | 2 +- .../viewport-text-rotation-alignment-viewport/metrics.json | 2 +- .../render-tests/text-pitch-scaling/line-half/metrics.json | 2 +- .../render-tests/text-radial-offset/basic/metrics.json | 2 +- .../render-tests/text-rotate/anchor-bottom/metrics.json | 2 +- .../render-tests/text-rotate/anchor-left/metrics.json | 2 +- .../render-tests/text-rotate/anchor-right/metrics.json | 2 +- .../render-tests/text-rotate/anchor-top/metrics.json | 2 +- .../render-tests/text-rotate/function/metrics.json | 2 +- .../render-tests/text-rotate/literal/metrics.json | 2 +- .../render-tests/text-rotate/property-function/metrics.json | 2 +- .../render-tests/text-rotate/with-offset/metrics.json | 2 +- .../auto-symbol-placement-line/metrics.json | 2 +- .../auto-symbol-placement-point/metrics.json | 2 +- .../map-symbol-placement-line/metrics.json | 2 +- .../map-symbol-placement-point/metrics.json | 2 +- .../viewport-symbol-placement-line/metrics.json | 2 +- .../viewport-symbol-placement-point/metrics.json | 2 +- .../text-size/camera-function-high-base/metrics.json | 2 +- .../text-size/camera-function-interval/metrics.json | 2 +- .../render-tests/text-size/composite-expression/metrics.json | 2 +- .../text-size/composite-function-line-placement/metrics.json | 2 +- .../render-tests/text-size/composite-function/metrics.json | 2 +- .../render-tests/text-size/default/metrics.json | 2 +- .../render-tests/text-size/function/metrics.json | 2 +- .../render-tests/text-size/literal/metrics.json | 2 +- .../render-tests/text-size/property-function/metrics.json | 2 +- .../render-tests/text-size/zero/metrics.json | 2 +- .../text-tile-edge-clipping/default/metrics.json | 2 +- .../render-tests/text-transform/lowercase/metrics.json | 2 +- .../text-transform/property-function/metrics.json | 2 +- .../render-tests/text-transform/uppercase/metrics.json | 2 +- .../render-tests/text-translate-anchor/map/metrics.json | 2 +- .../render-tests/text-translate-anchor/viewport/metrics.json | 2 +- .../render-tests/text-translate/default/metrics.json | 2 +- .../render-tests/text-translate/function/metrics.json | 2 +- .../render-tests/text-translate/literal/metrics.json | 2 +- .../all-anchors-icon-text-fit/metrics.json | 2 +- .../all-anchors-text-allow-overlap/metrics.json | 2 +- .../text-variable-anchor-offset/all-anchors/metrics.json | 2 +- .../databind-coalesce/metrics.json | 2 +- .../databind-interpolate/metrics.json | 2 +- .../icon-image-all-anchors/metrics.json | 2 +- .../icon-image-offset/metrics.json | 2 +- .../text-variable-anchor-offset/icon-image/metrics.json | 2 +- .../icon-text-fit-collision-box/metrics.json | 2 +- .../text-variable-anchor-offset/no-animate-zoom/metrics.json | 2 +- .../text-variable-anchor-offset/pitched-offset/metrics.json | 2 +- .../pitched-with-map/metrics.json | 2 +- .../text-variable-anchor-offset/pitched/metrics.json | 2 +- .../text-variable-anchor-offset/rotated-offset/metrics.json | 2 +- .../rotated-with-map/metrics.json | 2 +- .../text-variable-anchor-offset/rotated/metrics.json | 2 +- .../single-justification/metrics.json | 2 +- .../text-variable-anchor-offset/single-line/metrics.json | 2 +- .../text-allow-overlap/metrics.json | 2 +- .../top-bottom-left-right/metrics.json | 2 +- .../all-anchors-icon-text-fit/metrics.json | 2 +- .../all-anchors-offset-zero/metrics.json | 2 +- .../text-variable-anchor/all-anchors-offset/metrics.json | 2 +- .../all-anchors-radial-offset-zero/metrics.json | 2 +- .../all-anchors-text-allow-overlap/metrics.json | 2 +- .../all-anchors-tile-map-mode/metrics.json | 2 +- .../all-anchors-two-dimentional-offset-negative/metrics.json | 2 +- .../all-anchors-two-dimentional-offset-zero/metrics.json | 2 +- .../all-anchors-two-dimentional-offset/metrics.json | 2 +- .../text-variable-anchor/all-anchors/metrics.json | 2 +- .../text-variable-anchor/icon-image-all-anchors/metrics.json | 2 +- .../text-variable-anchor/icon-image/metrics.json | 2 +- .../icon-text-fit-collision-box/metrics.json | 2 +- .../left-top-right-bottom-offset-tile-map-mode/metrics.json | 2 +- .../text-variable-anchor/no-animate-zoom/metrics.json | 2 +- .../text-variable-anchor/pitched-offset/metrics.json | 2 +- .../text-variable-anchor/pitched-rotated-debug/metrics.json | 2 +- .../text-variable-anchor/pitched-with-map/metrics.json | 2 +- .../render-tests/text-variable-anchor/pitched/metrics.json | 2 +- .../text-variable-anchor/rotated-offset/metrics.json | 2 +- .../text-variable-anchor/rotated-with-map/metrics.json | 2 +- .../render-tests/text-variable-anchor/rotated/metrics.json | 2 +- .../text-variable-anchor/single-justification/metrics.json | 2 +- .../text-variable-anchor/single-line/metrics.json | 2 +- .../text-variable-anchor/text-allow-overlap/metrics.json | 2 +- .../text-variable-anchor/top-bottom-left-right/metrics.json | 2 +- .../render-tests/text-visibility/none/metrics.json | 2 +- .../render-tests/text-visibility/visible/metrics.json | 2 +- .../line_label/chinese-punctuation/metrics.json | 2 +- .../text-writing-mode/line_label/chinese/metrics.json | 2 +- .../text-writing-mode/line_label/latin/metrics.json | 2 +- .../text-writing-mode/line_label/mixed/metrics.json | 2 +- .../point_label/cjk-arabic-vertical-mode/metrics.json | 2 +- .../point_label/cjk-horizontal-vertical-mode/metrics.json | 2 +- .../cjk-multiline-vertical-horizontal-mode/metrics.json | 2 +- .../point_label/cjk-punctuation-vertical-mode/metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../cjk-variable-anchors-vertical-mode/metrics.json | 2 +- .../point_label/cjk-vertical-horizontal-mode/metrics.json | 2 +- .../point_label/cjk-vertical-mode/metrics.json | 2 +- .../point_label/latin-vertical-mode/metrics.json | 2 +- .../metrics.json | 2 +- .../mixed-multiline-vertical-horizontal-mode/metrics.json | 2 +- .../render-tests/tile-mode/streets-v11/metrics.json | 2 +- .../render-tests/tilejson-bounds/default/metrics.json | 2 +- .../tilejson-bounds/overwrite-bounds/metrics.json | 2 +- .../render-tests/tms/tms/metrics.json | 2 +- .../within/filter-with-inlined-geojson/metrics.json | 2 +- .../render-tests/within/layout-text/metrics.json | 2 +- .../render-tests/within/paint-circle/metrics.json | 2 +- .../render-tests/within/paint-icon/metrics.json | 2 +- .../render-tests/within/paint-line/metrics.json | 2 +- .../render-tests/within/paint-text/metrics.json | 2 +- .../render-tests/zoom-history/in/metrics.json | 2 +- .../render-tests/zoom-history/out/metrics.json | 2 +- .../render-tests/zoom-visibility/above/metrics.json | 2 +- .../render-tests/zoom-visibility/below/metrics.json | 2 +- .../render-tests/zoom-visibility/in-range/metrics.json | 2 +- .../render-tests/zoom-visibility/out-of-range/metrics.json | 2 +- .../render-tests/zoom-visibility/was-above/metrics.json | 2 +- .../render-tests/zoom-visibility/was-below/metrics.json | 2 +- .../render-tests/zoomed-fill/default/metrics.json | 2 +- .../render-tests/zoomed-raster/fractional/metrics.json | 2 +- .../render-tests/zoomed-raster/overzoom/metrics.json | 2 +- .../render-tests/zoomed-raster/underzoom/metrics.json | 2 +- metrics/binary-size/android-arm64-v8a/metrics.json | 2 +- metrics/binary-size/android-armeabi-v7a/metrics.json | 2 +- metrics/binary-size/android-x86/metrics.json | 2 +- metrics/binary-size/android-x86_64/metrics.json | 2 +- metrics/binary-size/linux-clang8/metrics.json | 2 +- metrics/binary-size/linux-gcc8/metrics.json | 2 +- metrics/binary-size/macos-xcode11/metrics.json | 2 +- metrics/ignores/linux-drawable.json | 2 +- metrics/ignores/linux-vulkan.json | 2 +- metrics/ignores/platform-android-vulkan.json | 2 +- metrics/integration/data/chinese.geojson | 2 +- metrics/integration/data/places.geojson | 2 +- .../expression-tests/index-of/assert-array/test.json | 2 +- .../expression-tests/index-of/assert-string/test.json | 2 +- .../expression-tests/index-of/basic-string/test.json | 2 +- .../expression-tests/index-of/invalid-haystack/test.json | 2 +- .../expression-tests/index-of/invalid-needle/test.json | 2 +- .../expression-tests/index-of/with-from-index/test.json | 2 +- .../expression-tests/slice/array-one-index/test.json | 2 +- .../expression-tests/slice/array-two-indexes/test.json | 2 +- .../expression-tests/slice/invalid-inputs/test.json | 2 +- .../expression-tests/slice/string-one-index/test.json | 2 +- .../expression-tests/slice/string-two-indexes/test.json | 2 +- metrics/integration/geojson/anchors.json | 2 +- .../circle-pitch-scale/map-inside-align-map/expected.json | 2 +- .../map-inside-align-viewport/expected.json | 2 +- .../circle-pitch-scale/map-outside-align-map/expected.json | 2 +- .../map-outside-align-viewport/expected.json | 2 +- .../viewport-inside-align-map/expected.json | 2 +- .../viewport-inside-align-viewport/expected.json | 2 +- .../viewport-outside-align-map/expected.json | 2 +- .../viewport-outside-align-viewport/expected.json | 2 +- .../circle-radius-features-in/inside/expected.json | 2 +- .../query-tests/circle-radius-features-in/inside/style.json | 2 +- .../circle-radius-features-in/outside/expected.json | 2 +- .../query-tests/circle-radius-features-in/outside/style.json | 2 +- .../query-tests/circle-radius/feature-state/expected.json | 2 +- .../query-tests/circle-radius/feature-state/style.json | 2 +- .../query-tests/circle-radius/inside/expected.json | 2 +- .../integration/query-tests/circle-radius/inside/style.json | 2 +- .../query-tests/circle-radius/outside/expected.json | 2 +- .../integration/query-tests/circle-radius/outside/style.json | 2 +- .../circle-radius/property-function/expected.json | 2 +- .../query-tests/circle-radius/tile-boundary/expected.json | 2 +- .../circle-radius/zoom-and-property-function/expected.json | 2 +- .../circle-stroke-width/feature-state/expected.json | 2 +- .../query-tests/circle-stroke-width/feature-state/style.json | 2 +- .../query-tests/circle-stroke-width/inside/expected.json | 2 +- .../query-tests/circle-stroke-width/outside/expected.json | 2 +- .../query-tests/circle-translate-anchor/map/expected.json | 2 +- .../query-tests/circle-translate-anchor/map/style.json | 2 +- .../circle-translate-anchor/viewport/expected.json | 2 +- .../query-tests/circle-translate-anchor/viewport/style.json | 2 +- .../query-tests/circle-translate/box/expected.json | 2 +- .../integration/query-tests/circle-translate/box/style.json | 2 +- .../query-tests/circle-translate/inside/expected.json | 2 +- .../query-tests/circle-translate/inside/style.json | 2 +- .../query-tests/circle-translate/outside/expected.json | 2 +- .../query-tests/circle-translate/outside/style.json | 2 +- .../edge-cases/box-cutting-antimeridian-z0/expected.json | 2 +- .../edge-cases/box-cutting-antimeridian-z1/expected.json | 2 +- .../edge-cases/box-cutting-antimeridian-z1/style.json | 2 +- .../query-tests/edge-cases/null-island/expected.json | 2 +- .../query-tests/edge-cases/null-island/style.json | 2 +- .../query-tests/edge-cases/unsorted-keys/expected.json | 2 +- .../query-tests/feature-state/default/expected.json | 2 +- .../integration/query-tests/feature-state/default/style.json | 2 +- .../query-tests/fill-extrusion/base-in/expected.json | 2 +- .../query-tests/fill-extrusion/base-out/expected.json | 2 +- .../query-tests/fill-extrusion/box-in/expected.json | 2 +- .../query-tests/fill-extrusion/box-out/expected.json | 2 +- .../query-tests/fill-extrusion/side-in/expected.json | 2 +- .../query-tests/fill-extrusion/side-out/expected.json | 2 +- .../fill-extrusion/sort-concave-inner/expected.json | 2 +- .../fill-extrusion/sort-concave-outer/expected.json | 2 +- .../query-tests/fill-extrusion/sort-rotated/expected.json | 2 +- .../query-tests/fill-extrusion/sort/expected.json | 2 +- .../query-tests/fill-extrusion/top-in/expected.json | 2 +- .../query-tests/fill-extrusion/top-out/expected.json | 2 +- .../query-tests/fill-features-in/default/expected.json | 2 +- .../query-tests/fill-features-in/default/style.json | 2 +- .../query-tests/fill-features-in/rotated/expected.json | 2 +- .../query-tests/fill-features-in/rotated/style.json | 2 +- .../query-tests/fill-features-in/tilted/expected.json | 2 +- .../query-tests/fill-features-in/tilted/style.json | 2 +- .../query-tests/fill-translate-anchor/map/expected.json | 2 +- .../query-tests/fill-translate-anchor/map/style.json | 2 +- .../query-tests/fill-translate-anchor/viewport/expected.json | 2 +- .../query-tests/fill-translate-anchor/viewport/style.json | 2 +- .../query-tests/fill-translate/literal/expected.json | 2 +- .../query-tests/fill-translate/literal/style.json | 2 +- metrics/integration/query-tests/fill/default/expected.json | 2 +- metrics/integration/query-tests/fill/default/style.json | 2 +- .../integration/query-tests/fill/fill-pattern/expected.json | 2 +- .../integration/query-tests/fill/overscaled/expected.json | 2 +- metrics/integration/query-tests/fill/overscaled/style.json | 2 +- .../query-tests/geometry/linestring/expected.json | 2 +- .../integration/query-tests/geometry/linestring/style.json | 2 +- .../query-tests/geometry/multilinestring/expected.json | 2 +- .../query-tests/geometry/multilinestring/style.json | 2 +- .../query-tests/geometry/multipoint/expected.json | 2 +- .../integration/query-tests/geometry/multipoint/style.json | 2 +- .../query-tests/geometry/multipolygon/expected.json | 2 +- .../integration/query-tests/geometry/multipolygon/style.json | 2 +- metrics/integration/query-tests/geometry/point/expected.json | 2 +- metrics/integration/query-tests/geometry/point/style.json | 2 +- .../integration/query-tests/geometry/polygon/expected.json | 2 +- metrics/integration/query-tests/geometry/polygon/style.json | 2 +- .../invisible-features/visibility-none/expected.json | 2 +- .../invisible-features/zero-opacity/expected.json | 2 +- .../query-tests/line-gap-width/feature-state/expected.json | 2 +- .../query-tests/line-gap-width/feature-state/style.json | 2 +- .../line-gap-width/inside-fractional/expected.json | 2 +- .../query-tests/line-gap-width/inside-fractional/style.json | 2 +- .../query-tests/line-gap-width/inside/expected.json | 2 +- .../integration/query-tests/line-gap-width/inside/style.json | 2 +- .../line-gap-width/outside-fractional/expected.json | 2 +- .../query-tests/line-gap-width/outside-fractional/style.json | 2 +- .../query-tests/line-gap-width/outside/expected.json | 2 +- .../query-tests/line-gap-width/outside/style.json | 2 +- .../line-gap-width/property-function/expected.json | 2 +- .../query-tests/line-offset/feature-state/expected.json | 2 +- .../query-tests/line-offset/feature-state/style.json | 2 +- .../query-tests/line-offset/inside-fractional/expected.json | 2 +- .../query-tests/line-offset/inside-fractional/style.json | 2 +- .../integration/query-tests/line-offset/inside/expected.json | 2 +- .../integration/query-tests/line-offset/inside/style.json | 2 +- .../query-tests/line-offset/outside-fractional/expected.json | 2 +- .../query-tests/line-offset/outside-fractional/style.json | 2 +- .../query-tests/line-offset/outside/expected.json | 2 +- .../integration/query-tests/line-offset/outside/style.json | 2 +- .../line-offset/pattern-feature-state/expected.json | 2 +- .../query-tests/line-offset/property-function/expected.json | 2 +- .../query-tests/line-translate-anchor/map/expected.json | 2 +- .../query-tests/line-translate-anchor/map/style.json | 2 +- .../query-tests/line-translate-anchor/viewport/expected.json | 2 +- .../query-tests/line-translate-anchor/viewport/style.json | 2 +- .../query-tests/line-translate/inside/expected.json | 2 +- .../integration/query-tests/line-translate/inside/style.json | 2 +- .../query-tests/line-translate/outside/expected.json | 2 +- .../query-tests/line-translate/outside/style.json | 2 +- .../query-tests/line-width-features-in/inside/expected.json | 2 +- .../query-tests/line-width-features-in/inside/style.json | 2 +- .../query-tests/line-width-features-in/outside/expected.json | 2 +- .../query-tests/line-width-features-in/outside/style.json | 2 +- .../line-width-features-in/tilt-inside/expected.json | 2 +- .../line-width-features-in/tilt-inside/style.json | 2 +- .../line-width-features-in/tilt-outside/expected.json | 2 +- .../line-width-features-in/tilt-outside/style.json | 2 +- .../query-tests/line-width/feature-state/expected.json | 2 +- .../query-tests/line-width/feature-state/style.json | 2 +- .../query-tests/line-width/inside-fractional/expected.json | 2 +- .../query-tests/line-width/inside-fractional/style.json | 2 +- .../integration/query-tests/line-width/inside/expected.json | 2 +- metrics/integration/query-tests/line-width/inside/style.json | 2 +- .../query-tests/line-width/outside-fractional/expected.json | 2 +- .../query-tests/line-width/outside-fractional/style.json | 2 +- .../integration/query-tests/line-width/outside/expected.json | 2 +- .../integration/query-tests/line-width/outside/style.json | 2 +- .../query-tests/options/filter-false/expected.json | 2 +- .../query-tests/options/filter-true/expected.json | 2 +- .../query-tests/options/layers-multiple/expected.json | 2 +- .../integration/query-tests/options/layers-one/expected.json | 2 +- .../query-tests/regressions/mapbox-gl-js#3534/expected.json | 2 +- .../query-tests/regressions/mapbox-gl-js#3534/style.json | 2 +- .../query-tests/regressions/mapbox-gl-js#4417/expected.json | 2 +- .../query-tests/regressions/mapbox-gl-js#4417/style.json | 2 +- .../query-tests/regressions/mapbox-gl-js#4494/style.json | 2 +- .../query-tests/regressions/mapbox-gl-js#5172/expected.json | 2 +- .../query-tests/regressions/mapbox-gl-js#5473/expected.json | 2 +- .../query-tests/regressions/mapbox-gl-js#5554/expected.json | 2 +- .../query-tests/regressions/mapbox-gl-js#6075/expected.json | 2 +- .../query-tests/regressions/mapbox-gl-js#7883/expected.json | 2 +- .../query-tests/regressions/mapbox-gl-js#8999/expected.json | 2 +- .../query-tests/remove-feature-state/default/expected.json | 2 +- .../query-tests/remove-feature-state/default/style.json | 2 +- .../symbol-features-in/fractional-outside/expected.json | 2 +- .../symbol-features-in/fractional-outside/style.json | 2 +- .../query-tests/symbol-features-in/hidden/expected.json | 2 +- .../query-tests/symbol-features-in/hidden/style.json | 2 +- .../query-tests/symbol-features-in/inside/expected.json | 2 +- .../query-tests/symbol-features-in/inside/style.json | 2 +- .../query-tests/symbol-features-in/outside/expected.json | 2 +- .../query-tests/symbol-features-in/outside/style.json | 2 +- .../symbol-features-in/pitched-screen/expected.json | 2 +- .../query-tests/symbol-features-in/pitched-screen/style.json | 2 +- .../symbol-features-in/tilted-inside/expected.json | 2 +- .../query-tests/symbol-features-in/tilted-inside/style.json | 2 +- .../symbol-features-in/tilted-outside/expected.json | 2 +- .../query-tests/symbol-features-in/tilted-outside/style.json | 2 +- .../query-tests/symbol-ignore-placement/inside/expected.json | 2 +- .../query-tests/symbol-ignore-placement/inside/style.json | 2 +- .../symbol/filtered-rotated-after-insert/expected.json | 2 +- .../integration/query-tests/symbol/filtered/expected.json | 2 +- .../query-tests/symbol/fractional-outside/expected.json | 2 +- .../query-tests/symbol/fractional-outside/style.json | 2 +- metrics/integration/query-tests/symbol/hidden/expected.json | 2 +- metrics/integration/query-tests/symbol/hidden/style.json | 2 +- metrics/integration/query-tests/symbol/inside/expected.json | 2 +- metrics/integration/query-tests/symbol/inside/style.json | 2 +- metrics/integration/query-tests/symbol/outside/expected.json | 2 +- metrics/integration/query-tests/symbol/outside/style.json | 2 +- .../query-tests/symbol/panned-after-insert/expected.json | 2 +- .../query-tests/symbol/panned-after-insert/style.json | 2 +- .../query-tests/symbol/rotated-after-insert/expected.json | 2 +- .../query-tests/symbol/rotated-after-insert/style.json | 2 +- .../query-tests/symbol/rotated-inside/expected.json | 2 +- .../query-tests/symbol/rotated-outside/expected.json | 2 +- .../query-tests/symbol/rotated-outside/style.json | 2 +- .../query-tests/symbol/rotated-sort/expected.json | 2 +- .../query-tests/symbol/tile-boundary/expected.json | 2 +- .../integration/query-tests/world-wrapping/box/expected.json | 2 +- .../integration/query-tests/world-wrapping/box/style.json | 2 +- .../query-tests/world-wrapping/point/expected.json | 2 +- .../integration/query-tests/world-wrapping/point/style.json | 2 +- .../render-tests/background-color/default/style.json | 2 +- .../render-tests/background-color/function/style.json | 2 +- .../render-tests/background-color/literal/style.json | 2 +- .../render-tests/background-opacity/color/style.json | 2 +- .../render-tests/background-opacity/image/style.json | 2 +- .../render-tests/background-pattern/@2x/style.json | 2 +- .../render-tests/background-pattern/literal/style.json | 2 +- .../render-tests/background-pattern/pitch/style.json | 2 +- .../render-tests/background-pattern/rotated/style.json | 2 +- .../render-tests/background-pattern/zoomed/style.json | 2 +- .../render-tests/background-visibility/none/style.json | 2 +- .../render-tests/background-visibility/visible/style.json | 2 +- .../combinations/fill-opaque--image-translucent/style.json | 2 +- .../debug/collision-icon-text-line-translate/style.json | 2 +- .../debug/collision-icon-text-point-translate/style.json | 2 +- .../render-tests/debug/collision-overscaled/style.json | 2 +- metrics/integration/render-tests/debug/collision/style.json | 2 +- .../render-tests/debug/tile-overscaled/style.json | 2 +- metrics/integration/render-tests/empty/empty/style.json | 2 +- .../integration/render-tests/extent/1024-circle/style.json | 2 +- metrics/integration/render-tests/extent/1024-fill/style.json | 2 +- metrics/integration/render-tests/extent/1024-line/style.json | 2 +- .../integration/render-tests/extent/1024-symbol/style.json | 2 +- .../integration/render-tests/fill-antialias/false/style.json | 2 +- .../integration/render-tests/fill-color/default/style.json | 2 +- .../integration/render-tests/fill-color/function/style.json | 2 +- .../integration/render-tests/fill-color/literal/style.json | 2 +- .../integration/render-tests/fill-color/multiply/style.json | 2 +- .../integration/render-tests/fill-color/opacity/style.json | 2 +- .../render-tests/fill-extrusion-pattern/missing/style.json | 2 +- .../integration/render-tests/fill-opacity/default/style.json | 2 +- .../render-tests/fill-opacity/function/style.json | 2 +- .../integration/render-tests/fill-opacity/literal/style.json | 2 +- .../render-tests/fill-outline-color/default/style.json | 2 +- .../render-tests/fill-outline-color/fill/style.json | 2 +- .../render-tests/fill-outline-color/function/style.json | 2 +- .../render-tests/fill-outline-color/literal/style.json | 2 +- .../render-tests/fill-outline-color/multiply/style.json | 2 +- .../render-tests/fill-outline-color/opacity/style.json | 2 +- .../fill-outline-color/zoom-and-property-function/style.json | 2 +- metrics/integration/render-tests/fill-pattern/@2x/style.json | 2 +- .../fill-pattern/case-data-expression/style.json | 2 -- .../fill-pattern/invalid-feature-expression/style.json | 2 -- .../integration/render-tests/fill-pattern/literal/style.json | 2 +- .../integration/render-tests/fill-pattern/opacity/style.json | 2 +- .../render-tests/fill-pattern/uneven-pattern/style.json | 2 +- .../fill-pattern/wrapping-with-interpolation/style.json | 2 +- .../integration/render-tests/fill-pattern/zoomed/style.json | 2 +- .../render-tests/fill-translate-anchor/map/style.json | 2 +- .../render-tests/fill-translate-anchor/viewport/style.json | 2 +- .../render-tests/fill-translate/default/style.json | 2 +- .../render-tests/fill-translate/function/style.json | 2 +- .../render-tests/fill-translate/literal/style.json | 2 +- .../integration/render-tests/fill-visibility/none/style.json | 2 +- .../render-tests/fill-visibility/visible/style.json | 2 +- .../render-tests/geojson/external-feature/style.json | 2 +- .../render-tests/geojson/external-invalid/style.json | 2 +- .../render-tests/geojson/external-linestring/style.json | 2 +- .../render-tests/geojson/external-malformed/style.json | 2 +- .../geojson/inconsistent-winding-order/style.json | 2 +- .../render-tests/geojson/inline-feature/style.json | 2 +- .../render-tests/geojson/inline-invalid/style.json | 2 +- .../render-tests/geojson/inline-linestring-fill/style.json | 2 +- .../render-tests/geojson/inline-malformed/style.json | 2 +- .../render-tests/geojson/inline-polygon-symbol/style.json | 2 +- metrics/integration/render-tests/geojson/missing/style.json | 2 +- .../render-tests/geojson/reparse-overscaled/style.json | 2 +- .../integration/render-tests/icon-color/default/style.json | 2 +- .../integration/render-tests/icon-color/function/style.json | 2 +- .../integration/render-tests/icon-color/literal/style.json | 2 +- .../render-tests/icon-halo-blur/default/style.json | 2 +- .../render-tests/icon-halo-blur/function/style.json | 2 +- .../render-tests/icon-halo-blur/literal/style.json | 2 +- .../render-tests/icon-halo-color/default/style.json | 2 +- .../render-tests/icon-halo-color/function/style.json | 2 +- .../render-tests/icon-halo-color/literal/style.json | 2 +- .../render-tests/icon-halo-color/multiply/style.json | 2 +- .../render-tests/icon-halo-color/opacity/style.json | 2 +- .../render-tests/icon-halo-color/transparent/style.json | 2 +- .../render-tests/icon-halo-width/default/style.json | 2 +- .../render-tests/icon-halo-width/function/style.json | 2 +- .../render-tests/icon-halo-width/literal/style.json | 2 +- .../integration/render-tests/icon-offset/literal/style.json | 2 +- .../integration/render-tests/icon-opacity/default/style.json | 2 +- .../render-tests/icon-opacity/function/style.json | 2 +- .../render-tests/icon-opacity/icon-only/style.json | 2 +- .../integration/render-tests/icon-opacity/literal/style.json | 2 +- .../render-tests/icon-opacity/text-and-icon/style.json | 2 +- .../render-tests/icon-opacity/text-only/style.json | 2 +- .../auto-symbol-placement-line/style.json | 2 +- .../auto-symbol-placement-point/style.json | 2 +- .../map-symbol-placement-line/style.json | 2 +- .../map-symbol-placement-point/style.json | 2 +- .../viewport-symbol-placement-line/style.json | 2 +- .../viewport-symbol-placement-point/style.json | 2 +- .../both-collision-variable-anchor-text-fit/style.json | 2 +- .../icon-text-fit/both-collision-variable-anchor/style.json | 2 +- .../render-tests/icon-text-fit/both-collision/style.json | 2 +- .../render-tests/icon-text-fit/both-padding/style.json | 2 +- .../both-text-anchor-1x-image-2x-screen/style.json | 2 +- .../both-text-anchor-2x-image-1x-screen/style.json | 2 +- .../both-text-anchor-2x-image-2x-screen/style.json | 2 +- .../icon-text-fit/both-text-anchor-icon-anchor/style.json | 2 +- .../icon-text-fit/both-text-anchor-icon-offset/style.json | 2 +- .../icon-text-fit/both-text-anchor-padding/style.json | 2 +- .../render-tests/icon-text-fit/both-text-anchor/style.json | 2 +- .../integration/render-tests/icon-text-fit/both/style.json | 2 +- .../icon-text-fit/enlargen-both-padding/style.json | 2 +- .../render-tests/icon-text-fit/enlargen-both/style.json | 2 +- .../render-tests/icon-text-fit/enlargen-height/style.json | 2 +- .../render-tests/icon-text-fit/enlargen-width/style.json | 2 +- .../render-tests/icon-text-fit/height-padding/style.json | 2 +- .../icon-text-fit/height-text-anchor-padding/style.json | 2 +- .../render-tests/icon-text-fit/height-text-anchor/style.json | 2 +- .../integration/render-tests/icon-text-fit/height/style.json | 2 +- .../integration/render-tests/icon-text-fit/none/style.json | 2 +- .../icon-text-fit/textFit-anchors-long/style.json | 2 +- .../icon-text-fit/textFit-anchors-short/style.json | 2 +- .../icon-text-fit/textFit-grid-long-vertical/style.json | 2 +- .../render-tests/icon-text-fit/textFit-grid-long/style.json | 2 +- .../icon-text-fit/textFit-grid-short-vertical/style.json | 2 +- .../render-tests/icon-text-fit/textFit-grid-short/style.json | 2 +- .../render-tests/icon-text-fit/width-padding/style.json | 2 +- .../icon-text-fit/width-text-anchor-padding/style.json | 2 +- .../render-tests/icon-text-fit/width-text-anchor/style.json | 2 +- .../integration/render-tests/icon-text-fit/width/style.json | 2 +- .../render-tests/icon-translate-anchor/map/style.json | 2 +- .../render-tests/icon-translate-anchor/viewport/style.json | 2 +- .../render-tests/icon-translate/default/style.json | 2 +- .../render-tests/icon-translate/function/style.json | 2 +- .../render-tests/icon-translate/literal/style.json | 2 +- .../integration/render-tests/icon-visibility/none/style.json | 2 +- .../render-tests/icon-visibility/visible/style.json | 2 +- metrics/integration/render-tests/image/default/style.json | 2 +- metrics/integration/render-tests/image/pitched/style.json | 2 +- .../render-tests/image/raster-brightness/style.json | 2 +- .../render-tests/image/raster-contrast/style.json | 2 +- .../render-tests/image/raster-hue-rotate/style.json | 2 +- .../integration/render-tests/image/raster-opacity/style.json | 2 +- .../render-tests/image/raster-saturation/style.json | 2 +- .../render-tests/image/raster-visibility/style.json | 2 +- .../integration/render-tests/line-blur/default/style.json | 2 +- .../integration/render-tests/line-blur/function/style.json | 2 +- .../integration/render-tests/line-blur/literal/style.json | 2 +- metrics/integration/render-tests/line-cap/butt/style.json | 2 +- metrics/integration/render-tests/line-cap/round/style.json | 2 +- metrics/integration/render-tests/line-cap/square/style.json | 2 +- .../integration/render-tests/line-color/default/style.json | 2 +- .../integration/render-tests/line-color/function/style.json | 2 +- .../integration/render-tests/line-color/literal/style.json | 2 +- .../render-tests/line-dasharray/long-segment/style.json | 2 +- .../render-tests/line-dasharray/overscaled/style.json | 2 +- .../integration/render-tests/line-dasharray/slant/style.json | 2 +- .../render-tests/line-gap-width/default/style.json | 2 +- .../render-tests/line-gap-width/function/style.json | 2 +- .../render-tests/line-gap-width/literal/style.json | 2 +- .../integration/render-tests/line-offset/default/style.json | 2 +- .../integration/render-tests/line-offset/function/style.json | 2 +- .../render-tests/line-offset/literal-negative/style.json | 2 +- .../integration/render-tests/line-offset/literal/style.json | 2 +- .../integration/render-tests/line-opacity/default/style.json | 2 +- .../render-tests/line-opacity/function/style.json | 2 +- .../integration/render-tests/line-opacity/literal/style.json | 2 +- .../integration/render-tests/line-pitch/default/style.json | 2 +- .../integration/render-tests/line-pitch/pitch0/style.json | 2 +- .../integration/render-tests/line-pitch/pitch15/style.json | 2 +- .../integration/render-tests/line-pitch/pitch30/style.json | 2 +- .../render-tests/line-pitch/pitchAndBearing/style.json | 2 +- .../render-tests/line-translate-anchor/map/style.json | 2 +- .../render-tests/line-translate-anchor/viewport/style.json | 2 +- .../render-tests/line-translate/default/style.json | 2 +- .../render-tests/line-translate/function/style.json | 2 +- .../render-tests/line-translate/literal/style.json | 2 +- .../render-tests/line-triangulation/default/style.json | 2 +- .../render-tests/line-triangulation/round/style.json | 2 +- .../integration/render-tests/line-visibility/none/style.json | 2 +- .../render-tests/line-visibility/visible/style.json | 2 +- .../integration/render-tests/line-width/default/style.json | 2 +- .../integration/render-tests/line-width/function/style.json | 2 +- .../integration/render-tests/line-width/literal/style.json | 2 +- .../render-tests/line-width/property-function/style.json | 2 +- .../linear-filter-opacity-edge/literal/style.json | 2 +- .../integration/render-tests/raster-alpha/default/style.json | 2 +- .../render-tests/raster-brightness/default/style.json | 2 +- .../render-tests/raster-brightness/function/style.json | 2 +- .../render-tests/raster-brightness/literal/style.json | 2 +- .../render-tests/raster-contrast/default/style.json | 2 +- .../render-tests/raster-contrast/function/style.json | 2 +- .../render-tests/raster-contrast/literal/style.json | 2 +- .../render-tests/raster-hue-rotate/default/style.json | 2 +- .../render-tests/raster-hue-rotate/function/style.json | 2 +- .../render-tests/raster-hue-rotate/literal/style.json | 2 +- .../render-tests/raster-loading/missing/style.json | 2 +- .../render-tests/raster-opacity/default/style.json | 2 +- .../render-tests/raster-opacity/function/style.json | 2 +- .../render-tests/raster-opacity/literal/style.json | 2 +- .../integration/render-tests/raster-rotation/0/style.json | 2 +- .../integration/render-tests/raster-rotation/180/style.json | 2 +- .../integration/render-tests/raster-rotation/270/style.json | 2 +- .../integration/render-tests/raster-rotation/45/style.json | 2 +- .../integration/render-tests/raster-rotation/90/style.json | 2 +- .../render-tests/raster-saturation/default/style.json | 2 +- .../render-tests/raster-saturation/function/style.json | 2 +- .../render-tests/raster-saturation/literal/style.json | 2 +- .../render-tests/raster-visibility/none/style.json | 2 +- .../render-tests/raster-visibility/visible/style.json | 2 +- .../render-tests/regressions/mapbox-gl-js#2305/style.json | 2 +- .../render-tests/regressions/mapbox-gl-js#2523/style.json | 2 +- .../render-tests/regressions/mapbox-gl-js#2929/style.json | 2 +- .../render-tests/regressions/mapbox-gl-js#3010/style.json | 2 +- .../render-tests/regressions/mapbox-gl-js#3365/style.json | 2 +- .../render-tests/regressions/mapbox-gl-js#3394/style.json | 2 +- .../render-tests/regressions/mapbox-gl-js#3548/style.json | 2 +- .../render-tests/regressions/mapbox-gl-js#3614/style.json | 2 +- .../render-tests/regressions/mapbox-gl-js#3623/style.json | 2 +- .../render-tests/regressions/mapbox-gl-js#3682/style.json | 2 +- .../render-tests/regressions/mapbox-gl-js#3723/style.json | 2 +- .../render-tests/regressions/mapbox-gl-js#3819/style.json | 2 +- .../render-tests/regressions/mapbox-gl-js#3903/style.json | 2 +- .../render-tests/regressions/mapbox-gl-js#4150/style.json | 2 +- .../render-tests/regressions/mapbox-gl-js#4550/style.json | 2 +- .../render-tests/regressions/mapbox-gl-js#4551/style.json | 2 +- .../render-tests/regressions/mapbox-gl-js#4573/style.json | 2 +- .../render-tests/regressions/mapbox-gl-js#8026/style.json | 2 +- .../regressions/mapbox-gl-native#3292/style.json | 2 +- .../regressions/mapbox-gl-native#5754/style.json | 2 +- .../regressions/mapbox-gl-native#6820/style.json | 2 +- .../regressions/mapbox-gl-native#6903/style.json | 1 - .../regressions/mapbox-gl-native#7357/style.json | 2 +- .../remove-feature-state/composite-expression/style.json | 2 +- .../remove-feature-state/data-expression/style.json | 2 +- .../remove-feature-state/vector-source/style.json | 2 +- .../render-tests/retina-raster/default/style.json | 2 +- .../render-tests/runtime-styling/image-add-nonsdf/style.json | 1 - .../render-tests/runtime-styling/image-add-sdf/style.json | 1 - .../runtime-styling/image-update-icon/style.json | 2 +- .../runtime-styling/image-update-pattern/style.json | 2 +- .../style.json | 2 +- .../layout-property-default-to-zoom-expression/style.json | 2 +- .../style.json | 2 +- .../layout-property-literal-to-zoom-expression/style.json | 2 +- .../style.json | 2 +- .../style.json | 2 +- .../layout-property-text-variable-anchor/style.json | 2 +- .../layout-property-zoom-expression-to-default/style.json | 2 +- .../layout-property-zoom-expression-to-literal/style.json | 2 +- .../paint-property-default-to-property-expression/style.json | 2 +- .../paint-property-default-to-zoom-expression/style.json | 2 +- .../paint-property-fill-flat-to-extrude/style.json | 2 +- .../paint-property-literal-to-expression/style.json | 2 +- .../paint-property-literal-to-property-expression/style.json | 2 +- .../paint-property-property-expression-to-default/style.json | 2 +- .../paint-property-property-expression-to-literal/style.json | 2 +- .../paint-property-zoom-expression-to-default/style.json | 2 +- .../paint-property-zoom-expression-to-literal/style.json | 2 +- .../style.json | 2 +- .../style.json | 2 +- .../style.json | 2 +- .../style.json | 2 +- .../style.json | 2 +- .../style.json | 2 +- .../style.json | 2 +- .../style.json | 2 +- .../style.json | 2 +- .../style.json | 2 +- .../set-style-paint-property-fill-flat-to-extrude/style.json | 2 +- .../style.json | 2 +- .../style.json | 2 +- .../style.json | 2 +- .../style.json | 2 +- .../style.json | 2 +- .../style.json | 2 +- .../runtime-styling/source-add-geojson-inline/style.json | 2 +- .../render-tests/sprites/1x-screen-1x-icon/style.json | 2 +- .../render-tests/sprites/1x-screen-1x-pattern/style.json | 2 +- .../render-tests/sprites/1x-screen-2x-icon/style.json | 2 +- .../render-tests/sprites/1x-screen-2x-pattern/style.json | 2 +- .../render-tests/sprites/2x-screen-1x-icon/style.json | 2 +- .../render-tests/sprites/2x-screen-1x-pattern/style.json | 2 +- .../render-tests/sprites/2x-screen-2x-icon/style.json | 2 +- .../render-tests/sprites/2x-screen-2x-pattern/style.json | 2 +- .../render-tests/sprites/array-default-only/style.json | 2 +- .../render-tests/sprites/array-multiple/style.json | 2 +- .../render-tests/symbol-placement/line-overscaled/style.json | 2 +- .../render-tests/symbol-placement/line/style.json | 2 +- .../render-tests/symbol-placement/point/style.json | 2 +- .../render-tests/symbol-spacing/line-far/style.json | 2 +- .../render-tests/symbol-spacing/point-close/style.json | 2 +- .../render-tests/symbol-spacing/point-far/style.json | 2 +- .../integration/render-tests/text-anchor/bottom/style.json | 2 +- .../integration/render-tests/text-anchor/center/style.json | 2 +- metrics/integration/render-tests/text-anchor/top/style.json | 2 +- .../integration/render-tests/text-color/default/style.json | 2 +- .../integration/render-tests/text-color/function/style.json | 2 +- .../integration/render-tests/text-color/literal/style.json | 2 +- .../integration/render-tests/text-font/literal/style.json | 2 +- .../render-tests/text-halo-blur/default/style.json | 2 +- .../render-tests/text-halo-blur/function/style.json | 2 +- .../render-tests/text-halo-blur/literal/style.json | 2 +- .../render-tests/text-halo-color/default/style.json | 2 +- .../render-tests/text-halo-color/function/style.json | 2 +- .../render-tests/text-halo-color/literal/style.json | 2 +- .../render-tests/text-halo-width/default/style.json | 2 +- .../render-tests/text-halo-width/function/style.json | 2 +- .../render-tests/text-halo-width/literal/style.json | 2 +- .../text-keep-upright/line-placement-true-offset/style.json | 2 +- .../point-placement-align-map-false/style.json | 2 +- .../point-placement-align-map-true/style.json | 2 +- .../point-placement-align-viewport-false/style.json | 2 +- .../point-placement-align-viewport-true/style.json | 2 +- .../text-letter-spacing/function-close/style.json | 2 +- .../render-tests/text-letter-spacing/function-far/style.json | 2 +- .../render-tests/text-letter-spacing/literal/style.json | 2 +- .../render-tests/text-line-height/literal/style.json | 2 +- .../style.json | 2 +- .../style.json | 2 +- .../style.json | 2 +- .../style.json | 2 +- .../style.json | 2 +- .../style.json | 2 +- .../style.json | 2 +- .../style.json | 2 +- .../style.json | 2 +- .../style.json | 2 +- .../style.json | 2 +- .../style.json | 2 +- .../style.json | 2 +- .../style.json | 2 +- .../style.json | 2 +- .../style.json | 2 +- .../style.json | 2 +- .../style.json | 2 +- .../integration/render-tests/text-offset/literal/style.json | 2 +- .../integration/render-tests/text-opacity/default/style.json | 2 +- .../render-tests/text-opacity/function/style.json | 2 +- .../integration/render-tests/text-opacity/literal/style.json | 2 +- .../auto-symbol-placement-point/style.json | 2 +- .../map-symbol-placement-line/style.json | 2 +- .../map-symbol-placement-point/style.json | 2 +- .../viewport-symbol-placement-line/style.json | 2 +- .../viewport-symbol-placement-point/style.json | 2 +- .../render-tests/text-tile-edge-clipping/default/style.json | 2 +- .../render-tests/text-transform/lowercase/style.json | 2 +- .../render-tests/text-transform/uppercase/style.json | 2 +- .../render-tests/text-translate-anchor/map/style.json | 2 +- .../render-tests/text-translate-anchor/viewport/style.json | 2 +- .../render-tests/text-translate/default/style.json | 2 +- .../render-tests/text-translate/function/style.json | 2 +- .../render-tests/text-translate/literal/style.json | 2 +- .../text-variable-anchor-offset/databind-coalesce/style.json | 2 +- .../databind-interpolate/style.json | 2 +- .../render-tests/tilejson-bounds/default/style.json | 2 +- .../render-tests/tilejson-bounds/overwrite-bounds/style.json | 2 +- metrics/integration/render-tests/tms/tms/style.json | 2 +- metrics/integration/render-tests/video/default/style.json | 2 +- .../integration/render-tests/within/layout-text/style.json | 2 +- .../integration/render-tests/within/paint-line/style.json | 2 +- .../integration/render-tests/zoomed-fill/default/style.json | 2 +- .../render-tests/zoomed-raster/fractional/style.json | 2 +- .../render-tests/zoomed-raster/overzoom/style.json | 2 +- .../render-tests/zoomed-raster/underzoom/style.json | 2 +- metrics/integration/sprites/1x.json | 2 +- metrics/integration/sprites/1x@2x.json | 2 +- metrics/integration/sprites/2x.json | 2 +- metrics/integration/sprites/2x@2x.json | 2 +- metrics/integration/sprites/emerald.json | 2 +- metrics/integration/sprites/emerald@2x.json | 2 +- metrics/integration/sprites/icon-offset.json | 2 +- metrics/integration/sprites/mapbox/basic-v9.json | 2 +- metrics/integration/sprites/mapbox/bright-v9.json | 2 +- metrics/integration/sprites/mapbox/satellite-v9.json | 2 +- metrics/integration/sprites/solid-black.json | 2 +- metrics/integration/sprites/sprite.json | 2 +- metrics/integration/testem_page.html | 2 +- metrics/ios-metal-render-test-runner-metrics.json | 2 +- metrics/ios-render-test-runner-metrics.json | 2 +- .../probes/gfx/pass-double-probe/metrics.json | 2 +- .../probes/gfx/pass-probe-reset/metrics.json | 2 +- metrics/ios-render-test-runner/probes/gfx/pass/metrics.json | 2 +- .../background-color/colorSpace-lab/metrics.json | 2 +- .../render-tests/background-color/default/metrics.json | 2 +- .../render-tests/background-color/function/metrics.json | 2 +- .../render-tests/background-color/literal/metrics.json | 2 +- .../render-tests/background-opacity/color/metrics.json | 2 +- .../render-tests/background-opacity/image/metrics.json | 2 +- .../render-tests/background-opacity/overlay/metrics.json | 2 +- .../render-tests/background-pattern/@2x/metrics.json | 2 +- .../render-tests/background-pattern/literal/metrics.json | 2 +- .../render-tests/background-pattern/missing/metrics.json | 2 +- .../render-tests/background-pattern/pitch/metrics.json | 2 +- .../render-tests/background-pattern/rotated/metrics.json | 2 +- .../render-tests/background-pattern/zoomed/metrics.json | 2 +- .../render-tests/background-visibility/none/metrics.json | 2 +- .../render-tests/background-visibility/visible/metrics.json | 2 +- .../render-tests/basic-v9/z0-narrow-y/metrics.json | 2 +- .../render-tests/basic-v9/z0-wide-x/metrics.json | 2 +- .../render-tests/basic-v9/z0/metrics.json | 2 +- .../render-tests/bright-v9/z0/metrics.json | 2 +- .../render-tests/circle-blur/blending/metrics.json | 2 +- .../render-tests/circle-blur/default/metrics.json | 2 +- .../render-tests/circle-blur/function/metrics.json | 2 +- .../render-tests/circle-blur/literal-stroke/metrics.json | 2 +- .../render-tests/circle-blur/literal/metrics.json | 2 +- .../render-tests/circle-blur/property-function/metrics.json | 2 +- .../circle-blur/zoom-and-property-function/metrics.json | 2 +- .../render-tests/circle-color/default/metrics.json | 2 +- .../render-tests/circle-color/function/metrics.json | 2 +- .../render-tests/circle-color/literal/metrics.json | 2 +- .../render-tests/circle-color/property-function/metrics.json | 2 +- .../circle-color/zoom-and-property-function/metrics.json | 2 +- .../render-tests/circle-geometry/linestring/metrics.json | 2 +- .../circle-geometry/multilinestring/metrics.json | 2 +- .../render-tests/circle-geometry/multipoint/metrics.json | 2 +- .../render-tests/circle-geometry/multipolygon/metrics.json | 2 +- .../render-tests/circle-geometry/point/metrics.json | 2 +- .../render-tests/circle-geometry/polygon/metrics.json | 2 +- .../render-tests/circle-opacity/blending/metrics.json | 2 +- .../render-tests/circle-opacity/default/metrics.json | 2 +- .../render-tests/circle-opacity/function/metrics.json | 2 +- .../render-tests/circle-opacity/literal/metrics.json | 2 +- .../circle-opacity/property-function/metrics.json | 2 +- .../circle-opacity/zoom-and-property-function/metrics.json | 2 +- .../circle-pitch-alignment/map-scale-map/metrics.json | 2 +- .../circle-pitch-alignment/map-scale-viewport/metrics.json | 2 +- .../circle-pitch-alignment/viewport-scale-map/metrics.json | 2 +- .../viewport-scale-viewport/metrics.json | 2 +- .../render-tests/circle-pitch-scale/default/metrics.json | 2 +- .../render-tests/circle-pitch-scale/map/metrics.json | 2 +- .../render-tests/circle-pitch-scale/viewport/metrics.json | 2 +- .../render-tests/circle-radius/antimeridian/metrics.json | 2 +- .../render-tests/circle-radius/default/metrics.json | 2 +- .../render-tests/circle-radius/function/metrics.json | 2 +- .../render-tests/circle-radius/literal/metrics.json | 2 +- .../circle-radius/property-function/metrics.json | 2 +- .../circle-radius/zoom-and-property-function/metrics.json | 2 +- .../render-tests/circle-sort-key/literal/metrics.json | 2 +- .../render-tests/circle-stroke-color/default/metrics.json | 2 +- .../render-tests/circle-stroke-color/function/metrics.json | 2 +- .../render-tests/circle-stroke-color/literal/metrics.json | 2 +- .../circle-stroke-color/property-function/metrics.json | 2 +- .../zoom-and-property-function/metrics.json | 2 +- .../render-tests/circle-stroke-opacity/default/metrics.json | 2 +- .../render-tests/circle-stroke-opacity/function/metrics.json | 2 +- .../render-tests/circle-stroke-opacity/literal/metrics.json | 2 +- .../circle-stroke-opacity/property-function/metrics.json | 2 +- .../circle-stroke-opacity/stroke-only/metrics.json | 2 +- .../zoom-and-property-function/metrics.json | 2 +- .../render-tests/circle-stroke-width/default/metrics.json | 2 +- .../render-tests/circle-stroke-width/function/metrics.json | 2 +- .../render-tests/circle-stroke-width/literal/metrics.json | 2 +- .../circle-stroke-width/property-function/metrics.json | 2 +- .../zoom-and-property-function/metrics.json | 2 +- .../render-tests/circle-translate-anchor/map/metrics.json | 2 +- .../circle-translate-anchor/viewport/metrics.json | 2 +- .../render-tests/circle-translate/default/metrics.json | 2 +- .../render-tests/circle-translate/function/metrics.json | 2 +- .../render-tests/circle-translate/literal/metrics.json | 2 +- .../background-opaque--background-opaque/metrics.json | 2 +- .../background-opaque--background-translucent/metrics.json | 2 +- .../background-opaque--circle-translucent/metrics.json | 2 +- .../metrics.json | 2 +- .../combinations/background-opaque--fill-opaque/metrics.json | 2 +- .../background-opaque--fill-translucent/metrics.json | 2 +- .../background-opaque--heatmap-translucent/metrics.json | 2 +- .../background-opaque--hillshade-translucent/metrics.json | 2 +- .../background-opaque--line-translucent/metrics.json | 2 +- .../background-opaque--raster-translucent/metrics.json | 2 +- .../background-opaque--symbol-translucent/metrics.json | 2 +- .../background-translucent--background-opaque/metrics.json | 2 +- .../metrics.json | 2 +- .../background-translucent--circle-translucent/metrics.json | 2 +- .../metrics.json | 2 +- .../background-translucent--fill-opaque/metrics.json | 2 +- .../background-translucent--fill-translucent/metrics.json | 2 +- .../background-translucent--heatmap-translucent/metrics.json | 2 +- .../metrics.json | 2 +- .../background-translucent--line-translucent/metrics.json | 2 +- .../background-translucent--raster-translucent/metrics.json | 2 +- .../background-translucent--symbol-translucent/metrics.json | 2 +- .../circle-translucent--background-opaque/metrics.json | 2 +- .../circle-translucent--background-translucent/metrics.json | 2 +- .../circle-translucent--circle-translucent/metrics.json | 2 +- .../metrics.json | 2 +- .../circle-translucent--fill-opaque/metrics.json | 2 +- .../circle-translucent--fill-translucent/metrics.json | 2 +- .../circle-translucent--heatmap-translucent/metrics.json | 2 +- .../circle-translucent--hillshade-translucent/metrics.json | 2 +- .../circle-translucent--line-translucent/metrics.json | 2 +- .../circle-translucent--raster-translucent/metrics.json | 2 +- .../circle-translucent--symbol-translucent/metrics.json | 2 +- .../combinations/fill-extrusion--fill-opaque/metrics.json | 2 +- .../fill-extrusion--fill-translucent/metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../fill-extrusion-translucent--fill-opaque/metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../combinations/fill-opaque--background-opaque/metrics.json | 2 +- .../fill-opaque--background-translucent/metrics.json | 2 +- .../fill-opaque--circle-translucent/metrics.json | 2 +- .../fill-opaque--fill-extrusion-translucent/metrics.json | 2 +- .../combinations/fill-opaque--fill-opaque/metrics.json | 2 +- .../combinations/fill-opaque--fill-translucent/metrics.json | 2 +- .../fill-opaque--heatmap-translucent/metrics.json | 2 +- .../fill-opaque--hillshade-translucent/metrics.json | 2 +- .../combinations/fill-opaque--line-translucent/metrics.json | 2 +- .../fill-opaque--raster-translucent/metrics.json | 2 +- .../fill-opaque--symbol-translucent/metrics.json | 2 +- .../fill-translucent--background-opaque/metrics.json | 2 +- .../fill-translucent--background-translucent/metrics.json | 2 +- .../fill-translucent--circle-translucent/metrics.json | 2 +- .../metrics.json | 2 +- .../combinations/fill-translucent--fill-opaque/metrics.json | 2 +- .../fill-translucent--fill-translucent/metrics.json | 2 +- .../fill-translucent--heatmap-translucent/metrics.json | 2 +- .../fill-translucent--hillshade-translucent/metrics.json | 2 +- .../fill-translucent--line-translucent/metrics.json | 2 +- .../fill-translucent--raster-translucent/metrics.json | 2 +- .../fill-translucent--symbol-translucent/metrics.json | 2 +- .../heatmap-translucent--background-opaque/metrics.json | 2 +- .../heatmap-translucent--background-translucent/metrics.json | 2 +- .../heatmap-translucent--circle-translucent/metrics.json | 2 +- .../metrics.json | 2 +- .../heatmap-translucent--fill-opaque/metrics.json | 2 +- .../heatmap-translucent--fill-translucent/metrics.json | 2 +- .../heatmap-translucent--heatmap-translucent/metrics.json | 2 +- .../heatmap-translucent--hillshade-translucent/metrics.json | 2 +- .../heatmap-translucent--line-translucent/metrics.json | 2 +- .../heatmap-translucent--raster-translucent/metrics.json | 2 +- .../heatmap-translucent--symbol-translucent/metrics.json | 2 +- .../hillshade-translucent--background-opaque/metrics.json | 2 +- .../metrics.json | 2 +- .../hillshade-translucent--circle-translucent/metrics.json | 2 +- .../metrics.json | 2 +- .../hillshade-translucent--fill-opaque/metrics.json | 2 +- .../hillshade-translucent--fill-translucent/metrics.json | 2 +- .../hillshade-translucent--heatmap-translucent/metrics.json | 2 +- .../metrics.json | 2 +- .../hillshade-translucent--line-translucent/metrics.json | 2 +- .../hillshade-translucent--raster-translucent/metrics.json | 2 +- .../hillshade-translucent--symbol-translucent/metrics.json | 2 +- .../line-translucent--background-opaque/metrics.json | 2 +- .../line-translucent--background-translucent/metrics.json | 2 +- .../line-translucent--circle-translucent/metrics.json | 2 +- .../metrics.json | 2 +- .../combinations/line-translucent--fill-opaque/metrics.json | 2 +- .../line-translucent--fill-translucent/metrics.json | 2 +- .../line-translucent--heatmap-translucent/metrics.json | 2 +- .../line-translucent--hillshade-translucent/metrics.json | 2 +- .../line-translucent--line-translucent/metrics.json | 2 +- .../line-translucent--raster-translucent/metrics.json | 2 +- .../line-translucent--symbol-translucent/metrics.json | 2 +- .../raster-translucent--background-opaque/metrics.json | 2 +- .../raster-translucent--background-translucent/metrics.json | 2 +- .../raster-translucent--circle-translucent/metrics.json | 2 +- .../metrics.json | 2 +- .../raster-translucent--fill-opaque/metrics.json | 2 +- .../raster-translucent--fill-translucent/metrics.json | 2 +- .../raster-translucent--heatmap-translucent/metrics.json | 2 +- .../raster-translucent--hillshade-translucent/metrics.json | 2 +- .../raster-translucent--line-translucent/metrics.json | 2 +- .../raster-translucent--raster-translucent/metrics.json | 2 +- .../raster-translucent--symbol-translucent/metrics.json | 2 +- .../symbol-translucent--background-opaque/metrics.json | 2 +- .../symbol-translucent--background-translucent/metrics.json | 2 +- .../symbol-translucent--circle-translucent/metrics.json | 2 +- .../metrics.json | 2 +- .../symbol-translucent--fill-opaque/metrics.json | 2 +- .../symbol-translucent--fill-translucent/metrics.json | 2 +- .../symbol-translucent--heatmap-translucent/metrics.json | 2 +- .../symbol-translucent--hillshade-translucent/metrics.json | 2 +- .../symbol-translucent--line-translucent/metrics.json | 2 +- .../symbol-translucent--raster-translucent/metrics.json | 2 +- .../symbol-translucent--symbol-translucent/metrics.json | 2 +- .../debug/collision-icon-text-line-translate/metrics.json | 2 +- .../debug/collision-icon-text-point-translate/metrics.json | 2 +- .../debug/collision-lines-overscaled/metrics.json | 2 +- .../render-tests/debug/collision-lines-pitched/metrics.json | 2 +- .../render-tests/debug/collision-lines/metrics.json | 2 +- .../render-tests/debug/collision-overscaled/metrics.json | 2 +- .../debug/collision-pitched-wrapped/metrics.json | 2 +- .../render-tests/debug/collision-pitched/metrics.json | 2 +- .../render-tests/empty/empty/metrics.json | 2 +- .../render-tests/extent/1024-fill/metrics.json | 2 +- .../render-tests/extent/1024-line/metrics.json | 2 +- .../render-tests/extent/1024-symbol/metrics.json | 2 +- .../feature-state/composite-expression/metrics.json | 2 +- .../render-tests/feature-state/data-expression/metrics.json | 2 +- .../render-tests/feature-state/vector-source/metrics.json | 2 +- .../render-tests/fill-antialias/false/metrics.json | 2 +- .../render-tests/fill-color/default/metrics.json | 2 +- .../render-tests/fill-color/function/metrics.json | 2 +- .../render-tests/fill-color/literal/metrics.json | 2 +- .../render-tests/fill-color/multiply/metrics.json | 2 +- .../render-tests/fill-color/opacity/metrics.json | 2 +- .../render-tests/fill-color/property-function/metrics.json | 2 +- .../fill-color/zoom-and-property-function/metrics.json | 2 +- .../render-tests/fill-extrusion-base/default/metrics.json | 2 +- .../render-tests/fill-extrusion-base/function/metrics.json | 2 +- .../render-tests/fill-extrusion-base/literal/metrics.json | 2 +- .../render-tests/fill-extrusion-base/negative/metrics.json | 2 +- .../fill-extrusion-base/property-function/metrics.json | 2 +- .../zoom-and-property-function/metrics.json | 2 +- .../render-tests/fill-extrusion-color/default/metrics.json | 2 +- .../render-tests/fill-extrusion-color/function/metrics.json | 2 +- .../render-tests/fill-extrusion-color/literal/metrics.json | 2 +- .../fill-extrusion-color/no-alpha-no-multiply/metrics.json | 2 +- .../fill-extrusion-color/property-function/metrics.json | 2 +- .../zoom-and-property-function/metrics.json | 2 +- .../render-tests/fill-extrusion-height/default/metrics.json | 2 +- .../render-tests/fill-extrusion-height/function/metrics.json | 2 +- .../render-tests/fill-extrusion-height/negative/metrics.json | 2 +- .../fill-extrusion-height/property-function/metrics.json | 2 +- .../zoom-and-property-function/metrics.json | 2 +- .../fill-extrusion-multiple/interleaved-layers/metrics.json | 2 +- .../fill-extrusion-multiple/multiple/metrics.json | 2 +- .../render-tests/fill-extrusion-opacity/default/metrics.json | 2 +- .../fill-extrusion-opacity/function/metrics.json | 2 +- .../render-tests/fill-extrusion-opacity/literal/metrics.json | 2 +- .../render-tests/fill-extrusion-pattern/missing/metrics.json | 2 +- .../fill-extrusion-translate-anchor/map/metrics.json | 2 +- .../fill-extrusion-translate-anchor/viewport/metrics.json | 2 +- .../fill-extrusion-translate/default/metrics.json | 2 +- .../fill-extrusion-translate/function/metrics.json | 2 +- .../fill-extrusion-translate/literal-opacity/metrics.json | 2 +- .../fill-extrusion-translate/literal/metrics.json | 2 +- .../fill-extrusion-vertical-gradient/default/metrics.json | 2 +- .../fill-extrusion-vertical-gradient/false/metrics.json | 2 +- .../render-tests/fill-opacity/default/metrics.json | 2 +- .../render-tests/fill-opacity/function/metrics.json | 2 +- .../render-tests/fill-opacity/literal/metrics.json | 2 +- .../fill-opacity/opaque-fill-over-symbol-layer/metrics.json | 2 +- .../render-tests/fill-opacity/overlapping/metrics.json | 2 +- .../fill-opacity/property-function-pattern/metrics.json | 2 +- .../render-tests/fill-opacity/property-function/metrics.json | 2 +- .../zoom-and-property-function-pattern/metrics.json | 2 +- .../fill-opacity/zoom-and-property-function/metrics.json | 2 +- .../render-tests/fill-outline-color/default/metrics.json | 2 +- .../render-tests/fill-outline-color/fill/metrics.json | 2 +- .../render-tests/fill-outline-color/function/metrics.json | 2 +- .../render-tests/fill-outline-color/literal/metrics.json | 2 +- .../render-tests/fill-outline-color/multiply/metrics.json | 2 +- .../render-tests/fill-outline-color/opacity/metrics.json | 2 +- .../fill-outline-color/property-function/metrics.json | 2 +- .../zoom-and-property-function/metrics.json | 2 +- .../render-tests/fill-pattern/@2x/metrics.json | 2 +- .../fill-pattern/case-data-expression/metrics.json | 2 +- .../fill-pattern/invalid-feature-expression/metrics.json | 2 +- .../render-tests/fill-pattern/literal/metrics.json | 2 +- .../render-tests/fill-pattern/missing/metrics.json | 2 +- .../render-tests/fill-pattern/opacity/metrics.json | 2 +- .../render-tests/fill-pattern/uneven-pattern/metrics.json | 2 +- .../fill-pattern/wrapping-with-interpolation/metrics.json | 2 +- .../render-tests/fill-pattern/zoomed/metrics.json | 2 +- .../render-tests/fill-sort-key/literal/metrics.json | 2 +- .../render-tests/fill-translate-anchor/map/metrics.json | 2 +- .../render-tests/fill-translate-anchor/viewport/metrics.json | 2 +- .../render-tests/fill-translate/default/metrics.json | 2 +- .../render-tests/fill-translate/function/metrics.json | 2 +- .../render-tests/fill-translate/literal/metrics.json | 2 +- .../render-tests/fill-visibility/none/metrics.json | 2 +- .../render-tests/fill-visibility/visible/metrics.json | 2 +- .../render-tests/filter/equality/metrics.json | 2 +- .../render-tests/filter/in/metrics.json | 2 +- .../render-tests/filter/legacy-equality/metrics.json | 2 +- .../render-tests/filter/none/metrics.json | 2 +- .../render-tests/geojson/clustered-properties/metrics.json | 2 +- .../render-tests/geojson/clustered/metrics.json | 2 +- .../render-tests/geojson/external-feature/metrics.json | 2 +- .../render-tests/geojson/external-invalid/metrics.json | 2 +- .../render-tests/geojson/external-linestring/metrics.json | 2 +- .../render-tests/geojson/external-malformed/metrics.json | 2 +- .../geojson/inconsistent-winding-order/metrics.json | 2 +- .../render-tests/geojson/inline-feature/metrics.json | 2 +- .../render-tests/geojson/inline-invalid/metrics.json | 2 +- .../geojson/inline-linestring-circle/metrics.json | 2 +- .../render-tests/geojson/inline-linestring-line/metrics.json | 2 +- .../geojson/inline-linestring-symbol/metrics.json | 2 +- .../render-tests/geojson/inline-malformed/metrics.json | 2 +- .../render-tests/geojson/inline-point-circle/metrics.json | 2 +- .../render-tests/geojson/inline-point-fill/metrics.json | 2 +- .../render-tests/geojson/inline-point-line/metrics.json | 2 +- .../render-tests/geojson/inline-point-symbol/metrics.json | 2 +- .../render-tests/geojson/inline-polygon-circle/metrics.json | 2 +- .../render-tests/geojson/inline-polygon-fill/metrics.json | 2 +- .../render-tests/geojson/inline-polygon-line/metrics.json | 2 +- .../render-tests/geojson/inline-polygon-symbol/metrics.json | 2 +- .../render-tests/geojson/missing/metrics.json | 2 +- .../render-tests/geojson/reparse-overscaled/metrics.json | 2 +- .../render-tests/heatmap-color/default/metrics.json | 2 +- .../render-tests/heatmap-color/expression/metrics.json | 2 +- .../render-tests/heatmap-intensity/default/metrics.json | 2 +- .../render-tests/heatmap-intensity/function/metrics.json | 2 +- .../render-tests/heatmap-intensity/literal/metrics.json | 2 +- .../render-tests/heatmap-opacity/default/metrics.json | 2 +- .../render-tests/heatmap-opacity/function/metrics.json | 2 +- .../render-tests/heatmap-opacity/literal/metrics.json | 2 +- .../render-tests/heatmap-radius/antimeridian/metrics.json | 2 +- .../render-tests/heatmap-radius/data-expression/metrics.json | 2 +- .../render-tests/heatmap-radius/default/metrics.json | 2 +- .../render-tests/heatmap-radius/function/metrics.json | 2 +- .../render-tests/heatmap-radius/literal/metrics.json | 2 +- .../render-tests/heatmap-radius/pitch30/metrics.json | 2 +- .../render-tests/heatmap-weight/default/metrics.json | 2 +- .../heatmap-weight/identity-property-function/metrics.json | 2 +- .../render-tests/heatmap-weight/literal/metrics.json | 2 +- .../render-tests/hillshade-accent-color/default/metrics.json | 2 +- .../render-tests/hillshade-accent-color/literal/metrics.json | 2 +- .../hillshade-accent-color/terrarium/metrics.json | 2 +- .../hillshade-accent-color/zoom-function/metrics.json | 2 +- .../hillshade-highlight-color/default/metrics.json | 2 +- .../hillshade-highlight-color/literal/metrics.json | 2 +- .../hillshade-highlight-color/zoom-function/metrics.json | 2 +- .../render-tests/hillshade-shadow-color/default/metrics.json | 2 +- .../render-tests/hillshade-shadow-color/literal/metrics.json | 2 +- .../hillshade-shadow-color/zoom-function/metrics.json | 2 +- .../render-tests/icon-anchor/bottom-left/metrics.json | 2 +- .../render-tests/icon-anchor/bottom-right/metrics.json | 2 +- .../render-tests/icon-anchor/bottom/metrics.json | 2 +- .../render-tests/icon-anchor/center/metrics.json | 2 +- .../render-tests/icon-anchor/default/metrics.json | 2 +- .../render-tests/icon-anchor/left/metrics.json | 2 +- .../render-tests/icon-anchor/property-function/metrics.json | 2 +- .../render-tests/icon-anchor/right/metrics.json | 2 +- .../render-tests/icon-anchor/top-left/metrics.json | 2 +- .../render-tests/icon-anchor/top-right/metrics.json | 2 +- .../render-tests/icon-anchor/top/metrics.json | 2 +- .../render-tests/icon-color/default/metrics.json | 2 +- .../render-tests/icon-color/function/metrics.json | 2 +- .../render-tests/icon-color/literal/metrics.json | 2 +- .../render-tests/icon-color/property-function/metrics.json | 2 +- .../render-tests/icon-halo-blur/default/metrics.json | 2 +- .../render-tests/icon-halo-blur/function/metrics.json | 2 +- .../render-tests/icon-halo-blur/literal/metrics.json | 2 +- .../icon-halo-blur/property-function/metrics.json | 2 +- .../render-tests/icon-halo-color/default/metrics.json | 2 +- .../render-tests/icon-halo-color/function/metrics.json | 2 +- .../render-tests/icon-halo-color/literal/metrics.json | 2 +- .../render-tests/icon-halo-color/multiply/metrics.json | 2 +- .../render-tests/icon-halo-color/opacity/metrics.json | 2 +- .../icon-halo-color/property-function/metrics.json | 2 +- .../render-tests/icon-halo-color/transparent/metrics.json | 2 +- .../render-tests/icon-halo-width/default/metrics.json | 2 +- .../render-tests/icon-halo-width/function/metrics.json | 2 +- .../render-tests/icon-halo-width/literal/metrics.json | 2 +- .../icon-halo-width/property-function/metrics.json | 2 +- .../icon-image/icon-sdf-non-sdf-one-layer/metrics.json | 2 +- .../render-tests/icon-image/image-expression/metrics.json | 2 +- .../render-tests/icon-image/literal/metrics.json | 2 +- .../render-tests/icon-image/property-function/metrics.json | 2 +- .../render-tests/icon-image/stretchable-content/metrics.json | 2 +- .../render-tests/icon-image/stretchable/metrics.json | 2 +- .../render-tests/icon-image/token/metrics.json | 2 +- .../icon-no-cross-source-collision/default/metrics.json | 2 +- .../render-tests/icon-offset/literal/metrics.json | 2 +- .../render-tests/icon-offset/property-function/metrics.json | 2 +- .../icon-offset/zoom-and-property-function/metrics.json | 2 +- .../render-tests/icon-opacity/default/metrics.json | 2 +- .../render-tests/icon-opacity/function/metrics.json | 2 +- .../render-tests/icon-opacity/icon-only/metrics.json | 2 +- .../render-tests/icon-opacity/literal/metrics.json | 2 +- .../render-tests/icon-opacity/property-function/metrics.json | 2 +- .../render-tests/icon-opacity/text-and-icon/metrics.json | 2 +- .../render-tests/icon-opacity/text-only/metrics.json | 2 +- .../auto-rotation-alignment-map/metrics.json | 2 +- .../auto-rotation-alignment-viewport/metrics.json | 2 +- .../map-rotation-alignment-viewport/metrics.json | 2 +- .../viewport-rotation-alignment-map/metrics.json | 2 +- .../icon-pitch-scaling/rotation-alignment-map/metrics.json | 2 +- .../rotation-alignment-viewport/metrics.json | 2 +- .../icon-pixelratio-mismatch/default/metrics.json | 2 +- .../render-tests/icon-rotate/literal/metrics.json | 2 +- .../render-tests/icon-rotate/property-function/metrics.json | 2 +- .../render-tests/icon-rotate/with-offset/metrics.json | 2 +- .../auto-symbol-placement-line/metrics.json | 2 +- .../auto-symbol-placement-point/metrics.json | 2 +- .../map-symbol-placement-line/metrics.json | 2 +- .../map-symbol-placement-point/metrics.json | 2 +- .../viewport-symbol-placement-line/metrics.json | 2 +- .../viewport-symbol-placement-point/metrics.json | 2 +- .../icon-size/camera-function-high-base-plain/metrics.json | 2 +- .../icon-size/camera-function-high-base-sdf/metrics.json | 2 +- .../icon-size/camera-function-plain/metrics.json | 2 +- .../render-tests/icon-size/camera-function-sdf/metrics.json | 2 +- .../icon-size/composite-function-plain/metrics.json | 2 +- .../icon-size/composite-function-sdf/metrics.json | 2 +- .../render-tests/icon-size/default/metrics.json | 2 +- .../render-tests/icon-size/function/metrics.json | 2 +- .../render-tests/icon-size/literal/metrics.json | 2 +- .../icon-size/property-function-plain/metrics.json | 2 +- .../icon-size/property-function-sdf/metrics.json | 2 +- .../both-collision-variable-anchor-text-fit/metrics.json | 2 +- .../both-collision-variable-anchor/metrics.json | 2 +- .../render-tests/icon-text-fit/both-collision/metrics.json | 2 +- .../render-tests/icon-text-fit/both-padding/metrics.json | 2 +- .../both-text-anchor-1x-image-2x-screen/metrics.json | 2 +- .../both-text-anchor-2x-image-1x-screen/metrics.json | 2 +- .../both-text-anchor-2x-image-2x-screen/metrics.json | 2 +- .../icon-text-fit/both-text-anchor-icon-anchor/metrics.json | 2 +- .../icon-text-fit/both-text-anchor-icon-offset/metrics.json | 2 +- .../icon-text-fit/both-text-anchor-padding/metrics.json | 2 +- .../render-tests/icon-text-fit/both-text-anchor/metrics.json | 2 +- .../render-tests/icon-text-fit/both/metrics.json | 2 +- .../icon-text-fit/enlargen-both-padding/metrics.json | 2 +- .../render-tests/icon-text-fit/enlargen-height/metrics.json | 2 +- .../render-tests/icon-text-fit/enlargen-width/metrics.json | 2 +- .../render-tests/icon-text-fit/height-padding/metrics.json | 2 +- .../icon-text-fit/height-text-anchor-padding/metrics.json | 2 +- .../icon-text-fit/height-text-anchor/metrics.json | 2 +- .../render-tests/icon-text-fit/height/metrics.json | 2 +- .../render-tests/icon-text-fit/none/metrics.json | 2 +- .../render-tests/icon-text-fit/placement-line/metrics.json | 2 +- .../icon-text-fit/stretch-fifteen-part/metrics.json | 2 +- .../icon-text-fit/stretch-nine-part-@2x/metrics.json | 2 +- .../stretch-nine-part-content-collision/metrics.json | 2 +- .../icon-text-fit/stretch-nine-part-content/metrics.json | 2 +- .../icon-text-fit/stretch-nine-part-just-height/metrics.json | 2 +- .../icon-text-fit/stretch-nine-part-just-width/metrics.json | 2 +- .../icon-text-fit/stretch-nine-part/metrics.json | 2 +- .../icon-text-fit/stretch-three-part/metrics.json | 2 +- .../render-tests/icon-text-fit/stretch-two-part/metrics.json | 2 +- .../icon-text-fit/stretch-underscale/metrics.json | 2 +- .../icon-text-fit/text-variable-anchor/metrics.json | 2 +- .../render-tests/icon-text-fit/width-padding/metrics.json | 2 +- .../icon-text-fit/width-text-anchor-padding/metrics.json | 2 +- .../icon-text-fit/width-text-anchor/metrics.json | 2 +- .../render-tests/icon-text-fit/width/metrics.json | 2 +- .../render-tests/icon-translate-anchor/map/metrics.json | 2 +- .../render-tests/icon-translate-anchor/viewport/metrics.json | 2 +- .../render-tests/icon-translate/default/metrics.json | 2 +- .../render-tests/icon-translate/function/metrics.json | 2 +- .../render-tests/icon-translate/literal/metrics.json | 2 +- .../render-tests/icon-visibility/none/metrics.json | 2 +- .../render-tests/icon-visibility/visible/metrics.json | 2 +- .../render-tests/image/default/metrics.json | 2 +- .../render-tests/image/pitched/metrics.json | 2 +- .../render-tests/image/raster-brightness/metrics.json | 2 +- .../render-tests/image/raster-contrast/metrics.json | 2 +- .../render-tests/image/raster-hue-rotate/metrics.json | 2 +- .../render-tests/image/raster-opacity/metrics.json | 2 +- .../render-tests/image/raster-resampling/metrics.json | 2 +- .../render-tests/image/raster-saturation/metrics.json | 2 +- .../render-tests/image/raster-visibility/metrics.json | 2 +- .../render-tests/is-supported-script/filter/metrics.json | 2 +- .../render-tests/is-supported-script/layout/metrics.json | 2 +- .../render-tests/line-blur/default/metrics.json | 2 +- .../render-tests/line-blur/function/metrics.json | 2 +- .../render-tests/line-blur/literal/metrics.json | 2 +- .../render-tests/line-blur/property-function/metrics.json | 2 +- .../render-tests/line-cap/butt/metrics.json | 2 +- .../render-tests/line-cap/round/metrics.json | 2 +- .../render-tests/line-cap/square/metrics.json | 2 +- .../render-tests/line-color/default/metrics.json | 2 +- .../render-tests/line-color/function/metrics.json | 2 +- .../render-tests/line-color/literal/metrics.json | 2 +- .../line-color/property-function-identity/metrics.json | 2 +- .../render-tests/line-color/property-function/metrics.json | 2 +- .../render-tests/line-dasharray/default/metrics.json | 2 +- .../render-tests/line-dasharray/fractional-zoom/metrics.json | 2 +- .../function/line-width-composite-function/metrics.json | 2 +- .../line-dasharray/function/line-width-constant/metrics.json | 2 +- .../function/line-width-property-function/metrics.json | 2 +- .../literal/line-width-composite-function/metrics.json | 2 +- .../line-dasharray/literal/line-width-constant/metrics.json | 2 +- .../literal/line-width-property-function/metrics.json | 2 +- .../literal/line-width-zoom-function/metrics.json | 2 +- .../render-tests/line-dasharray/long-segment/metrics.json | 2 +- .../render-tests/line-dasharray/overscaled/metrics.json | 2 +- .../render-tests/line-dasharray/round/segments/metrics.json | 2 +- .../line-dasharray/round/zero-gap-width/metrics.json | 2 +- .../render-tests/line-dasharray/slant/metrics.json | 2 +- .../render-tests/line-dasharray/zero-length-gap/metrics.json | 2 +- .../render-tests/line-dasharray/zoom-history/metrics.json | 2 +- .../render-tests/line-gap-width/default/metrics.json | 2 +- .../render-tests/line-gap-width/function/metrics.json | 2 +- .../render-tests/line-gap-width/literal/metrics.json | 2 +- .../line-gap-width/property-function/metrics.json | 2 +- .../line-gradient/gradient-tile-boundaries/metrics.json | 2 +- .../render-tests/line-gradient/gradient/metrics.json | 2 +- .../render-tests/line-gradient/translucent/metrics.json | 2 +- .../render-tests/line-join/bevel-transparent/metrics.json | 2 +- .../render-tests/line-join/bevel/metrics.json | 2 +- .../render-tests/line-join/default/metrics.json | 2 +- .../render-tests/line-join/miter-transparent/metrics.json | 2 +- .../render-tests/line-join/miter/metrics.json | 2 +- .../line-join/property-function-dasharray/metrics.json | 2 +- .../render-tests/line-join/property-function/metrics.json | 2 +- .../render-tests/line-join/round-transparent/metrics.json | 2 +- .../render-tests/line-join/round/metrics.json | 2 +- .../render-tests/line-offset/default/metrics.json | 2 +- .../render-tests/line-offset/function/metrics.json | 2 +- .../render-tests/line-offset/literal-negative/metrics.json | 2 +- .../render-tests/line-offset/literal/metrics.json | 2 +- .../render-tests/line-offset/property-function/metrics.json | 2 +- .../render-tests/line-opacity/default/metrics.json | 2 +- .../render-tests/line-opacity/function/metrics.json | 2 +- .../render-tests/line-opacity/literal/metrics.json | 2 +- .../render-tests/line-opacity/property-function/metrics.json | 2 +- .../render-tests/line-opacity/step-curve/metrics.json | 2 +- .../render-tests/line-pattern/@2x/metrics.json | 2 +- .../render-tests/line-pattern/literal/metrics.json | 2 +- .../render-tests/line-pattern/opacity/metrics.json | 2 +- .../render-tests/line-pattern/pitch/metrics.json | 2 +- .../render-tests/line-pattern/property-function/metrics.json | 2 +- .../render-tests/line-pattern/step-curve/metrics.json | 2 +- .../render-tests/line-pattern/zoom-expression/metrics.json | 2 +- .../render-tests/line-pitch/default/metrics.json | 2 +- .../render-tests/line-pitch/pitch0/metrics.json | 2 +- .../render-tests/line-pitch/pitch15/metrics.json | 2 +- .../render-tests/line-pitch/pitch30/metrics.json | 2 +- .../render-tests/line-pitch/pitchAndBearing/metrics.json | 2 +- .../render-tests/line-sort-key/literal/metrics.json | 2 +- .../render-tests/line-translate-anchor/map/metrics.json | 2 +- .../render-tests/line-translate-anchor/viewport/metrics.json | 2 +- .../render-tests/line-translate/default/metrics.json | 2 +- .../render-tests/line-translate/function/metrics.json | 2 +- .../render-tests/line-translate/literal/metrics.json | 2 +- .../render-tests/line-triangulation/default/metrics.json | 2 +- .../render-tests/line-triangulation/round/metrics.json | 2 +- .../render-tests/line-visibility/none/metrics.json | 2 +- .../render-tests/line-visibility/visible/metrics.json | 2 +- .../render-tests/line-width/default/metrics.json | 2 +- .../render-tests/line-width/function/metrics.json | 2 +- .../render-tests/line-width/literal/metrics.json | 2 +- .../render-tests/line-width/property-function/metrics.json | 2 +- .../render-tests/line-width/very-overscaled/metrics.json | 2 +- .../render-tests/line-width/zero-width-function/metrics.json | 2 +- .../render-tests/line-width/zero-width/metrics.json | 2 +- .../linear-filter-opacity-edge/literal/metrics.json | 2 +- .../render-tests/map-mode/static/metrics.json | 2 +- .../render-tests/map-mode/tile-avoid-edges/metrics.json | 2 +- .../render-tests/map-mode/tile/metrics.json | 2 +- .../projection/axonometric-multiple/metrics.json | 2 +- .../render-tests/projection/axonometric/metrics.json | 2 +- .../render-tests/projection/perspective/metrics.json | 2 +- .../render-tests/projection/skew/metrics.json | 2 +- .../render-tests/raster-alpha/default/metrics.json | 2 +- .../render-tests/raster-brightness/default/metrics.json | 2 +- .../render-tests/raster-brightness/function/metrics.json | 2 +- .../render-tests/raster-brightness/literal/metrics.json | 2 +- .../render-tests/raster-contrast/default/metrics.json | 2 +- .../render-tests/raster-contrast/function/metrics.json | 2 +- .../render-tests/raster-contrast/literal/metrics.json | 2 +- .../render-tests/raster-extent/maxzoom/metrics.json | 2 +- .../render-tests/raster-extent/minzoom/metrics.json | 2 +- .../render-tests/raster-hue-rotate/default/metrics.json | 2 +- .../render-tests/raster-hue-rotate/function/metrics.json | 2 +- .../render-tests/raster-hue-rotate/literal/metrics.json | 2 +- .../render-tests/raster-loading/missing/metrics.json | 2 +- .../raster-masking/overlapping-vector/metrics.json | 2 +- .../render-tests/raster-masking/overlapping/metrics.json | 2 +- .../render-tests/raster-opacity/default/metrics.json | 2 +- .../render-tests/raster-opacity/function/metrics.json | 2 +- .../render-tests/raster-opacity/literal/metrics.json | 2 +- .../render-tests/raster-resampling/default/metrics.json | 2 +- .../render-tests/raster-resampling/function/metrics.json | 2 +- .../render-tests/raster-resampling/literal/metrics.json | 2 +- .../render-tests/raster-rotation/0/metrics.json | 2 +- .../render-tests/raster-rotation/180/metrics.json | 2 +- .../render-tests/raster-rotation/270/metrics.json | 2 +- .../render-tests/raster-rotation/45/metrics.json | 2 +- .../render-tests/raster-rotation/90/metrics.json | 2 +- .../render-tests/raster-saturation/default/metrics.json | 2 +- .../render-tests/raster-saturation/function/metrics.json | 2 +- .../render-tests/raster-saturation/literal/metrics.json | 2 +- .../render-tests/raster-visibility/none/metrics.json | 2 +- .../render-tests/raster-visibility/visible/metrics.json | 2 +- .../render-tests/real-world/nepal/metrics.json | 2 +- .../render-tests/real-world/norway/metrics.json | 2 +- .../render-tests/real-world/uruguay/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#2523/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#2533/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#2534/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#2787/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#2846/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#2929/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#3010/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#3107/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#3320/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#3365/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#3394/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#3426/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#3548/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#3612/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#3614/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#3623/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#3633/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#3682/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#3702/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#3723/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#3819/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#3903/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#3910/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#3949/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#4124/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#4144/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#4146/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#4150/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#4172/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#4235/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#4550/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#4551/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#4564/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#4573/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#4579/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#4605/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#4617/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#4647/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#4651/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#4860/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#4928/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#5171/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#5370/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#5466/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#5496/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#5544/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#5546/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#5576/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#5599/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#5631/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#5776/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#5911/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#5947/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#5953/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#5978/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#6160/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#6238/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#6548/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#6649/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#6660/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#6919/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#7032/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#7172/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#8273/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#9009/metrics.json | 2 +- .../regressions/mapbox-gl-native#10849/metrics.json | 2 +- .../regressions/mapbox-gl-native#11451/metrics.json | 2 +- .../regressions/mapbox-gl-native#11729/metrics.json | 2 +- .../regressions/mapbox-gl-native#12812/metrics.json | 2 +- .../regressions/mapbox-gl-native#14402/metrics.json | 2 +- .../regressions/mapbox-gl-native#15139/metrics.json | 2 +- .../regressions/mapbox-gl-native#3292/metrics.json | 2 +- .../regressions/mapbox-gl-native#5648/metrics.json | 2 +- .../regressions/mapbox-gl-native#5701/metrics.json | 2 +- .../regressions/mapbox-gl-native#5754/metrics.json | 2 +- .../regressions/mapbox-gl-native#6063/metrics.json | 2 +- .../regressions/mapbox-gl-native#6233/metrics.json | 2 +- .../regressions/mapbox-gl-native#6820/metrics.json | 2 +- .../regressions/mapbox-gl-native#6903/metrics.json | 2 +- .../regressions/mapbox-gl-native#7241/metrics.json | 2 +- .../regressions/mapbox-gl-native#7572/metrics.json | 2 +- .../regressions/mapbox-gl-native#7714/metrics.json | 2 +- .../regressions/mapbox-gl-native#7792/metrics.json | 2 +- .../regressions/mapbox-gl-native#8078/metrics.json | 2 +- .../regressions/mapbox-gl-native#8303/metrics.json | 2 +- .../regressions/mapbox-gl-native#8460/metrics.json | 2 +- .../regressions/mapbox-gl-native#8505/metrics.json | 2 +- .../regressions/mapbox-gl-native#8871/metrics.json | 2 +- .../regressions/mapbox-gl-native#8952/metrics.json | 2 +- .../regressions/mapbox-gl-native#9406/metrics.json | 2 +- .../regressions/mapbox-gl-native#9557/metrics.json | 2 +- .../regressions/mapbox-gl-native#9792/metrics.json | 2 +- .../regressions/mapbox-gl-native#9900/metrics.json | 2 +- .../regressions/mapbox-gl-native#9979/metrics.json | 2 +- .../regressions/mapbox-gl-shaders#37/metrics.json | 2 +- .../remove-feature-state/composite-expression/metrics.json | 2 +- .../remove-feature-state/data-expression/metrics.json | 2 +- .../remove-feature-state/vector-source/metrics.json | 2 +- .../render-tests/retina-raster/default/metrics.json | 2 +- .../runtime-styling/filter-default-to-false/metrics.json | 2 +- .../runtime-styling/filter-default-to-true/metrics.json | 2 +- .../runtime-styling/filter-false-to-default/metrics.json | 2 +- .../runtime-styling/filter-false-to-true/metrics.json | 2 +- .../runtime-styling/filter-true-to-default/metrics.json | 2 +- .../runtime-styling/filter-true-to-false/metrics.json | 2 +- .../image-add-1.5x-image-1x-screen/metrics.json | 2 +- .../image-add-1.5x-image-2x-screen/metrics.json | 2 +- .../image-add-1x-image-1x-screen/metrics.json | 2 +- .../image-add-1x-image-2x-screen/metrics.json | 2 +- .../image-add-2x-image-1x-screen/metrics.json | 2 +- .../image-add-2x-image-2x-screen/metrics.json | 2 +- .../runtime-styling/image-add-alpha/metrics.json | 2 +- .../runtime-styling/image-add-nonsdf/metrics.json | 2 +- .../render-tests/runtime-styling/image-add-sdf/metrics.json | 2 +- .../render-tests/runtime-styling/image-remove/metrics.json | 2 +- .../runtime-styling/image-update-icon/metrics.json | 2 +- .../runtime-styling/layer-add-background/metrics.json | 2 +- .../runtime-styling/layer-add-circle/metrics.json | 2 +- .../render-tests/runtime-styling/layer-add-fill/metrics.json | 2 +- .../render-tests/runtime-styling/layer-add-line/metrics.json | 2 +- .../runtime-styling/layer-add-raster/metrics.json | 2 +- .../runtime-styling/layer-add-symbol/metrics.json | 2 +- .../runtime-styling/layer-remove-background/metrics.json | 2 +- .../runtime-styling/layer-remove-circle/metrics.json | 2 +- .../runtime-styling/layer-remove-fill/metrics.json | 2 +- .../runtime-styling/layer-remove-line/metrics.json | 2 +- .../runtime-styling/layer-remove-raster/metrics.json | 2 +- .../runtime-styling/layer-remove-symbol/metrics.json | 2 +- .../layout-property-default-to-literal/metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../layout-property-default-to-zoom-expression/metrics.json | 2 +- .../layout-property-default-to-zoom-function/metrics.json | 2 +- .../layout-property-literal-to-default/metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../layout-property-literal-to-zoom-expression/metrics.json | 2 +- .../layout-property-literal-to-zoom-function/metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../layout-property-text-variable-anchor/metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../layout-property-zoom-expression-to-default/metrics.json | 2 +- .../layout-property-zoom-expression-to-literal/metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../layout-property-zoom-function-to-default/metrics.json | 2 +- .../layout-property-zoom-function-to-literal/metrics.json | 2 +- .../paint-property-default-to-literal/metrics.json | 2 +- .../metrics.json | 2 +- .../paint-property-default-to-property-function/metrics.json | 2 +- .../paint-property-default-to-zoom-expression/metrics.json | 2 +- .../paint-property-default-to-zoom-function/metrics.json | 2 +- .../paint-property-fill-flat-to-extrude/metrics.json | 2 +- .../paint-property-literal-to-default/metrics.json | 2 +- .../paint-property-literal-to-expression/metrics.json | 2 +- .../paint-property-literal-to-function/metrics.json | 2 +- .../metrics.json | 2 +- .../paint-property-literal-to-property-function/metrics.json | 2 +- .../metrics.json | 2 +- .../paint-property-overriden-default-to-literal/metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../paint-property-property-function-to-default/metrics.json | 2 +- .../paint-property-property-function-to-literal/metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../paint-property-zoom-expression-to-default/metrics.json | 2 +- .../paint-property-zoom-expression-to-literal/metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../paint-property-zoom-function-to-default/metrics.json | 2 +- .../paint-property-zoom-function-to-literal/metrics.json | 2 +- .../set-style-filter-default-to-false/metrics.json | 2 +- .../set-style-filter-default-to-true/metrics.json | 2 +- .../set-style-filter-false-to-default/metrics.json | 2 +- .../set-style-filter-false-to-true/metrics.json | 2 +- .../set-style-filter-true-to-default/metrics.json | 2 +- .../set-style-filter-true-to-false/metrics.json | 2 +- .../set-style-layer-add-background/metrics.json | 2 +- .../runtime-styling/set-style-layer-add-circle/metrics.json | 2 +- .../runtime-styling/set-style-layer-add-fill/metrics.json | 2 +- .../runtime-styling/set-style-layer-add-line/metrics.json | 2 +- .../runtime-styling/set-style-layer-add-raster/metrics.json | 2 +- .../runtime-styling/set-style-layer-add-symbol/metrics.json | 2 +- .../set-style-layer-change-source-layer/metrics.json | 2 +- .../set-style-layer-change-source-type/metrics.json | 2 +- .../set-style-layer-change-source/metrics.json | 2 +- .../set-style-layer-remove-background/metrics.json | 2 +- .../set-style-layer-remove-circle/metrics.json | 2 +- .../runtime-styling/set-style-layer-remove-fill/metrics.json | 2 +- .../runtime-styling/set-style-layer-remove-line/metrics.json | 2 +- .../set-style-layer-remove-raster/metrics.json | 2 +- .../set-style-layer-remove-symbol/metrics.json | 2 +- .../runtime-styling/set-style-layer-reorder/metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../set-style-paint-property-default-to-literal/metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../set-style-paint-property-literal-to-default/metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../set-style-source-add-geojson-inline/metrics.json | 2 +- .../set-style-source-add-geojson-url/metrics.json | 2 +- .../set-style-source-add-raster-inline/metrics.json | 2 +- .../set-style-source-add-raster-url/metrics.json | 2 +- .../set-style-source-add-vector-inline/metrics.json | 2 +- .../set-style-source-add-vector-url/metrics.json | 2 +- .../runtime-styling/set-style-source-update/metrics.json | 2 +- .../runtime-styling/set-style-sprite/metrics.json | 2 +- .../set-style-visibility-default-to-none/metrics.json | 2 +- .../set-style-visibility-default-to-visible/metrics.json | 2 +- .../set-style-visibility-none-to-default/metrics.json | 2 +- .../set-style-visibility-none-to-visible/metrics.json | 2 +- .../set-style-visibility-visible-to-default/metrics.json | 2 +- .../set-style-visibility-visible-to-none/metrics.json | 2 +- .../runtime-styling/source-add-geojson-inline/metrics.json | 2 +- .../runtime-styling/source-add-geojson-url/metrics.json | 2 +- .../runtime-styling/source-add-raster-inline/metrics.json | 2 +- .../runtime-styling/source-add-raster-url/metrics.json | 2 +- .../runtime-styling/source-add-vector-inline/metrics.json | 2 +- .../runtime-styling/source-add-vector-url/metrics.json | 2 +- .../runtime-styling/visibility-default-to-none/metrics.json | 2 +- .../visibility-default-to-visible/metrics.json | 2 +- .../runtime-styling/visibility-none-to-default/metrics.json | 2 +- .../runtime-styling/visibility-none-to-visible/metrics.json | 2 +- .../visibility-visible-to-default/metrics.json | 2 +- .../runtime-styling/visibility-visible-to-none/metrics.json | 2 +- .../render-tests/satellite-v9/z0/metrics.json | 2 +- .../render-tests/sparse-tileset/overdraw/metrics.json | 2 +- .../render-tests/sprites/1x-screen-1x-icon/metrics.json | 2 +- .../render-tests/sprites/1x-screen-1x-pattern/metrics.json | 2 +- .../render-tests/sprites/1x-screen-2x-icon/metrics.json | 2 +- .../render-tests/sprites/1x-screen-2x-pattern/metrics.json | 2 +- .../render-tests/sprites/2x-screen-1x-icon/metrics.json | 2 +- .../render-tests/sprites/2x-screen-1x-pattern/metrics.json | 2 +- .../render-tests/sprites/2x-screen-2x-icon/metrics.json | 2 +- .../render-tests/sprites/2x-screen-2x-pattern/metrics.json | 2 +- .../render-tests/symbol-geometry/linestring/metrics.json | 2 +- .../symbol-geometry/multilinestring/metrics.json | 2 +- .../render-tests/symbol-geometry/multipoint/metrics.json | 2 +- .../render-tests/symbol-geometry/multipolygon/metrics.json | 2 +- .../render-tests/symbol-geometry/point/metrics.json | 2 +- .../render-tests/symbol-geometry/polygon/metrics.json | 2 +- .../line-center-buffer-tile-map-mode/metrics.json | 2 +- .../symbol-placement/line-center-buffer/metrics.json | 2 +- .../symbol-placement/line-center-tile-map-mode/metrics.json | 2 +- .../render-tests/symbol-placement/line-center/metrics.json | 2 +- .../symbol-placement/line-overscaled/metrics.json | 2 +- .../render-tests/symbol-placement/line/metrics.json | 2 +- .../render-tests/symbol-placement/point-polygon/metrics.json | 2 +- .../render-tests/symbol-placement/point/metrics.json | 2 +- .../symbol-sort-key/icon-expression/metrics.json | 2 +- .../placement-tile-boundary-left-then-right/metrics.json | 2 +- .../symbol-sort-key/text-expression/metrics.json | 2 +- .../symbol-sort-key/text-ignore-placement/metrics.json | 2 +- .../render-tests/symbol-sort-key/text-placement/metrics.json | 2 +- .../render-tests/symbol-spacing/line-close/metrics.json | 2 +- .../render-tests/symbol-spacing/line-far/metrics.json | 2 +- .../render-tests/symbol-spacing/line-overscaled/metrics.json | 2 +- .../render-tests/symbol-spacing/point-close/metrics.json | 2 +- .../render-tests/symbol-spacing/point-far/metrics.json | 2 +- .../render-tests/symbol-visibility/none/metrics.json | 2 +- .../render-tests/symbol-z-order/default/metrics.json | 2 +- .../render-tests/symbol-z-order/disabled/metrics.json | 2 +- .../render-tests/symbol-z-order/icon-with-text/metrics.json | 2 +- .../render-tests/symbol-z-order/pitched/metrics.json | 2 +- .../render-tests/symbol-z-order/viewport-y/metrics.json | 2 +- .../render-tests/text-anchor/bottom-left/metrics.json | 2 +- .../render-tests/text-anchor/bottom-right/metrics.json | 2 +- .../render-tests/text-anchor/bottom/metrics.json | 2 +- .../render-tests/text-anchor/center/metrics.json | 2 +- .../render-tests/text-anchor/left/metrics.json | 2 +- .../render-tests/text-anchor/property-function/metrics.json | 2 +- .../render-tests/text-anchor/right/metrics.json | 2 +- .../render-tests/text-anchor/top-left/metrics.json | 2 +- .../render-tests/text-anchor/top-right/metrics.json | 2 +- .../render-tests/text-anchor/top/metrics.json | 2 +- .../render-tests/text-arabic/letter-spacing/metrics.json | 2 +- .../render-tests/text-arabic/line-break-mixed/metrics.json | 2 +- .../render-tests/text-arabic/line-break/metrics.json | 2 +- .../render-tests/text-arabic/mixed-numeric/metrics.json | 2 +- .../render-tests/text-arabic/multi-paragraph/metrics.json | 2 +- .../render-tests/text-color/default/metrics.json | 2 +- .../render-tests/text-color/function/metrics.json | 2 +- .../render-tests/text-color/literal/metrics.json | 2 +- .../render-tests/text-color/property-function/metrics.json | 2 +- .../render-tests/text-field/formatted-arabic/metrics.json | 2 +- .../text-field/formatted-images-constant-size/metrics.json | 2 +- .../text-field/formatted-images-line/metrics.json | 2 +- .../text-field/formatted-images-multiline/metrics.json | 2 +- .../metrics.json | 2 +- .../text-field/formatted-images-vertical/metrics.json | 2 +- .../formatted-images-zoom-dependent-size/metrics.json | 2 +- .../render-tests/text-field/formatted-line/metrics.json | 2 +- .../metrics.json | 2 +- .../text-field/formatted-text-color-overrides/metrics.json | 2 +- .../text-field/formatted-text-color/metrics.json | 2 +- .../render-tests/text-field/formatted/metrics.json | 2 +- .../render-tests/text-field/literal/metrics.json | 2 +- .../render-tests/text-field/property-function/metrics.json | 2 +- .../render-tests/text-field/token/metrics.json | 2 +- .../render-tests/text-font/camera-function/metrics.json | 2 +- .../render-tests/text-font/data-expression/metrics.json | 2 +- .../render-tests/text-font/literal/metrics.json | 2 +- .../render-tests/text-halo-blur/default/metrics.json | 2 +- .../render-tests/text-halo-blur/function/metrics.json | 2 +- .../render-tests/text-halo-blur/literal/metrics.json | 2 +- .../text-halo-blur/property-function/metrics.json | 2 +- .../render-tests/text-halo-color/default/metrics.json | 2 +- .../render-tests/text-halo-color/function/metrics.json | 2 +- .../render-tests/text-halo-color/literal/metrics.json | 2 +- .../text-halo-color/property-function/metrics.json | 2 +- .../render-tests/text-halo-width/default/metrics.json | 2 +- .../render-tests/text-halo-width/function/metrics.json | 2 +- .../render-tests/text-halo-width/literal/metrics.json | 2 +- .../text-halo-width/property-function/metrics.json | 2 +- .../render-tests/text-justify/auto/metrics.json | 2 +- .../render-tests/text-justify/left/metrics.json | 2 +- .../render-tests/text-justify/property-function/metrics.json | 2 +- .../render-tests/text-justify/right/metrics.json | 2 +- .../text-keep-upright/line-placement-false/metrics.json | 2 +- .../line-placement-true-offset/metrics.json | 2 +- .../line-placement-true-pitched/metrics.json | 2 +- .../line-placement-true-rotated/metrics.json | 2 +- .../line-placement-true-text-anchor/metrics.json | 2 +- .../text-keep-upright/line-placement-true/metrics.json | 2 +- .../point-placement-align-map-false/metrics.json | 2 +- .../point-placement-align-map-true/metrics.json | 2 +- .../point-placement-align-viewport-false/metrics.json | 2 +- .../point-placement-align-viewport-true/metrics.json | 2 +- .../text-letter-spacing/function-close/metrics.json | 2 +- .../text-letter-spacing/function-far/metrics.json | 2 +- .../render-tests/text-letter-spacing/literal/metrics.json | 2 +- .../text-letter-spacing/property-function/metrics.json | 2 +- .../zoom-and-property-function/metrics.json | 2 +- .../render-tests/text-line-height/literal/metrics.json | 2 +- .../render-tests/text-max-angle/line-center/metrics.json | 2 +- .../render-tests/text-max-angle/literal/metrics.json | 2 +- .../text-max-width/force-double-newline/metrics.json | 2 +- .../render-tests/text-max-width/force-newline/metrics.json | 2 +- .../text-max-width/ideographic-breaking/metrics.json | 2 +- .../ideographic-punctuation-breaking/metrics.json | 2 +- .../render-tests/text-max-width/literal/metrics.json | 2 +- .../text-max-width/property-function/metrics.json | 2 +- .../text-max-width/zoom-and-property-function/metrics.json | 2 +- .../text-no-cross-source-collision/default/metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../render-tests/text-offset/literal/metrics.json | 2 +- .../render-tests/text-offset/property-function/metrics.json | 2 +- .../render-tests/text-opacity/default/metrics.json | 2 +- .../render-tests/text-opacity/function/metrics.json | 2 +- .../render-tests/text-opacity/literal/metrics.json | 2 +- .../render-tests/text-opacity/property-function/metrics.json | 2 +- .../auto-text-rotation-alignment-map/metrics.json | 2 +- .../auto-text-rotation-alignment-viewport/metrics.json | 2 +- .../text-pitch-alignment/map-text-depthtest/metrics.json | 2 +- .../map-text-rotation-alignment-map/metrics.json | 2 +- .../map-text-rotation-alignment-viewport/metrics.json | 2 +- .../viewport-overzoomed-single-glyph/metrics.json | 2 +- .../text-pitch-alignment/viewport-overzoomed/metrics.json | 2 +- .../viewport-text-depthtest/metrics.json | 2 +- .../viewport-text-rotation-alignment-map/metrics.json | 2 +- .../viewport-text-rotation-alignment-viewport/metrics.json | 2 +- .../render-tests/text-pitch-scaling/line-half/metrics.json | 2 +- .../render-tests/text-radial-offset/basic/metrics.json | 2 +- .../render-tests/text-rotate/anchor-bottom/metrics.json | 2 +- .../render-tests/text-rotate/anchor-left/metrics.json | 2 +- .../render-tests/text-rotate/anchor-right/metrics.json | 2 +- .../render-tests/text-rotate/anchor-top/metrics.json | 2 +- .../render-tests/text-rotate/function/metrics.json | 2 +- .../render-tests/text-rotate/literal/metrics.json | 2 +- .../render-tests/text-rotate/property-function/metrics.json | 2 +- .../render-tests/text-rotate/with-offset/metrics.json | 2 +- .../auto-symbol-placement-line/metrics.json | 2 +- .../auto-symbol-placement-point/metrics.json | 2 +- .../map-symbol-placement-line/metrics.json | 2 +- .../map-symbol-placement-point/metrics.json | 2 +- .../viewport-symbol-placement-line/metrics.json | 2 +- .../viewport-symbol-placement-point/metrics.json | 2 +- .../text-size/camera-function-high-base/metrics.json | 2 +- .../text-size/camera-function-interval/metrics.json | 2 +- .../render-tests/text-size/composite-expression/metrics.json | 2 +- .../text-size/composite-function-line-placement/metrics.json | 2 +- .../render-tests/text-size/composite-function/metrics.json | 2 +- .../render-tests/text-size/default/metrics.json | 2 +- .../render-tests/text-size/function/metrics.json | 2 +- .../render-tests/text-size/literal/metrics.json | 2 +- .../render-tests/text-size/property-function/metrics.json | 2 +- .../render-tests/text-size/zero/metrics.json | 2 +- .../text-tile-edge-clipping/default/metrics.json | 2 +- .../render-tests/text-transform/lowercase/metrics.json | 2 +- .../text-transform/property-function/metrics.json | 2 +- .../render-tests/text-transform/uppercase/metrics.json | 2 +- .../render-tests/text-translate-anchor/map/metrics.json | 2 +- .../render-tests/text-translate-anchor/viewport/metrics.json | 2 +- .../render-tests/text-translate/default/metrics.json | 2 +- .../render-tests/text-translate/function/metrics.json | 2 +- .../render-tests/text-translate/literal/metrics.json | 2 +- .../all-anchors-icon-text-fit/metrics.json | 2 +- .../all-anchors-text-allow-overlap/metrics.json | 2 +- .../text-variable-anchor-offset/all-anchors/metrics.json | 2 +- .../databind-coalesce/metrics.json | 2 +- .../databind-interpolate/metrics.json | 2 +- .../icon-image-all-anchors/metrics.json | 2 +- .../icon-image-offset/metrics.json | 2 +- .../text-variable-anchor-offset/icon-image/metrics.json | 2 +- .../icon-text-fit-collision-box/metrics.json | 2 +- .../text-variable-anchor-offset/no-animate-zoom/metrics.json | 2 +- .../text-variable-anchor-offset/pitched-offset/metrics.json | 2 +- .../pitched-with-map/metrics.json | 2 +- .../text-variable-anchor-offset/pitched/metrics.json | 2 +- .../text-variable-anchor-offset/rotated-offset/metrics.json | 2 +- .../rotated-with-map/metrics.json | 2 +- .../text-variable-anchor-offset/rotated/metrics.json | 2 +- .../single-justification/metrics.json | 2 +- .../text-variable-anchor-offset/single-line/metrics.json | 2 +- .../text-allow-overlap/metrics.json | 2 +- .../top-bottom-left-right/metrics.json | 2 +- .../all-anchors-icon-text-fit/metrics.json | 2 +- .../all-anchors-offset-zero/metrics.json | 2 +- .../text-variable-anchor/all-anchors-offset/metrics.json | 2 +- .../all-anchors-radial-offset-zero/metrics.json | 2 +- .../all-anchors-text-allow-overlap/metrics.json | 2 +- .../all-anchors-tile-map-mode/metrics.json | 2 +- .../all-anchors-two-dimentional-offset-negative/metrics.json | 2 +- .../all-anchors-two-dimentional-offset-zero/metrics.json | 2 +- .../all-anchors-two-dimentional-offset/metrics.json | 2 +- .../text-variable-anchor/all-anchors/metrics.json | 2 +- .../text-variable-anchor/icon-image-all-anchors/metrics.json | 2 +- .../text-variable-anchor/icon-image/metrics.json | 2 +- .../icon-text-fit-collision-box/metrics.json | 2 +- .../left-top-right-bottom-offset-tile-map-mode/metrics.json | 2 +- .../text-variable-anchor/no-animate-zoom/metrics.json | 2 +- .../text-variable-anchor/pitched-offset/metrics.json | 2 +- .../text-variable-anchor/pitched-rotated-debug/metrics.json | 2 +- .../text-variable-anchor/pitched-with-map/metrics.json | 2 +- .../render-tests/text-variable-anchor/pitched/metrics.json | 2 +- .../text-variable-anchor/rotated-offset/metrics.json | 2 +- .../text-variable-anchor/rotated-with-map/metrics.json | 2 +- .../render-tests/text-variable-anchor/rotated/metrics.json | 2 +- .../text-variable-anchor/single-justification/metrics.json | 2 +- .../text-variable-anchor/single-line/metrics.json | 2 +- .../text-variable-anchor/text-allow-overlap/metrics.json | 2 +- .../text-variable-anchor/top-bottom-left-right/metrics.json | 2 +- .../render-tests/text-visibility/none/metrics.json | 2 +- .../render-tests/text-visibility/visible/metrics.json | 2 +- .../line_label/chinese-punctuation/metrics.json | 2 +- .../text-writing-mode/line_label/chinese/metrics.json | 2 +- .../text-writing-mode/line_label/latin/metrics.json | 2 +- .../text-writing-mode/line_label/mixed/metrics.json | 2 +- .../point_label/cjk-arabic-vertical-mode/metrics.json | 2 +- .../point_label/cjk-horizontal-vertical-mode/metrics.json | 2 +- .../cjk-multiline-vertical-horizontal-mode/metrics.json | 2 +- .../point_label/cjk-punctuation-vertical-mode/metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../cjk-variable-anchors-vertical-mode/metrics.json | 2 +- .../point_label/cjk-vertical-horizontal-mode/metrics.json | 2 +- .../point_label/cjk-vertical-mode/metrics.json | 2 +- .../point_label/latin-vertical-mode/metrics.json | 2 +- .../metrics.json | 2 +- .../mixed-multiline-vertical-horizontal-mode/metrics.json | 2 +- .../render-tests/tile-mode/streets-v11/metrics.json | 2 +- .../render-tests/tilejson-bounds/default/metrics.json | 2 +- .../ios-render-test-runner/render-tests/tms/tms/metrics.json | 2 +- .../within/filter-with-inlined-geojson/metrics.json | 2 +- .../render-tests/within/layout-text/metrics.json | 2 +- .../render-tests/within/paint-circle/metrics.json | 2 +- .../render-tests/within/paint-icon/metrics.json | 2 +- .../render-tests/within/paint-line/metrics.json | 2 +- .../render-tests/within/paint-text/metrics.json | 2 +- .../render-tests/zoom-history/in/metrics.json | 2 +- .../render-tests/zoom-history/out/metrics.json | 2 +- .../render-tests/zoom-visibility/above/metrics.json | 2 +- .../render-tests/zoom-visibility/below/metrics.json | 2 +- .../render-tests/zoom-visibility/in-range/metrics.json | 2 +- .../render-tests/zoom-visibility/out-of-range/metrics.json | 2 +- .../render-tests/zoom-visibility/was-above/metrics.json | 2 +- .../render-tests/zoom-visibility/was-below/metrics.json | 2 +- .../render-tests/zoomed-fill/default/metrics.json | 2 +- .../render-tests/zoomed-raster/fractional/metrics.json | 2 +- .../render-tests/zoomed-raster/overzoom/metrics.json | 2 +- .../render-tests/zoomed-raster/underzoom/metrics.json | 2 +- .../location_indicator/dateline/metrics.json | 2 +- .../location_indicator/default/metrics.json | 2 +- .../location_indicator/no_radius_border/metrics.json | 2 +- .../location_indicator/no_radius_fill/metrics.json | 2 +- .../location_indicator/no_textures/metrics.json | 2 +- .../location_indicator/one_texture/metrics.json | 2 +- .../location_indicator/rotated/metrics.json | 2 +- .../location_indicator/tilted/metrics.json | 2 +- .../location_indicator/tilted_texture_shift/metrics.json | 2 +- .../tilted_texture_shift_bottom_left/metrics.json | 2 +- .../tilted_texture_shift_bottom_right/metrics.json | 2 +- .../tilted_texture_shift_top_left/metrics.json | 2 +- .../tilted_texture_shift_top_right/metrics.json | 2 +- .../location_indicator/two_textures/metrics.json | 2 +- .../probes/gfx/pass-double-probe/metrics.json | 2 +- .../probes/gfx/pass-probe-reset/metrics.json | 2 +- metrics/linux-clang8-release/probes/gfx/pass/metrics.json | 2 +- .../background-color/colorSpace-lab/metrics.json | 2 +- .../render-tests/background-color/default/metrics.json | 2 +- .../render-tests/background-color/function/metrics.json | 2 +- .../render-tests/background-color/literal/metrics.json | 2 +- .../render-tests/background-opacity/color/metrics.json | 2 +- .../render-tests/background-opacity/image/metrics.json | 2 +- .../render-tests/background-opacity/overlay/metrics.json | 2 +- .../render-tests/background-pattern/@2x/metrics.json | 2 +- .../render-tests/background-pattern/literal/metrics.json | 2 +- .../render-tests/background-pattern/missing/metrics.json | 2 +- .../render-tests/background-pattern/pitch/metrics.json | 2 +- .../render-tests/background-pattern/rotated/metrics.json | 2 +- .../render-tests/background-pattern/zoomed/metrics.json | 2 +- .../render-tests/background-visibility/none/metrics.json | 2 +- .../render-tests/background-visibility/visible/metrics.json | 2 +- .../render-tests/basic-v9/z0-narrow-y/metrics.json | 2 +- .../render-tests/basic-v9/z0-wide-x/metrics.json | 2 +- .../render-tests/basic-v9/z0/metrics.json | 2 +- .../render-tests/bright-v9/z0/metrics.json | 2 +- .../render-tests/circle-blur/blending/metrics.json | 2 +- .../render-tests/circle-blur/default/metrics.json | 2 +- .../render-tests/circle-blur/function/metrics.json | 2 +- .../render-tests/circle-blur/literal-stroke/metrics.json | 2 +- .../render-tests/circle-blur/literal/metrics.json | 2 +- .../render-tests/circle-blur/property-function/metrics.json | 2 +- .../circle-blur/zoom-and-property-function/metrics.json | 2 +- .../render-tests/circle-color/default/metrics.json | 2 +- .../render-tests/circle-color/function/metrics.json | 2 +- .../render-tests/circle-color/literal/metrics.json | 2 +- .../render-tests/circle-color/property-function/metrics.json | 2 +- .../circle-color/zoom-and-property-function/metrics.json | 2 +- .../render-tests/circle-geometry/linestring/metrics.json | 2 +- .../circle-geometry/multilinestring/metrics.json | 2 +- .../render-tests/circle-geometry/multipoint/metrics.json | 2 +- .../render-tests/circle-geometry/multipolygon/metrics.json | 2 +- .../render-tests/circle-geometry/point/metrics.json | 2 +- .../render-tests/circle-geometry/polygon/metrics.json | 2 +- .../render-tests/circle-opacity/blending/metrics.json | 2 +- .../render-tests/circle-opacity/default/metrics.json | 2 +- .../render-tests/circle-opacity/function/metrics.json | 2 +- .../render-tests/circle-opacity/literal/metrics.json | 2 +- .../circle-opacity/property-function/metrics.json | 2 +- .../circle-opacity/zoom-and-property-function/metrics.json | 2 +- .../circle-pitch-alignment/map-scale-map/metrics.json | 2 +- .../circle-pitch-alignment/map-scale-viewport/metrics.json | 2 +- .../circle-pitch-alignment/viewport-scale-map/metrics.json | 2 +- .../viewport-scale-viewport/metrics.json | 2 +- .../render-tests/circle-pitch-scale/default/metrics.json | 2 +- .../render-tests/circle-pitch-scale/map/metrics.json | 2 +- .../render-tests/circle-pitch-scale/viewport/metrics.json | 2 +- .../render-tests/circle-radius/antimeridian/metrics.json | 2 +- .../render-tests/circle-radius/default/metrics.json | 2 +- .../render-tests/circle-radius/function/metrics.json | 2 +- .../render-tests/circle-radius/literal/metrics.json | 2 +- .../circle-radius/property-function/metrics.json | 2 +- .../circle-radius/zoom-and-property-function/metrics.json | 2 +- .../render-tests/circle-sort-key/literal/metrics.json | 2 +- .../render-tests/circle-stroke-color/default/metrics.json | 2 +- .../render-tests/circle-stroke-color/function/metrics.json | 2 +- .../render-tests/circle-stroke-color/literal/metrics.json | 2 +- .../circle-stroke-color/property-function/metrics.json | 2 +- .../zoom-and-property-function/metrics.json | 2 +- .../render-tests/circle-stroke-opacity/default/metrics.json | 2 +- .../render-tests/circle-stroke-opacity/function/metrics.json | 2 +- .../render-tests/circle-stroke-opacity/literal/metrics.json | 2 +- .../circle-stroke-opacity/property-function/metrics.json | 2 +- .../circle-stroke-opacity/stroke-only/metrics.json | 2 +- .../zoom-and-property-function/metrics.json | 2 +- .../render-tests/circle-stroke-width/default/metrics.json | 2 +- .../render-tests/circle-stroke-width/function/metrics.json | 2 +- .../render-tests/circle-stroke-width/literal/metrics.json | 2 +- .../circle-stroke-width/property-function/metrics.json | 2 +- .../zoom-and-property-function/metrics.json | 2 +- .../render-tests/circle-translate-anchor/map/metrics.json | 2 +- .../circle-translate-anchor/viewport/metrics.json | 2 +- .../render-tests/circle-translate/default/metrics.json | 2 +- .../render-tests/circle-translate/function/metrics.json | 2 +- .../render-tests/circle-translate/literal/metrics.json | 2 +- .../background-opaque--background-opaque/metrics.json | 2 +- .../background-opaque--background-translucent/metrics.json | 2 +- .../background-opaque--circle-translucent/metrics.json | 2 +- .../metrics.json | 2 +- .../combinations/background-opaque--fill-opaque/metrics.json | 2 +- .../background-opaque--fill-translucent/metrics.json | 2 +- .../background-opaque--heatmap-translucent/metrics.json | 2 +- .../background-opaque--hillshade-translucent/metrics.json | 2 +- .../background-opaque--line-translucent/metrics.json | 2 +- .../background-opaque--raster-translucent/metrics.json | 2 +- .../background-opaque--symbol-translucent/metrics.json | 2 +- .../background-translucent--background-opaque/metrics.json | 2 +- .../metrics.json | 2 +- .../background-translucent--circle-translucent/metrics.json | 2 +- .../metrics.json | 2 +- .../background-translucent--fill-opaque/metrics.json | 2 +- .../background-translucent--fill-translucent/metrics.json | 2 +- .../background-translucent--heatmap-translucent/metrics.json | 2 +- .../metrics.json | 2 +- .../background-translucent--line-translucent/metrics.json | 2 +- .../background-translucent--raster-translucent/metrics.json | 2 +- .../background-translucent--symbol-translucent/metrics.json | 2 +- .../circle-translucent--background-opaque/metrics.json | 2 +- .../circle-translucent--background-translucent/metrics.json | 2 +- .../circle-translucent--circle-translucent/metrics.json | 2 +- .../metrics.json | 2 +- .../circle-translucent--fill-opaque/metrics.json | 2 +- .../circle-translucent--fill-translucent/metrics.json | 2 +- .../circle-translucent--heatmap-translucent/metrics.json | 2 +- .../circle-translucent--hillshade-translucent/metrics.json | 2 +- .../circle-translucent--line-translucent/metrics.json | 2 +- .../circle-translucent--raster-translucent/metrics.json | 2 +- .../circle-translucent--symbol-translucent/metrics.json | 2 +- .../combinations/fill-extrusion--fill-opaque/metrics.json | 2 +- .../fill-extrusion--fill-translucent/metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../fill-extrusion-translucent--fill-opaque/metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../combinations/fill-opaque--background-opaque/metrics.json | 2 +- .../fill-opaque--background-translucent/metrics.json | 2 +- .../fill-opaque--circle-translucent/metrics.json | 2 +- .../fill-opaque--fill-extrusion-translucent/metrics.json | 2 +- .../combinations/fill-opaque--fill-opaque/metrics.json | 2 +- .../combinations/fill-opaque--fill-translucent/metrics.json | 2 +- .../fill-opaque--heatmap-translucent/metrics.json | 2 +- .../fill-opaque--hillshade-translucent/metrics.json | 2 +- .../combinations/fill-opaque--line-translucent/metrics.json | 2 +- .../fill-opaque--raster-translucent/metrics.json | 2 +- .../fill-opaque--symbol-translucent/metrics.json | 2 +- .../fill-translucent--background-opaque/metrics.json | 2 +- .../fill-translucent--background-translucent/metrics.json | 2 +- .../fill-translucent--circle-translucent/metrics.json | 2 +- .../metrics.json | 2 +- .../combinations/fill-translucent--fill-opaque/metrics.json | 2 +- .../fill-translucent--fill-translucent/metrics.json | 2 +- .../fill-translucent--heatmap-translucent/metrics.json | 2 +- .../fill-translucent--hillshade-translucent/metrics.json | 2 +- .../fill-translucent--line-translucent/metrics.json | 2 +- .../fill-translucent--raster-translucent/metrics.json | 2 +- .../fill-translucent--symbol-translucent/metrics.json | 2 +- .../heatmap-translucent--background-opaque/metrics.json | 2 +- .../heatmap-translucent--background-translucent/metrics.json | 2 +- .../heatmap-translucent--circle-translucent/metrics.json | 2 +- .../metrics.json | 2 +- .../heatmap-translucent--fill-opaque/metrics.json | 2 +- .../heatmap-translucent--fill-translucent/metrics.json | 2 +- .../heatmap-translucent--heatmap-translucent/metrics.json | 2 +- .../heatmap-translucent--hillshade-translucent/metrics.json | 2 +- .../heatmap-translucent--line-translucent/metrics.json | 2 +- .../heatmap-translucent--raster-translucent/metrics.json | 2 +- .../heatmap-translucent--symbol-translucent/metrics.json | 2 +- .../hillshade-translucent--background-opaque/metrics.json | 2 +- .../metrics.json | 2 +- .../hillshade-translucent--circle-translucent/metrics.json | 2 +- .../metrics.json | 2 +- .../hillshade-translucent--fill-opaque/metrics.json | 2 +- .../hillshade-translucent--fill-translucent/metrics.json | 2 +- .../hillshade-translucent--heatmap-translucent/metrics.json | 2 +- .../metrics.json | 2 +- .../hillshade-translucent--line-translucent/metrics.json | 2 +- .../hillshade-translucent--raster-translucent/metrics.json | 2 +- .../hillshade-translucent--symbol-translucent/metrics.json | 2 +- .../line-translucent--background-opaque/metrics.json | 2 +- .../line-translucent--background-translucent/metrics.json | 2 +- .../line-translucent--circle-translucent/metrics.json | 2 +- .../metrics.json | 2 +- .../combinations/line-translucent--fill-opaque/metrics.json | 2 +- .../line-translucent--fill-translucent/metrics.json | 2 +- .../line-translucent--heatmap-translucent/metrics.json | 2 +- .../line-translucent--hillshade-translucent/metrics.json | 2 +- .../line-translucent--line-translucent/metrics.json | 2 +- .../line-translucent--raster-translucent/metrics.json | 2 +- .../line-translucent--symbol-translucent/metrics.json | 2 +- .../raster-translucent--background-opaque/metrics.json | 2 +- .../raster-translucent--background-translucent/metrics.json | 2 +- .../raster-translucent--circle-translucent/metrics.json | 2 +- .../metrics.json | 2 +- .../raster-translucent--fill-opaque/metrics.json | 2 +- .../raster-translucent--fill-translucent/metrics.json | 2 +- .../raster-translucent--heatmap-translucent/metrics.json | 2 +- .../raster-translucent--hillshade-translucent/metrics.json | 2 +- .../raster-translucent--line-translucent/metrics.json | 2 +- .../raster-translucent--raster-translucent/metrics.json | 2 +- .../raster-translucent--symbol-translucent/metrics.json | 2 +- .../symbol-translucent--background-opaque/metrics.json | 2 +- .../symbol-translucent--background-translucent/metrics.json | 2 +- .../symbol-translucent--circle-translucent/metrics.json | 2 +- .../metrics.json | 2 +- .../symbol-translucent--fill-opaque/metrics.json | 2 +- .../symbol-translucent--fill-translucent/metrics.json | 2 +- .../symbol-translucent--heatmap-translucent/metrics.json | 2 +- .../symbol-translucent--hillshade-translucent/metrics.json | 2 +- .../symbol-translucent--line-translucent/metrics.json | 2 +- .../symbol-translucent--raster-translucent/metrics.json | 2 +- .../symbol-translucent--symbol-translucent/metrics.json | 2 +- .../debug/collision-icon-text-line-translate/metrics.json | 2 +- .../debug/collision-icon-text-point-translate/metrics.json | 2 +- .../debug/collision-lines-overscaled/metrics.json | 2 +- .../render-tests/debug/collision-lines-pitched/metrics.json | 2 +- .../render-tests/debug/collision-lines/metrics.json | 2 +- .../render-tests/debug/collision-overscaled/metrics.json | 2 +- .../debug/collision-pitched-wrapped/metrics.json | 2 +- .../render-tests/debug/collision-pitched/metrics.json | 2 +- .../render-tests/empty/empty/metrics.json | 2 +- .../render-tests/extent/1024-fill/metrics.json | 2 +- .../render-tests/extent/1024-line/metrics.json | 2 +- .../render-tests/extent/1024-symbol/metrics.json | 2 +- .../feature-state/composite-expression/metrics.json | 2 +- .../render-tests/feature-state/data-expression/metrics.json | 2 +- .../render-tests/feature-state/vector-source/metrics.json | 2 +- .../render-tests/fill-antialias/false/metrics.json | 2 +- .../render-tests/fill-color/default/metrics.json | 2 +- .../render-tests/fill-color/function/metrics.json | 2 +- .../render-tests/fill-color/literal/metrics.json | 2 +- .../render-tests/fill-color/multiply/metrics.json | 2 +- .../render-tests/fill-color/opacity/metrics.json | 2 +- .../render-tests/fill-color/property-function/metrics.json | 2 +- .../fill-color/zoom-and-property-function/metrics.json | 2 +- .../render-tests/fill-extrusion-base/default/metrics.json | 2 +- .../render-tests/fill-extrusion-base/function/metrics.json | 2 +- .../render-tests/fill-extrusion-base/literal/metrics.json | 2 +- .../render-tests/fill-extrusion-base/negative/metrics.json | 2 +- .../fill-extrusion-base/property-function/metrics.json | 2 +- .../zoom-and-property-function/metrics.json | 2 +- .../render-tests/fill-extrusion-color/default/metrics.json | 2 +- .../render-tests/fill-extrusion-color/function/metrics.json | 2 +- .../render-tests/fill-extrusion-color/literal/metrics.json | 2 +- .../fill-extrusion-color/no-alpha-no-multiply/metrics.json | 2 +- .../fill-extrusion-color/property-function/metrics.json | 2 +- .../zoom-and-property-function/metrics.json | 2 +- .../render-tests/fill-extrusion-height/default/metrics.json | 2 +- .../render-tests/fill-extrusion-height/function/metrics.json | 2 +- .../render-tests/fill-extrusion-height/negative/metrics.json | 2 +- .../fill-extrusion-height/property-function/metrics.json | 2 +- .../zoom-and-property-function/metrics.json | 2 +- .../fill-extrusion-multiple/interleaved-layers/metrics.json | 2 +- .../fill-extrusion-multiple/multiple/metrics.json | 2 +- .../render-tests/fill-extrusion-opacity/default/metrics.json | 2 +- .../fill-extrusion-opacity/function/metrics.json | 2 +- .../render-tests/fill-extrusion-opacity/literal/metrics.json | 2 +- .../render-tests/fill-extrusion-pattern/missing/metrics.json | 2 +- .../fill-extrusion-translate-anchor/map/metrics.json | 2 +- .../fill-extrusion-translate-anchor/viewport/metrics.json | 2 +- .../fill-extrusion-translate/default/metrics.json | 2 +- .../fill-extrusion-translate/function/metrics.json | 2 +- .../fill-extrusion-translate/literal-opacity/metrics.json | 2 +- .../fill-extrusion-translate/literal/metrics.json | 2 +- .../fill-extrusion-vertical-gradient/default/metrics.json | 2 +- .../fill-extrusion-vertical-gradient/false/metrics.json | 2 +- .../render-tests/fill-opacity/default/metrics.json | 2 +- .../render-tests/fill-opacity/function/metrics.json | 2 +- .../render-tests/fill-opacity/literal/metrics.json | 2 +- .../fill-opacity/opaque-fill-over-symbol-layer/metrics.json | 2 +- .../render-tests/fill-opacity/overlapping/metrics.json | 2 +- .../fill-opacity/property-function-pattern/metrics.json | 2 +- .../render-tests/fill-opacity/property-function/metrics.json | 2 +- .../fill-opacity/zoom-and-property-function/metrics.json | 2 +- .../render-tests/fill-outline-color/default/metrics.json | 2 +- .../render-tests/fill-outline-color/fill/metrics.json | 2 +- .../render-tests/fill-outline-color/function/metrics.json | 2 +- .../render-tests/fill-outline-color/literal/metrics.json | 2 +- .../render-tests/fill-outline-color/multiply/metrics.json | 2 +- .../render-tests/fill-outline-color/opacity/metrics.json | 2 +- .../fill-outline-color/property-function/metrics.json | 2 +- .../zoom-and-property-function/metrics.json | 2 +- .../render-tests/fill-pattern/@2x/metrics.json | 2 +- .../fill-pattern/case-data-expression/metrics.json | 2 +- .../fill-pattern/invalid-feature-expression/metrics.json | 2 +- .../render-tests/fill-pattern/missing/metrics.json | 2 +- .../render-tests/fill-pattern/uneven-pattern/metrics.json | 2 +- .../fill-pattern/wrapping-with-interpolation/metrics.json | 2 +- .../render-tests/fill-sort-key/literal/metrics.json | 2 +- .../render-tests/fill-translate-anchor/map/metrics.json | 2 +- .../render-tests/fill-translate-anchor/viewport/metrics.json | 2 +- .../render-tests/fill-translate/default/metrics.json | 2 +- .../render-tests/fill-translate/function/metrics.json | 2 +- .../render-tests/fill-translate/literal/metrics.json | 2 +- .../render-tests/fill-visibility/none/metrics.json | 2 +- .../render-tests/fill-visibility/visible/metrics.json | 2 +- .../render-tests/filter/equality/metrics.json | 2 +- .../linux-clang8-release/render-tests/filter/in/metrics.json | 2 +- .../render-tests/filter/legacy-equality/metrics.json | 2 +- .../render-tests/filter/none/metrics.json | 2 +- .../render-tests/geojson/clustered-properties/metrics.json | 2 +- .../render-tests/geojson/clustered/metrics.json | 2 +- .../render-tests/geojson/external-feature/metrics.json | 2 +- .../render-tests/geojson/external-invalid/metrics.json | 2 +- .../render-tests/geojson/external-linestring/metrics.json | 2 +- .../render-tests/geojson/external-malformed/metrics.json | 2 +- .../geojson/inconsistent-winding-order/metrics.json | 2 +- .../render-tests/geojson/inline-feature/metrics.json | 2 +- .../render-tests/geojson/inline-invalid/metrics.json | 2 +- .../geojson/inline-linestring-circle/metrics.json | 2 +- .../render-tests/geojson/inline-linestring-line/metrics.json | 2 +- .../geojson/inline-linestring-symbol/metrics.json | 2 +- .../render-tests/geojson/inline-malformed/metrics.json | 2 +- .../render-tests/geojson/inline-point-circle/metrics.json | 2 +- .../render-tests/geojson/inline-point-fill/metrics.json | 2 +- .../render-tests/geojson/inline-point-line/metrics.json | 2 +- .../render-tests/geojson/inline-point-symbol/metrics.json | 2 +- .../render-tests/geojson/inline-polygon-circle/metrics.json | 2 +- .../render-tests/geojson/inline-polygon-fill/metrics.json | 2 +- .../render-tests/geojson/inline-polygon-line/metrics.json | 2 +- .../render-tests/geojson/inline-polygon-symbol/metrics.json | 2 +- .../render-tests/geojson/missing/metrics.json | 2 +- .../render-tests/geojson/reparse-overscaled/metrics.json | 2 +- .../render-tests/heatmap-color/default/metrics.json | 2 +- .../render-tests/heatmap-color/expression/metrics.json | 2 +- .../render-tests/heatmap-intensity/default/metrics.json | 2 +- .../render-tests/heatmap-intensity/function/metrics.json | 2 +- .../render-tests/heatmap-intensity/literal/metrics.json | 2 +- .../render-tests/heatmap-opacity/default/metrics.json | 2 +- .../render-tests/heatmap-opacity/function/metrics.json | 2 +- .../render-tests/heatmap-opacity/literal/metrics.json | 2 +- .../render-tests/heatmap-radius/antimeridian/metrics.json | 2 +- .../render-tests/heatmap-radius/data-expression/metrics.json | 2 +- .../render-tests/heatmap-radius/default/metrics.json | 2 +- .../render-tests/heatmap-radius/function/metrics.json | 2 +- .../render-tests/heatmap-radius/literal/metrics.json | 2 +- .../render-tests/heatmap-radius/pitch30/metrics.json | 2 +- .../render-tests/heatmap-weight/default/metrics.json | 2 +- .../heatmap-weight/identity-property-function/metrics.json | 2 +- .../render-tests/heatmap-weight/literal/metrics.json | 2 +- .../render-tests/hillshade-accent-color/default/metrics.json | 2 +- .../render-tests/hillshade-accent-color/literal/metrics.json | 2 +- .../hillshade-accent-color/terrarium/metrics.json | 2 +- .../hillshade-accent-color/zoom-function/metrics.json | 2 +- .../hillshade-highlight-color/default/metrics.json | 2 +- .../hillshade-highlight-color/literal/metrics.json | 2 +- .../hillshade-highlight-color/zoom-function/metrics.json | 2 +- .../render-tests/hillshade-shadow-color/default/metrics.json | 2 +- .../render-tests/hillshade-shadow-color/literal/metrics.json | 2 +- .../hillshade-shadow-color/zoom-function/metrics.json | 2 +- .../render-tests/icon-anchor/bottom-left/metrics.json | 2 +- .../render-tests/icon-anchor/bottom-right/metrics.json | 2 +- .../render-tests/icon-anchor/bottom/metrics.json | 2 +- .../render-tests/icon-anchor/center/metrics.json | 2 +- .../render-tests/icon-anchor/default/metrics.json | 2 +- .../render-tests/icon-anchor/left/metrics.json | 2 +- .../render-tests/icon-anchor/property-function/metrics.json | 2 +- .../render-tests/icon-anchor/right/metrics.json | 2 +- .../render-tests/icon-anchor/top-left/metrics.json | 2 +- .../render-tests/icon-anchor/top-right/metrics.json | 2 +- .../render-tests/icon-anchor/top/metrics.json | 2 +- .../render-tests/icon-color/default/metrics.json | 2 +- .../render-tests/icon-color/function/metrics.json | 2 +- .../render-tests/icon-color/literal/metrics.json | 2 +- .../render-tests/icon-color/property-function/metrics.json | 2 +- .../render-tests/icon-halo-blur/default/metrics.json | 2 +- .../render-tests/icon-halo-blur/function/metrics.json | 2 +- .../render-tests/icon-halo-blur/literal/metrics.json | 2 +- .../icon-halo-blur/property-function/metrics.json | 2 +- .../render-tests/icon-halo-color/default/metrics.json | 2 +- .../render-tests/icon-halo-color/function/metrics.json | 2 +- .../render-tests/icon-halo-color/literal/metrics.json | 2 +- .../render-tests/icon-halo-color/multiply/metrics.json | 2 +- .../render-tests/icon-halo-color/opacity/metrics.json | 2 +- .../icon-halo-color/property-function/metrics.json | 2 +- .../render-tests/icon-halo-color/transparent/metrics.json | 2 +- .../render-tests/icon-halo-width/default/metrics.json | 2 +- .../render-tests/icon-halo-width/function/metrics.json | 2 +- .../render-tests/icon-halo-width/literal/metrics.json | 2 +- .../icon-halo-width/property-function/metrics.json | 2 +- .../icon-image/icon-sdf-non-sdf-one-layer/metrics.json | 2 +- .../render-tests/icon-image/image-expression/metrics.json | 2 +- .../render-tests/icon-image/literal/metrics.json | 2 +- .../render-tests/icon-image/property-function/metrics.json | 2 +- .../render-tests/icon-image/stretchable-content/metrics.json | 2 +- .../render-tests/icon-image/stretchable/metrics.json | 2 +- .../render-tests/icon-image/token/metrics.json | 2 +- .../icon-no-cross-source-collision/default/metrics.json | 2 +- .../render-tests/icon-offset/literal/metrics.json | 2 +- .../render-tests/icon-offset/property-function/metrics.json | 2 +- .../icon-offset/zoom-and-property-function/metrics.json | 2 +- .../render-tests/icon-opacity/default/metrics.json | 2 +- .../render-tests/icon-opacity/function/metrics.json | 2 +- .../render-tests/icon-opacity/icon-only/metrics.json | 2 +- .../render-tests/icon-opacity/literal/metrics.json | 2 +- .../render-tests/icon-opacity/property-function/metrics.json | 2 +- .../render-tests/icon-opacity/text-and-icon/metrics.json | 2 +- .../render-tests/icon-opacity/text-only/metrics.json | 2 +- .../auto-rotation-alignment-map/metrics.json | 2 +- .../auto-rotation-alignment-viewport/metrics.json | 2 +- .../map-rotation-alignment-viewport/metrics.json | 2 +- .../viewport-rotation-alignment-map/metrics.json | 2 +- .../icon-pitch-scaling/rotation-alignment-map/metrics.json | 2 +- .../rotation-alignment-viewport/metrics.json | 2 +- .../icon-pixelratio-mismatch/default/metrics.json | 2 +- .../render-tests/icon-rotate/literal/metrics.json | 2 +- .../render-tests/icon-rotate/property-function/metrics.json | 2 +- .../render-tests/icon-rotate/with-offset/metrics.json | 2 +- .../auto-symbol-placement-line/metrics.json | 2 +- .../auto-symbol-placement-point/metrics.json | 2 +- .../map-symbol-placement-line/metrics.json | 2 +- .../map-symbol-placement-point/metrics.json | 2 +- .../viewport-symbol-placement-line/metrics.json | 2 +- .../viewport-symbol-placement-point/metrics.json | 2 +- .../icon-size/camera-function-high-base-plain/metrics.json | 2 +- .../icon-size/camera-function-high-base-sdf/metrics.json | 2 +- .../icon-size/camera-function-plain/metrics.json | 2 +- .../render-tests/icon-size/camera-function-sdf/metrics.json | 2 +- .../icon-size/composite-function-plain/metrics.json | 2 +- .../icon-size/composite-function-sdf/metrics.json | 2 +- .../render-tests/icon-size/default/metrics.json | 2 +- .../render-tests/icon-size/function/metrics.json | 2 +- .../render-tests/icon-size/literal/metrics.json | 2 +- .../icon-size/property-function-plain/metrics.json | 2 +- .../icon-size/property-function-sdf/metrics.json | 2 +- .../both-collision-variable-anchor-text-fit/metrics.json | 2 +- .../both-collision-variable-anchor/metrics.json | 2 +- .../render-tests/icon-text-fit/both-collision/metrics.json | 2 +- .../render-tests/icon-text-fit/both-padding/metrics.json | 2 +- .../both-text-anchor-1x-image-2x-screen/metrics.json | 2 +- .../both-text-anchor-2x-image-1x-screen/metrics.json | 2 +- .../both-text-anchor-2x-image-2x-screen/metrics.json | 2 +- .../icon-text-fit/both-text-anchor-icon-anchor/metrics.json | 2 +- .../icon-text-fit/both-text-anchor-icon-offset/metrics.json | 2 +- .../icon-text-fit/both-text-anchor-padding/metrics.json | 2 +- .../render-tests/icon-text-fit/both-text-anchor/metrics.json | 2 +- .../render-tests/icon-text-fit/both/metrics.json | 2 +- .../icon-text-fit/enlargen-both-padding/metrics.json | 2 +- .../render-tests/icon-text-fit/enlargen-both/metrics.json | 2 +- .../render-tests/icon-text-fit/enlargen-height/metrics.json | 2 +- .../render-tests/icon-text-fit/enlargen-width/metrics.json | 2 +- .../render-tests/icon-text-fit/height-padding/metrics.json | 2 +- .../icon-text-fit/height-text-anchor-padding/metrics.json | 2 +- .../icon-text-fit/height-text-anchor/metrics.json | 2 +- .../render-tests/icon-text-fit/height/metrics.json | 2 +- .../render-tests/icon-text-fit/none/metrics.json | 2 +- .../render-tests/icon-text-fit/placement-line/metrics.json | 2 +- .../icon-text-fit/stretch-fifteen-part/metrics.json | 2 +- .../icon-text-fit/stretch-nine-part-@2x/metrics.json | 2 +- .../stretch-nine-part-content-collision/metrics.json | 2 +- .../icon-text-fit/stretch-nine-part-content/metrics.json | 2 +- .../icon-text-fit/stretch-nine-part-just-height/metrics.json | 2 +- .../icon-text-fit/stretch-nine-part-just-width/metrics.json | 2 +- .../icon-text-fit/stretch-nine-part/metrics.json | 2 +- .../icon-text-fit/stretch-three-part/metrics.json | 2 +- .../render-tests/icon-text-fit/stretch-two-part/metrics.json | 2 +- .../icon-text-fit/stretch-underscale/metrics.json | 2 +- .../icon-text-fit/text-variable-anchor/metrics.json | 2 +- .../render-tests/icon-text-fit/width-padding/metrics.json | 2 +- .../icon-text-fit/width-text-anchor-padding/metrics.json | 2 +- .../icon-text-fit/width-text-anchor/metrics.json | 2 +- .../render-tests/icon-text-fit/width/metrics.json | 2 +- .../render-tests/icon-translate-anchor/map/metrics.json | 2 +- .../render-tests/icon-translate-anchor/viewport/metrics.json | 2 +- .../render-tests/icon-translate/default/metrics.json | 2 +- .../render-tests/icon-translate/function/metrics.json | 2 +- .../render-tests/icon-translate/literal/metrics.json | 2 +- .../render-tests/icon-visibility/none/metrics.json | 2 +- .../render-tests/icon-visibility/visible/metrics.json | 2 +- .../render-tests/image/default/metrics.json | 2 +- .../render-tests/image/pitched/metrics.json | 2 +- .../render-tests/image/raster-brightness/metrics.json | 2 +- .../render-tests/image/raster-contrast/metrics.json | 2 +- .../render-tests/image/raster-hue-rotate/metrics.json | 2 +- .../render-tests/image/raster-opacity/metrics.json | 2 +- .../render-tests/image/raster-resampling/metrics.json | 2 +- .../render-tests/image/raster-saturation/metrics.json | 2 +- .../render-tests/image/raster-visibility/metrics.json | 2 +- .../render-tests/is-supported-script/filter/metrics.json | 2 +- .../render-tests/is-supported-script/layout/metrics.json | 2 +- .../render-tests/line-blur/default/metrics.json | 2 +- .../render-tests/line-blur/function/metrics.json | 2 +- .../render-tests/line-blur/literal/metrics.json | 2 +- .../render-tests/line-blur/property-function/metrics.json | 2 +- .../render-tests/line-cap/butt/metrics.json | 2 +- .../render-tests/line-cap/round/metrics.json | 2 +- .../render-tests/line-cap/square/metrics.json | 2 +- .../render-tests/line-color/default/metrics.json | 2 +- .../render-tests/line-color/function/metrics.json | 2 +- .../render-tests/line-color/literal/metrics.json | 2 +- .../line-color/property-function-identity/metrics.json | 2 +- .../render-tests/line-color/property-function/metrics.json | 2 +- .../render-tests/line-dasharray/default/metrics.json | 2 +- .../render-tests/line-dasharray/fractional-zoom/metrics.json | 2 +- .../function/line-width-composite-function/metrics.json | 2 +- .../line-dasharray/function/line-width-constant/metrics.json | 2 +- .../function/line-width-property-function/metrics.json | 2 +- .../literal/line-width-composite-function/metrics.json | 2 +- .../line-dasharray/literal/line-width-constant/metrics.json | 2 +- .../literal/line-width-property-function/metrics.json | 2 +- .../literal/line-width-zoom-function/metrics.json | 2 +- .../render-tests/line-dasharray/long-segment/metrics.json | 2 +- .../render-tests/line-dasharray/overscaled/metrics.json | 2 +- .../render-tests/line-dasharray/round/segments/metrics.json | 2 +- .../line-dasharray/round/zero-gap-width/metrics.json | 2 +- .../render-tests/line-dasharray/slant/metrics.json | 2 +- .../render-tests/line-dasharray/zero-length-gap/metrics.json | 2 +- .../render-tests/line-dasharray/zoom-history/metrics.json | 2 +- .../render-tests/line-gap-width/default/metrics.json | 2 +- .../render-tests/line-gap-width/function/metrics.json | 2 +- .../render-tests/line-gap-width/literal/metrics.json | 2 +- .../line-gap-width/property-function/metrics.json | 2 +- .../line-gradient/gradient-tile-boundaries/metrics.json | 2 +- .../render-tests/line-gradient/gradient/metrics.json | 2 +- .../render-tests/line-gradient/translucent/metrics.json | 2 +- .../render-tests/line-join/bevel-transparent/metrics.json | 2 +- .../render-tests/line-join/bevel/metrics.json | 2 +- .../render-tests/line-join/default/metrics.json | 2 +- .../render-tests/line-join/miter-transparent/metrics.json | 2 +- .../render-tests/line-join/miter/metrics.json | 2 +- .../line-join/property-function-dasharray/metrics.json | 2 +- .../render-tests/line-join/property-function/metrics.json | 2 +- .../render-tests/line-join/round-transparent/metrics.json | 2 +- .../render-tests/line-join/round/metrics.json | 2 +- .../render-tests/line-offset/default/metrics.json | 2 +- .../render-tests/line-offset/function/metrics.json | 2 +- .../render-tests/line-offset/literal-negative/metrics.json | 2 +- .../render-tests/line-offset/literal/metrics.json | 2 +- .../render-tests/line-offset/property-function/metrics.json | 2 +- .../render-tests/line-opacity/default/metrics.json | 2 +- .../render-tests/line-opacity/function/metrics.json | 2 +- .../render-tests/line-opacity/literal/metrics.json | 2 +- .../render-tests/line-opacity/property-function/metrics.json | 2 +- .../render-tests/line-opacity/step-curve/metrics.json | 2 +- .../render-tests/line-pattern/@2x/metrics.json | 2 +- .../render-tests/line-pattern/literal/metrics.json | 2 +- .../render-tests/line-pattern/overscaled/metrics.json | 2 +- .../render-tests/line-pattern/pitch/metrics.json | 2 +- .../render-tests/line-pattern/property-function/metrics.json | 2 +- .../render-tests/line-pattern/step-curve/metrics.json | 2 +- .../render-tests/line-pattern/zoom-expression/metrics.json | 2 +- .../render-tests/line-pitch/default/metrics.json | 2 +- .../render-tests/line-pitch/pitch0/metrics.json | 2 +- .../render-tests/line-pitch/pitch15/metrics.json | 2 +- .../render-tests/line-pitch/pitch30/metrics.json | 2 +- .../render-tests/line-pitch/pitchAndBearing/metrics.json | 2 +- .../render-tests/line-sort-key/literal/metrics.json | 2 +- .../render-tests/line-translate-anchor/map/metrics.json | 2 +- .../render-tests/line-translate-anchor/viewport/metrics.json | 2 +- .../render-tests/line-translate/default/metrics.json | 2 +- .../render-tests/line-translate/function/metrics.json | 2 +- .../render-tests/line-triangulation/default/metrics.json | 2 +- .../render-tests/line-triangulation/round/metrics.json | 2 +- .../render-tests/line-visibility/none/metrics.json | 2 +- .../render-tests/line-visibility/visible/metrics.json | 2 +- .../render-tests/line-width/default/metrics.json | 2 +- .../render-tests/line-width/function/metrics.json | 2 +- .../render-tests/line-width/literal/metrics.json | 2 +- .../render-tests/line-width/property-function/metrics.json | 2 +- .../render-tests/line-width/very-overscaled/metrics.json | 2 +- .../render-tests/line-width/zero-width-function/metrics.json | 2 +- .../render-tests/line-width/zero-width/metrics.json | 2 +- .../linear-filter-opacity-edge/literal/metrics.json | 2 +- .../render-tests/map-mode/static/metrics.json | 2 +- .../render-tests/map-mode/tile-avoid-edges/metrics.json | 2 +- .../render-tests/map-mode/tile/metrics.json | 2 +- .../projection/axonometric-multiple/metrics.json | 2 +- .../render-tests/projection/axonometric/metrics.json | 2 +- .../render-tests/projection/perspective/metrics.json | 2 +- .../render-tests/projection/skew/metrics.json | 2 +- .../render-tests/raster-alpha/default/metrics.json | 2 +- .../render-tests/raster-brightness/default/metrics.json | 2 +- .../render-tests/raster-brightness/function/metrics.json | 2 +- .../render-tests/raster-brightness/literal/metrics.json | 2 +- .../render-tests/raster-contrast/default/metrics.json | 2 +- .../render-tests/raster-contrast/function/metrics.json | 2 +- .../render-tests/raster-contrast/literal/metrics.json | 2 +- .../render-tests/raster-extent/maxzoom/metrics.json | 2 +- .../render-tests/raster-extent/minzoom/metrics.json | 2 +- .../render-tests/raster-hue-rotate/default/metrics.json | 2 +- .../render-tests/raster-hue-rotate/function/metrics.json | 2 +- .../render-tests/raster-hue-rotate/literal/metrics.json | 2 +- .../render-tests/raster-loading/missing/metrics.json | 2 +- .../raster-masking/overlapping-vector/metrics.json | 2 +- .../render-tests/raster-masking/overlapping/metrics.json | 2 +- .../render-tests/raster-opacity/default/metrics.json | 2 +- .../render-tests/raster-opacity/function/metrics.json | 2 +- .../render-tests/raster-opacity/literal/metrics.json | 2 +- .../render-tests/raster-resampling/default/metrics.json | 2 +- .../render-tests/raster-resampling/function/metrics.json | 2 +- .../render-tests/raster-resampling/literal/metrics.json | 2 +- .../render-tests/raster-rotation/0/metrics.json | 2 +- .../render-tests/raster-rotation/180/metrics.json | 2 +- .../render-tests/raster-rotation/270/metrics.json | 2 +- .../render-tests/raster-rotation/45/metrics.json | 2 +- .../render-tests/raster-rotation/90/metrics.json | 2 +- .../render-tests/raster-saturation/default/metrics.json | 2 +- .../render-tests/raster-saturation/function/metrics.json | 2 +- .../render-tests/raster-saturation/literal/metrics.json | 2 +- .../render-tests/raster-visibility/none/metrics.json | 2 +- .../render-tests/raster-visibility/visible/metrics.json | 2 +- .../render-tests/real-world/nepal/metrics.json | 2 +- .../render-tests/real-world/norway/metrics.json | 2 +- .../render-tests/real-world/uruguay/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#2305/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#2523/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#2533/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#2534/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#2787/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#2846/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#2929/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#3010/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#3107/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#3320/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#3365/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#3394/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#3426/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#3548/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#3612/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#3614/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#3623/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#3633/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#3682/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#3702/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#3723/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#3819/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#3903/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#3910/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#3949/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#4124/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#4144/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#4146/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#4150/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#4172/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#4235/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#4550/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#4551/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#4564/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#4573/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#4579/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#4605/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#4617/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#4647/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#4651/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#4860/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#4928/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#5171/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#5370/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#5466/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#5496/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#5544/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#5546/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#5576/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#5599/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#5631/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#5776/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#5911/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#5911a/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#5947/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#5953/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#5978/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#6160/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#6238/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#6548/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#6649/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#6660/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#6919/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#7032/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#7172/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#8273/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#9009/metrics.json | 2 +- .../regressions/mapbox-gl-native#10849/metrics.json | 2 +- .../regressions/mapbox-gl-native#11451/metrics.json | 2 +- .../regressions/mapbox-gl-native#11729/metrics.json | 2 +- .../regressions/mapbox-gl-native#12812/metrics.json | 2 +- .../regressions/mapbox-gl-native#14402/metrics.json | 2 +- .../regressions/mapbox-gl-native#15139/metrics.json | 2 +- .../regressions/mapbox-gl-native#3292/metrics.json | 2 +- .../regressions/mapbox-gl-native#5648/metrics.json | 2 +- .../regressions/mapbox-gl-native#5701/metrics.json | 2 +- .../regressions/mapbox-gl-native#5754/metrics.json | 2 +- .../regressions/mapbox-gl-native#6063/metrics.json | 2 +- .../regressions/mapbox-gl-native#6233/metrics.json | 2 +- .../regressions/mapbox-gl-native#6820/metrics.json | 2 +- .../regressions/mapbox-gl-native#6903/metrics.json | 2 +- .../regressions/mapbox-gl-native#7241/metrics.json | 2 +- .../regressions/mapbox-gl-native#7572/metrics.json | 2 +- .../regressions/mapbox-gl-native#7714/metrics.json | 2 +- .../regressions/mapbox-gl-native#7792/metrics.json | 2 +- .../regressions/mapbox-gl-native#8078/metrics.json | 2 +- .../regressions/mapbox-gl-native#8303/metrics.json | 2 +- .../regressions/mapbox-gl-native#8460/metrics.json | 2 +- .../regressions/mapbox-gl-native#8505/metrics.json | 2 +- .../regressions/mapbox-gl-native#8871/metrics.json | 2 +- .../regressions/mapbox-gl-native#8952/metrics.json | 2 +- .../regressions/mapbox-gl-native#9406/metrics.json | 2 +- .../regressions/mapbox-gl-native#9557/metrics.json | 2 +- .../regressions/mapbox-gl-native#9792/metrics.json | 2 +- .../regressions/mapbox-gl-native#9900/metrics.json | 2 +- .../regressions/mapbox-gl-native#9976/metrics.json | 2 +- .../regressions/mapbox-gl-native#9979/metrics.json | 2 +- .../regressions/mapbox-gl-shaders#37/metrics.json | 2 +- .../remove-feature-state/composite-expression/metrics.json | 2 +- .../remove-feature-state/data-expression/metrics.json | 2 +- .../remove-feature-state/vector-source/metrics.json | 2 +- .../render-tests/retina-raster/default/metrics.json | 2 +- .../runtime-styling/filter-default-to-false/metrics.json | 2 +- .../runtime-styling/filter-default-to-true/metrics.json | 2 +- .../runtime-styling/filter-false-to-default/metrics.json | 2 +- .../runtime-styling/filter-false-to-true/metrics.json | 2 +- .../runtime-styling/filter-true-to-default/metrics.json | 2 +- .../runtime-styling/filter-true-to-false/metrics.json | 2 +- .../image-add-1.5x-image-1x-screen/metrics.json | 2 +- .../image-add-1.5x-image-2x-screen/metrics.json | 2 +- .../image-add-1x-image-1x-screen/metrics.json | 2 +- .../image-add-1x-image-2x-screen/metrics.json | 2 +- .../image-add-2x-image-1x-screen/metrics.json | 2 +- .../image-add-2x-image-2x-screen/metrics.json | 2 +- .../runtime-styling/image-add-alpha/metrics.json | 2 +- .../runtime-styling/image-add-nonsdf/metrics.json | 2 +- .../runtime-styling/image-add-pattern/metrics.json | 2 +- .../render-tests/runtime-styling/image-add-sdf/metrics.json | 2 +- .../render-tests/runtime-styling/image-remove/metrics.json | 2 +- .../runtime-styling/image-update-icon/metrics.json | 2 +- .../runtime-styling/image-update-pattern/metrics.json | 2 +- .../runtime-styling/layer-add-background/metrics.json | 2 +- .../runtime-styling/layer-add-circle/metrics.json | 2 +- .../render-tests/runtime-styling/layer-add-fill/metrics.json | 2 +- .../render-tests/runtime-styling/layer-add-line/metrics.json | 2 +- .../runtime-styling/layer-add-raster/metrics.json | 2 +- .../runtime-styling/layer-add-symbol/metrics.json | 2 +- .../runtime-styling/layer-remove-background/metrics.json | 2 +- .../runtime-styling/layer-remove-circle/metrics.json | 2 +- .../runtime-styling/layer-remove-fill/metrics.json | 2 +- .../runtime-styling/layer-remove-line/metrics.json | 2 +- .../runtime-styling/layer-remove-raster/metrics.json | 2 +- .../runtime-styling/layer-remove-symbol/metrics.json | 2 +- .../layout-property-default-to-literal/metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../layout-property-default-to-zoom-expression/metrics.json | 2 +- .../layout-property-default-to-zoom-function/metrics.json | 2 +- .../layout-property-literal-to-default/metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../layout-property-literal-to-zoom-expression/metrics.json | 2 +- .../layout-property-literal-to-zoom-function/metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../layout-property-text-variable-anchor/metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../layout-property-zoom-expression-to-default/metrics.json | 2 +- .../layout-property-zoom-expression-to-literal/metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../layout-property-zoom-function-to-default/metrics.json | 2 +- .../layout-property-zoom-function-to-literal/metrics.json | 2 +- .../paint-property-default-to-literal/metrics.json | 2 +- .../metrics.json | 2 +- .../paint-property-default-to-property-function/metrics.json | 2 +- .../paint-property-default-to-zoom-expression/metrics.json | 2 +- .../paint-property-default-to-zoom-function/metrics.json | 2 +- .../paint-property-fill-flat-to-extrude/metrics.json | 2 +- .../paint-property-literal-to-default/metrics.json | 2 +- .../paint-property-literal-to-expression/metrics.json | 2 +- .../paint-property-literal-to-function/metrics.json | 2 +- .../metrics.json | 2 +- .../paint-property-literal-to-property-function/metrics.json | 2 +- .../metrics.json | 2 +- .../paint-property-overriden-default-to-literal/metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../paint-property-property-function-to-default/metrics.json | 2 +- .../paint-property-property-function-to-literal/metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../paint-property-zoom-expression-to-default/metrics.json | 2 +- .../paint-property-zoom-expression-to-literal/metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../paint-property-zoom-function-to-default/metrics.json | 2 +- .../paint-property-zoom-function-to-literal/metrics.json | 2 +- .../set-style-filter-default-to-false/metrics.json | 2 +- .../set-style-filter-default-to-true/metrics.json | 2 +- .../set-style-filter-false-to-default/metrics.json | 2 +- .../set-style-filter-false-to-true/metrics.json | 2 +- .../set-style-filter-true-to-default/metrics.json | 2 +- .../set-style-filter-true-to-false/metrics.json | 2 +- .../runtime-styling/set-style-glyphs/metrics.json | 2 +- .../set-style-layer-add-background/metrics.json | 2 +- .../runtime-styling/set-style-layer-add-circle/metrics.json | 2 +- .../runtime-styling/set-style-layer-add-fill/metrics.json | 2 +- .../runtime-styling/set-style-layer-add-line/metrics.json | 2 +- .../runtime-styling/set-style-layer-add-raster/metrics.json | 2 +- .../runtime-styling/set-style-layer-add-symbol/metrics.json | 2 +- .../set-style-layer-change-source-layer/metrics.json | 2 +- .../set-style-layer-change-source-type/metrics.json | 2 +- .../set-style-layer-change-source/metrics.json | 2 +- .../set-style-layer-remove-background/metrics.json | 2 +- .../set-style-layer-remove-circle/metrics.json | 2 +- .../runtime-styling/set-style-layer-remove-fill/metrics.json | 2 +- .../runtime-styling/set-style-layer-remove-line/metrics.json | 2 +- .../set-style-layer-remove-raster/metrics.json | 2 +- .../set-style-layer-remove-symbol/metrics.json | 2 +- .../runtime-styling/set-style-layer-reorder/metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../set-style-paint-property-default-to-literal/metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../set-style-paint-property-literal-to-default/metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../set-style-source-add-geojson-inline/metrics.json | 2 +- .../set-style-source-add-geojson-url/metrics.json | 2 +- .../set-style-source-add-raster-inline/metrics.json | 2 +- .../set-style-source-add-raster-url/metrics.json | 2 +- .../set-style-source-add-vector-inline/metrics.json | 2 +- .../set-style-source-add-vector-url/metrics.json | 2 +- .../runtime-styling/set-style-source-update/metrics.json | 2 +- .../runtime-styling/set-style-sprite/metrics.json | 2 +- .../set-style-visibility-default-to-none/metrics.json | 2 +- .../set-style-visibility-default-to-visible/metrics.json | 2 +- .../set-style-visibility-none-to-default/metrics.json | 2 +- .../set-style-visibility-none-to-visible/metrics.json | 2 +- .../set-style-visibility-visible-to-default/metrics.json | 2 +- .../set-style-visibility-visible-to-none/metrics.json | 2 +- .../runtime-styling/source-add-geojson-inline/metrics.json | 2 +- .../runtime-styling/source-add-geojson-url/metrics.json | 2 +- .../runtime-styling/source-add-raster-inline/metrics.json | 2 +- .../runtime-styling/source-add-raster-url/metrics.json | 2 +- .../runtime-styling/source-add-vector-inline/metrics.json | 2 +- .../runtime-styling/source-add-vector-url/metrics.json | 2 +- .../runtime-styling/visibility-default-to-none/metrics.json | 2 +- .../visibility-default-to-visible/metrics.json | 2 +- .../runtime-styling/visibility-none-to-default/metrics.json | 2 +- .../runtime-styling/visibility-none-to-visible/metrics.json | 2 +- .../visibility-visible-to-default/metrics.json | 2 +- .../runtime-styling/visibility-visible-to-none/metrics.json | 2 +- .../render-tests/satellite-v9/z0/metrics.json | 2 +- .../render-tests/sparse-tileset/overdraw/metrics.json | 2 +- .../render-tests/sprites/1x-screen-1x-icon/metrics.json | 2 +- .../render-tests/sprites/1x-screen-1x-pattern/metrics.json | 2 +- .../render-tests/sprites/1x-screen-2x-icon/metrics.json | 2 +- .../render-tests/sprites/1x-screen-2x-pattern/metrics.json | 2 +- .../render-tests/sprites/2x-screen-1x-icon/metrics.json | 2 +- .../render-tests/sprites/2x-screen-1x-pattern/metrics.json | 2 +- .../render-tests/sprites/2x-screen-2x-icon/metrics.json | 2 +- .../render-tests/sprites/2x-screen-2x-pattern/metrics.json | 2 +- .../render-tests/symbol-geometry/linestring/metrics.json | 2 +- .../symbol-geometry/multilinestring/metrics.json | 2 +- .../render-tests/symbol-geometry/multipoint/metrics.json | 2 +- .../render-tests/symbol-geometry/multipolygon/metrics.json | 2 +- .../render-tests/symbol-geometry/point/metrics.json | 2 +- .../render-tests/symbol-geometry/polygon/metrics.json | 2 +- .../line-center-buffer-tile-map-mode/metrics.json | 2 +- .../symbol-placement/line-center-buffer/metrics.json | 2 +- .../symbol-placement/line-center-tile-map-mode/metrics.json | 2 +- .../render-tests/symbol-placement/line-center/metrics.json | 2 +- .../symbol-placement/line-overscaled/metrics.json | 2 +- .../render-tests/symbol-placement/line/metrics.json | 2 +- .../render-tests/symbol-placement/point-polygon/metrics.json | 2 +- .../render-tests/symbol-placement/point/metrics.json | 2 +- .../symbol-sort-key/icon-expression/metrics.json | 2 +- .../placement-tile-boundary-left-then-right/metrics.json | 2 +- .../symbol-sort-key/text-expression/metrics.json | 2 +- .../symbol-sort-key/text-ignore-placement/metrics.json | 2 +- .../render-tests/symbol-sort-key/text-placement/metrics.json | 2 +- .../render-tests/symbol-spacing/line-close/metrics.json | 2 +- .../render-tests/symbol-spacing/line-far/metrics.json | 2 +- .../render-tests/symbol-spacing/line-overscaled/metrics.json | 2 +- .../render-tests/symbol-spacing/point-close/metrics.json | 2 +- .../render-tests/symbol-spacing/point-far/metrics.json | 2 +- .../render-tests/symbol-visibility/none/metrics.json | 2 +- .../render-tests/symbol-visibility/visible/metrics.json | 2 +- .../render-tests/symbol-z-order/default/metrics.json | 2 +- .../render-tests/symbol-z-order/disabled/metrics.json | 2 +- .../render-tests/symbol-z-order/icon-with-text/metrics.json | 2 +- .../render-tests/symbol-z-order/pitched/metrics.json | 2 +- .../render-tests/symbol-z-order/viewport-y/metrics.json | 2 +- .../render-tests/text-anchor/bottom-left/metrics.json | 2 +- .../render-tests/text-anchor/bottom-right/metrics.json | 2 +- .../render-tests/text-anchor/bottom/metrics.json | 2 +- .../render-tests/text-anchor/center/metrics.json | 2 +- .../render-tests/text-anchor/left/metrics.json | 2 +- .../render-tests/text-anchor/property-function/metrics.json | 2 +- .../render-tests/text-anchor/right/metrics.json | 2 +- .../render-tests/text-anchor/top-left/metrics.json | 2 +- .../render-tests/text-anchor/top-right/metrics.json | 2 +- .../render-tests/text-anchor/top/metrics.json | 2 +- .../render-tests/text-arabic/letter-spacing/metrics.json | 2 +- .../render-tests/text-arabic/line-break-mixed/metrics.json | 2 +- .../render-tests/text-arabic/line-break/metrics.json | 2 +- .../render-tests/text-arabic/mixed-numeric/metrics.json | 2 +- .../render-tests/text-arabic/multi-paragraph/metrics.json | 2 +- .../render-tests/text-color/default/metrics.json | 2 +- .../render-tests/text-color/function/metrics.json | 2 +- .../render-tests/text-color/literal/metrics.json | 2 +- .../render-tests/text-color/property-function/metrics.json | 2 +- .../render-tests/text-field/formatted-arabic/metrics.json | 2 +- .../text-field/formatted-images-constant-size/metrics.json | 2 +- .../text-field/formatted-images-line/metrics.json | 2 +- .../text-field/formatted-images-multiline/metrics.json | 2 +- .../metrics.json | 2 +- .../text-field/formatted-images-vertical/metrics.json | 2 +- .../formatted-images-zoom-dependent-size/metrics.json | 2 +- .../render-tests/text-field/formatted-images/metrics.json | 2 +- .../render-tests/text-field/formatted-line/metrics.json | 2 +- .../metrics.json | 2 +- .../text-field/formatted-text-color-overrides/metrics.json | 2 +- .../text-field/formatted-text-color/metrics.json | 2 +- .../render-tests/text-field/formatted/metrics.json | 2 +- .../render-tests/text-field/literal/metrics.json | 2 +- .../render-tests/text-field/property-function/metrics.json | 2 +- .../render-tests/text-field/token/metrics.json | 2 +- .../render-tests/text-font/camera-function/metrics.json | 2 +- .../render-tests/text-font/chinese/metrics.json | 2 +- .../render-tests/text-font/data-expression/metrics.json | 2 +- .../render-tests/text-font/literal/metrics.json | 2 +- .../render-tests/text-halo-blur/default/metrics.json | 2 +- .../render-tests/text-halo-blur/function/metrics.json | 2 +- .../render-tests/text-halo-blur/literal/metrics.json | 2 +- .../text-halo-blur/property-function/metrics.json | 2 +- .../render-tests/text-halo-color/default/metrics.json | 2 +- .../render-tests/text-halo-color/function/metrics.json | 2 +- .../render-tests/text-halo-color/literal/metrics.json | 2 +- .../text-halo-color/property-function/metrics.json | 2 +- .../render-tests/text-halo-width/default/metrics.json | 2 +- .../render-tests/text-halo-width/function/metrics.json | 2 +- .../render-tests/text-halo-width/literal/metrics.json | 2 +- .../text-halo-width/property-function/metrics.json | 2 +- .../render-tests/text-justify/auto/metrics.json | 2 +- .../render-tests/text-justify/left/metrics.json | 2 +- .../render-tests/text-justify/property-function/metrics.json | 2 +- .../render-tests/text-justify/right/metrics.json | 2 +- .../text-keep-upright/line-placement-false/metrics.json | 2 +- .../line-placement-true-offset/metrics.json | 2 +- .../line-placement-true-pitched/metrics.json | 2 +- .../line-placement-true-rotated/metrics.json | 2 +- .../line-placement-true-text-anchor/metrics.json | 2 +- .../text-keep-upright/line-placement-true/metrics.json | 2 +- .../point-placement-align-map-false/metrics.json | 2 +- .../point-placement-align-map-true/metrics.json | 2 +- .../point-placement-align-viewport-false/metrics.json | 2 +- .../point-placement-align-viewport-true/metrics.json | 2 +- .../text-letter-spacing/function-close/metrics.json | 2 +- .../text-letter-spacing/function-far/metrics.json | 2 +- .../render-tests/text-letter-spacing/literal/metrics.json | 2 +- .../text-letter-spacing/property-function/metrics.json | 2 +- .../zoom-and-property-function/metrics.json | 2 +- .../render-tests/text-line-height/literal/metrics.json | 2 +- .../render-tests/text-max-angle/line-center/metrics.json | 2 +- .../render-tests/text-max-angle/literal/metrics.json | 2 +- .../text-max-width/force-double-newline/metrics.json | 2 +- .../render-tests/text-max-width/force-newline/metrics.json | 2 +- .../text-max-width/ideographic-breaking/metrics.json | 2 +- .../ideographic-punctuation-breaking/metrics.json | 2 +- .../render-tests/text-max-width/literal/metrics.json | 2 +- .../text-max-width/property-function/metrics.json | 2 +- .../text-max-width/zoom-and-property-function/metrics.json | 2 +- .../text-no-cross-source-collision/default/metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../render-tests/text-offset/literal/metrics.json | 2 +- .../render-tests/text-offset/property-function/metrics.json | 2 +- .../render-tests/text-opacity/default/metrics.json | 2 +- .../render-tests/text-opacity/function/metrics.json | 2 +- .../render-tests/text-opacity/literal/metrics.json | 2 +- .../render-tests/text-opacity/property-function/metrics.json | 2 +- .../auto-text-rotation-alignment-map/metrics.json | 2 +- .../auto-text-rotation-alignment-viewport/metrics.json | 2 +- .../text-pitch-alignment/map-text-depthtest/metrics.json | 2 +- .../map-text-rotation-alignment-map/metrics.json | 2 +- .../map-text-rotation-alignment-viewport/metrics.json | 2 +- .../viewport-overzoomed-single-glyph/metrics.json | 2 +- .../text-pitch-alignment/viewport-overzoomed/metrics.json | 2 +- .../viewport-text-depthtest/metrics.json | 2 +- .../viewport-text-rotation-alignment-map/metrics.json | 2 +- .../viewport-text-rotation-alignment-viewport/metrics.json | 2 +- .../render-tests/text-pitch-scaling/line-half/metrics.json | 2 +- .../render-tests/text-radial-offset/basic/metrics.json | 2 +- .../render-tests/text-rotate/anchor-bottom/metrics.json | 2 +- .../render-tests/text-rotate/anchor-left/metrics.json | 2 +- .../render-tests/text-rotate/anchor-right/metrics.json | 2 +- .../render-tests/text-rotate/anchor-top/metrics.json | 2 +- .../render-tests/text-rotate/function/metrics.json | 2 +- .../render-tests/text-rotate/literal/metrics.json | 2 +- .../render-tests/text-rotate/property-function/metrics.json | 2 +- .../render-tests/text-rotate/with-offset/metrics.json | 2 +- .../auto-symbol-placement-line/metrics.json | 2 +- .../auto-symbol-placement-point/metrics.json | 2 +- .../map-symbol-placement-line/metrics.json | 2 +- .../map-symbol-placement-point/metrics.json | 2 +- .../viewport-symbol-placement-line/metrics.json | 2 +- .../viewport-symbol-placement-point/metrics.json | 2 +- .../text-size/camera-function-high-base/metrics.json | 2 +- .../text-size/camera-function-interval/metrics.json | 2 +- .../render-tests/text-size/composite-expression/metrics.json | 2 +- .../text-size/composite-function-line-placement/metrics.json | 2 +- .../render-tests/text-size/composite-function/metrics.json | 2 +- .../render-tests/text-size/default/metrics.json | 2 +- .../render-tests/text-size/function/metrics.json | 2 +- .../render-tests/text-size/literal/metrics.json | 2 +- .../render-tests/text-size/property-function/metrics.json | 2 +- .../render-tests/text-size/zero/metrics.json | 2 +- .../text-tile-edge-clipping/default/metrics.json | 2 +- .../render-tests/text-transform/lowercase/metrics.json | 2 +- .../text-transform/property-function/metrics.json | 2 +- .../render-tests/text-transform/uppercase/metrics.json | 2 +- .../render-tests/text-translate-anchor/map/metrics.json | 2 +- .../render-tests/text-translate-anchor/viewport/metrics.json | 2 +- .../render-tests/text-translate/default/metrics.json | 2 +- .../render-tests/text-translate/function/metrics.json | 2 +- .../render-tests/text-translate/literal/metrics.json | 2 +- .../all-anchors-icon-text-fit/metrics.json | 2 +- .../all-anchors-text-allow-overlap/metrics.json | 2 +- .../text-variable-anchor-offset/all-anchors/metrics.json | 2 +- .../databind-coalesce/metrics.json | 2 +- .../databind-interpolate/metrics.json | 2 +- .../icon-image-all-anchors/metrics.json | 2 +- .../icon-image-offset/metrics.json | 2 +- .../text-variable-anchor-offset/icon-image/metrics.json | 2 +- .../icon-text-fit-collision-box/metrics.json | 2 +- .../text-variable-anchor-offset/no-animate-zoom/metrics.json | 2 +- .../text-variable-anchor-offset/pitched-offset/metrics.json | 2 +- .../pitched-with-map/metrics.json | 2 +- .../text-variable-anchor-offset/pitched/metrics.json | 2 +- .../text-variable-anchor-offset/rotated-offset/metrics.json | 2 +- .../rotated-with-map/metrics.json | 2 +- .../text-variable-anchor-offset/rotated/metrics.json | 2 +- .../single-justification/metrics.json | 2 +- .../text-variable-anchor-offset/single-line/metrics.json | 2 +- .../text-allow-overlap/metrics.json | 2 +- .../top-bottom-left-right/metrics.json | 2 +- .../all-anchors-icon-text-fit/metrics.json | 2 +- .../all-anchors-offset-zero/metrics.json | 2 +- .../text-variable-anchor/all-anchors-offset/metrics.json | 2 +- .../all-anchors-radial-offset-zero/metrics.json | 2 +- .../all-anchors-text-allow-overlap/metrics.json | 2 +- .../all-anchors-tile-map-mode/metrics.json | 2 +- .../all-anchors-two-dimentional-offset-negative/metrics.json | 2 +- .../all-anchors-two-dimentional-offset-zero/metrics.json | 2 +- .../all-anchors-two-dimentional-offset/metrics.json | 2 +- .../text-variable-anchor/all-anchors/metrics.json | 2 +- .../text-variable-anchor/icon-image-all-anchors/metrics.json | 2 +- .../text-variable-anchor/icon-image/metrics.json | 2 +- .../icon-text-fit-collision-box/metrics.json | 2 +- .../left-top-right-bottom-offset-tile-map-mode/metrics.json | 2 +- .../left-top-right-buttom-offset-tile-map-mode/metrics.json | 2 +- .../text-variable-anchor/no-animate-zoom/metrics.json | 2 +- .../text-variable-anchor/pitched-offset/metrics.json | 2 +- .../text-variable-anchor/pitched-rotated-debug/metrics.json | 2 +- .../text-variable-anchor/pitched-with-map/metrics.json | 2 +- .../render-tests/text-variable-anchor/pitched/metrics.json | 2 +- .../text-variable-anchor/rotated-offset/metrics.json | 2 +- .../text-variable-anchor/rotated-with-map/metrics.json | 2 +- .../render-tests/text-variable-anchor/rotated/metrics.json | 2 +- .../text-variable-anchor/single-justification/metrics.json | 2 +- .../text-variable-anchor/single-line/metrics.json | 2 +- .../text-variable-anchor/text-allow-overlap/metrics.json | 2 +- .../text-variable-anchor/top-bottom-left-right/metrics.json | 2 +- .../render-tests/text-visibility/none/metrics.json | 2 +- .../render-tests/text-visibility/visible/metrics.json | 2 +- .../line_label/chinese-punctuation/metrics.json | 2 +- .../text-writing-mode/line_label/chinese/metrics.json | 2 +- .../text-writing-mode/line_label/latin/metrics.json | 2 +- .../text-writing-mode/line_label/mixed/metrics.json | 2 +- .../point_label/cjk-arabic-vertical-mode/metrics.json | 2 +- .../point_label/cjk-horizontal-vertical-mode/metrics.json | 2 +- .../cjk-multiline-vertical-horizontal-mode/metrics.json | 2 +- .../point_label/cjk-punctuation-vertical-mode/metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../cjk-variable-anchors-vertical-mode/metrics.json | 2 +- .../point_label/cjk-vertical-horizontal-mode/metrics.json | 2 +- .../point_label/cjk-vertical-mode/metrics.json | 2 +- .../point_label/latin-vertical-mode/metrics.json | 2 +- .../metrics.json | 2 +- .../mixed-multiline-vertical-horizontal-mode/metrics.json | 2 +- .../render-tests/tile-mode/streets-v11/metrics.json | 2 +- .../render-tests/tilejson-bounds/default/metrics.json | 2 +- .../tilejson-bounds/overwrite-bounds/metrics.json | 2 +- .../linux-clang8-release/render-tests/tms/tms/metrics.json | 2 +- .../within/filter-with-inlined-geojson/metrics.json | 2 +- .../render-tests/within/layout-text/metrics.json | 2 +- .../render-tests/within/paint-circle/metrics.json | 2 +- .../render-tests/within/paint-icon/metrics.json | 2 +- .../render-tests/within/paint-line/metrics.json | 2 +- .../render-tests/within/paint-text/metrics.json | 2 +- .../render-tests/zoom-history/in/metrics.json | 2 +- .../render-tests/zoom-history/out/metrics.json | 2 +- .../render-tests/zoom-visibility/above/metrics.json | 2 +- .../render-tests/zoom-visibility/below/metrics.json | 2 +- .../render-tests/zoom-visibility/in-range/metrics.json | 2 +- .../render-tests/zoom-visibility/out-of-range/metrics.json | 2 +- .../render-tests/zoom-visibility/was-above/metrics.json | 2 +- .../render-tests/zoom-visibility/was-below/metrics.json | 2 +- .../render-tests/zoomed-fill/default/metrics.json | 2 +- .../render-tests/zoomed-raster/fractional/metrics.json | 2 +- .../render-tests/zoomed-raster/overzoom/metrics.json | 2 +- .../render-tests/zoomed-raster/underzoom/metrics.json | 2 +- .../location_indicator/dateline/metrics.json | 2 +- .../location_indicator/default/metrics.json | 2 +- .../location_indicator/image_pixel_ratio/metrics.json | 2 +- .../location_indicator/no_radius_border/metrics.json | 2 +- .../location_indicator/no_radius_fill/metrics.json | 2 +- .../location_indicator/no_textures/metrics.json | 2 +- .../location_indicator/one_texture/metrics.json | 2 +- .../location_indicator/rotated/metrics.json | 2 +- .../location_indicator/tilted/metrics.json | 2 +- .../location_indicator/tilted_texture_shift/metrics.json | 2 +- .../tilted_texture_shift_bottom_left/metrics.json | 2 +- .../tilted_texture_shift_bottom_right/metrics.json | 2 +- .../tilted_texture_shift_top_left/metrics.json | 2 +- .../tilted_texture_shift_top_right/metrics.json | 2 +- .../location_indicator/two_textures/metrics.json | 2 +- .../probes/gfx/pass-double-probe/metrics.json | 2 +- .../probes/gfx/pass-probe-reset/metrics.json | 2 +- metrics/linux-gcc8-release/probes/gfx/pass/metrics.json | 2 +- .../background-color/colorSpace-lab/metrics.json | 2 +- .../render-tests/background-color/default/metrics.json | 2 +- .../render-tests/background-color/function/metrics.json | 2 +- .../render-tests/background-color/literal/metrics.json | 2 +- .../render-tests/background-opacity/color/metrics.json | 2 +- .../render-tests/background-opacity/image/metrics.json | 2 +- .../render-tests/background-opacity/overlay/metrics.json | 2 +- .../render-tests/background-pattern/@2x/metrics.json | 2 +- .../render-tests/background-pattern/literal/metrics.json | 2 +- .../render-tests/background-pattern/missing/metrics.json | 2 +- .../render-tests/background-pattern/pitch/metrics.json | 2 +- .../render-tests/background-pattern/rotated/metrics.json | 2 +- .../render-tests/background-pattern/zoomed/metrics.json | 2 +- .../render-tests/background-visibility/none/metrics.json | 2 +- .../render-tests/background-visibility/visible/metrics.json | 2 +- .../render-tests/basic-v9/z0-narrow-y/metrics.json | 2 +- .../render-tests/basic-v9/z0-wide-x/metrics.json | 2 +- .../linux-gcc8-release/render-tests/basic-v9/z0/metrics.json | 2 +- .../render-tests/bright-v9/z0/metrics.json | 2 +- .../render-tests/circle-blur/blending/metrics.json | 2 +- .../render-tests/circle-blur/default/metrics.json | 2 +- .../render-tests/circle-blur/function/metrics.json | 2 +- .../render-tests/circle-blur/literal-stroke/metrics.json | 2 +- .../render-tests/circle-blur/literal/metrics.json | 2 +- .../render-tests/circle-blur/property-function/metrics.json | 2 +- .../circle-blur/zoom-and-property-function/metrics.json | 2 +- .../render-tests/circle-color/default/metrics.json | 2 +- .../render-tests/circle-color/function/metrics.json | 2 +- .../render-tests/circle-color/literal/metrics.json | 2 +- .../render-tests/circle-color/property-function/metrics.json | 2 +- .../circle-color/zoom-and-property-function/metrics.json | 2 +- .../render-tests/circle-geometry/linestring/metrics.json | 2 +- .../circle-geometry/multilinestring/metrics.json | 2 +- .../render-tests/circle-geometry/multipoint/metrics.json | 2 +- .../render-tests/circle-geometry/multipolygon/metrics.json | 2 +- .../render-tests/circle-geometry/point/metrics.json | 2 +- .../render-tests/circle-geometry/polygon/metrics.json | 2 +- .../render-tests/circle-opacity/blending/metrics.json | 2 +- .../render-tests/circle-opacity/default/metrics.json | 2 +- .../render-tests/circle-opacity/function/metrics.json | 2 +- .../render-tests/circle-opacity/literal/metrics.json | 2 +- .../circle-opacity/property-function/metrics.json | 2 +- .../circle-opacity/zoom-and-property-function/metrics.json | 2 +- .../circle-pitch-alignment/map-scale-map/metrics.json | 2 +- .../circle-pitch-alignment/map-scale-viewport/metrics.json | 2 +- .../circle-pitch-alignment/viewport-scale-map/metrics.json | 2 +- .../viewport-scale-viewport/metrics.json | 2 +- .../render-tests/circle-pitch-scale/default/metrics.json | 2 +- .../render-tests/circle-pitch-scale/map/metrics.json | 2 +- .../render-tests/circle-pitch-scale/viewport/metrics.json | 2 +- .../render-tests/circle-radius/antimeridian/metrics.json | 2 +- .../render-tests/circle-radius/default/metrics.json | 2 +- .../render-tests/circle-radius/function/metrics.json | 2 +- .../render-tests/circle-radius/literal/metrics.json | 2 +- .../circle-radius/property-function/metrics.json | 2 +- .../circle-radius/zoom-and-property-function/metrics.json | 2 +- .../render-tests/circle-sort-key/literal/metrics.json | 2 +- .../render-tests/circle-stroke-color/default/metrics.json | 2 +- .../render-tests/circle-stroke-color/function/metrics.json | 2 +- .../render-tests/circle-stroke-color/literal/metrics.json | 2 +- .../circle-stroke-color/property-function/metrics.json | 2 +- .../zoom-and-property-function/metrics.json | 2 +- .../render-tests/circle-stroke-opacity/default/metrics.json | 2 +- .../render-tests/circle-stroke-opacity/function/metrics.json | 2 +- .../render-tests/circle-stroke-opacity/literal/metrics.json | 2 +- .../circle-stroke-opacity/property-function/metrics.json | 2 +- .../circle-stroke-opacity/stroke-only/metrics.json | 2 +- .../zoom-and-property-function/metrics.json | 2 +- .../render-tests/circle-stroke-width/default/metrics.json | 2 +- .../render-tests/circle-stroke-width/function/metrics.json | 2 +- .../render-tests/circle-stroke-width/literal/metrics.json | 2 +- .../circle-stroke-width/property-function/metrics.json | 2 +- .../zoom-and-property-function/metrics.json | 2 +- .../render-tests/circle-translate-anchor/map/metrics.json | 2 +- .../circle-translate-anchor/viewport/metrics.json | 2 +- .../render-tests/circle-translate/default/metrics.json | 2 +- .../render-tests/circle-translate/function/metrics.json | 2 +- .../render-tests/circle-translate/literal/metrics.json | 2 +- .../background-opaque--background-opaque/metrics.json | 2 +- .../background-opaque--background-translucent/metrics.json | 2 +- .../background-opaque--circle-translucent/metrics.json | 2 +- .../metrics.json | 2 +- .../combinations/background-opaque--fill-opaque/metrics.json | 2 +- .../background-opaque--fill-translucent/metrics.json | 2 +- .../background-opaque--heatmap-translucent/metrics.json | 2 +- .../background-opaque--hillshade-translucent/metrics.json | 2 +- .../background-opaque--line-translucent/metrics.json | 2 +- .../background-opaque--raster-translucent/metrics.json | 2 +- .../background-opaque--symbol-translucent/metrics.json | 2 +- .../background-translucent--background-opaque/metrics.json | 2 +- .../metrics.json | 2 +- .../background-translucent--circle-translucent/metrics.json | 2 +- .../metrics.json | 2 +- .../background-translucent--fill-opaque/metrics.json | 2 +- .../background-translucent--fill-translucent/metrics.json | 2 +- .../background-translucent--heatmap-translucent/metrics.json | 2 +- .../metrics.json | 2 +- .../background-translucent--line-translucent/metrics.json | 2 +- .../background-translucent--raster-translucent/metrics.json | 2 +- .../background-translucent--symbol-translucent/metrics.json | 2 +- .../circle-translucent--background-opaque/metrics.json | 2 +- .../circle-translucent--background-translucent/metrics.json | 2 +- .../circle-translucent--circle-translucent/metrics.json | 2 +- .../metrics.json | 2 +- .../circle-translucent--fill-opaque/metrics.json | 2 +- .../circle-translucent--fill-translucent/metrics.json | 2 +- .../circle-translucent--heatmap-translucent/metrics.json | 2 +- .../circle-translucent--hillshade-translucent/metrics.json | 2 +- .../circle-translucent--line-translucent/metrics.json | 2 +- .../circle-translucent--raster-translucent/metrics.json | 2 +- .../circle-translucent--symbol-translucent/metrics.json | 2 +- .../combinations/fill-extrusion--fill-opaque/metrics.json | 2 +- .../fill-extrusion--fill-translucent/metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../fill-extrusion-translucent--fill-opaque/metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../combinations/fill-opaque--background-opaque/metrics.json | 2 +- .../fill-opaque--background-translucent/metrics.json | 2 +- .../fill-opaque--circle-translucent/metrics.json | 2 +- .../fill-opaque--fill-extrusion-translucent/metrics.json | 2 +- .../combinations/fill-opaque--fill-opaque/metrics.json | 2 +- .../combinations/fill-opaque--fill-translucent/metrics.json | 2 +- .../fill-opaque--heatmap-translucent/metrics.json | 2 +- .../fill-opaque--hillshade-translucent/metrics.json | 2 +- .../combinations/fill-opaque--image-translucent/metrics.json | 2 +- .../combinations/fill-opaque--line-translucent/metrics.json | 2 +- .../fill-opaque--raster-translucent/metrics.json | 2 +- .../fill-opaque--symbol-translucent/metrics.json | 2 +- .../fill-translucent--background-opaque/metrics.json | 2 +- .../fill-translucent--background-translucent/metrics.json | 2 +- .../fill-translucent--circle-translucent/metrics.json | 2 +- .../metrics.json | 2 +- .../combinations/fill-translucent--fill-opaque/metrics.json | 2 +- .../fill-translucent--fill-translucent/metrics.json | 2 +- .../fill-translucent--heatmap-translucent/metrics.json | 2 +- .../fill-translucent--hillshade-translucent/metrics.json | 2 +- .../fill-translucent--line-translucent/metrics.json | 2 +- .../fill-translucent--raster-translucent/metrics.json | 2 +- .../fill-translucent--symbol-translucent/metrics.json | 2 +- .../heatmap-translucent--background-opaque/metrics.json | 2 +- .../heatmap-translucent--background-translucent/metrics.json | 2 +- .../heatmap-translucent--circle-translucent/metrics.json | 2 +- .../metrics.json | 2 +- .../heatmap-translucent--fill-opaque/metrics.json | 2 +- .../heatmap-translucent--fill-translucent/metrics.json | 2 +- .../heatmap-translucent--heatmap-translucent/metrics.json | 2 +- .../heatmap-translucent--hillshade-translucent/metrics.json | 2 +- .../heatmap-translucent--line-translucent/metrics.json | 2 +- .../heatmap-translucent--raster-translucent/metrics.json | 2 +- .../heatmap-translucent--symbol-translucent/metrics.json | 2 +- .../hillshade-translucent--background-opaque/metrics.json | 2 +- .../metrics.json | 2 +- .../hillshade-translucent--circle-translucent/metrics.json | 2 +- .../metrics.json | 2 +- .../hillshade-translucent--fill-opaque/metrics.json | 2 +- .../hillshade-translucent--fill-translucent/metrics.json | 2 +- .../hillshade-translucent--heatmap-translucent/metrics.json | 2 +- .../metrics.json | 2 +- .../hillshade-translucent--line-translucent/metrics.json | 2 +- .../hillshade-translucent--raster-translucent/metrics.json | 2 +- .../hillshade-translucent--symbol-translucent/metrics.json | 2 +- .../line-translucent--background-opaque/metrics.json | 2 +- .../line-translucent--background-translucent/metrics.json | 2 +- .../line-translucent--circle-translucent/metrics.json | 2 +- .../metrics.json | 2 +- .../combinations/line-translucent--fill-opaque/metrics.json | 2 +- .../line-translucent--fill-translucent/metrics.json | 2 +- .../line-translucent--heatmap-translucent/metrics.json | 2 +- .../line-translucent--hillshade-translucent/metrics.json | 2 +- .../line-translucent--line-translucent/metrics.json | 2 +- .../line-translucent--raster-translucent/metrics.json | 2 +- .../line-translucent--symbol-translucent/metrics.json | 2 +- .../raster-translucent--background-opaque/metrics.json | 2 +- .../raster-translucent--background-translucent/metrics.json | 2 +- .../raster-translucent--circle-translucent/metrics.json | 2 +- .../metrics.json | 2 +- .../raster-translucent--fill-opaque/metrics.json | 2 +- .../raster-translucent--fill-translucent/metrics.json | 2 +- .../raster-translucent--heatmap-translucent/metrics.json | 2 +- .../raster-translucent--hillshade-translucent/metrics.json | 2 +- .../raster-translucent--line-translucent/metrics.json | 2 +- .../raster-translucent--raster-translucent/metrics.json | 2 +- .../raster-translucent--symbol-translucent/metrics.json | 2 +- .../symbol-translucent--background-opaque/metrics.json | 2 +- .../symbol-translucent--background-translucent/metrics.json | 2 +- .../symbol-translucent--circle-translucent/metrics.json | 2 +- .../metrics.json | 2 +- .../symbol-translucent--fill-opaque/metrics.json | 2 +- .../symbol-translucent--fill-translucent/metrics.json | 2 +- .../symbol-translucent--heatmap-translucent/metrics.json | 2 +- .../symbol-translucent--hillshade-translucent/metrics.json | 2 +- .../symbol-translucent--line-translucent/metrics.json | 2 +- .../symbol-translucent--raster-translucent/metrics.json | 2 +- .../symbol-translucent--symbol-translucent/metrics.json | 2 +- .../debug/collision-icon-text-line-translate/metrics.json | 2 +- .../debug/collision-icon-text-point-translate/metrics.json | 2 +- .../debug/collision-lines-overscaled/metrics.json | 2 +- .../render-tests/debug/collision-lines-pitched/metrics.json | 2 +- .../render-tests/debug/collision-lines/metrics.json | 2 +- .../render-tests/debug/collision-overscaled/metrics.json | 2 +- .../debug/collision-pitched-wrapped/metrics.json | 2 +- .../render-tests/debug/collision-pitched/metrics.json | 2 +- .../linux-gcc8-release/render-tests/empty/empty/metrics.json | 2 +- .../render-tests/extent/1024-fill/metrics.json | 2 +- .../render-tests/extent/1024-line/metrics.json | 2 +- .../render-tests/extent/1024-symbol/metrics.json | 2 +- .../feature-state/composite-expression/metrics.json | 2 +- .../render-tests/feature-state/data-expression/metrics.json | 2 +- .../render-tests/feature-state/vector-source/metrics.json | 2 +- .../render-tests/fill-antialias/false/metrics.json | 2 +- .../render-tests/fill-color/default/metrics.json | 2 +- .../render-tests/fill-color/function/metrics.json | 2 +- .../render-tests/fill-color/literal/metrics.json | 2 +- .../render-tests/fill-color/multiply/metrics.json | 2 +- .../render-tests/fill-color/opacity/metrics.json | 2 +- .../render-tests/fill-color/property-function/metrics.json | 2 +- .../fill-color/zoom-and-property-function/metrics.json | 2 +- .../render-tests/fill-extrusion-base/default/metrics.json | 2 +- .../render-tests/fill-extrusion-base/function/metrics.json | 2 +- .../render-tests/fill-extrusion-base/literal/metrics.json | 2 +- .../render-tests/fill-extrusion-base/negative/metrics.json | 2 +- .../fill-extrusion-base/property-function/metrics.json | 2 +- .../zoom-and-property-function/metrics.json | 2 +- .../render-tests/fill-extrusion-color/default/metrics.json | 2 +- .../render-tests/fill-extrusion-color/function/metrics.json | 2 +- .../render-tests/fill-extrusion-color/literal/metrics.json | 2 +- .../fill-extrusion-color/no-alpha-no-multiply/metrics.json | 2 +- .../fill-extrusion-color/property-function/metrics.json | 2 +- .../zoom-and-property-function/metrics.json | 2 +- .../render-tests/fill-extrusion-height/default/metrics.json | 2 +- .../render-tests/fill-extrusion-height/function/metrics.json | 2 +- .../render-tests/fill-extrusion-height/negative/metrics.json | 2 +- .../fill-extrusion-height/property-function/metrics.json | 2 +- .../zoom-and-property-function/metrics.json | 2 +- .../fill-extrusion-multiple/interleaved-layers/metrics.json | 2 +- .../fill-extrusion-multiple/multiple/metrics.json | 2 +- .../render-tests/fill-extrusion-opacity/default/metrics.json | 2 +- .../fill-extrusion-opacity/function/metrics.json | 2 +- .../render-tests/fill-extrusion-opacity/literal/metrics.json | 2 +- .../render-tests/fill-extrusion-pattern/missing/metrics.json | 2 +- .../fill-extrusion-translate-anchor/map/metrics.json | 2 +- .../fill-extrusion-translate-anchor/viewport/metrics.json | 2 +- .../fill-extrusion-translate/default/metrics.json | 2 +- .../fill-extrusion-translate/function/metrics.json | 2 +- .../fill-extrusion-translate/literal-opacity/metrics.json | 2 +- .../fill-extrusion-translate/literal/metrics.json | 2 +- .../fill-extrusion-vertical-gradient/default/metrics.json | 2 +- .../fill-extrusion-vertical-gradient/false/metrics.json | 2 +- .../render-tests/fill-opacity/default/metrics.json | 2 +- .../render-tests/fill-opacity/function/metrics.json | 2 +- .../render-tests/fill-opacity/literal/metrics.json | 2 +- .../fill-opacity/opaque-fill-over-symbol-layer/metrics.json | 2 +- .../render-tests/fill-opacity/overlapping/metrics.json | 2 +- .../fill-opacity/property-function-pattern/metrics.json | 2 +- .../render-tests/fill-opacity/property-function/metrics.json | 2 +- .../fill-opacity/zoom-and-property-function/metrics.json | 2 +- .../render-tests/fill-outline-color/default/metrics.json | 2 +- .../render-tests/fill-outline-color/fill/metrics.json | 2 +- .../render-tests/fill-outline-color/function/metrics.json | 2 +- .../render-tests/fill-outline-color/literal/metrics.json | 2 +- .../render-tests/fill-outline-color/multiply/metrics.json | 2 +- .../render-tests/fill-outline-color/opacity/metrics.json | 2 +- .../fill-outline-color/property-function/metrics.json | 2 +- .../zoom-and-property-function/metrics.json | 2 +- .../render-tests/fill-pattern/@2x/metrics.json | 2 +- .../fill-pattern/case-data-expression/metrics.json | 2 +- .../fill-pattern/invalid-feature-expression/metrics.json | 2 +- .../render-tests/fill-pattern/missing/metrics.json | 2 +- .../render-tests/fill-pattern/uneven-pattern/metrics.json | 2 +- .../fill-pattern/wrapping-with-interpolation/metrics.json | 2 +- .../render-tests/fill-sort-key/literal/metrics.json | 2 +- .../render-tests/fill-translate-anchor/map/metrics.json | 2 +- .../render-tests/fill-translate-anchor/viewport/metrics.json | 2 +- .../render-tests/fill-translate/default/metrics.json | 2 +- .../render-tests/fill-translate/function/metrics.json | 2 +- .../render-tests/fill-translate/literal/metrics.json | 2 +- .../render-tests/fill-visibility/none/metrics.json | 2 +- .../render-tests/fill-visibility/visible/metrics.json | 2 +- .../render-tests/filter/equality/metrics.json | 2 +- .../linux-gcc8-release/render-tests/filter/in/metrics.json | 2 +- .../render-tests/filter/legacy-equality/metrics.json | 2 +- .../linux-gcc8-release/render-tests/filter/none/metrics.json | 2 +- .../render-tests/geojson/clustered-properties/metrics.json | 2 +- .../render-tests/geojson/clustered/metrics.json | 2 +- .../render-tests/geojson/external-feature/metrics.json | 2 +- .../render-tests/geojson/external-invalid/metrics.json | 2 +- .../render-tests/geojson/external-linestring/metrics.json | 2 +- .../render-tests/geojson/external-malformed/metrics.json | 2 +- .../geojson/inconsistent-winding-order/metrics.json | 2 +- .../render-tests/geojson/inline-feature/metrics.json | 2 +- .../render-tests/geojson/inline-invalid/metrics.json | 2 +- .../geojson/inline-linestring-circle/metrics.json | 2 +- .../render-tests/geojson/inline-linestring-line/metrics.json | 2 +- .../geojson/inline-linestring-symbol/metrics.json | 2 +- .../render-tests/geojson/inline-malformed/metrics.json | 2 +- .../render-tests/geojson/inline-point-circle/metrics.json | 2 +- .../render-tests/geojson/inline-point-fill/metrics.json | 2 +- .../render-tests/geojson/inline-point-line/metrics.json | 2 +- .../render-tests/geojson/inline-point-symbol/metrics.json | 2 +- .../render-tests/geojson/inline-polygon-circle/metrics.json | 2 +- .../render-tests/geojson/inline-polygon-fill/metrics.json | 2 +- .../render-tests/geojson/inline-polygon-line/metrics.json | 2 +- .../render-tests/geojson/inline-polygon-symbol/metrics.json | 2 +- .../render-tests/geojson/missing/metrics.json | 2 +- .../render-tests/geojson/reparse-overscaled/metrics.json | 2 +- .../render-tests/heatmap-color/default/metrics.json | 2 +- .../render-tests/heatmap-color/expression/metrics.json | 2 +- .../render-tests/heatmap-intensity/default/metrics.json | 2 +- .../render-tests/heatmap-intensity/function/metrics.json | 2 +- .../render-tests/heatmap-intensity/literal/metrics.json | 2 +- .../render-tests/heatmap-opacity/default/metrics.json | 2 +- .../render-tests/heatmap-opacity/function/metrics.json | 2 +- .../render-tests/heatmap-opacity/literal/metrics.json | 2 +- .../render-tests/heatmap-radius/antimeridian/metrics.json | 2 +- .../render-tests/heatmap-radius/data-expression/metrics.json | 2 +- .../render-tests/heatmap-radius/default/metrics.json | 2 +- .../render-tests/heatmap-radius/function/metrics.json | 2 +- .../render-tests/heatmap-radius/literal/metrics.json | 2 +- .../render-tests/heatmap-radius/pitch30/metrics.json | 2 +- .../render-tests/heatmap-weight/default/metrics.json | 2 +- .../heatmap-weight/identity-property-function/metrics.json | 2 +- .../render-tests/heatmap-weight/literal/metrics.json | 2 +- .../render-tests/hillshade-accent-color/default/metrics.json | 2 +- .../render-tests/hillshade-accent-color/literal/metrics.json | 2 +- .../hillshade-accent-color/terrarium/metrics.json | 2 +- .../hillshade-accent-color/zoom-function/metrics.json | 2 +- .../hillshade-highlight-color/default/metrics.json | 2 +- .../hillshade-highlight-color/literal/metrics.json | 2 +- .../hillshade-highlight-color/zoom-function/metrics.json | 2 +- .../render-tests/hillshade-shadow-color/default/metrics.json | 2 +- .../render-tests/hillshade-shadow-color/literal/metrics.json | 2 +- .../hillshade-shadow-color/zoom-function/metrics.json | 2 +- .../render-tests/icon-anchor/bottom-left/metrics.json | 2 +- .../render-tests/icon-anchor/bottom-right/metrics.json | 2 +- .../render-tests/icon-anchor/bottom/metrics.json | 2 +- .../render-tests/icon-anchor/center/metrics.json | 2 +- .../render-tests/icon-anchor/default/metrics.json | 2 +- .../render-tests/icon-anchor/left/metrics.json | 2 +- .../render-tests/icon-anchor/property-function/metrics.json | 2 +- .../render-tests/icon-anchor/right/metrics.json | 2 +- .../render-tests/icon-anchor/top-left/metrics.json | 2 +- .../render-tests/icon-anchor/top-right/metrics.json | 2 +- .../render-tests/icon-anchor/top/metrics.json | 2 +- .../render-tests/icon-color/default/metrics.json | 2 +- .../render-tests/icon-color/function/metrics.json | 2 +- .../render-tests/icon-color/literal/metrics.json | 2 +- .../render-tests/icon-color/property-function/metrics.json | 2 +- .../render-tests/icon-halo-blur/default/metrics.json | 2 +- .../render-tests/icon-halo-blur/function/metrics.json | 2 +- .../render-tests/icon-halo-blur/literal/metrics.json | 2 +- .../icon-halo-blur/property-function/metrics.json | 2 +- .../render-tests/icon-halo-color/default/metrics.json | 2 +- .../render-tests/icon-halo-color/function/metrics.json | 2 +- .../render-tests/icon-halo-color/literal/metrics.json | 2 +- .../render-tests/icon-halo-color/multiply/metrics.json | 2 +- .../render-tests/icon-halo-color/opacity/metrics.json | 2 +- .../icon-halo-color/property-function/metrics.json | 2 +- .../render-tests/icon-halo-color/transparent/metrics.json | 2 +- .../render-tests/icon-halo-width/default/metrics.json | 2 +- .../render-tests/icon-halo-width/function/metrics.json | 2 +- .../render-tests/icon-halo-width/literal/metrics.json | 2 +- .../icon-halo-width/property-function/metrics.json | 2 +- .../icon-image/icon-sdf-non-sdf-one-layer/metrics.json | 2 +- .../render-tests/icon-image/image-expression/metrics.json | 2 +- .../render-tests/icon-image/literal/metrics.json | 2 +- .../render-tests/icon-image/property-function/metrics.json | 2 +- .../render-tests/icon-image/token/metrics.json | 2 +- .../icon-no-cross-source-collision/default/metrics.json | 2 +- .../render-tests/icon-offset/literal/metrics.json | 2 +- .../render-tests/icon-offset/property-function/metrics.json | 2 +- .../icon-offset/zoom-and-property-function/metrics.json | 2 +- .../render-tests/icon-opacity/default/metrics.json | 2 +- .../render-tests/icon-opacity/function/metrics.json | 2 +- .../render-tests/icon-opacity/icon-only/metrics.json | 2 +- .../render-tests/icon-opacity/literal/metrics.json | 2 +- .../render-tests/icon-opacity/property-function/metrics.json | 2 +- .../render-tests/icon-opacity/text-and-icon/metrics.json | 2 +- .../render-tests/icon-opacity/text-only/metrics.json | 2 +- .../render-tests/icon-padding/databind/metrics.json | 2 +- .../render-tests/icon-padding/default/metrics.json | 2 +- .../auto-rotation-alignment-map/metrics.json | 2 +- .../auto-rotation-alignment-viewport/metrics.json | 2 +- .../map-rotation-alignment-viewport/metrics.json | 2 +- .../viewport-rotation-alignment-map/metrics.json | 2 +- .../icon-pitch-scaling/rotation-alignment-map/metrics.json | 2 +- .../rotation-alignment-viewport/metrics.json | 2 +- .../icon-pixelratio-mismatch/default/metrics.json | 2 +- .../render-tests/icon-rotate/literal/metrics.json | 2 +- .../render-tests/icon-rotate/property-function/metrics.json | 2 +- .../render-tests/icon-rotate/with-offset/metrics.json | 2 +- .../auto-symbol-placement-line/metrics.json | 2 +- .../auto-symbol-placement-point/metrics.json | 2 +- .../map-symbol-placement-line/metrics.json | 2 +- .../map-symbol-placement-point/metrics.json | 2 +- .../viewport-symbol-placement-line/metrics.json | 2 +- .../viewport-symbol-placement-point/metrics.json | 2 +- .../icon-size/camera-function-high-base-plain/metrics.json | 2 +- .../icon-size/camera-function-high-base-sdf/metrics.json | 2 +- .../icon-size/camera-function-plain/metrics.json | 2 +- .../render-tests/icon-size/camera-function-sdf/metrics.json | 2 +- .../icon-size/composite-function-plain/metrics.json | 2 +- .../icon-size/composite-function-sdf/metrics.json | 2 +- .../render-tests/icon-size/default/metrics.json | 2 +- .../render-tests/icon-size/function/metrics.json | 2 +- .../render-tests/icon-size/literal/metrics.json | 2 +- .../icon-size/property-function-plain/metrics.json | 2 +- .../icon-size/property-function-sdf/metrics.json | 2 +- .../both-collision-variable-anchor-text-fit/metrics.json | 2 +- .../both-collision-variable-anchor/metrics.json | 2 +- .../render-tests/icon-text-fit/both-collision/metrics.json | 2 +- .../render-tests/icon-text-fit/both-padding/metrics.json | 2 +- .../both-text-anchor-1x-image-2x-screen/metrics.json | 2 +- .../both-text-anchor-2x-image-1x-screen/metrics.json | 2 +- .../both-text-anchor-2x-image-2x-screen/metrics.json | 2 +- .../icon-text-fit/both-text-anchor-icon-anchor/metrics.json | 2 +- .../icon-text-fit/both-text-anchor-icon-offset/metrics.json | 2 +- .../icon-text-fit/both-text-anchor-padding/metrics.json | 2 +- .../render-tests/icon-text-fit/both-text-anchor/metrics.json | 2 +- .../render-tests/icon-text-fit/both/metrics.json | 2 +- .../icon-text-fit/enlargen-both-padding/metrics.json | 2 +- .../render-tests/icon-text-fit/enlargen-both/metrics.json | 2 +- .../render-tests/icon-text-fit/enlargen-height/metrics.json | 2 +- .../render-tests/icon-text-fit/enlargen-width/metrics.json | 2 +- .../render-tests/icon-text-fit/height-padding/metrics.json | 2 +- .../icon-text-fit/height-text-anchor-padding/metrics.json | 2 +- .../icon-text-fit/height-text-anchor/metrics.json | 2 +- .../render-tests/icon-text-fit/height/metrics.json | 2 +- .../render-tests/icon-text-fit/none/metrics.json | 2 +- .../render-tests/icon-text-fit/placement-line/metrics.json | 2 +- .../icon-text-fit/text-variable-anchor/metrics.json | 2 +- .../icon-text-fit/textFit-anchors-long/metrics.json | 2 +- .../icon-text-fit/textFit-anchors-short/metrics.json | 2 +- .../icon-text-fit/textFit-collision/metrics.json | 2 +- .../icon-text-fit/textFit-grid-long-vertical/metrics.json | 2 +- .../icon-text-fit/textFit-grid-long/metrics.json | 2 +- .../icon-text-fit/textFit-grid-short-vertical/metrics.json | 2 +- .../icon-text-fit/textFit-grid-short/metrics.json | 2 +- .../render-tests/icon-text-fit/width-padding/metrics.json | 2 +- .../icon-text-fit/width-text-anchor-padding/metrics.json | 2 +- .../icon-text-fit/width-text-anchor/metrics.json | 2 +- .../render-tests/icon-text-fit/width/metrics.json | 2 +- .../render-tests/icon-translate-anchor/map/metrics.json | 2 +- .../render-tests/icon-translate-anchor/viewport/metrics.json | 2 +- .../render-tests/icon-translate/default/metrics.json | 2 +- .../render-tests/icon-translate/function/metrics.json | 2 +- .../render-tests/icon-translate/literal/metrics.json | 2 +- .../render-tests/icon-visibility/none/metrics.json | 2 +- .../render-tests/icon-visibility/visible/metrics.json | 2 +- .../render-tests/image/default/metrics.json | 2 +- .../render-tests/image/pitched/metrics.json | 2 +- .../render-tests/image/raster-brightness/metrics.json | 2 +- .../render-tests/image/raster-contrast/metrics.json | 2 +- .../render-tests/image/raster-hue-rotate/metrics.json | 2 +- .../render-tests/image/raster-opacity/metrics.json | 2 +- .../render-tests/image/raster-resampling/metrics.json | 2 +- .../render-tests/image/raster-saturation/metrics.json | 2 +- .../render-tests/image/raster-visibility/metrics.json | 2 +- .../render-tests/is-supported-script/filter/metrics.json | 2 +- .../render-tests/is-supported-script/layout/metrics.json | 2 +- .../render-tests/line-blur/default/metrics.json | 2 +- .../render-tests/line-blur/function/metrics.json | 2 +- .../render-tests/line-blur/literal/metrics.json | 2 +- .../render-tests/line-blur/property-function/metrics.json | 2 +- .../render-tests/line-cap/butt/metrics.json | 2 +- .../render-tests/line-cap/round/metrics.json | 2 +- .../render-tests/line-cap/square/metrics.json | 2 +- .../render-tests/line-color/default/metrics.json | 2 +- .../render-tests/line-color/function/metrics.json | 2 +- .../render-tests/line-color/literal/metrics.json | 2 +- .../line-color/property-function-identity/metrics.json | 2 +- .../render-tests/line-color/property-function/metrics.json | 2 +- .../render-tests/line-dasharray/default/metrics.json | 2 +- .../render-tests/line-dasharray/fractional-zoom/metrics.json | 2 +- .../function/line-width-composite-function/metrics.json | 2 +- .../line-dasharray/function/line-width-constant/metrics.json | 2 +- .../function/line-width-property-function/metrics.json | 2 +- .../literal/line-width-composite-function/metrics.json | 2 +- .../line-dasharray/literal/line-width-constant/metrics.json | 2 +- .../literal/line-width-property-function/metrics.json | 2 +- .../literal/line-width-zoom-function/metrics.json | 2 +- .../render-tests/line-dasharray/long-segment/metrics.json | 2 +- .../render-tests/line-dasharray/overscaled/metrics.json | 2 +- .../render-tests/line-dasharray/round/segments/metrics.json | 2 +- .../line-dasharray/round/zero-gap-width/metrics.json | 2 +- .../render-tests/line-dasharray/slant/metrics.json | 2 +- .../render-tests/line-dasharray/zero-length-gap/metrics.json | 2 +- .../render-tests/line-dasharray/zoom-history/metrics.json | 2 +- .../render-tests/line-gap-width/default/metrics.json | 2 +- .../render-tests/line-gap-width/function/metrics.json | 2 +- .../render-tests/line-gap-width/literal/metrics.json | 2 +- .../line-gap-width/property-function/metrics.json | 2 +- .../line-gradient/gradient-tile-boundaries/metrics.json | 2 +- .../render-tests/line-gradient/gradient/metrics.json | 2 +- .../render-tests/line-gradient/translucent/metrics.json | 2 +- .../render-tests/line-join/bevel-transparent/metrics.json | 2 +- .../render-tests/line-join/bevel/metrics.json | 2 +- .../render-tests/line-join/default/metrics.json | 2 +- .../render-tests/line-join/miter-transparent/metrics.json | 2 +- .../render-tests/line-join/miter/metrics.json | 2 +- .../line-join/property-function-dasharray/metrics.json | 2 +- .../render-tests/line-join/property-function/metrics.json | 2 +- .../render-tests/line-join/round-transparent/metrics.json | 2 +- .../render-tests/line-join/round/metrics.json | 2 +- .../render-tests/line-offset/default/metrics.json | 2 +- .../render-tests/line-offset/function/metrics.json | 2 +- .../render-tests/line-offset/literal-negative/metrics.json | 2 +- .../render-tests/line-offset/literal/metrics.json | 2 +- .../render-tests/line-offset/property-function/metrics.json | 2 +- .../render-tests/line-opacity/default/metrics.json | 2 +- .../render-tests/line-opacity/function/metrics.json | 2 +- .../render-tests/line-opacity/literal/metrics.json | 2 +- .../render-tests/line-opacity/property-function/metrics.json | 2 +- .../render-tests/line-opacity/step-curve/metrics.json | 2 +- .../render-tests/line-pattern/@2x/metrics.json | 2 +- .../render-tests/line-pattern/literal/metrics.json | 2 +- .../render-tests/line-pattern/overscaled/metrics.json | 2 +- .../render-tests/line-pattern/pitch/metrics.json | 2 +- .../render-tests/line-pattern/property-function/metrics.json | 2 +- .../render-tests/line-pattern/step-curve/metrics.json | 2 +- .../render-tests/line-pattern/zoom-expression/metrics.json | 2 +- .../render-tests/line-pitch/default/metrics.json | 2 +- .../render-tests/line-pitch/pitch0/metrics.json | 2 +- .../render-tests/line-pitch/pitch15/metrics.json | 2 +- .../render-tests/line-pitch/pitch30/metrics.json | 2 +- .../render-tests/line-pitch/pitchAndBearing/metrics.json | 2 +- .../render-tests/line-sort-key/literal/metrics.json | 2 +- .../render-tests/line-translate-anchor/map/metrics.json | 2 +- .../render-tests/line-translate-anchor/viewport/metrics.json | 2 +- .../render-tests/line-translate/default/metrics.json | 2 +- .../render-tests/line-translate/function/metrics.json | 2 +- .../render-tests/line-triangulation/default/metrics.json | 2 +- .../render-tests/line-triangulation/round/metrics.json | 2 +- .../render-tests/line-visibility/none/metrics.json | 2 +- .../render-tests/line-visibility/visible/metrics.json | 2 +- .../render-tests/line-width/default/metrics.json | 2 +- .../render-tests/line-width/function/metrics.json | 2 +- .../render-tests/line-width/literal/metrics.json | 2 +- .../render-tests/line-width/property-function/metrics.json | 2 +- .../render-tests/line-width/very-overscaled/metrics.json | 2 +- .../render-tests/line-width/zero-width-function/metrics.json | 2 +- .../render-tests/line-width/zero-width/metrics.json | 2 +- .../linear-filter-opacity-edge/literal/metrics.json | 2 +- .../render-tests/map-mode/static/metrics.json | 2 +- .../render-tests/map-mode/tile-avoid-edges/metrics.json | 2 +- .../render-tests/map-mode/tile/metrics.json | 2 +- .../projection/axonometric-multiple/metrics.json | 2 +- .../render-tests/projection/axonometric/metrics.json | 2 +- .../render-tests/projection/perspective/metrics.json | 2 +- .../render-tests/projection/skew/metrics.json | 2 +- .../render-tests/raster-alpha/default/metrics.json | 2 +- .../render-tests/raster-brightness/default/metrics.json | 2 +- .../render-tests/raster-brightness/function/metrics.json | 2 +- .../render-tests/raster-brightness/literal/metrics.json | 2 +- .../render-tests/raster-contrast/default/metrics.json | 2 +- .../render-tests/raster-contrast/function/metrics.json | 2 +- .../render-tests/raster-contrast/literal/metrics.json | 2 +- .../render-tests/raster-extent/maxzoom/metrics.json | 2 +- .../render-tests/raster-extent/minzoom/metrics.json | 2 +- .../render-tests/raster-hue-rotate/default/metrics.json | 2 +- .../render-tests/raster-hue-rotate/function/metrics.json | 2 +- .../render-tests/raster-hue-rotate/literal/metrics.json | 2 +- .../render-tests/raster-loading/missing/metrics.json | 2 +- .../raster-masking/overlapping-vector/metrics.json | 2 +- .../render-tests/raster-masking/overlapping/metrics.json | 2 +- .../render-tests/raster-opacity/default/metrics.json | 2 +- .../render-tests/raster-opacity/function/metrics.json | 2 +- .../render-tests/raster-opacity/literal/metrics.json | 2 +- .../render-tests/raster-resampling/default/metrics.json | 2 +- .../render-tests/raster-resampling/function/metrics.json | 2 +- .../render-tests/raster-resampling/literal/metrics.json | 2 +- .../render-tests/raster-rotation/0/metrics.json | 2 +- .../render-tests/raster-rotation/180/metrics.json | 2 +- .../render-tests/raster-rotation/270/metrics.json | 2 +- .../render-tests/raster-rotation/45/metrics.json | 2 +- .../render-tests/raster-rotation/90/metrics.json | 2 +- .../render-tests/raster-saturation/default/metrics.json | 2 +- .../render-tests/raster-saturation/function/metrics.json | 2 +- .../render-tests/raster-saturation/literal/metrics.json | 2 +- .../render-tests/raster-visibility/none/metrics.json | 2 +- .../render-tests/raster-visibility/visible/metrics.json | 2 +- .../render-tests/real-world/nepal/metrics.json | 2 +- .../render-tests/real-world/norway/metrics.json | 2 +- .../render-tests/real-world/uruguay/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#2305/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#2523/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#2533/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#2534/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#2787/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#2846/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#2929/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#3010/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#3107/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#3320/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#3365/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#3394/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#3426/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#3548/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#3612/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#3614/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#3623/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#3633/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#3682/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#3702/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#3723/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#3819/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#3903/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#3910/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#3949/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#4124/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#4144/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#4146/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#4150/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#4172/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#4235/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#4550/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#4551/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#4564/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#4573/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#4579/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#4605/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#4617/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#4647/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#4651/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#4860/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#4928/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#5171/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#5370/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#5466/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#5496/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#5544/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#5546/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#5576/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#5599/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#5631/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#5776/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#5911/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#5911a/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#5947/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#5953/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#5978/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#6160/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#6238/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#6548/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#6649/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#6660/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#6919/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#7032/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#7172/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#8273/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#9009/metrics.json | 2 +- .../regressions/mapbox-gl-native#10849/metrics.json | 2 +- .../regressions/mapbox-gl-native#11451/metrics.json | 2 +- .../regressions/mapbox-gl-native#11729/metrics.json | 2 +- .../regressions/mapbox-gl-native#12812/metrics.json | 2 +- .../regressions/mapbox-gl-native#14402/metrics.json | 2 +- .../regressions/mapbox-gl-native#15139/metrics.json | 2 +- .../regressions/mapbox-gl-native#3292/metrics.json | 2 +- .../regressions/mapbox-gl-native#5648/metrics.json | 2 +- .../regressions/mapbox-gl-native#5701/metrics.json | 2 +- .../regressions/mapbox-gl-native#5754/metrics.json | 2 +- .../regressions/mapbox-gl-native#6063/metrics.json | 2 +- .../regressions/mapbox-gl-native#6233/metrics.json | 2 +- .../regressions/mapbox-gl-native#6820/metrics.json | 2 +- .../regressions/mapbox-gl-native#6903/metrics.json | 2 +- .../regressions/mapbox-gl-native#7241/metrics.json | 2 +- .../regressions/mapbox-gl-native#7572/metrics.json | 2 +- .../regressions/mapbox-gl-native#7714/metrics.json | 2 +- .../regressions/mapbox-gl-native#7792/metrics.json | 2 +- .../regressions/mapbox-gl-native#8078/metrics.json | 2 +- .../regressions/mapbox-gl-native#8303/metrics.json | 2 +- .../regressions/mapbox-gl-native#8460/metrics.json | 2 +- .../regressions/mapbox-gl-native#8505/metrics.json | 2 +- .../regressions/mapbox-gl-native#8871/metrics.json | 2 +- .../regressions/mapbox-gl-native#8952/metrics.json | 2 +- .../regressions/mapbox-gl-native#9406/metrics.json | 2 +- .../regressions/mapbox-gl-native#9557/metrics.json | 2 +- .../regressions/mapbox-gl-native#9792/metrics.json | 2 +- .../regressions/mapbox-gl-native#9900/metrics.json | 2 +- .../regressions/mapbox-gl-native#9976/metrics.json | 2 +- .../regressions/mapbox-gl-native#9979/metrics.json | 2 +- .../regressions/mapbox-gl-shaders#37/metrics.json | 2 +- .../remove-feature-state/composite-expression/metrics.json | 2 +- .../remove-feature-state/data-expression/metrics.json | 2 +- .../remove-feature-state/vector-source/metrics.json | 2 +- .../render-tests/retina-raster/default/metrics.json | 2 +- .../runtime-styling/filter-default-to-false/metrics.json | 2 +- .../runtime-styling/filter-default-to-true/metrics.json | 2 +- .../runtime-styling/filter-false-to-default/metrics.json | 2 +- .../runtime-styling/filter-false-to-true/metrics.json | 2 +- .../runtime-styling/filter-true-to-default/metrics.json | 2 +- .../runtime-styling/filter-true-to-false/metrics.json | 2 +- .../image-add-1.5x-image-1x-screen/metrics.json | 2 +- .../image-add-1.5x-image-2x-screen/metrics.json | 2 +- .../image-add-1x-image-1x-screen/metrics.json | 2 +- .../image-add-1x-image-2x-screen/metrics.json | 2 +- .../image-add-2x-image-1x-screen/metrics.json | 2 +- .../image-add-2x-image-2x-screen/metrics.json | 2 +- .../runtime-styling/image-add-alpha/metrics.json | 2 +- .../runtime-styling/image-add-nonsdf/metrics.json | 2 +- .../runtime-styling/image-add-pattern/metrics.json | 2 +- .../render-tests/runtime-styling/image-add-sdf/metrics.json | 2 +- .../render-tests/runtime-styling/image-remove/metrics.json | 2 +- .../runtime-styling/image-update-icon/metrics.json | 2 +- .../runtime-styling/image-update-pattern/metrics.json | 2 +- .../runtime-styling/layer-add-background/metrics.json | 2 +- .../runtime-styling/layer-add-circle/metrics.json | 2 +- .../render-tests/runtime-styling/layer-add-fill/metrics.json | 2 +- .../render-tests/runtime-styling/layer-add-line/metrics.json | 2 +- .../runtime-styling/layer-add-raster/metrics.json | 2 +- .../runtime-styling/layer-add-symbol/metrics.json | 2 +- .../runtime-styling/layer-remove-background/metrics.json | 2 +- .../runtime-styling/layer-remove-circle/metrics.json | 2 +- .../runtime-styling/layer-remove-fill/metrics.json | 2 +- .../runtime-styling/layer-remove-line/metrics.json | 2 +- .../runtime-styling/layer-remove-raster/metrics.json | 2 +- .../runtime-styling/layer-remove-symbol/metrics.json | 2 +- .../layout-property-default-to-literal/metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../layout-property-default-to-zoom-expression/metrics.json | 2 +- .../layout-property-default-to-zoom-function/metrics.json | 2 +- .../layout-property-literal-to-default/metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../layout-property-literal-to-zoom-expression/metrics.json | 2 +- .../layout-property-literal-to-zoom-function/metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../layout-property-text-variable-anchor/metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../layout-property-zoom-expression-to-default/metrics.json | 2 +- .../layout-property-zoom-expression-to-literal/metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../layout-property-zoom-function-to-default/metrics.json | 2 +- .../layout-property-zoom-function-to-literal/metrics.json | 2 +- .../paint-property-default-to-literal/metrics.json | 2 +- .../metrics.json | 2 +- .../paint-property-default-to-property-function/metrics.json | 2 +- .../paint-property-default-to-zoom-expression/metrics.json | 2 +- .../paint-property-default-to-zoom-function/metrics.json | 2 +- .../paint-property-fill-flat-to-extrude/metrics.json | 2 +- .../paint-property-literal-to-default/metrics.json | 2 +- .../paint-property-literal-to-expression/metrics.json | 2 +- .../paint-property-literal-to-function/metrics.json | 2 +- .../metrics.json | 2 +- .../paint-property-literal-to-property-function/metrics.json | 2 +- .../metrics.json | 2 +- .../paint-property-overriden-default-to-literal/metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../paint-property-property-function-to-default/metrics.json | 2 +- .../paint-property-property-function-to-literal/metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../paint-property-zoom-expression-to-default/metrics.json | 2 +- .../paint-property-zoom-expression-to-literal/metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../paint-property-zoom-function-to-default/metrics.json | 2 +- .../paint-property-zoom-function-to-literal/metrics.json | 2 +- .../set-style-filter-default-to-false/metrics.json | 2 +- .../set-style-filter-default-to-true/metrics.json | 2 +- .../set-style-filter-false-to-default/metrics.json | 2 +- .../set-style-filter-false-to-true/metrics.json | 2 +- .../set-style-filter-true-to-default/metrics.json | 2 +- .../set-style-filter-true-to-false/metrics.json | 2 +- .../runtime-styling/set-style-glyphs/metrics.json | 2 +- .../set-style-layer-add-background/metrics.json | 2 +- .../runtime-styling/set-style-layer-add-circle/metrics.json | 2 +- .../runtime-styling/set-style-layer-add-fill/metrics.json | 2 +- .../runtime-styling/set-style-layer-add-line/metrics.json | 2 +- .../runtime-styling/set-style-layer-add-raster/metrics.json | 2 +- .../runtime-styling/set-style-layer-add-symbol/metrics.json | 2 +- .../set-style-layer-change-source-layer/metrics.json | 2 +- .../set-style-layer-change-source-type/metrics.json | 2 +- .../set-style-layer-change-source/metrics.json | 2 +- .../set-style-layer-remove-background/metrics.json | 2 +- .../set-style-layer-remove-circle/metrics.json | 2 +- .../runtime-styling/set-style-layer-remove-fill/metrics.json | 2 +- .../runtime-styling/set-style-layer-remove-line/metrics.json | 2 +- .../set-style-layer-remove-raster/metrics.json | 2 +- .../set-style-layer-remove-symbol/metrics.json | 2 +- .../runtime-styling/set-style-layer-reorder/metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../set-style-paint-property-default-to-literal/metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../set-style-paint-property-literal-to-default/metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../set-style-source-add-geojson-inline/metrics.json | 2 +- .../set-style-source-add-geojson-url/metrics.json | 2 +- .../set-style-source-add-raster-inline/metrics.json | 2 +- .../set-style-source-add-raster-url/metrics.json | 2 +- .../set-style-source-add-vector-inline/metrics.json | 2 +- .../set-style-source-add-vector-url/metrics.json | 2 +- .../runtime-styling/set-style-source-update/metrics.json | 2 +- .../runtime-styling/set-style-sprite/metrics.json | 2 +- .../set-style-visibility-default-to-none/metrics.json | 2 +- .../set-style-visibility-default-to-visible/metrics.json | 2 +- .../set-style-visibility-none-to-default/metrics.json | 2 +- .../set-style-visibility-none-to-visible/metrics.json | 2 +- .../set-style-visibility-visible-to-default/metrics.json | 2 +- .../set-style-visibility-visible-to-none/metrics.json | 2 +- .../runtime-styling/source-add-geojson-inline/metrics.json | 2 +- .../runtime-styling/source-add-geojson-url/metrics.json | 2 +- .../runtime-styling/source-add-raster-inline/metrics.json | 2 +- .../runtime-styling/source-add-raster-url/metrics.json | 2 +- .../runtime-styling/source-add-vector-inline/metrics.json | 2 +- .../runtime-styling/source-add-vector-url/metrics.json | 2 +- .../runtime-styling/visibility-default-to-none/metrics.json | 2 +- .../visibility-default-to-visible/metrics.json | 2 +- .../runtime-styling/visibility-none-to-default/metrics.json | 2 +- .../runtime-styling/visibility-none-to-visible/metrics.json | 2 +- .../visibility-visible-to-default/metrics.json | 2 +- .../runtime-styling/visibility-visible-to-none/metrics.json | 2 +- .../render-tests/satellite-v9/z0/metrics.json | 2 +- .../render-tests/sparse-tileset/overdraw/metrics.json | 2 +- .../render-tests/sprites/1x-screen-1x-icon/metrics.json | 2 +- .../render-tests/sprites/1x-screen-1x-pattern/metrics.json | 2 +- .../render-tests/sprites/1x-screen-2x-icon/metrics.json | 2 +- .../render-tests/sprites/1x-screen-2x-pattern/metrics.json | 2 +- .../render-tests/sprites/2x-screen-1x-icon/metrics.json | 2 +- .../render-tests/sprites/2x-screen-1x-pattern/metrics.json | 2 +- .../render-tests/sprites/2x-screen-2x-icon/metrics.json | 2 +- .../render-tests/sprites/2x-screen-2x-pattern/metrics.json | 2 +- .../render-tests/sprites/array-default-only/metrics.json | 2 +- .../render-tests/sprites/array-multiple/metrics.json | 2 +- .../render-tests/symbol-geometry/linestring/metrics.json | 2 +- .../symbol-geometry/multilinestring/metrics.json | 2 +- .../render-tests/symbol-geometry/multipoint/metrics.json | 2 +- .../render-tests/symbol-geometry/multipolygon/metrics.json | 2 +- .../render-tests/symbol-geometry/point/metrics.json | 2 +- .../render-tests/symbol-geometry/polygon/metrics.json | 2 +- .../line-center-buffer-tile-map-mode/metrics.json | 2 +- .../symbol-placement/line-center-buffer/metrics.json | 2 +- .../symbol-placement/line-center-tile-map-mode/metrics.json | 2 +- .../render-tests/symbol-placement/line-center/metrics.json | 2 +- .../symbol-placement/line-overscaled/metrics.json | 2 +- .../render-tests/symbol-placement/line/metrics.json | 2 +- .../render-tests/symbol-placement/point-polygon/metrics.json | 2 +- .../render-tests/symbol-placement/point/metrics.json | 2 +- .../symbol-sort-key/icon-expression/metrics.json | 2 +- .../placement-tile-boundary-left-then-right/metrics.json | 2 +- .../symbol-sort-key/text-expression/metrics.json | 2 +- .../symbol-sort-key/text-ignore-placement/metrics.json | 2 +- .../render-tests/symbol-sort-key/text-placement/metrics.json | 2 +- .../render-tests/symbol-spacing/line-close/metrics.json | 2 +- .../render-tests/symbol-spacing/line-far/metrics.json | 2 +- .../render-tests/symbol-spacing/line-overscaled/metrics.json | 2 +- .../render-tests/symbol-spacing/point-close/metrics.json | 2 +- .../render-tests/symbol-spacing/point-far/metrics.json | 2 +- .../render-tests/symbol-visibility/none/metrics.json | 2 +- .../render-tests/symbol-visibility/visible/metrics.json | 2 +- .../render-tests/symbol-z-order/default/metrics.json | 2 +- .../render-tests/symbol-z-order/disabled/metrics.json | 2 +- .../render-tests/symbol-z-order/icon-with-text/metrics.json | 2 +- .../render-tests/symbol-z-order/pitched/metrics.json | 2 +- .../render-tests/symbol-z-order/viewport-y/metrics.json | 2 +- .../render-tests/text-anchor/bottom-left/metrics.json | 2 +- .../render-tests/text-anchor/bottom-right/metrics.json | 2 +- .../render-tests/text-anchor/bottom/metrics.json | 2 +- .../render-tests/text-anchor/center/metrics.json | 2 +- .../render-tests/text-anchor/left/metrics.json | 2 +- .../render-tests/text-anchor/property-function/metrics.json | 2 +- .../render-tests/text-anchor/right/metrics.json | 2 +- .../render-tests/text-anchor/top-left/metrics.json | 2 +- .../render-tests/text-anchor/top-right/metrics.json | 2 +- .../render-tests/text-anchor/top/metrics.json | 2 +- .../render-tests/text-arabic/letter-spacing/metrics.json | 2 +- .../render-tests/text-arabic/line-break-mixed/metrics.json | 2 +- .../render-tests/text-arabic/line-break/metrics.json | 2 +- .../render-tests/text-arabic/mixed-numeric/metrics.json | 2 +- .../render-tests/text-arabic/multi-paragraph/metrics.json | 2 +- .../render-tests/text-color/default/metrics.json | 2 +- .../render-tests/text-color/function/metrics.json | 2 +- .../render-tests/text-color/literal/metrics.json | 2 +- .../render-tests/text-color/property-function/metrics.json | 2 +- .../render-tests/text-field/formatted-arabic/metrics.json | 2 +- .../text-field/formatted-images-constant-size/metrics.json | 2 +- .../text-field/formatted-images-line/metrics.json | 2 +- .../text-field/formatted-images-multiline/metrics.json | 2 +- .../metrics.json | 2 +- .../text-field/formatted-images-vertical/metrics.json | 2 +- .../formatted-images-zoom-dependent-size/metrics.json | 2 +- .../render-tests/text-field/formatted-images/metrics.json | 2 +- .../render-tests/text-field/formatted-line/metrics.json | 2 +- .../metrics.json | 2 +- .../text-field/formatted-text-color-overrides/metrics.json | 2 +- .../text-field/formatted-text-color/metrics.json | 2 +- .../render-tests/text-field/formatted/metrics.json | 2 +- .../render-tests/text-field/literal/metrics.json | 2 +- .../render-tests/text-field/property-function/metrics.json | 2 +- .../render-tests/text-field/token/metrics.json | 2 +- .../render-tests/text-font/camera-function/metrics.json | 2 +- .../render-tests/text-font/chinese/metrics.json | 2 +- .../render-tests/text-font/data-expression/metrics.json | 2 +- .../render-tests/text-font/literal/metrics.json | 2 +- .../render-tests/text-halo-blur/default/metrics.json | 2 +- .../render-tests/text-halo-blur/function/metrics.json | 2 +- .../render-tests/text-halo-blur/literal/metrics.json | 2 +- .../text-halo-blur/property-function/metrics.json | 2 +- .../render-tests/text-halo-color/default/metrics.json | 2 +- .../render-tests/text-halo-color/function/metrics.json | 2 +- .../render-tests/text-halo-color/literal/metrics.json | 2 +- .../text-halo-color/property-function/metrics.json | 2 +- .../render-tests/text-halo-width/default/metrics.json | 2 +- .../render-tests/text-halo-width/function/metrics.json | 2 +- .../render-tests/text-halo-width/literal/metrics.json | 2 +- .../text-halo-width/property-function/metrics.json | 2 +- .../render-tests/text-justify/auto/metrics.json | 2 +- .../render-tests/text-justify/left/metrics.json | 2 +- .../render-tests/text-justify/property-function/metrics.json | 2 +- .../render-tests/text-justify/right/metrics.json | 2 +- .../text-keep-upright/line-placement-false/metrics.json | 2 +- .../line-placement-true-offset/metrics.json | 2 +- .../line-placement-true-pitched/metrics.json | 2 +- .../line-placement-true-rotated/metrics.json | 2 +- .../line-placement-true-text-anchor/metrics.json | 2 +- .../text-keep-upright/line-placement-true/metrics.json | 2 +- .../point-placement-align-map-false/metrics.json | 2 +- .../point-placement-align-map-true/metrics.json | 2 +- .../point-placement-align-viewport-false/metrics.json | 2 +- .../point-placement-align-viewport-true/metrics.json | 2 +- .../text-letter-spacing/function-close/metrics.json | 2 +- .../text-letter-spacing/function-far/metrics.json | 2 +- .../render-tests/text-letter-spacing/literal/metrics.json | 2 +- .../text-letter-spacing/property-function/metrics.json | 2 +- .../zoom-and-property-function/metrics.json | 2 +- .../render-tests/text-line-height/literal/metrics.json | 2 +- .../render-tests/text-max-angle/line-center/metrics.json | 2 +- .../render-tests/text-max-angle/literal/metrics.json | 2 +- .../text-max-width/force-double-newline/metrics.json | 2 +- .../text-max-width/force-newline-line-center/metrics.json | 2 +- .../text-max-width/force-newline-line/metrics.json | 2 +- .../render-tests/text-max-width/force-newline/metrics.json | 2 +- .../text-max-width/ideographic-breaking/metrics.json | 2 +- .../ideographic-punctuation-breaking/metrics.json | 2 +- .../render-tests/text-max-width/literal/metrics.json | 2 +- .../text-max-width/property-function/metrics.json | 2 +- .../zero-width-line-center-placement/metrics.json | 2 +- .../text-max-width/zero-width-line-placement/metrics.json | 2 +- .../text-max-width/zoom-and-property-function/metrics.json | 2 +- .../text-no-cross-source-collision/default/metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../render-tests/text-offset/literal/metrics.json | 2 +- .../render-tests/text-offset/property-function/metrics.json | 2 +- .../render-tests/text-opacity/default/metrics.json | 2 +- .../render-tests/text-opacity/function/metrics.json | 2 +- .../render-tests/text-opacity/literal/metrics.json | 2 +- .../render-tests/text-opacity/property-function/metrics.json | 2 +- .../auto-text-rotation-alignment-map/metrics.json | 2 +- .../auto-text-rotation-alignment-viewport/metrics.json | 2 +- .../text-pitch-alignment/map-text-depthtest/metrics.json | 2 +- .../map-text-rotation-alignment-map/metrics.json | 2 +- .../map-text-rotation-alignment-viewport/metrics.json | 2 +- .../viewport-overzoomed-single-glyph/metrics.json | 2 +- .../text-pitch-alignment/viewport-overzoomed/metrics.json | 2 +- .../viewport-text-depthtest/metrics.json | 2 +- .../viewport-text-rotation-alignment-map/metrics.json | 2 +- .../viewport-text-rotation-alignment-viewport/metrics.json | 2 +- .../render-tests/text-pitch-scaling/line-half/metrics.json | 2 +- .../render-tests/text-radial-offset/basic/metrics.json | 2 +- .../render-tests/text-rotate/anchor-bottom/metrics.json | 2 +- .../render-tests/text-rotate/anchor-left/metrics.json | 2 +- .../render-tests/text-rotate/anchor-right/metrics.json | 2 +- .../render-tests/text-rotate/anchor-top/metrics.json | 2 +- .../render-tests/text-rotate/function/metrics.json | 2 +- .../render-tests/text-rotate/literal/metrics.json | 2 +- .../render-tests/text-rotate/property-function/metrics.json | 2 +- .../render-tests/text-rotate/with-offset/metrics.json | 2 +- .../auto-symbol-placement-line/metrics.json | 2 +- .../auto-symbol-placement-point/metrics.json | 2 +- .../map-symbol-placement-line/metrics.json | 2 +- .../map-symbol-placement-point/metrics.json | 2 +- .../viewport-symbol-placement-line/metrics.json | 2 +- .../viewport-symbol-placement-point/metrics.json | 2 +- .../text-size/camera-function-high-base/metrics.json | 2 +- .../text-size/camera-function-interval/metrics.json | 2 +- .../render-tests/text-size/composite-expression/metrics.json | 2 +- .../text-size/composite-function-line-placement/metrics.json | 2 +- .../render-tests/text-size/composite-function/metrics.json | 2 +- .../render-tests/text-size/default/metrics.json | 2 +- .../render-tests/text-size/function/metrics.json | 2 +- .../render-tests/text-size/literal/metrics.json | 2 +- .../render-tests/text-size/property-function/metrics.json | 2 +- .../render-tests/text-size/zero/metrics.json | 2 +- .../text-tile-edge-clipping/default/metrics.json | 2 +- .../render-tests/text-transform/lowercase/metrics.json | 2 +- .../text-transform/property-function/metrics.json | 2 +- .../render-tests/text-transform/uppercase/metrics.json | 2 +- .../render-tests/text-translate-anchor/map/metrics.json | 2 +- .../render-tests/text-translate-anchor/viewport/metrics.json | 2 +- .../render-tests/text-translate/default/metrics.json | 2 +- .../render-tests/text-translate/function/metrics.json | 2 +- .../render-tests/text-translate/literal/metrics.json | 2 +- .../all-anchors-icon-text-fit/metrics.json | 2 +- .../all-anchors-text-allow-overlap/metrics.json | 2 +- .../text-variable-anchor-offset/all-anchors/metrics.json | 2 +- .../databind-coalesce/metrics.json | 2 +- .../databind-interpolate/metrics.json | 2 +- .../icon-image-all-anchors/metrics.json | 2 +- .../icon-image-offset/metrics.json | 2 +- .../text-variable-anchor-offset/icon-image/metrics.json | 2 +- .../icon-text-fit-collision-box/metrics.json | 2 +- .../text-variable-anchor-offset/no-animate-zoom/metrics.json | 2 +- .../text-variable-anchor-offset/pitched-offset/metrics.json | 2 +- .../pitched-with-map/metrics.json | 2 +- .../text-variable-anchor-offset/pitched/metrics.json | 2 +- .../text-variable-anchor-offset/rotated-offset/metrics.json | 2 +- .../rotated-with-map/metrics.json | 2 +- .../text-variable-anchor-offset/rotated/metrics.json | 2 +- .../single-justification/metrics.json | 2 +- .../text-variable-anchor-offset/single-line/metrics.json | 2 +- .../text-allow-overlap/metrics.json | 2 +- .../top-bottom-left-right/metrics.json | 2 +- .../all-anchors-icon-text-fit/metrics.json | 2 +- .../all-anchors-offset-zero/metrics.json | 2 +- .../text-variable-anchor/all-anchors-offset/metrics.json | 2 +- .../all-anchors-radial-offset-zero/metrics.json | 2 +- .../all-anchors-text-allow-overlap/metrics.json | 2 +- .../all-anchors-tile-map-mode/metrics.json | 2 +- .../all-anchors-two-dimentional-offset-negative/metrics.json | 2 +- .../all-anchors-two-dimentional-offset-zero/metrics.json | 2 +- .../all-anchors-two-dimentional-offset/metrics.json | 2 +- .../text-variable-anchor/all-anchors/metrics.json | 2 +- .../text-variable-anchor/icon-image-all-anchors/metrics.json | 2 +- .../text-variable-anchor/icon-image/metrics.json | 2 +- .../icon-text-fit-collision-box/metrics.json | 2 +- .../left-top-right-bottom-offset-tile-map-mode/metrics.json | 2 +- .../text-variable-anchor/no-animate-zoom/metrics.json | 2 +- .../text-variable-anchor/pitched-offset/metrics.json | 2 +- .../text-variable-anchor/pitched-rotated-debug/metrics.json | 2 +- .../text-variable-anchor/pitched-with-map/metrics.json | 2 +- .../render-tests/text-variable-anchor/pitched/metrics.json | 2 +- .../text-variable-anchor/rotated-offset/metrics.json | 2 +- .../text-variable-anchor/rotated-with-map/metrics.json | 2 +- .../render-tests/text-variable-anchor/rotated/metrics.json | 2 +- .../text-variable-anchor/single-justification/metrics.json | 2 +- .../text-variable-anchor/single-line/metrics.json | 2 +- .../text-variable-anchor/text-allow-overlap/metrics.json | 2 +- .../text-variable-anchor/top-bottom-left-right/metrics.json | 2 +- .../render-tests/text-visibility/none/metrics.json | 2 +- .../render-tests/text-visibility/visible/metrics.json | 2 +- .../line_label/chinese-punctuation/metrics.json | 2 +- .../text-writing-mode/line_label/chinese/metrics.json | 2 +- .../text-writing-mode/line_label/latin/metrics.json | 2 +- .../text-writing-mode/line_label/mixed/metrics.json | 2 +- .../point_label/cjk-arabic-vertical-mode/metrics.json | 2 +- .../point_label/cjk-horizontal-vertical-mode/metrics.json | 2 +- .../cjk-multiline-vertical-horizontal-mode/metrics.json | 2 +- .../point_label/cjk-punctuation-vertical-mode/metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../cjk-variable-anchors-vertical-mode/metrics.json | 2 +- .../point_label/cjk-vertical-horizontal-mode/metrics.json | 2 +- .../point_label/cjk-vertical-mode/metrics.json | 2 +- .../point_label/latin-vertical-mode/metrics.json | 2 +- .../metrics.json | 2 +- .../mixed-multiline-vertical-horizontal-mode/metrics.json | 2 +- .../render-tests/tile-mode/streets-v11/metrics.json | 2 +- .../render-tests/tilejson-bounds/default/metrics.json | 2 +- .../tilejson-bounds/overwrite-bounds/metrics.json | 2 +- metrics/linux-gcc8-release/render-tests/tms/tms/metrics.json | 2 +- .../within/filter-with-inlined-geojson/metrics.json | 2 +- .../render-tests/within/layout-text/metrics.json | 2 +- .../render-tests/within/paint-circle/metrics.json | 2 +- .../render-tests/within/paint-icon/metrics.json | 2 +- .../render-tests/within/paint-line/metrics.json | 2 +- .../render-tests/within/paint-text/metrics.json | 2 +- .../render-tests/zoom-history/in/metrics.json | 2 +- .../render-tests/zoom-history/out/metrics.json | 2 +- .../render-tests/zoom-visibility/above/metrics.json | 2 +- .../render-tests/zoom-visibility/below/metrics.json | 2 +- .../render-tests/zoom-visibility/in-range/metrics.json | 2 +- .../render-tests/zoom-visibility/out-of-range/metrics.json | 2 +- .../render-tests/zoom-visibility/was-above/metrics.json | 2 +- .../render-tests/zoom-visibility/was-below/metrics.json | 2 +- .../render-tests/zoomed-fill/default/metrics.json | 2 +- .../render-tests/zoomed-raster/fractional/metrics.json | 2 +- .../render-tests/zoomed-raster/overzoom/metrics.json | 2 +- .../render-tests/zoomed-raster/underzoom/metrics.json | 2 +- .../probes/gfx/pass-double-probe/metrics.json | 2 +- .../probes/gfx/pass-probe-reset/metrics.json | 2 +- metrics/macos-xcode11-release/probes/gfx/pass/metrics.json | 2 +- .../background-color/colorSpace-lab/metrics.json | 2 +- .../render-tests/background-color/default/metrics.json | 2 +- .../render-tests/background-color/function/metrics.json | 2 +- .../render-tests/background-color/literal/metrics.json | 2 +- .../render-tests/background-opacity/color/metrics.json | 2 +- .../render-tests/background-opacity/image/metrics.json | 2 +- .../render-tests/background-opacity/overlay/metrics.json | 2 +- .../render-tests/background-pattern/@2x/metrics.json | 2 +- .../render-tests/background-pattern/literal/metrics.json | 2 +- .../render-tests/background-pattern/missing/metrics.json | 2 +- .../render-tests/background-pattern/pitch/metrics.json | 2 +- .../render-tests/background-pattern/rotated/metrics.json | 2 +- .../render-tests/background-pattern/zoomed/metrics.json | 2 +- .../render-tests/background-visibility/none/metrics.json | 2 +- .../render-tests/background-visibility/visible/metrics.json | 2 +- .../render-tests/basic-v9/z0-narrow-y/metrics.json | 2 +- .../render-tests/basic-v9/z0-wide-x/metrics.json | 2 +- .../render-tests/basic-v9/z0/metrics.json | 2 +- .../render-tests/bright-v9/z0/metrics.json | 2 +- .../render-tests/circle-blur/blending/metrics.json | 2 +- .../render-tests/circle-blur/default/metrics.json | 2 +- .../render-tests/circle-blur/function/metrics.json | 2 +- .../render-tests/circle-blur/literal-stroke/metrics.json | 2 +- .../render-tests/circle-blur/literal/metrics.json | 2 +- .../render-tests/circle-blur/property-function/metrics.json | 2 +- .../circle-blur/zoom-and-property-function/metrics.json | 2 +- .../render-tests/circle-color/default/metrics.json | 2 +- .../render-tests/circle-color/function/metrics.json | 2 +- .../render-tests/circle-color/literal/metrics.json | 2 +- .../render-tests/circle-color/property-function/metrics.json | 2 +- .../circle-color/zoom-and-property-function/metrics.json | 2 +- .../render-tests/circle-geometry/linestring/metrics.json | 2 +- .../circle-geometry/multilinestring/metrics.json | 2 +- .../render-tests/circle-geometry/multipoint/metrics.json | 2 +- .../render-tests/circle-geometry/multipolygon/metrics.json | 2 +- .../render-tests/circle-geometry/point/metrics.json | 2 +- .../render-tests/circle-geometry/polygon/metrics.json | 2 +- .../render-tests/circle-opacity/blending/metrics.json | 2 +- .../render-tests/circle-opacity/default/metrics.json | 2 +- .../render-tests/circle-opacity/function/metrics.json | 2 +- .../render-tests/circle-opacity/literal/metrics.json | 2 +- .../circle-opacity/property-function/metrics.json | 2 +- .../circle-opacity/zoom-and-property-function/metrics.json | 2 +- .../circle-pitch-alignment/map-scale-map/metrics.json | 2 +- .../circle-pitch-alignment/map-scale-viewport/metrics.json | 2 +- .../circle-pitch-alignment/viewport-scale-map/metrics.json | 2 +- .../viewport-scale-viewport/metrics.json | 2 +- .../render-tests/circle-pitch-scale/default/metrics.json | 2 +- .../render-tests/circle-pitch-scale/map/metrics.json | 2 +- .../render-tests/circle-pitch-scale/viewport/metrics.json | 2 +- .../render-tests/circle-radius/antimeridian/metrics.json | 2 +- .../render-tests/circle-radius/default/metrics.json | 2 +- .../render-tests/circle-radius/function/metrics.json | 2 +- .../render-tests/circle-radius/literal/metrics.json | 2 +- .../circle-radius/property-function/metrics.json | 2 +- .../circle-radius/zoom-and-property-function/metrics.json | 2 +- .../render-tests/circle-sort-key/literal/metrics.json | 2 +- .../render-tests/circle-stroke-color/default/metrics.json | 2 +- .../render-tests/circle-stroke-color/function/metrics.json | 2 +- .../render-tests/circle-stroke-color/literal/metrics.json | 2 +- .../circle-stroke-color/property-function/metrics.json | 2 +- .../zoom-and-property-function/metrics.json | 2 +- .../render-tests/circle-stroke-opacity/default/metrics.json | 2 +- .../render-tests/circle-stroke-opacity/function/metrics.json | 2 +- .../render-tests/circle-stroke-opacity/literal/metrics.json | 2 +- .../circle-stroke-opacity/property-function/metrics.json | 2 +- .../circle-stroke-opacity/stroke-only/metrics.json | 2 +- .../zoom-and-property-function/metrics.json | 2 +- .../render-tests/circle-stroke-width/default/metrics.json | 2 +- .../render-tests/circle-stroke-width/function/metrics.json | 2 +- .../render-tests/circle-stroke-width/literal/metrics.json | 2 +- .../circle-stroke-width/property-function/metrics.json | 2 +- .../zoom-and-property-function/metrics.json | 2 +- .../render-tests/circle-translate-anchor/map/metrics.json | 2 +- .../circle-translate-anchor/viewport/metrics.json | 2 +- .../render-tests/circle-translate/default/metrics.json | 2 +- .../render-tests/circle-translate/function/metrics.json | 2 +- .../render-tests/circle-translate/literal/metrics.json | 2 +- .../background-opaque--background-opaque/metrics.json | 2 +- .../background-opaque--background-translucent/metrics.json | 2 +- .../background-opaque--circle-translucent/metrics.json | 2 +- .../metrics.json | 2 +- .../combinations/background-opaque--fill-opaque/metrics.json | 2 +- .../background-opaque--fill-translucent/metrics.json | 2 +- .../background-opaque--heatmap-translucent/metrics.json | 2 +- .../background-opaque--hillshade-translucent/metrics.json | 2 +- .../background-opaque--line-translucent/metrics.json | 2 +- .../background-opaque--raster-translucent/metrics.json | 2 +- .../background-opaque--symbol-translucent/metrics.json | 2 +- .../background-translucent--background-opaque/metrics.json | 2 +- .../metrics.json | 2 +- .../background-translucent--circle-translucent/metrics.json | 2 +- .../metrics.json | 2 +- .../background-translucent--fill-opaque/metrics.json | 2 +- .../background-translucent--fill-translucent/metrics.json | 2 +- .../background-translucent--heatmap-translucent/metrics.json | 2 +- .../metrics.json | 2 +- .../background-translucent--line-translucent/metrics.json | 2 +- .../background-translucent--raster-translucent/metrics.json | 2 +- .../background-translucent--symbol-translucent/metrics.json | 2 +- .../circle-translucent--background-opaque/metrics.json | 2 +- .../circle-translucent--background-translucent/metrics.json | 2 +- .../circle-translucent--circle-translucent/metrics.json | 2 +- .../metrics.json | 2 +- .../circle-translucent--fill-opaque/metrics.json | 2 +- .../circle-translucent--fill-translucent/metrics.json | 2 +- .../circle-translucent--heatmap-translucent/metrics.json | 2 +- .../circle-translucent--hillshade-translucent/metrics.json | 2 +- .../circle-translucent--line-translucent/metrics.json | 2 +- .../circle-translucent--raster-translucent/metrics.json | 2 +- .../circle-translucent--symbol-translucent/metrics.json | 2 +- .../combinations/fill-extrusion--fill-opaque/metrics.json | 2 +- .../fill-extrusion--fill-translucent/metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../fill-extrusion-translucent--fill-opaque/metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../combinations/fill-opaque--background-opaque/metrics.json | 2 +- .../fill-opaque--background-translucent/metrics.json | 2 +- .../fill-opaque--circle-translucent/metrics.json | 2 +- .../fill-opaque--fill-extrusion-translucent/metrics.json | 2 +- .../combinations/fill-opaque--fill-opaque/metrics.json | 2 +- .../combinations/fill-opaque--fill-translucent/metrics.json | 2 +- .../fill-opaque--heatmap-translucent/metrics.json | 2 +- .../fill-opaque--hillshade-translucent/metrics.json | 2 +- .../combinations/fill-opaque--line-translucent/metrics.json | 2 +- .../fill-opaque--raster-translucent/metrics.json | 2 +- .../fill-opaque--symbol-translucent/metrics.json | 2 +- .../fill-translucent--background-opaque/metrics.json | 2 +- .../fill-translucent--background-translucent/metrics.json | 2 +- .../fill-translucent--circle-translucent/metrics.json | 2 +- .../metrics.json | 2 +- .../combinations/fill-translucent--fill-opaque/metrics.json | 2 +- .../fill-translucent--fill-translucent/metrics.json | 2 +- .../fill-translucent--heatmap-translucent/metrics.json | 2 +- .../fill-translucent--hillshade-translucent/metrics.json | 2 +- .../fill-translucent--line-translucent/metrics.json | 2 +- .../fill-translucent--raster-translucent/metrics.json | 2 +- .../fill-translucent--symbol-translucent/metrics.json | 2 +- .../heatmap-translucent--background-opaque/metrics.json | 2 +- .../heatmap-translucent--background-translucent/metrics.json | 2 +- .../heatmap-translucent--circle-translucent/metrics.json | 2 +- .../metrics.json | 2 +- .../heatmap-translucent--fill-opaque/metrics.json | 2 +- .../heatmap-translucent--fill-translucent/metrics.json | 2 +- .../heatmap-translucent--heatmap-translucent/metrics.json | 2 +- .../heatmap-translucent--hillshade-translucent/metrics.json | 2 +- .../heatmap-translucent--line-translucent/metrics.json | 2 +- .../heatmap-translucent--raster-translucent/metrics.json | 2 +- .../heatmap-translucent--symbol-translucent/metrics.json | 2 +- .../hillshade-translucent--background-opaque/metrics.json | 2 +- .../metrics.json | 2 +- .../hillshade-translucent--circle-translucent/metrics.json | 2 +- .../metrics.json | 2 +- .../hillshade-translucent--fill-opaque/metrics.json | 2 +- .../hillshade-translucent--fill-translucent/metrics.json | 2 +- .../hillshade-translucent--heatmap-translucent/metrics.json | 2 +- .../metrics.json | 2 +- .../hillshade-translucent--line-translucent/metrics.json | 2 +- .../hillshade-translucent--raster-translucent/metrics.json | 2 +- .../hillshade-translucent--symbol-translucent/metrics.json | 2 +- .../line-translucent--background-opaque/metrics.json | 2 +- .../line-translucent--background-translucent/metrics.json | 2 +- .../line-translucent--circle-translucent/metrics.json | 2 +- .../metrics.json | 2 +- .../combinations/line-translucent--fill-opaque/metrics.json | 2 +- .../line-translucent--fill-translucent/metrics.json | 2 +- .../line-translucent--heatmap-translucent/metrics.json | 2 +- .../line-translucent--hillshade-translucent/metrics.json | 2 +- .../line-translucent--line-translucent/metrics.json | 2 +- .../line-translucent--raster-translucent/metrics.json | 2 +- .../line-translucent--symbol-translucent/metrics.json | 2 +- .../raster-translucent--background-opaque/metrics.json | 2 +- .../raster-translucent--background-translucent/metrics.json | 2 +- .../raster-translucent--circle-translucent/metrics.json | 2 +- .../metrics.json | 2 +- .../raster-translucent--fill-opaque/metrics.json | 2 +- .../raster-translucent--fill-translucent/metrics.json | 2 +- .../raster-translucent--heatmap-translucent/metrics.json | 2 +- .../raster-translucent--hillshade-translucent/metrics.json | 2 +- .../raster-translucent--line-translucent/metrics.json | 2 +- .../raster-translucent--raster-translucent/metrics.json | 2 +- .../raster-translucent--symbol-translucent/metrics.json | 2 +- .../symbol-translucent--background-opaque/metrics.json | 2 +- .../symbol-translucent--background-translucent/metrics.json | 2 +- .../symbol-translucent--circle-translucent/metrics.json | 2 +- .../metrics.json | 2 +- .../symbol-translucent--fill-opaque/metrics.json | 2 +- .../symbol-translucent--fill-translucent/metrics.json | 2 +- .../symbol-translucent--heatmap-translucent/metrics.json | 2 +- .../symbol-translucent--hillshade-translucent/metrics.json | 2 +- .../symbol-translucent--line-translucent/metrics.json | 2 +- .../symbol-translucent--raster-translucent/metrics.json | 2 +- .../symbol-translucent--symbol-translucent/metrics.json | 2 +- .../debug/collision-icon-text-line-translate/metrics.json | 2 +- .../debug/collision-icon-text-point-translate/metrics.json | 2 +- .../debug/collision-lines-overscaled/metrics.json | 2 +- .../render-tests/debug/collision-lines-pitched/metrics.json | 2 +- .../render-tests/debug/collision-lines/metrics.json | 2 +- .../render-tests/debug/collision-overscaled/metrics.json | 2 +- .../debug/collision-pitched-wrapped/metrics.json | 2 +- .../render-tests/debug/collision-pitched/metrics.json | 2 +- .../render-tests/empty/empty/metrics.json | 2 +- .../render-tests/extent/1024-fill/metrics.json | 2 +- .../render-tests/extent/1024-line/metrics.json | 2 +- .../render-tests/extent/1024-symbol/metrics.json | 2 +- .../feature-state/composite-expression/metrics.json | 2 +- .../render-tests/feature-state/data-expression/metrics.json | 2 +- .../render-tests/feature-state/vector-source/metrics.json | 2 +- .../render-tests/fill-antialias/false/metrics.json | 2 +- .../render-tests/fill-color/default/metrics.json | 2 +- .../render-tests/fill-color/function/metrics.json | 2 +- .../render-tests/fill-color/literal/metrics.json | 2 +- .../render-tests/fill-color/multiply/metrics.json | 2 +- .../render-tests/fill-color/opacity/metrics.json | 2 +- .../render-tests/fill-color/property-function/metrics.json | 2 +- .../fill-color/zoom-and-property-function/metrics.json | 2 +- .../render-tests/fill-extrusion-base/default/metrics.json | 2 +- .../render-tests/fill-extrusion-base/function/metrics.json | 2 +- .../render-tests/fill-extrusion-base/literal/metrics.json | 2 +- .../render-tests/fill-extrusion-base/negative/metrics.json | 2 +- .../fill-extrusion-base/property-function/metrics.json | 2 +- .../zoom-and-property-function/metrics.json | 2 +- .../render-tests/fill-extrusion-color/default/metrics.json | 2 +- .../render-tests/fill-extrusion-color/function/metrics.json | 2 +- .../render-tests/fill-extrusion-color/literal/metrics.json | 2 +- .../fill-extrusion-color/no-alpha-no-multiply/metrics.json | 2 +- .../fill-extrusion-color/property-function/metrics.json | 2 +- .../zoom-and-property-function/metrics.json | 2 +- .../render-tests/fill-extrusion-height/default/metrics.json | 2 +- .../render-tests/fill-extrusion-height/function/metrics.json | 2 +- .../render-tests/fill-extrusion-height/negative/metrics.json | 2 +- .../fill-extrusion-height/property-function/metrics.json | 2 +- .../zoom-and-property-function/metrics.json | 2 +- .../fill-extrusion-multiple/interleaved-layers/metrics.json | 2 +- .../fill-extrusion-multiple/multiple/metrics.json | 2 +- .../render-tests/fill-extrusion-opacity/default/metrics.json | 2 +- .../fill-extrusion-opacity/function/metrics.json | 2 +- .../render-tests/fill-extrusion-opacity/literal/metrics.json | 2 +- .../render-tests/fill-extrusion-pattern/missing/metrics.json | 2 +- .../fill-extrusion-translate-anchor/map/metrics.json | 2 +- .../fill-extrusion-translate-anchor/viewport/metrics.json | 2 +- .../fill-extrusion-translate/default/metrics.json | 2 +- .../fill-extrusion-translate/function/metrics.json | 2 +- .../fill-extrusion-translate/literal-opacity/metrics.json | 2 +- .../fill-extrusion-translate/literal/metrics.json | 2 +- .../fill-extrusion-vertical-gradient/default/metrics.json | 2 +- .../fill-extrusion-vertical-gradient/false/metrics.json | 2 +- .../render-tests/fill-opacity/default/metrics.json | 2 +- .../render-tests/fill-opacity/function/metrics.json | 2 +- .../render-tests/fill-opacity/literal/metrics.json | 2 +- .../fill-opacity/opaque-fill-over-symbol-layer/metrics.json | 2 +- .../render-tests/fill-opacity/overlapping/metrics.json | 2 +- .../fill-opacity/property-function-pattern/metrics.json | 2 +- .../render-tests/fill-opacity/property-function/metrics.json | 2 +- .../zoom-and-property-function-pattern/metrics.json | 2 +- .../fill-opacity/zoom-and-property-function/metrics.json | 2 +- .../render-tests/fill-outline-color/default/metrics.json | 2 +- .../render-tests/fill-outline-color/fill/metrics.json | 2 +- .../render-tests/fill-outline-color/function/metrics.json | 2 +- .../render-tests/fill-outline-color/literal/metrics.json | 2 +- .../render-tests/fill-outline-color/multiply/metrics.json | 2 +- .../render-tests/fill-outline-color/opacity/metrics.json | 2 +- .../fill-outline-color/property-function/metrics.json | 2 +- .../zoom-and-property-function/metrics.json | 2 +- .../render-tests/fill-pattern/@2x/metrics.json | 2 +- .../fill-pattern/case-data-expression/metrics.json | 2 +- .../fill-pattern/invalid-feature-expression/metrics.json | 2 +- .../render-tests/fill-pattern/literal/metrics.json | 2 +- .../render-tests/fill-pattern/missing/metrics.json | 2 +- .../render-tests/fill-pattern/opacity/metrics.json | 2 +- .../render-tests/fill-pattern/uneven-pattern/metrics.json | 2 +- .../fill-pattern/wrapping-with-interpolation/metrics.json | 2 +- .../render-tests/fill-pattern/zoomed/metrics.json | 2 +- .../render-tests/fill-sort-key/literal/metrics.json | 2 +- .../render-tests/fill-translate-anchor/map/metrics.json | 2 +- .../render-tests/fill-translate-anchor/viewport/metrics.json | 2 +- .../render-tests/fill-translate/default/metrics.json | 2 +- .../render-tests/fill-translate/function/metrics.json | 2 +- .../render-tests/fill-translate/literal/metrics.json | 2 +- .../render-tests/fill-visibility/none/metrics.json | 2 +- .../render-tests/fill-visibility/visible/metrics.json | 2 +- .../render-tests/filter/equality/metrics.json | 2 +- .../render-tests/filter/in/metrics.json | 2 +- .../render-tests/filter/legacy-equality/metrics.json | 2 +- .../render-tests/filter/none/metrics.json | 2 +- .../render-tests/geojson/clustered-properties/metrics.json | 2 +- .../render-tests/geojson/clustered/metrics.json | 2 +- .../render-tests/geojson/external-feature/metrics.json | 2 +- .../render-tests/geojson/external-invalid/metrics.json | 2 +- .../render-tests/geojson/external-linestring/metrics.json | 2 +- .../render-tests/geojson/external-malformed/metrics.json | 2 +- .../geojson/inconsistent-winding-order/metrics.json | 2 +- .../render-tests/geojson/inline-feature/metrics.json | 2 +- .../render-tests/geojson/inline-invalid/metrics.json | 2 +- .../geojson/inline-linestring-circle/metrics.json | 2 +- .../render-tests/geojson/inline-linestring-line/metrics.json | 2 +- .../geojson/inline-linestring-symbol/metrics.json | 2 +- .../render-tests/geojson/inline-malformed/metrics.json | 2 +- .../render-tests/geojson/inline-point-circle/metrics.json | 2 +- .../render-tests/geojson/inline-point-fill/metrics.json | 2 +- .../render-tests/geojson/inline-point-line/metrics.json | 2 +- .../render-tests/geojson/inline-point-symbol/metrics.json | 2 +- .../render-tests/geojson/inline-polygon-circle/metrics.json | 2 +- .../render-tests/geojson/inline-polygon-fill/metrics.json | 2 +- .../render-tests/geojson/inline-polygon-line/metrics.json | 2 +- .../render-tests/geojson/inline-polygon-symbol/metrics.json | 2 +- .../render-tests/geojson/missing/metrics.json | 2 +- .../render-tests/geojson/reparse-overscaled/metrics.json | 2 +- .../render-tests/heatmap-color/default/metrics.json | 2 +- .../render-tests/heatmap-color/expression/metrics.json | 2 +- .../render-tests/heatmap-intensity/default/metrics.json | 2 +- .../render-tests/heatmap-intensity/function/metrics.json | 2 +- .../render-tests/heatmap-intensity/literal/metrics.json | 2 +- .../render-tests/heatmap-opacity/default/metrics.json | 2 +- .../render-tests/heatmap-opacity/function/metrics.json | 2 +- .../render-tests/heatmap-opacity/literal/metrics.json | 2 +- .../render-tests/heatmap-radius/antimeridian/metrics.json | 2 +- .../render-tests/heatmap-radius/data-expression/metrics.json | 2 +- .../render-tests/heatmap-radius/default/metrics.json | 2 +- .../render-tests/heatmap-radius/function/metrics.json | 2 +- .../render-tests/heatmap-radius/literal/metrics.json | 2 +- .../render-tests/heatmap-radius/pitch30/metrics.json | 2 +- .../render-tests/heatmap-weight/default/metrics.json | 2 +- .../heatmap-weight/identity-property-function/metrics.json | 2 +- .../render-tests/heatmap-weight/literal/metrics.json | 2 +- .../render-tests/hillshade-accent-color/default/metrics.json | 2 +- .../render-tests/hillshade-accent-color/literal/metrics.json | 2 +- .../hillshade-accent-color/terrarium/metrics.json | 2 +- .../hillshade-accent-color/zoom-function/metrics.json | 2 +- .../hillshade-highlight-color/default/metrics.json | 2 +- .../hillshade-highlight-color/literal/metrics.json | 2 +- .../hillshade-highlight-color/zoom-function/metrics.json | 2 +- .../render-tests/hillshade-shadow-color/default/metrics.json | 2 +- .../render-tests/hillshade-shadow-color/literal/metrics.json | 2 +- .../hillshade-shadow-color/zoom-function/metrics.json | 2 +- .../render-tests/icon-anchor/bottom-left/metrics.json | 2 +- .../render-tests/icon-anchor/bottom-right/metrics.json | 2 +- .../render-tests/icon-anchor/bottom/metrics.json | 2 +- .../render-tests/icon-anchor/center/metrics.json | 2 +- .../render-tests/icon-anchor/default/metrics.json | 2 +- .../render-tests/icon-anchor/left/metrics.json | 2 +- .../render-tests/icon-anchor/property-function/metrics.json | 2 +- .../render-tests/icon-anchor/right/metrics.json | 2 +- .../render-tests/icon-anchor/top-left/metrics.json | 2 +- .../render-tests/icon-anchor/top-right/metrics.json | 2 +- .../render-tests/icon-anchor/top/metrics.json | 2 +- .../render-tests/icon-color/default/metrics.json | 2 +- .../render-tests/icon-color/function/metrics.json | 2 +- .../render-tests/icon-color/literal/metrics.json | 2 +- .../render-tests/icon-color/property-function/metrics.json | 2 +- .../render-tests/icon-halo-blur/default/metrics.json | 2 +- .../render-tests/icon-halo-blur/function/metrics.json | 2 +- .../render-tests/icon-halo-blur/literal/metrics.json | 2 +- .../icon-halo-blur/property-function/metrics.json | 2 +- .../render-tests/icon-halo-color/default/metrics.json | 2 +- .../render-tests/icon-halo-color/function/metrics.json | 2 +- .../render-tests/icon-halo-color/literal/metrics.json | 2 +- .../render-tests/icon-halo-color/multiply/metrics.json | 2 +- .../render-tests/icon-halo-color/opacity/metrics.json | 2 +- .../icon-halo-color/property-function/metrics.json | 2 +- .../render-tests/icon-halo-color/transparent/metrics.json | 2 +- .../render-tests/icon-halo-width/default/metrics.json | 2 +- .../render-tests/icon-halo-width/function/metrics.json | 2 +- .../render-tests/icon-halo-width/literal/metrics.json | 2 +- .../icon-halo-width/property-function/metrics.json | 2 +- .../icon-image/icon-sdf-non-sdf-one-layer/metrics.json | 2 +- .../render-tests/icon-image/image-expression/metrics.json | 2 +- .../render-tests/icon-image/literal/metrics.json | 2 +- .../render-tests/icon-image/property-function/metrics.json | 2 +- .../render-tests/icon-image/stretchable-content/metrics.json | 2 +- .../render-tests/icon-image/stretchable/metrics.json | 2 +- .../render-tests/icon-image/token/metrics.json | 2 +- .../icon-no-cross-source-collision/default/metrics.json | 2 +- .../render-tests/icon-offset/literal/metrics.json | 2 +- .../render-tests/icon-offset/property-function/metrics.json | 2 +- .../icon-offset/zoom-and-property-function/metrics.json | 2 +- .../render-tests/icon-opacity/default/metrics.json | 2 +- .../render-tests/icon-opacity/function/metrics.json | 2 +- .../render-tests/icon-opacity/icon-only/metrics.json | 2 +- .../render-tests/icon-opacity/literal/metrics.json | 2 +- .../render-tests/icon-opacity/property-function/metrics.json | 2 +- .../render-tests/icon-opacity/text-and-icon/metrics.json | 2 +- .../render-tests/icon-opacity/text-only/metrics.json | 2 +- .../auto-rotation-alignment-map/metrics.json | 2 +- .../auto-rotation-alignment-viewport/metrics.json | 2 +- .../map-rotation-alignment-viewport/metrics.json | 2 +- .../viewport-rotation-alignment-map/metrics.json | 2 +- .../icon-pitch-scaling/rotation-alignment-map/metrics.json | 2 +- .../rotation-alignment-viewport/metrics.json | 2 +- .../icon-pixelratio-mismatch/default/metrics.json | 2 +- .../render-tests/icon-rotate/literal/metrics.json | 2 +- .../render-tests/icon-rotate/property-function/metrics.json | 2 +- .../render-tests/icon-rotate/with-offset/metrics.json | 2 +- .../auto-symbol-placement-line/metrics.json | 2 +- .../auto-symbol-placement-point/metrics.json | 2 +- .../map-symbol-placement-line/metrics.json | 2 +- .../map-symbol-placement-point/metrics.json | 2 +- .../viewport-symbol-placement-line/metrics.json | 2 +- .../viewport-symbol-placement-point/metrics.json | 2 +- .../icon-size/camera-function-high-base-plain/metrics.json | 2 +- .../icon-size/camera-function-high-base-sdf/metrics.json | 2 +- .../icon-size/camera-function-plain/metrics.json | 2 +- .../render-tests/icon-size/camera-function-sdf/metrics.json | 2 +- .../icon-size/composite-function-plain/metrics.json | 2 +- .../icon-size/composite-function-sdf/metrics.json | 2 +- .../render-tests/icon-size/default/metrics.json | 2 +- .../render-tests/icon-size/function/metrics.json | 2 +- .../render-tests/icon-size/literal/metrics.json | 2 +- .../icon-size/property-function-plain/metrics.json | 2 +- .../icon-size/property-function-sdf/metrics.json | 2 +- .../both-collision-variable-anchor-text-fit/metrics.json | 2 +- .../both-collision-variable-anchor/metrics.json | 2 +- .../render-tests/icon-text-fit/both-collision/metrics.json | 2 +- .../render-tests/icon-text-fit/both-padding/metrics.json | 2 +- .../both-text-anchor-1x-image-2x-screen/metrics.json | 2 +- .../both-text-anchor-2x-image-1x-screen/metrics.json | 2 +- .../both-text-anchor-2x-image-2x-screen/metrics.json | 2 +- .../icon-text-fit/both-text-anchor-icon-anchor/metrics.json | 2 +- .../icon-text-fit/both-text-anchor-icon-offset/metrics.json | 2 +- .../icon-text-fit/both-text-anchor-padding/metrics.json | 2 +- .../render-tests/icon-text-fit/both-text-anchor/metrics.json | 2 +- .../render-tests/icon-text-fit/both/metrics.json | 2 +- .../icon-text-fit/enlargen-both-padding/metrics.json | 2 +- .../render-tests/icon-text-fit/enlargen-both/metrics.json | 2 +- .../render-tests/icon-text-fit/enlargen-height/metrics.json | 2 +- .../render-tests/icon-text-fit/enlargen-width/metrics.json | 2 +- .../render-tests/icon-text-fit/height-padding/metrics.json | 2 +- .../icon-text-fit/height-text-anchor-padding/metrics.json | 2 +- .../icon-text-fit/height-text-anchor/metrics.json | 2 +- .../render-tests/icon-text-fit/height/metrics.json | 2 +- .../render-tests/icon-text-fit/none/metrics.json | 2 +- .../render-tests/icon-text-fit/placement-line/metrics.json | 2 +- .../icon-text-fit/stretch-fifteen-part/metrics.json | 2 +- .../icon-text-fit/stretch-nine-part-@2x/metrics.json | 2 +- .../stretch-nine-part-content-collision/metrics.json | 2 +- .../icon-text-fit/stretch-nine-part-content/metrics.json | 2 +- .../icon-text-fit/stretch-nine-part-just-height/metrics.json | 2 +- .../icon-text-fit/stretch-nine-part-just-width/metrics.json | 2 +- .../icon-text-fit/stretch-nine-part/metrics.json | 2 +- .../icon-text-fit/stretch-three-part/metrics.json | 2 +- .../render-tests/icon-text-fit/stretch-two-part/metrics.json | 2 +- .../icon-text-fit/stretch-underscale/metrics.json | 2 +- .../icon-text-fit/text-variable-anchor/metrics.json | 2 +- .../render-tests/icon-text-fit/width-padding/metrics.json | 2 +- .../icon-text-fit/width-text-anchor-padding/metrics.json | 2 +- .../icon-text-fit/width-text-anchor/metrics.json | 2 +- .../render-tests/icon-text-fit/width/metrics.json | 2 +- .../render-tests/icon-translate-anchor/map/metrics.json | 2 +- .../render-tests/icon-translate-anchor/viewport/metrics.json | 2 +- .../render-tests/icon-translate/default/metrics.json | 2 +- .../render-tests/icon-translate/function/metrics.json | 2 +- .../render-tests/icon-translate/literal/metrics.json | 2 +- .../render-tests/icon-visibility/none/metrics.json | 2 +- .../render-tests/icon-visibility/visible/metrics.json | 2 +- .../render-tests/image/default/metrics.json | 2 +- .../render-tests/image/pitched/metrics.json | 2 +- .../render-tests/image/raster-brightness/metrics.json | 2 +- .../render-tests/image/raster-contrast/metrics.json | 2 +- .../render-tests/image/raster-hue-rotate/metrics.json | 2 +- .../render-tests/image/raster-opacity/metrics.json | 2 +- .../render-tests/image/raster-resampling/metrics.json | 2 +- .../render-tests/image/raster-saturation/metrics.json | 2 +- .../render-tests/image/raster-visibility/metrics.json | 2 +- .../render-tests/is-supported-script/filter/metrics.json | 2 +- .../render-tests/is-supported-script/layout/metrics.json | 2 +- .../render-tests/line-blur/default/metrics.json | 2 +- .../render-tests/line-blur/function/metrics.json | 2 +- .../render-tests/line-blur/literal/metrics.json | 2 +- .../render-tests/line-blur/property-function/metrics.json | 2 +- .../render-tests/line-cap/butt/metrics.json | 2 +- .../render-tests/line-cap/round/metrics.json | 2 +- .../render-tests/line-cap/square/metrics.json | 2 +- .../render-tests/line-color/default/metrics.json | 2 +- .../render-tests/line-color/function/metrics.json | 2 +- .../render-tests/line-color/literal/metrics.json | 2 +- .../line-color/property-function-identity/metrics.json | 2 +- .../render-tests/line-color/property-function/metrics.json | 2 +- .../render-tests/line-dasharray/default/metrics.json | 2 +- .../render-tests/line-dasharray/fractional-zoom/metrics.json | 2 +- .../function/line-width-composite-function/metrics.json | 2 +- .../line-dasharray/function/line-width-constant/metrics.json | 2 +- .../function/line-width-property-function/metrics.json | 2 +- .../literal/line-width-composite-function/metrics.json | 2 +- .../line-dasharray/literal/line-width-constant/metrics.json | 2 +- .../literal/line-width-property-function/metrics.json | 2 +- .../literal/line-width-zoom-function/metrics.json | 2 +- .../render-tests/line-dasharray/long-segment/metrics.json | 2 +- .../render-tests/line-dasharray/overscaled/metrics.json | 2 +- .../render-tests/line-dasharray/round/segments/metrics.json | 2 +- .../line-dasharray/round/zero-gap-width/metrics.json | 2 +- .../render-tests/line-dasharray/slant/metrics.json | 2 +- .../render-tests/line-dasharray/zero-length-gap/metrics.json | 2 +- .../render-tests/line-dasharray/zoom-history/metrics.json | 2 +- .../render-tests/line-gap-width/default/metrics.json | 2 +- .../render-tests/line-gap-width/function/metrics.json | 2 +- .../render-tests/line-gap-width/literal/metrics.json | 2 +- .../line-gap-width/property-function/metrics.json | 2 +- .../line-gradient/gradient-tile-boundaries/metrics.json | 2 +- .../render-tests/line-gradient/gradient/metrics.json | 2 +- .../render-tests/line-gradient/translucent/metrics.json | 2 +- .../render-tests/line-join/bevel-transparent/metrics.json | 2 +- .../render-tests/line-join/bevel/metrics.json | 2 +- .../render-tests/line-join/default/metrics.json | 2 +- .../render-tests/line-join/miter-transparent/metrics.json | 2 +- .../render-tests/line-join/miter/metrics.json | 2 +- .../line-join/property-function-dasharray/metrics.json | 2 +- .../render-tests/line-join/property-function/metrics.json | 2 +- .../render-tests/line-join/round-transparent/metrics.json | 2 +- .../render-tests/line-join/round/metrics.json | 2 +- .../render-tests/line-offset/default/metrics.json | 2 +- .../render-tests/line-offset/function/metrics.json | 2 +- .../render-tests/line-offset/literal-negative/metrics.json | 2 +- .../render-tests/line-offset/literal/metrics.json | 2 +- .../render-tests/line-offset/property-function/metrics.json | 2 +- .../render-tests/line-opacity/default/metrics.json | 2 +- .../render-tests/line-opacity/function/metrics.json | 2 +- .../render-tests/line-opacity/literal/metrics.json | 2 +- .../render-tests/line-opacity/property-function/metrics.json | 2 +- .../render-tests/line-opacity/step-curve/metrics.json | 2 +- .../render-tests/line-pattern/@2x/metrics.json | 2 +- .../render-tests/line-pattern/literal/metrics.json | 2 +- .../render-tests/line-pattern/opacity/metrics.json | 2 +- .../render-tests/line-pattern/overscaled/metrics.json | 2 +- .../render-tests/line-pattern/pitch/metrics.json | 2 +- .../render-tests/line-pattern/property-function/metrics.json | 2 +- .../render-tests/line-pattern/step-curve/metrics.json | 2 +- .../render-tests/line-pattern/zoom-expression/metrics.json | 2 +- .../render-tests/line-pitch/default/metrics.json | 2 +- .../render-tests/line-pitch/pitch0/metrics.json | 2 +- .../render-tests/line-pitch/pitch15/metrics.json | 2 +- .../render-tests/line-pitch/pitch30/metrics.json | 2 +- .../render-tests/line-pitch/pitchAndBearing/metrics.json | 2 +- .../render-tests/line-sort-key/literal/metrics.json | 2 +- .../render-tests/line-translate-anchor/map/metrics.json | 2 +- .../render-tests/line-translate-anchor/viewport/metrics.json | 2 +- .../render-tests/line-translate/default/metrics.json | 2 +- .../render-tests/line-translate/function/metrics.json | 2 +- .../render-tests/line-translate/literal/metrics.json | 2 +- .../render-tests/line-triangulation/default/metrics.json | 2 +- .../render-tests/line-triangulation/round/metrics.json | 2 +- .../render-tests/line-visibility/none/metrics.json | 2 +- .../render-tests/line-visibility/visible/metrics.json | 2 +- .../render-tests/line-width/default/metrics.json | 2 +- .../render-tests/line-width/function/metrics.json | 2 +- .../render-tests/line-width/literal/metrics.json | 2 +- .../render-tests/line-width/property-function/metrics.json | 2 +- .../render-tests/line-width/very-overscaled/metrics.json | 2 +- .../render-tests/line-width/zero-width-function/metrics.json | 2 +- .../render-tests/line-width/zero-width/metrics.json | 2 +- .../linear-filter-opacity-edge/literal/metrics.json | 2 +- .../render-tests/map-mode/static/metrics.json | 2 +- .../render-tests/map-mode/tile-avoid-edges/metrics.json | 2 +- .../render-tests/map-mode/tile/metrics.json | 2 +- .../projection/axonometric-multiple/metrics.json | 2 +- .../render-tests/projection/axonometric/metrics.json | 2 +- .../render-tests/projection/perspective/metrics.json | 2 +- .../render-tests/projection/skew/metrics.json | 2 +- .../render-tests/raster-alpha/default/metrics.json | 2 +- .../render-tests/raster-brightness/default/metrics.json | 2 +- .../render-tests/raster-brightness/function/metrics.json | 2 +- .../render-tests/raster-brightness/literal/metrics.json | 2 +- .../render-tests/raster-contrast/default/metrics.json | 2 +- .../render-tests/raster-contrast/function/metrics.json | 2 +- .../render-tests/raster-contrast/literal/metrics.json | 2 +- .../render-tests/raster-extent/maxzoom/metrics.json | 2 +- .../render-tests/raster-extent/minzoom/metrics.json | 2 +- .../render-tests/raster-hue-rotate/default/metrics.json | 2 +- .../render-tests/raster-hue-rotate/function/metrics.json | 2 +- .../render-tests/raster-hue-rotate/literal/metrics.json | 2 +- .../render-tests/raster-loading/missing/metrics.json | 2 +- .../raster-masking/overlapping-vector/metrics.json | 2 +- .../render-tests/raster-masking/overlapping/metrics.json | 2 +- .../render-tests/raster-opacity/default/metrics.json | 2 +- .../render-tests/raster-opacity/function/metrics.json | 2 +- .../render-tests/raster-opacity/literal/metrics.json | 2 +- .../render-tests/raster-resampling/default/metrics.json | 2 +- .../render-tests/raster-resampling/function/metrics.json | 2 +- .../render-tests/raster-resampling/literal/metrics.json | 2 +- .../render-tests/raster-rotation/0/metrics.json | 2 +- .../render-tests/raster-rotation/180/metrics.json | 2 +- .../render-tests/raster-rotation/270/metrics.json | 2 +- .../render-tests/raster-rotation/45/metrics.json | 2 +- .../render-tests/raster-rotation/90/metrics.json | 2 +- .../render-tests/raster-saturation/default/metrics.json | 2 +- .../render-tests/raster-saturation/function/metrics.json | 2 +- .../render-tests/raster-saturation/literal/metrics.json | 2 +- .../render-tests/raster-visibility/none/metrics.json | 2 +- .../render-tests/raster-visibility/visible/metrics.json | 2 +- .../render-tests/real-world/nepal/metrics.json | 2 +- .../render-tests/real-world/norway/metrics.json | 2 +- .../render-tests/real-world/uruguay/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#2305/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#2523/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#2533/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#2534/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#2787/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#2846/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#2929/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#3010/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#3107/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#3320/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#3365/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#3394/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#3426/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#3548/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#3612/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#3614/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#3623/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#3633/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#3682/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#3702/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#3723/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#3819/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#3903/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#3910/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#3949/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#4124/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#4144/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#4146/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#4150/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#4172/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#4235/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#4550/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#4551/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#4564/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#4573/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#4579/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#4605/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#4617/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#4647/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#4651/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#4860/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#4928/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#5171/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#5370/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#5466/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#5496/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#5544/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#5546/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#5576/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#5599/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#5631/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#5776/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#5911/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#5911a/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#5947/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#5953/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#5978/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#6160/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#6238/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#6548/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#6649/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#6660/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#6919/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#7032/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#7172/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#8273/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#9009/metrics.json | 2 +- .../regressions/mapbox-gl-native#10849/metrics.json | 2 +- .../regressions/mapbox-gl-native#11451/metrics.json | 2 +- .../regressions/mapbox-gl-native#11729/metrics.json | 2 +- .../regressions/mapbox-gl-native#12812/metrics.json | 2 +- .../regressions/mapbox-gl-native#14402/metrics.json | 2 +- .../regressions/mapbox-gl-native#15139/metrics.json | 2 +- .../regressions/mapbox-gl-native#3292/metrics.json | 2 +- .../regressions/mapbox-gl-native#5648/metrics.json | 2 +- .../regressions/mapbox-gl-native#5701/metrics.json | 2 +- .../regressions/mapbox-gl-native#5754/metrics.json | 2 +- .../regressions/mapbox-gl-native#6063/metrics.json | 2 +- .../regressions/mapbox-gl-native#6233/metrics.json | 2 +- .../regressions/mapbox-gl-native#6820/metrics.json | 2 +- .../regressions/mapbox-gl-native#6903/metrics.json | 2 +- .../regressions/mapbox-gl-native#7241/metrics.json | 2 +- .../regressions/mapbox-gl-native#7572/metrics.json | 2 +- .../regressions/mapbox-gl-native#7714/metrics.json | 2 +- .../regressions/mapbox-gl-native#7792/metrics.json | 2 +- .../regressions/mapbox-gl-native#8078/metrics.json | 2 +- .../regressions/mapbox-gl-native#8303/metrics.json | 2 +- .../regressions/mapbox-gl-native#8460/metrics.json | 2 +- .../regressions/mapbox-gl-native#8505/metrics.json | 2 +- .../regressions/mapbox-gl-native#8871/metrics.json | 2 +- .../regressions/mapbox-gl-native#8952/metrics.json | 2 +- .../regressions/mapbox-gl-native#9406/metrics.json | 2 +- .../regressions/mapbox-gl-native#9557/metrics.json | 2 +- .../regressions/mapbox-gl-native#9792/metrics.json | 2 +- .../regressions/mapbox-gl-native#9900/metrics.json | 2 +- .../regressions/mapbox-gl-native#9976/metrics.json | 2 +- .../regressions/mapbox-gl-native#9979/metrics.json | 2 +- .../regressions/mapbox-gl-shaders#37/metrics.json | 2 +- .../remove-feature-state/composite-expression/metrics.json | 2 +- .../remove-feature-state/data-expression/metrics.json | 2 +- .../remove-feature-state/vector-source/metrics.json | 2 +- .../render-tests/retina-raster/default/metrics.json | 2 +- .../runtime-styling/filter-default-to-false/metrics.json | 2 +- .../runtime-styling/filter-default-to-true/metrics.json | 2 +- .../runtime-styling/filter-false-to-default/metrics.json | 2 +- .../runtime-styling/filter-false-to-true/metrics.json | 2 +- .../runtime-styling/filter-true-to-default/metrics.json | 2 +- .../runtime-styling/filter-true-to-false/metrics.json | 2 +- .../image-add-1.5x-image-1x-screen/metrics.json | 2 +- .../image-add-1.5x-image-2x-screen/metrics.json | 2 +- .../image-add-1x-image-1x-screen/metrics.json | 2 +- .../image-add-1x-image-2x-screen/metrics.json | 2 +- .../image-add-2x-image-1x-screen/metrics.json | 2 +- .../image-add-2x-image-2x-screen/metrics.json | 2 +- .../runtime-styling/image-add-alpha/metrics.json | 2 +- .../runtime-styling/image-add-nonsdf/metrics.json | 2 +- .../runtime-styling/image-add-pattern/metrics.json | 2 +- .../render-tests/runtime-styling/image-add-sdf/metrics.json | 2 +- .../render-tests/runtime-styling/image-remove/metrics.json | 2 +- .../runtime-styling/image-update-icon/metrics.json | 2 +- .../runtime-styling/image-update-pattern/metrics.json | 2 +- .../runtime-styling/layer-add-background/metrics.json | 2 +- .../runtime-styling/layer-add-circle/metrics.json | 2 +- .../render-tests/runtime-styling/layer-add-fill/metrics.json | 2 +- .../render-tests/runtime-styling/layer-add-line/metrics.json | 2 +- .../runtime-styling/layer-add-raster/metrics.json | 2 +- .../runtime-styling/layer-add-symbol/metrics.json | 2 +- .../runtime-styling/layer-remove-background/metrics.json | 2 +- .../runtime-styling/layer-remove-circle/metrics.json | 2 +- .../runtime-styling/layer-remove-fill/metrics.json | 2 +- .../runtime-styling/layer-remove-line/metrics.json | 2 +- .../runtime-styling/layer-remove-raster/metrics.json | 2 +- .../runtime-styling/layer-remove-symbol/metrics.json | 2 +- .../layout-property-default-to-literal/metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../layout-property-default-to-zoom-expression/metrics.json | 2 +- .../layout-property-default-to-zoom-function/metrics.json | 2 +- .../layout-property-literal-to-default/metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../layout-property-literal-to-zoom-expression/metrics.json | 2 +- .../layout-property-literal-to-zoom-function/metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../layout-property-text-variable-anchor/metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../layout-property-zoom-expression-to-default/metrics.json | 2 +- .../layout-property-zoom-expression-to-literal/metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../layout-property-zoom-function-to-default/metrics.json | 2 +- .../layout-property-zoom-function-to-literal/metrics.json | 2 +- .../paint-property-default-to-literal/metrics.json | 2 +- .../metrics.json | 2 +- .../paint-property-default-to-property-function/metrics.json | 2 +- .../paint-property-default-to-zoom-expression/metrics.json | 2 +- .../paint-property-default-to-zoom-function/metrics.json | 2 +- .../paint-property-fill-flat-to-extrude/metrics.json | 2 +- .../paint-property-literal-to-default/metrics.json | 2 +- .../paint-property-literal-to-expression/metrics.json | 2 +- .../paint-property-literal-to-function/metrics.json | 2 +- .../metrics.json | 2 +- .../paint-property-literal-to-property-function/metrics.json | 2 +- .../metrics.json | 2 +- .../paint-property-overriden-default-to-literal/metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../paint-property-property-function-to-default/metrics.json | 2 +- .../paint-property-property-function-to-literal/metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../paint-property-zoom-expression-to-default/metrics.json | 2 +- .../paint-property-zoom-expression-to-literal/metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../paint-property-zoom-function-to-default/metrics.json | 2 +- .../paint-property-zoom-function-to-literal/metrics.json | 2 +- .../set-style-filter-default-to-false/metrics.json | 2 +- .../set-style-filter-default-to-true/metrics.json | 2 +- .../set-style-filter-false-to-default/metrics.json | 2 +- .../set-style-filter-false-to-true/metrics.json | 2 +- .../set-style-filter-true-to-default/metrics.json | 2 +- .../set-style-filter-true-to-false/metrics.json | 2 +- .../runtime-styling/set-style-glyphs/metrics.json | 2 +- .../set-style-layer-add-background/metrics.json | 2 +- .../runtime-styling/set-style-layer-add-circle/metrics.json | 2 +- .../runtime-styling/set-style-layer-add-fill/metrics.json | 2 +- .../runtime-styling/set-style-layer-add-line/metrics.json | 2 +- .../runtime-styling/set-style-layer-add-raster/metrics.json | 2 +- .../runtime-styling/set-style-layer-add-symbol/metrics.json | 2 +- .../set-style-layer-change-source-layer/metrics.json | 2 +- .../set-style-layer-change-source-type/metrics.json | 2 +- .../set-style-layer-change-source/metrics.json | 2 +- .../set-style-layer-remove-background/metrics.json | 2 +- .../set-style-layer-remove-circle/metrics.json | 2 +- .../runtime-styling/set-style-layer-remove-fill/metrics.json | 2 +- .../runtime-styling/set-style-layer-remove-line/metrics.json | 2 +- .../set-style-layer-remove-raster/metrics.json | 2 +- .../set-style-layer-remove-symbol/metrics.json | 2 +- .../runtime-styling/set-style-layer-reorder/metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../set-style-paint-property-default-to-literal/metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../set-style-paint-property-literal-to-default/metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../set-style-source-add-geojson-inline/metrics.json | 2 +- .../set-style-source-add-geojson-url/metrics.json | 2 +- .../set-style-source-add-raster-inline/metrics.json | 2 +- .../set-style-source-add-raster-url/metrics.json | 2 +- .../set-style-source-add-vector-inline/metrics.json | 2 +- .../set-style-source-add-vector-url/metrics.json | 2 +- .../runtime-styling/set-style-source-update/metrics.json | 2 +- .../runtime-styling/set-style-sprite/metrics.json | 2 +- .../set-style-visibility-default-to-none/metrics.json | 2 +- .../set-style-visibility-default-to-visible/metrics.json | 2 +- .../set-style-visibility-none-to-default/metrics.json | 2 +- .../set-style-visibility-none-to-visible/metrics.json | 2 +- .../set-style-visibility-visible-to-default/metrics.json | 2 +- .../set-style-visibility-visible-to-none/metrics.json | 2 +- .../runtime-styling/source-add-geojson-inline/metrics.json | 2 +- .../runtime-styling/source-add-geojson-url/metrics.json | 2 +- .../runtime-styling/source-add-raster-inline/metrics.json | 2 +- .../runtime-styling/source-add-raster-url/metrics.json | 2 +- .../runtime-styling/source-add-vector-inline/metrics.json | 2 +- .../runtime-styling/source-add-vector-url/metrics.json | 2 +- .../runtime-styling/visibility-default-to-none/metrics.json | 2 +- .../visibility-default-to-visible/metrics.json | 2 +- .../runtime-styling/visibility-none-to-default/metrics.json | 2 +- .../runtime-styling/visibility-none-to-visible/metrics.json | 2 +- .../visibility-visible-to-default/metrics.json | 2 +- .../runtime-styling/visibility-visible-to-none/metrics.json | 2 +- .../render-tests/satellite-v9/z0/metrics.json | 2 +- .../render-tests/sparse-tileset/overdraw/metrics.json | 2 +- .../render-tests/sprites/1x-screen-1x-icon/metrics.json | 2 +- .../render-tests/sprites/1x-screen-1x-pattern/metrics.json | 2 +- .../render-tests/sprites/1x-screen-2x-icon/metrics.json | 2 +- .../render-tests/sprites/1x-screen-2x-pattern/metrics.json | 2 +- .../render-tests/sprites/2x-screen-1x-icon/metrics.json | 2 +- .../render-tests/sprites/2x-screen-1x-pattern/metrics.json | 2 +- .../render-tests/sprites/2x-screen-2x-icon/metrics.json | 2 +- .../render-tests/sprites/2x-screen-2x-pattern/metrics.json | 2 +- .../render-tests/symbol-geometry/linestring/metrics.json | 2 +- .../symbol-geometry/multilinestring/metrics.json | 2 +- .../render-tests/symbol-geometry/multipoint/metrics.json | 2 +- .../render-tests/symbol-geometry/multipolygon/metrics.json | 2 +- .../render-tests/symbol-geometry/point/metrics.json | 2 +- .../render-tests/symbol-geometry/polygon/metrics.json | 2 +- .../line-center-buffer-tile-map-mode/metrics.json | 2 +- .../symbol-placement/line-center-buffer/metrics.json | 2 +- .../symbol-placement/line-center-tile-map-mode/metrics.json | 2 +- .../render-tests/symbol-placement/line-center/metrics.json | 2 +- .../symbol-placement/line-overscaled/metrics.json | 2 +- .../render-tests/symbol-placement/line/metrics.json | 2 +- .../render-tests/symbol-placement/point-polygon/metrics.json | 2 +- .../render-tests/symbol-placement/point/metrics.json | 2 +- .../symbol-sort-key/icon-expression/metrics.json | 2 +- .../placement-tile-boundary-left-then-right/metrics.json | 2 +- .../symbol-sort-key/text-expression/metrics.json | 2 +- .../symbol-sort-key/text-ignore-placement/metrics.json | 2 +- .../render-tests/symbol-sort-key/text-placement/metrics.json | 2 +- .../render-tests/symbol-spacing/line-close/metrics.json | 2 +- .../render-tests/symbol-spacing/line-far/metrics.json | 2 +- .../render-tests/symbol-spacing/line-overscaled/metrics.json | 2 +- .../render-tests/symbol-spacing/point-close/metrics.json | 2 +- .../render-tests/symbol-spacing/point-far/metrics.json | 2 +- .../render-tests/symbol-visibility/none/metrics.json | 2 +- .../render-tests/symbol-visibility/visible/metrics.json | 2 +- .../render-tests/symbol-z-order/default/metrics.json | 2 +- .../render-tests/symbol-z-order/disabled/metrics.json | 2 +- .../render-tests/symbol-z-order/icon-with-text/metrics.json | 2 +- .../render-tests/symbol-z-order/pitched/metrics.json | 2 +- .../render-tests/symbol-z-order/viewport-y/metrics.json | 2 +- .../render-tests/text-anchor/bottom-left/metrics.json | 2 +- .../render-tests/text-anchor/bottom-right/metrics.json | 2 +- .../render-tests/text-anchor/bottom/metrics.json | 2 +- .../render-tests/text-anchor/center/metrics.json | 2 +- .../render-tests/text-anchor/left/metrics.json | 2 +- .../render-tests/text-anchor/property-function/metrics.json | 2 +- .../render-tests/text-anchor/right/metrics.json | 2 +- .../render-tests/text-anchor/top-left/metrics.json | 2 +- .../render-tests/text-anchor/top-right/metrics.json | 2 +- .../render-tests/text-anchor/top/metrics.json | 2 +- .../render-tests/text-arabic/letter-spacing/metrics.json | 2 +- .../render-tests/text-arabic/line-break-mixed/metrics.json | 2 +- .../render-tests/text-arabic/line-break/metrics.json | 2 +- .../render-tests/text-arabic/mixed-numeric/metrics.json | 2 +- .../render-tests/text-arabic/multi-paragraph/metrics.json | 2 +- .../render-tests/text-color/default/metrics.json | 2 +- .../render-tests/text-color/function/metrics.json | 2 +- .../render-tests/text-color/literal/metrics.json | 2 +- .../render-tests/text-color/property-function/metrics.json | 2 +- .../render-tests/text-field/formatted-arabic/metrics.json | 2 +- .../text-field/formatted-images-constant-size/metrics.json | 2 +- .../text-field/formatted-images-line/metrics.json | 2 +- .../text-field/formatted-images-multiline/metrics.json | 2 +- .../metrics.json | 2 +- .../text-field/formatted-images-vertical/metrics.json | 2 +- .../formatted-images-zoom-dependent-size/metrics.json | 2 +- .../render-tests/text-field/formatted-images/metrics.json | 2 +- .../render-tests/text-field/formatted-line/metrics.json | 2 +- .../metrics.json | 2 +- .../text-field/formatted-text-color-overrides/metrics.json | 2 +- .../text-field/formatted-text-color/metrics.json | 2 +- .../render-tests/text-field/formatted/metrics.json | 2 +- .../render-tests/text-field/literal/metrics.json | 2 +- .../render-tests/text-field/property-function/metrics.json | 2 +- .../render-tests/text-field/token/metrics.json | 2 +- .../render-tests/text-font/camera-function/metrics.json | 2 +- .../render-tests/text-font/chinese/metrics.json | 2 +- .../render-tests/text-font/data-expression/metrics.json | 2 +- .../render-tests/text-font/literal/metrics.json | 2 +- .../render-tests/text-halo-blur/default/metrics.json | 2 +- .../render-tests/text-halo-blur/function/metrics.json | 2 +- .../render-tests/text-halo-blur/literal/metrics.json | 2 +- .../text-halo-blur/property-function/metrics.json | 2 +- .../render-tests/text-halo-color/default/metrics.json | 2 +- .../render-tests/text-halo-color/function/metrics.json | 2 +- .../render-tests/text-halo-color/literal/metrics.json | 2 +- .../text-halo-color/property-function/metrics.json | 2 +- .../render-tests/text-halo-width/default/metrics.json | 2 +- .../render-tests/text-halo-width/function/metrics.json | 2 +- .../render-tests/text-halo-width/literal/metrics.json | 2 +- .../text-halo-width/property-function/metrics.json | 2 +- .../render-tests/text-justify/auto/metrics.json | 2 +- .../render-tests/text-justify/left/metrics.json | 2 +- .../render-tests/text-justify/property-function/metrics.json | 2 +- .../render-tests/text-justify/right/metrics.json | 2 +- .../text-keep-upright/line-placement-false/metrics.json | 2 +- .../line-placement-true-offset/metrics.json | 2 +- .../line-placement-true-pitched/metrics.json | 2 +- .../line-placement-true-rotated/metrics.json | 2 +- .../line-placement-true-text-anchor/metrics.json | 2 +- .../text-keep-upright/line-placement-true/metrics.json | 2 +- .../point-placement-align-map-false/metrics.json | 2 +- .../point-placement-align-map-true/metrics.json | 2 +- .../point-placement-align-viewport-false/metrics.json | 2 +- .../point-placement-align-viewport-true/metrics.json | 2 +- .../text-letter-spacing/function-close/metrics.json | 2 +- .../text-letter-spacing/function-far/metrics.json | 2 +- .../render-tests/text-letter-spacing/literal/metrics.json | 2 +- .../text-letter-spacing/property-function/metrics.json | 2 +- .../zoom-and-property-function/metrics.json | 2 +- .../render-tests/text-line-height/literal/metrics.json | 2 +- .../render-tests/text-max-angle/line-center/metrics.json | 2 +- .../render-tests/text-max-angle/literal/metrics.json | 2 +- .../text-max-width/force-double-newline/metrics.json | 2 +- .../render-tests/text-max-width/force-newline/metrics.json | 2 +- .../text-max-width/ideographic-breaking/metrics.json | 2 +- .../ideographic-punctuation-breaking/metrics.json | 2 +- .../render-tests/text-max-width/literal/metrics.json | 2 +- .../text-max-width/property-function/metrics.json | 2 +- .../text-max-width/zoom-and-property-function/metrics.json | 2 +- .../text-no-cross-source-collision/default/metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../render-tests/text-offset/literal/metrics.json | 2 +- .../render-tests/text-offset/property-function/metrics.json | 2 +- .../render-tests/text-opacity/default/metrics.json | 2 +- .../render-tests/text-opacity/function/metrics.json | 2 +- .../render-tests/text-opacity/literal/metrics.json | 2 +- .../render-tests/text-opacity/property-function/metrics.json | 2 +- .../auto-text-rotation-alignment-map/metrics.json | 2 +- .../auto-text-rotation-alignment-viewport/metrics.json | 2 +- .../text-pitch-alignment/map-text-depthtest/metrics.json | 2 +- .../map-text-rotation-alignment-map/metrics.json | 2 +- .../map-text-rotation-alignment-viewport/metrics.json | 2 +- .../viewport-overzoomed-single-glyph/metrics.json | 2 +- .../text-pitch-alignment/viewport-overzoomed/metrics.json | 2 +- .../viewport-text-depthtest/metrics.json | 2 +- .../viewport-text-rotation-alignment-map/metrics.json | 2 +- .../viewport-text-rotation-alignment-viewport/metrics.json | 2 +- .../render-tests/text-pitch-scaling/line-half/metrics.json | 2 +- .../render-tests/text-radial-offset/basic/metrics.json | 2 +- .../render-tests/text-rotate/anchor-bottom/metrics.json | 2 +- .../render-tests/text-rotate/anchor-left/metrics.json | 2 +- .../render-tests/text-rotate/anchor-right/metrics.json | 2 +- .../render-tests/text-rotate/anchor-top/metrics.json | 2 +- .../render-tests/text-rotate/function/metrics.json | 2 +- .../render-tests/text-rotate/literal/metrics.json | 2 +- .../render-tests/text-rotate/property-function/metrics.json | 2 +- .../render-tests/text-rotate/with-offset/metrics.json | 2 +- .../auto-symbol-placement-line/metrics.json | 2 +- .../auto-symbol-placement-point/metrics.json | 2 +- .../map-symbol-placement-line/metrics.json | 2 +- .../map-symbol-placement-point/metrics.json | 2 +- .../viewport-symbol-placement-line/metrics.json | 2 +- .../viewport-symbol-placement-point/metrics.json | 2 +- .../text-size/camera-function-high-base/metrics.json | 2 +- .../text-size/camera-function-interval/metrics.json | 2 +- .../render-tests/text-size/composite-expression/metrics.json | 2 +- .../text-size/composite-function-line-placement/metrics.json | 2 +- .../render-tests/text-size/composite-function/metrics.json | 2 +- .../render-tests/text-size/default/metrics.json | 2 +- .../render-tests/text-size/function/metrics.json | 2 +- .../render-tests/text-size/literal/metrics.json | 2 +- .../render-tests/text-size/property-function/metrics.json | 2 +- .../text-tile-edge-clipping/default/metrics.json | 2 +- .../render-tests/text-transform/lowercase/metrics.json | 2 +- .../text-transform/property-function/metrics.json | 2 +- .../render-tests/text-transform/uppercase/metrics.json | 2 +- .../render-tests/text-translate-anchor/map/metrics.json | 2 +- .../render-tests/text-translate-anchor/viewport/metrics.json | 2 +- .../render-tests/text-translate/default/metrics.json | 2 +- .../render-tests/text-translate/function/metrics.json | 2 +- .../render-tests/text-translate/literal/metrics.json | 2 +- .../all-anchors-icon-text-fit/metrics.json | 2 +- .../all-anchors-text-allow-overlap/metrics.json | 2 +- .../text-variable-anchor-offset/all-anchors/metrics.json | 2 +- .../databind-coalesce/metrics.json | 2 +- .../databind-interpolate/metrics.json | 2 +- .../icon-image-all-anchors/metrics.json | 2 +- .../icon-image-offset/metrics.json | 2 +- .../text-variable-anchor-offset/icon-image/metrics.json | 2 +- .../icon-text-fit-collision-box/metrics.json | 2 +- .../text-variable-anchor-offset/no-animate-zoom/metrics.json | 2 +- .../text-variable-anchor-offset/pitched-offset/metrics.json | 2 +- .../pitched-with-map/metrics.json | 2 +- .../text-variable-anchor-offset/pitched/metrics.json | 2 +- .../text-variable-anchor-offset/rotated-offset/metrics.json | 2 +- .../rotated-with-map/metrics.json | 2 +- .../text-variable-anchor-offset/rotated/metrics.json | 2 +- .../single-justification/metrics.json | 2 +- .../text-variable-anchor-offset/single-line/metrics.json | 2 +- .../text-allow-overlap/metrics.json | 2 +- .../top-bottom-left-right/metrics.json | 2 +- .../all-anchors-icon-text-fit/metrics.json | 2 +- .../all-anchors-offset-zero/metrics.json | 2 +- .../text-variable-anchor/all-anchors-offset/metrics.json | 2 +- .../all-anchors-radial-offset-zero/metrics.json | 2 +- .../all-anchors-text-allow-overlap/metrics.json | 2 +- .../all-anchors-tile-map-mode/metrics.json | 2 +- .../all-anchors-two-dimentional-offset-negative/metrics.json | 2 +- .../all-anchors-two-dimentional-offset-zero/metrics.json | 2 +- .../all-anchors-two-dimentional-offset/metrics.json | 2 +- .../text-variable-anchor/all-anchors/metrics.json | 2 +- .../text-variable-anchor/icon-image-all-anchors/metrics.json | 2 +- .../text-variable-anchor/icon-image/metrics.json | 2 +- .../icon-text-fit-collision-box/metrics.json | 2 +- .../left-top-right-bottom-offset-tile-map-mode/metrics.json | 2 +- .../text-variable-anchor/no-animate-zoom/metrics.json | 2 +- .../text-variable-anchor/pitched-offset/metrics.json | 2 +- .../text-variable-anchor/pitched-rotated-debug/metrics.json | 2 +- .../text-variable-anchor/pitched-with-map/metrics.json | 2 +- .../render-tests/text-variable-anchor/pitched/metrics.json | 2 +- .../text-variable-anchor/rotated-offset/metrics.json | 2 +- .../text-variable-anchor/rotated-with-map/metrics.json | 2 +- .../render-tests/text-variable-anchor/rotated/metrics.json | 2 +- .../text-variable-anchor/single-justification/metrics.json | 2 +- .../text-variable-anchor/single-line/metrics.json | 2 +- .../text-variable-anchor/text-allow-overlap/metrics.json | 2 +- .../text-variable-anchor/top-bottom-left-right/metrics.json | 2 +- .../render-tests/text-visibility/none/metrics.json | 2 +- .../render-tests/text-visibility/visible/metrics.json | 2 +- .../line_label/chinese-punctuation/metrics.json | 2 +- .../text-writing-mode/line_label/chinese/metrics.json | 2 +- .../text-writing-mode/line_label/latin/metrics.json | 2 +- .../text-writing-mode/line_label/mixed/metrics.json | 2 +- .../point_label/cjk-arabic-vertical-mode/metrics.json | 2 +- .../point_label/cjk-horizontal-vertical-mode/metrics.json | 2 +- .../cjk-multiline-vertical-horizontal-mode/metrics.json | 2 +- .../point_label/cjk-punctuation-vertical-mode/metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../cjk-variable-anchors-vertical-mode/metrics.json | 2 +- .../point_label/cjk-vertical-horizontal-mode/metrics.json | 2 +- .../point_label/cjk-vertical-mode/metrics.json | 2 +- .../point_label/latin-vertical-mode/metrics.json | 2 +- .../metrics.json | 2 +- .../mixed-multiline-vertical-horizontal-mode/metrics.json | 2 +- .../render-tests/tilejson-bounds/default/metrics.json | 2 +- .../tilejson-bounds/overwrite-bounds/metrics.json | 2 +- .../macos-xcode11-release/render-tests/tms/tms/metrics.json | 2 +- .../within/filter-with-inlined-geojson/metrics.json | 2 +- .../render-tests/within/layout-text/metrics.json | 2 +- .../render-tests/within/paint-circle/metrics.json | 2 +- .../render-tests/within/paint-icon/metrics.json | 2 +- .../render-tests/within/paint-line/metrics.json | 2 +- .../render-tests/within/paint-text/metrics.json | 2 +- .../render-tests/zoom-history/in/metrics.json | 2 +- .../render-tests/zoom-history/out/metrics.json | 2 +- .../render-tests/zoom-visibility/above/metrics.json | 2 +- .../render-tests/zoom-visibility/below/metrics.json | 2 +- .../render-tests/zoom-visibility/in-range/metrics.json | 2 +- .../render-tests/zoom-visibility/out-of-range/metrics.json | 2 +- .../render-tests/zoom-visibility/was-above/metrics.json | 2 +- .../render-tests/zoom-visibility/was-below/metrics.json | 2 +- .../render-tests/zoomed-fill/default/metrics.json | 2 +- .../render-tests/zoomed-raster/fractional/metrics.json | 2 +- .../render-tests/zoomed-raster/overzoom/metrics.json | 2 +- .../render-tests/zoomed-raster/underzoom/metrics.json | 2 +- metrics/tests/location_indicator/query_test/expected.json | 2 +- .../tests/location_indicator/query_test_miss/expected.json | 2 +- .../location_indicator/query_test_no_image/expected.json | 2 +- metrics/tests/probes/gfx/fail-ib-mem-mismatch/style.json | 2 +- .../probes/gfx/fail-negative-framebuffer-count/style.json | 2 +- .../tests/probes/gfx/fail-texture-mem-mismatch/style.json | 2 +- metrics/tests/probes/gfx/fail-too-few-buffers/style.json | 2 +- metrics/tests/probes/gfx/fail-too-few-textures/style.json | 2 +- metrics/tests/probes/gfx/fail-too-many-drawcalls/style.json | 2 +- metrics/tests/probes/gfx/fail-vb-mem-mismatch/style.json | 2 +- metrics/tests/probes/gfx/pass-double-probe/style.json | 2 +- metrics/tests/probes/gfx/pass-probe-reset/style.json | 2 +- metrics/tests/probes/gfx/pass/style.json | 2 +- .../probes/network/fail-requests-transferred/metrics.json | 2 +- metrics/tests/probes/network/fail-requests/metrics.json | 2 +- metrics/tests/probes/network/fail-transferred/metrics.json | 2 +- metrics/tests/probes/network/pass/metrics.json | 2 +- .../background-color/colorSpace-lab/metrics.json | 2 +- .../render-tests/background-color/default/metrics.json | 2 +- .../render-tests/background-color/function/metrics.json | 2 +- .../render-tests/background-color/literal/metrics.json | 2 +- .../render-tests/background-opacity/color/metrics.json | 2 +- .../render-tests/background-opacity/image/metrics.json | 2 +- .../render-tests/background-opacity/overlay/metrics.json | 2 +- .../render-tests/background-pattern/@2x/metrics.json | 2 +- .../render-tests/background-pattern/literal/metrics.json | 2 +- .../render-tests/background-pattern/missing/metrics.json | 2 +- .../render-tests/background-pattern/pitch/metrics.json | 2 +- .../render-tests/background-pattern/rotated/metrics.json | 2 +- .../render-tests/background-pattern/zoomed/metrics.json | 2 +- .../render-tests/background-visibility/none/metrics.json | 2 +- .../render-tests/background-visibility/visible/metrics.json | 2 +- .../render-tests/basic-v9/z0-narrow-y/metrics.json | 2 +- .../render-tests/basic-v9/z0-wide-x/metrics.json | 2 +- .../render-tests/basic-v9/z0/metrics.json | 2 +- .../render-tests/bright-v9/z0/metrics.json | 2 +- .../render-tests/circle-blur/blending/metrics.json | 2 +- .../render-tests/circle-blur/default/metrics.json | 2 +- .../render-tests/circle-blur/function/metrics.json | 2 +- .../render-tests/circle-blur/literal-stroke/metrics.json | 2 +- .../render-tests/circle-blur/literal/metrics.json | 2 +- .../render-tests/circle-blur/property-function/metrics.json | 2 +- .../circle-blur/zoom-and-property-function/metrics.json | 2 +- .../render-tests/circle-color/default/metrics.json | 2 +- .../render-tests/circle-color/function/metrics.json | 2 +- .../render-tests/circle-color/literal/metrics.json | 2 +- .../render-tests/circle-color/property-function/metrics.json | 2 +- .../circle-color/zoom-and-property-function/metrics.json | 2 +- .../render-tests/circle-geometry/linestring/metrics.json | 2 +- .../circle-geometry/multilinestring/metrics.json | 2 +- .../render-tests/circle-geometry/multipoint/metrics.json | 2 +- .../render-tests/circle-geometry/multipolygon/metrics.json | 2 +- .../render-tests/circle-geometry/point/metrics.json | 2 +- .../render-tests/circle-geometry/polygon/metrics.json | 2 +- .../render-tests/circle-opacity/blending/metrics.json | 2 +- .../render-tests/circle-opacity/default/metrics.json | 2 +- .../render-tests/circle-opacity/function/metrics.json | 2 +- .../render-tests/circle-opacity/literal/metrics.json | 2 +- .../circle-opacity/property-function/metrics.json | 2 +- .../circle-opacity/zoom-and-property-function/metrics.json | 2 +- .../circle-pitch-alignment/map-scale-map/metrics.json | 2 +- .../circle-pitch-alignment/map-scale-viewport/metrics.json | 2 +- .../circle-pitch-alignment/viewport-scale-map/metrics.json | 2 +- .../viewport-scale-viewport/metrics.json | 2 +- .../render-tests/circle-pitch-scale/default/metrics.json | 2 +- .../render-tests/circle-pitch-scale/map/metrics.json | 2 +- .../render-tests/circle-pitch-scale/viewport/metrics.json | 2 +- .../render-tests/circle-radius/antimeridian/metrics.json | 2 +- .../render-tests/circle-radius/default/metrics.json | 2 +- .../render-tests/circle-radius/function/metrics.json | 2 +- .../render-tests/circle-radius/literal/metrics.json | 2 +- .../circle-radius/property-function/metrics.json | 2 +- .../circle-radius/zoom-and-property-function/metrics.json | 2 +- .../render-tests/circle-sort-key/literal/metrics.json | 2 +- .../render-tests/circle-stroke-color/default/metrics.json | 2 +- .../render-tests/circle-stroke-color/function/metrics.json | 2 +- .../render-tests/circle-stroke-color/literal/metrics.json | 2 +- .../circle-stroke-color/property-function/metrics.json | 2 +- .../zoom-and-property-function/metrics.json | 2 +- .../render-tests/circle-stroke-opacity/default/metrics.json | 2 +- .../render-tests/circle-stroke-opacity/function/metrics.json | 2 +- .../render-tests/circle-stroke-opacity/literal/metrics.json | 2 +- .../circle-stroke-opacity/property-function/metrics.json | 2 +- .../circle-stroke-opacity/stroke-only/metrics.json | 2 +- .../zoom-and-property-function/metrics.json | 2 +- .../render-tests/circle-stroke-width/default/metrics.json | 2 +- .../render-tests/circle-stroke-width/function/metrics.json | 2 +- .../render-tests/circle-stroke-width/literal/metrics.json | 2 +- .../circle-stroke-width/property-function/metrics.json | 2 +- .../zoom-and-property-function/metrics.json | 2 +- .../render-tests/circle-translate-anchor/map/metrics.json | 2 +- .../circle-translate-anchor/viewport/metrics.json | 2 +- .../render-tests/circle-translate/default/metrics.json | 2 +- .../render-tests/circle-translate/function/metrics.json | 2 +- .../render-tests/circle-translate/literal/metrics.json | 2 +- .../background-opaque--background-opaque/metrics.json | 2 +- .../background-opaque--background-translucent/metrics.json | 2 +- .../background-opaque--circle-translucent/metrics.json | 2 +- .../metrics.json | 2 +- .../combinations/background-opaque--fill-opaque/metrics.json | 2 +- .../background-opaque--fill-translucent/metrics.json | 2 +- .../background-opaque--heatmap-translucent/metrics.json | 2 +- .../background-opaque--hillshade-translucent/metrics.json | 2 +- .../background-opaque--line-translucent/metrics.json | 2 +- .../background-opaque--raster-translucent/metrics.json | 2 +- .../background-opaque--symbol-translucent/metrics.json | 2 +- .../background-translucent--background-opaque/metrics.json | 2 +- .../metrics.json | 2 +- .../background-translucent--circle-translucent/metrics.json | 2 +- .../metrics.json | 2 +- .../background-translucent--fill-opaque/metrics.json | 2 +- .../background-translucent--fill-translucent/metrics.json | 2 +- .../background-translucent--heatmap-translucent/metrics.json | 2 +- .../metrics.json | 2 +- .../background-translucent--line-translucent/metrics.json | 2 +- .../background-translucent--raster-translucent/metrics.json | 2 +- .../background-translucent--symbol-translucent/metrics.json | 2 +- .../circle-translucent--background-opaque/metrics.json | 2 +- .../circle-translucent--background-translucent/metrics.json | 2 +- .../circle-translucent--circle-translucent/metrics.json | 2 +- .../metrics.json | 2 +- .../circle-translucent--fill-opaque/metrics.json | 2 +- .../circle-translucent--fill-translucent/metrics.json | 2 +- .../circle-translucent--heatmap-translucent/metrics.json | 2 +- .../circle-translucent--hillshade-translucent/metrics.json | 2 +- .../circle-translucent--line-translucent/metrics.json | 2 +- .../circle-translucent--raster-translucent/metrics.json | 2 +- .../circle-translucent--symbol-translucent/metrics.json | 2 +- .../combinations/fill-extrusion--fill-opaque/metrics.json | 2 +- .../fill-extrusion--fill-translucent/metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../fill-extrusion-translucent--fill-opaque/metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../combinations/fill-opaque--background-opaque/metrics.json | 2 +- .../fill-opaque--background-translucent/metrics.json | 2 +- .../fill-opaque--circle-translucent/metrics.json | 2 +- .../fill-opaque--fill-extrusion-translucent/metrics.json | 2 +- .../combinations/fill-opaque--fill-opaque/metrics.json | 2 +- .../combinations/fill-opaque--fill-translucent/metrics.json | 2 +- .../fill-opaque--heatmap-translucent/metrics.json | 2 +- .../fill-opaque--hillshade-translucent/metrics.json | 2 +- .../combinations/fill-opaque--image-translucent/metrics.json | 2 +- .../combinations/fill-opaque--line-translucent/metrics.json | 2 +- .../fill-opaque--raster-translucent/metrics.json | 2 +- .../fill-opaque--symbol-translucent/metrics.json | 2 +- .../fill-translucent--background-opaque/metrics.json | 2 +- .../fill-translucent--background-translucent/metrics.json | 2 +- .../fill-translucent--circle-translucent/metrics.json | 2 +- .../metrics.json | 2 +- .../combinations/fill-translucent--fill-opaque/metrics.json | 2 +- .../fill-translucent--fill-translucent/metrics.json | 2 +- .../fill-translucent--heatmap-translucent/metrics.json | 2 +- .../fill-translucent--hillshade-translucent/metrics.json | 2 +- .../fill-translucent--line-translucent/metrics.json | 2 +- .../fill-translucent--raster-translucent/metrics.json | 2 +- .../fill-translucent--symbol-translucent/metrics.json | 2 +- .../heatmap-translucent--background-translucent/metrics.json | 2 +- .../heatmap-translucent--circle-translucent/metrics.json | 2 +- .../metrics.json | 2 +- .../heatmap-translucent--fill-translucent/metrics.json | 2 +- .../heatmap-translucent--heatmap-translucent/metrics.json | 2 +- .../heatmap-translucent--hillshade-translucent/metrics.json | 2 +- .../heatmap-translucent--line-translucent/metrics.json | 2 +- .../heatmap-translucent--raster-translucent/metrics.json | 2 +- .../heatmap-translucent--symbol-translucent/metrics.json | 2 +- .../hillshade-translucent--background-opaque/metrics.json | 2 +- .../metrics.json | 2 +- .../hillshade-translucent--circle-translucent/metrics.json | 2 +- .../metrics.json | 2 +- .../hillshade-translucent--fill-opaque/metrics.json | 2 +- .../hillshade-translucent--fill-translucent/metrics.json | 2 +- .../hillshade-translucent--heatmap-translucent/metrics.json | 2 +- .../metrics.json | 2 +- .../hillshade-translucent--line-translucent/metrics.json | 2 +- .../hillshade-translucent--raster-translucent/metrics.json | 2 +- .../hillshade-translucent--symbol-translucent/metrics.json | 2 +- .../line-translucent--background-opaque/metrics.json | 2 +- .../line-translucent--background-translucent/metrics.json | 2 +- .../line-translucent--circle-translucent/metrics.json | 2 +- .../metrics.json | 2 +- .../combinations/line-translucent--fill-opaque/metrics.json | 2 +- .../line-translucent--fill-translucent/metrics.json | 2 +- .../line-translucent--heatmap-translucent/metrics.json | 2 +- .../line-translucent--hillshade-translucent/metrics.json | 2 +- .../line-translucent--line-translucent/metrics.json | 2 +- .../line-translucent--raster-translucent/metrics.json | 2 +- .../line-translucent--symbol-translucent/metrics.json | 2 +- .../raster-translucent--background-opaque/metrics.json | 2 +- .../raster-translucent--background-translucent/metrics.json | 2 +- .../raster-translucent--circle-translucent/metrics.json | 2 +- .../metrics.json | 2 +- .../raster-translucent--fill-opaque/metrics.json | 2 +- .../raster-translucent--fill-translucent/metrics.json | 2 +- .../raster-translucent--heatmap-translucent/metrics.json | 2 +- .../raster-translucent--hillshade-translucent/metrics.json | 2 +- .../raster-translucent--line-translucent/metrics.json | 2 +- .../raster-translucent--raster-translucent/metrics.json | 2 +- .../raster-translucent--symbol-translucent/metrics.json | 2 +- .../symbol-translucent--background-opaque/metrics.json | 2 +- .../symbol-translucent--background-translucent/metrics.json | 2 +- .../symbol-translucent--circle-translucent/metrics.json | 2 +- .../metrics.json | 2 +- .../symbol-translucent--fill-opaque/metrics.json | 2 +- .../symbol-translucent--fill-translucent/metrics.json | 2 +- .../symbol-translucent--heatmap-translucent/metrics.json | 2 +- .../symbol-translucent--hillshade-translucent/metrics.json | 2 +- .../symbol-translucent--line-translucent/metrics.json | 2 +- .../symbol-translucent--raster-translucent/metrics.json | 2 +- .../symbol-translucent--symbol-translucent/metrics.json | 2 +- .../debug/collision-icon-text-line-translate/metrics.json | 2 +- .../debug/collision-icon-text-point-translate/metrics.json | 2 +- .../debug/collision-lines-overscaled/metrics.json | 2 +- .../render-tests/debug/collision-lines-pitched/metrics.json | 2 +- .../render-tests/debug/collision-lines/metrics.json | 2 +- .../render-tests/debug/collision-overscaled/metrics.json | 2 +- .../debug/collision-pitched-wrapped/metrics.json | 2 +- .../render-tests/debug/collision-pitched/metrics.json | 2 +- .../render-tests/empty/empty/metrics.json | 2 +- .../render-tests/extent/1024-fill/metrics.json | 2 +- .../render-tests/extent/1024-line/metrics.json | 2 +- .../feature-state/composite-expression/metrics.json | 2 +- .../render-tests/feature-state/data-expression/metrics.json | 2 +- .../render-tests/feature-state/vector-source/metrics.json | 2 +- .../render-tests/fill-antialias/false/metrics.json | 2 +- .../render-tests/fill-color/default/metrics.json | 2 +- .../render-tests/fill-color/function/metrics.json | 2 +- .../render-tests/fill-color/literal/metrics.json | 2 +- .../render-tests/fill-color/multiply/metrics.json | 2 +- .../render-tests/fill-color/opacity/metrics.json | 2 +- .../render-tests/fill-color/property-function/metrics.json | 2 +- .../fill-color/zoom-and-property-function/metrics.json | 2 +- .../render-tests/fill-extrusion-base/default/metrics.json | 2 +- .../render-tests/fill-extrusion-base/function/metrics.json | 2 +- .../render-tests/fill-extrusion-base/literal/metrics.json | 2 +- .../render-tests/fill-extrusion-base/negative/metrics.json | 2 +- .../render-tests/fill-extrusion-color/default/metrics.json | 2 +- .../render-tests/fill-extrusion-color/function/metrics.json | 2 +- .../render-tests/fill-extrusion-color/literal/metrics.json | 2 +- .../fill-extrusion-color/no-alpha-no-multiply/metrics.json | 2 +- .../fill-extrusion-color/property-function/metrics.json | 2 +- .../zoom-and-property-function/metrics.json | 2 +- .../render-tests/fill-extrusion-height/default/metrics.json | 2 +- .../render-tests/fill-extrusion-height/function/metrics.json | 2 +- .../render-tests/fill-extrusion-height/negative/metrics.json | 2 +- .../fill-extrusion-height/property-function/metrics.json | 2 +- .../zoom-and-property-function/metrics.json | 2 +- .../fill-extrusion-multiple/interleaved-layers/metrics.json | 2 +- .../fill-extrusion-multiple/multiple/metrics.json | 2 +- .../render-tests/fill-extrusion-pattern/missing/metrics.json | 2 +- .../fill-extrusion-translate-anchor/map/metrics.json | 2 +- .../fill-extrusion-translate-anchor/viewport/metrics.json | 2 +- .../fill-extrusion-translate/function/metrics.json | 2 +- .../fill-extrusion-translate/literal-opacity/metrics.json | 2 +- .../fill-extrusion-translate/literal/metrics.json | 2 +- .../render-tests/fill-opacity/default/metrics.json | 2 +- .../render-tests/fill-opacity/function/metrics.json | 2 +- .../render-tests/fill-opacity/literal/metrics.json | 2 +- .../fill-opacity/opaque-fill-over-symbol-layer/metrics.json | 2 +- .../render-tests/fill-opacity/overlapping/metrics.json | 2 +- .../fill-opacity/property-function-pattern/metrics.json | 2 +- .../render-tests/fill-opacity/property-function/metrics.json | 2 +- .../zoom-and-property-function-pattern/metrics.json | 2 +- .../fill-opacity/zoom-and-property-function/metrics.json | 2 +- .../render-tests/fill-outline-color/default/metrics.json | 2 +- .../render-tests/fill-outline-color/fill/metrics.json | 2 +- .../render-tests/fill-outline-color/function/metrics.json | 2 +- .../render-tests/fill-outline-color/literal/metrics.json | 2 +- .../render-tests/fill-outline-color/multiply/metrics.json | 2 +- .../render-tests/fill-outline-color/opacity/metrics.json | 2 +- .../fill-outline-color/property-function/metrics.json | 2 +- .../zoom-and-property-function/metrics.json | 2 +- .../render-tests/fill-pattern/@2x/metrics.json | 2 +- .../fill-pattern/case-data-expression/metrics.json | 2 +- .../fill-pattern/invalid-feature-expression/metrics.json | 2 +- .../render-tests/fill-pattern/literal/metrics.json | 2 +- .../render-tests/fill-pattern/missing/metrics.json | 2 +- .../render-tests/fill-pattern/opacity/metrics.json | 2 +- .../render-tests/fill-pattern/uneven-pattern/metrics.json | 2 +- .../fill-pattern/wrapping-with-interpolation/metrics.json | 2 +- .../render-tests/fill-pattern/zoomed/metrics.json | 2 +- .../render-tests/fill-sort-key/literal/metrics.json | 2 +- .../render-tests/fill-translate-anchor/map/metrics.json | 2 +- .../render-tests/fill-translate-anchor/viewport/metrics.json | 2 +- .../render-tests/fill-translate/default/metrics.json | 2 +- .../render-tests/fill-translate/function/metrics.json | 2 +- .../render-tests/fill-translate/literal/metrics.json | 2 +- .../render-tests/fill-visibility/none/metrics.json | 2 +- .../render-tests/fill-visibility/visible/metrics.json | 2 +- .../render-tests/filter/equality/metrics.json | 2 +- .../windows-msvc-release/render-tests/filter/in/metrics.json | 2 +- .../render-tests/filter/legacy-equality/metrics.json | 2 +- .../render-tests/filter/none/metrics.json | 2 +- .../render-tests/geojson/clustered-properties/metrics.json | 2 +- .../render-tests/geojson/clustered/metrics.json | 2 +- .../render-tests/geojson/external-feature/metrics.json | 2 +- .../render-tests/geojson/external-invalid/metrics.json | 2 +- .../render-tests/geojson/external-linestring/metrics.json | 2 +- .../render-tests/geojson/external-malformed/metrics.json | 2 +- .../geojson/inconsistent-winding-order/metrics.json | 2 +- .../render-tests/geojson/inline-feature/metrics.json | 2 +- .../render-tests/geojson/inline-invalid/metrics.json | 2 +- .../geojson/inline-linestring-circle/metrics.json | 2 +- .../render-tests/geojson/inline-linestring-line/metrics.json | 2 +- .../geojson/inline-linestring-symbol/metrics.json | 2 +- .../render-tests/geojson/inline-malformed/metrics.json | 2 +- .../render-tests/geojson/inline-point-circle/metrics.json | 2 +- .../render-tests/geojson/inline-point-fill/metrics.json | 2 +- .../render-tests/geojson/inline-point-line/metrics.json | 2 +- .../render-tests/geojson/inline-point-symbol/metrics.json | 2 +- .../render-tests/geojson/inline-polygon-circle/metrics.json | 2 +- .../render-tests/geojson/inline-polygon-fill/metrics.json | 2 +- .../render-tests/geojson/inline-polygon-line/metrics.json | 2 +- .../render-tests/geojson/inline-polygon-symbol/metrics.json | 2 +- .../render-tests/geojson/missing/metrics.json | 2 +- .../render-tests/geojson/reparse-overscaled/metrics.json | 2 +- .../render-tests/heatmap-color/default/metrics.json | 2 +- .../render-tests/heatmap-color/expression/metrics.json | 2 +- .../render-tests/heatmap-intensity/default/metrics.json | 2 +- .../render-tests/heatmap-intensity/function/metrics.json | 2 +- .../render-tests/heatmap-intensity/literal/metrics.json | 2 +- .../render-tests/heatmap-opacity/default/metrics.json | 2 +- .../render-tests/heatmap-opacity/function/metrics.json | 2 +- .../render-tests/heatmap-opacity/literal/metrics.json | 2 +- .../render-tests/heatmap-radius/antimeridian/metrics.json | 2 +- .../render-tests/heatmap-radius/data-expression/metrics.json | 2 +- .../render-tests/heatmap-radius/default/metrics.json | 2 +- .../render-tests/heatmap-radius/function/metrics.json | 2 +- .../render-tests/heatmap-radius/literal/metrics.json | 2 +- .../render-tests/heatmap-radius/pitch30/metrics.json | 2 +- .../render-tests/heatmap-weight/default/metrics.json | 2 +- .../heatmap-weight/identity-property-function/metrics.json | 2 +- .../render-tests/heatmap-weight/literal/metrics.json | 2 +- .../render-tests/hillshade-accent-color/default/metrics.json | 2 +- .../render-tests/hillshade-accent-color/literal/metrics.json | 2 +- .../hillshade-accent-color/terrarium/metrics.json | 2 +- .../hillshade-accent-color/zoom-function/metrics.json | 2 +- .../hillshade-highlight-color/default/metrics.json | 2 +- .../hillshade-highlight-color/literal/metrics.json | 2 +- .../hillshade-highlight-color/zoom-function/metrics.json | 2 +- .../render-tests/hillshade-shadow-color/default/metrics.json | 2 +- .../render-tests/hillshade-shadow-color/literal/metrics.json | 2 +- .../hillshade-shadow-color/zoom-function/metrics.json | 2 +- .../render-tests/icon-anchor/bottom-left/metrics.json | 2 +- .../render-tests/icon-anchor/bottom-right/metrics.json | 2 +- .../render-tests/icon-anchor/bottom/metrics.json | 2 +- .../render-tests/icon-anchor/center/metrics.json | 2 +- .../render-tests/icon-anchor/default/metrics.json | 2 +- .../render-tests/icon-anchor/left/metrics.json | 2 +- .../render-tests/icon-anchor/property-function/metrics.json | 2 +- .../render-tests/icon-anchor/right/metrics.json | 2 +- .../render-tests/icon-anchor/top-left/metrics.json | 2 +- .../render-tests/icon-anchor/top-right/metrics.json | 2 +- .../render-tests/icon-anchor/top/metrics.json | 2 +- .../render-tests/icon-color/default/metrics.json | 2 +- .../render-tests/icon-color/function/metrics.json | 2 +- .../render-tests/icon-color/literal/metrics.json | 2 +- .../render-tests/icon-color/property-function/metrics.json | 2 +- .../render-tests/icon-halo-blur/default/metrics.json | 2 +- .../render-tests/icon-halo-blur/function/metrics.json | 2 +- .../render-tests/icon-halo-blur/literal/metrics.json | 2 +- .../icon-halo-blur/property-function/metrics.json | 2 +- .../render-tests/icon-halo-color/default/metrics.json | 2 +- .../render-tests/icon-halo-color/function/metrics.json | 2 +- .../render-tests/icon-halo-color/literal/metrics.json | 2 +- .../render-tests/icon-halo-color/multiply/metrics.json | 2 +- .../render-tests/icon-halo-color/opacity/metrics.json | 2 +- .../icon-halo-color/property-function/metrics.json | 2 +- .../render-tests/icon-halo-color/transparent/metrics.json | 2 +- .../render-tests/icon-halo-width/default/metrics.json | 2 +- .../render-tests/icon-halo-width/function/metrics.json | 2 +- .../render-tests/icon-halo-width/literal/metrics.json | 2 +- .../icon-halo-width/property-function/metrics.json | 2 +- .../icon-image/icon-sdf-non-sdf-one-layer/metrics.json | 2 +- .../render-tests/icon-image/image-expression/metrics.json | 2 +- .../render-tests/icon-image/literal/metrics.json | 2 +- .../render-tests/icon-image/property-function/metrics.json | 2 +- .../render-tests/icon-image/stretchable-content/metrics.json | 2 +- .../render-tests/icon-image/stretchable/metrics.json | 2 +- .../render-tests/icon-image/token/metrics.json | 2 +- .../icon-no-cross-source-collision/default/metrics.json | 2 +- .../render-tests/icon-offset/literal/metrics.json | 2 +- .../render-tests/icon-offset/property-function/metrics.json | 2 +- .../icon-offset/zoom-and-property-function/metrics.json | 2 +- .../render-tests/icon-opacity/default/metrics.json | 2 +- .../render-tests/icon-opacity/function/metrics.json | 2 +- .../render-tests/icon-opacity/icon-only/metrics.json | 2 +- .../render-tests/icon-opacity/literal/metrics.json | 2 +- .../render-tests/icon-opacity/property-function/metrics.json | 2 +- .../render-tests/icon-opacity/text-and-icon/metrics.json | 2 +- .../render-tests/icon-opacity/text-only/metrics.json | 2 +- .../render-tests/icon-padding/databind/metrics.json | 2 +- .../render-tests/icon-padding/default/metrics.json | 2 +- .../auto-rotation-alignment-map/metrics.json | 2 +- .../auto-rotation-alignment-viewport/metrics.json | 2 +- .../map-rotation-alignment-viewport/metrics.json | 2 +- .../viewport-rotation-alignment-map/metrics.json | 2 +- .../icon-pitch-scaling/rotation-alignment-map/metrics.json | 2 +- .../rotation-alignment-viewport/metrics.json | 2 +- .../icon-pixelratio-mismatch/default/metrics.json | 2 +- .../render-tests/icon-rotate/literal/metrics.json | 2 +- .../render-tests/icon-rotate/property-function/metrics.json | 2 +- .../render-tests/icon-rotate/with-offset/metrics.json | 2 +- .../auto-symbol-placement-line/metrics.json | 2 +- .../auto-symbol-placement-point/metrics.json | 2 +- .../map-symbol-placement-line/metrics.json | 2 +- .../map-symbol-placement-point/metrics.json | 2 +- .../viewport-symbol-placement-line/metrics.json | 2 +- .../viewport-symbol-placement-point/metrics.json | 2 +- .../icon-size/camera-function-high-base-plain/metrics.json | 2 +- .../icon-size/camera-function-high-base-sdf/metrics.json | 2 +- .../icon-size/camera-function-plain/metrics.json | 2 +- .../render-tests/icon-size/camera-function-sdf/metrics.json | 2 +- .../icon-size/composite-function-plain/metrics.json | 2 +- .../icon-size/composite-function-sdf/metrics.json | 2 +- .../render-tests/icon-size/default/metrics.json | 2 +- .../render-tests/icon-size/function/metrics.json | 2 +- .../render-tests/icon-size/literal/metrics.json | 2 +- .../icon-size/property-function-plain/metrics.json | 2 +- .../icon-size/property-function-sdf/metrics.json | 2 +- .../both-collision-variable-anchor-text-fit/metrics.json | 2 +- .../both-collision-variable-anchor/metrics.json | 2 +- .../render-tests/icon-text-fit/both-collision/metrics.json | 2 +- .../render-tests/icon-text-fit/both-padding/metrics.json | 2 +- .../both-text-anchor-1x-image-2x-screen/metrics.json | 2 +- .../both-text-anchor-2x-image-1x-screen/metrics.json | 2 +- .../both-text-anchor-2x-image-2x-screen/metrics.json | 2 +- .../icon-text-fit/both-text-anchor-icon-anchor/metrics.json | 2 +- .../icon-text-fit/both-text-anchor-icon-offset/metrics.json | 2 +- .../icon-text-fit/both-text-anchor-padding/metrics.json | 2 +- .../render-tests/icon-text-fit/both-text-anchor/metrics.json | 2 +- .../render-tests/icon-text-fit/both/metrics.json | 2 +- .../icon-text-fit/enlargen-both-padding/metrics.json | 2 +- .../render-tests/icon-text-fit/enlargen-both/metrics.json | 2 +- .../render-tests/icon-text-fit/enlargen-height/metrics.json | 2 +- .../render-tests/icon-text-fit/enlargen-width/metrics.json | 2 +- .../render-tests/icon-text-fit/height-padding/metrics.json | 2 +- .../icon-text-fit/height-text-anchor-padding/metrics.json | 2 +- .../icon-text-fit/height-text-anchor/metrics.json | 2 +- .../render-tests/icon-text-fit/height/metrics.json | 2 +- .../render-tests/icon-text-fit/none/metrics.json | 2 +- .../render-tests/icon-text-fit/placement-line/metrics.json | 2 +- .../icon-text-fit/stretch-fifteen-part/metrics.json | 2 +- .../icon-text-fit/stretch-nine-part-@2x/metrics.json | 2 +- .../stretch-nine-part-content-collision/metrics.json | 2 +- .../icon-text-fit/stretch-nine-part-content/metrics.json | 2 +- .../icon-text-fit/stretch-nine-part-just-height/metrics.json | 2 +- .../icon-text-fit/stretch-nine-part-just-width/metrics.json | 2 +- .../icon-text-fit/stretch-nine-part/metrics.json | 2 +- .../icon-text-fit/stretch-three-part/metrics.json | 2 +- .../render-tests/icon-text-fit/stretch-two-part/metrics.json | 2 +- .../icon-text-fit/stretch-underscale/metrics.json | 2 +- .../icon-text-fit/text-variable-anchor/metrics.json | 2 +- .../icon-text-fit/textFit-anchors-long/metrics.json | 2 +- .../icon-text-fit/textFit-anchors-short/metrics.json | 2 +- .../icon-text-fit/textFit-collision/metrics.json | 2 +- .../icon-text-fit/textFit-grid-long-vertical/metrics.json | 2 +- .../icon-text-fit/textFit-grid-long/metrics.json | 2 +- .../icon-text-fit/textFit-grid-short-vertical/metrics.json | 2 +- .../icon-text-fit/textFit-grid-short/metrics.json | 2 +- .../render-tests/icon-text-fit/width-padding/metrics.json | 2 +- .../icon-text-fit/width-text-anchor-padding/metrics.json | 2 +- .../icon-text-fit/width-text-anchor/metrics.json | 2 +- .../render-tests/icon-text-fit/width/metrics.json | 2 +- .../render-tests/icon-translate-anchor/map/metrics.json | 2 +- .../render-tests/icon-translate-anchor/viewport/metrics.json | 2 +- .../render-tests/icon-translate/default/metrics.json | 2 +- .../render-tests/icon-translate/function/metrics.json | 2 +- .../render-tests/icon-translate/literal/metrics.json | 2 +- .../render-tests/icon-visibility/none/metrics.json | 2 +- .../render-tests/icon-visibility/visible/metrics.json | 2 +- .../render-tests/image/default/metrics.json | 2 +- .../render-tests/image/pitched/metrics.json | 2 +- .../render-tests/image/raster-brightness/metrics.json | 2 +- .../render-tests/image/raster-contrast/metrics.json | 2 +- .../render-tests/image/raster-hue-rotate/metrics.json | 2 +- .../render-tests/image/raster-opacity/metrics.json | 2 +- .../render-tests/image/raster-resampling/metrics.json | 2 +- .../render-tests/image/raster-saturation/metrics.json | 2 +- .../render-tests/image/raster-visibility/metrics.json | 2 +- .../render-tests/is-supported-script/filter/metrics.json | 2 +- .../render-tests/is-supported-script/layout/metrics.json | 2 +- .../render-tests/line-blur/default/metrics.json | 2 +- .../render-tests/line-blur/function/metrics.json | 2 +- .../render-tests/line-blur/literal/metrics.json | 2 +- .../render-tests/line-blur/property-function/metrics.json | 2 +- .../render-tests/line-cap/butt/metrics.json | 2 +- .../render-tests/line-cap/round/metrics.json | 2 +- .../render-tests/line-cap/square/metrics.json | 2 +- .../render-tests/line-color/default/metrics.json | 2 +- .../render-tests/line-color/function/metrics.json | 2 +- .../render-tests/line-color/literal/metrics.json | 2 +- .../line-color/property-function-identity/metrics.json | 2 +- .../render-tests/line-color/property-function/metrics.json | 2 +- .../render-tests/line-dasharray/default/metrics.json | 2 +- .../render-tests/line-dasharray/fractional-zoom/metrics.json | 2 +- .../function/line-width-composite-function/metrics.json | 2 +- .../line-dasharray/function/line-width-constant/metrics.json | 2 +- .../function/line-width-property-function/metrics.json | 2 +- .../literal/line-width-composite-function/metrics.json | 2 +- .../line-dasharray/literal/line-width-constant/metrics.json | 2 +- .../literal/line-width-property-function/metrics.json | 2 +- .../literal/line-width-zoom-function/metrics.json | 2 +- .../render-tests/line-dasharray/long-segment/metrics.json | 2 +- .../render-tests/line-dasharray/overscaled/metrics.json | 2 +- .../render-tests/line-dasharray/round/segments/metrics.json | 2 +- .../line-dasharray/round/zero-gap-width/metrics.json | 2 +- .../render-tests/line-dasharray/slant/metrics.json | 2 +- .../render-tests/line-dasharray/zero-length-gap/metrics.json | 2 +- .../render-tests/line-dasharray/zoom-history/metrics.json | 2 +- .../render-tests/line-gap-width/default/metrics.json | 2 +- .../render-tests/line-gap-width/function/metrics.json | 2 +- .../render-tests/line-gap-width/literal/metrics.json | 2 +- .../line-gap-width/property-function/metrics.json | 2 +- .../line-gradient/gradient-tile-boundaries/metrics.json | 2 +- .../render-tests/line-gradient/gradient/metrics.json | 2 +- .../render-tests/line-gradient/translucent/metrics.json | 2 +- .../render-tests/line-join/bevel-transparent/metrics.json | 2 +- .../render-tests/line-join/bevel/metrics.json | 2 +- .../render-tests/line-join/default/metrics.json | 2 +- .../render-tests/line-join/miter-transparent/metrics.json | 2 +- .../render-tests/line-join/miter/metrics.json | 2 +- .../line-join/property-function-dasharray/metrics.json | 2 +- .../render-tests/line-join/property-function/metrics.json | 2 +- .../render-tests/line-join/round-transparent/metrics.json | 2 +- .../render-tests/line-join/round/metrics.json | 2 +- .../render-tests/line-offset/default/metrics.json | 2 +- .../render-tests/line-offset/function/metrics.json | 2 +- .../render-tests/line-offset/literal-negative/metrics.json | 2 +- .../render-tests/line-offset/literal/metrics.json | 2 +- .../render-tests/line-offset/property-function/metrics.json | 2 +- .../render-tests/line-opacity/default/metrics.json | 2 +- .../render-tests/line-opacity/function/metrics.json | 2 +- .../render-tests/line-opacity/literal/metrics.json | 2 +- .../render-tests/line-opacity/property-function/metrics.json | 2 +- .../render-tests/line-opacity/step-curve/metrics.json | 2 +- .../render-tests/line-pattern/@2x/metrics.json | 2 +- .../render-tests/line-pattern/literal/metrics.json | 2 +- .../render-tests/line-pattern/opacity/metrics.json | 2 +- .../render-tests/line-pattern/overscaled/metrics.json | 2 +- .../render-tests/line-pattern/pitch/metrics.json | 2 +- .../render-tests/line-pattern/property-function/metrics.json | 2 +- .../render-tests/line-pattern/step-curve/metrics.json | 2 +- .../render-tests/line-pattern/zoom-expression/metrics.json | 2 +- .../render-tests/line-pitch/default/metrics.json | 2 +- .../render-tests/line-pitch/pitch0/metrics.json | 2 +- .../render-tests/line-pitch/pitch15/metrics.json | 2 +- .../render-tests/line-pitch/pitch30/metrics.json | 2 +- .../render-tests/line-pitch/pitchAndBearing/metrics.json | 2 +- .../render-tests/line-sort-key/literal/metrics.json | 2 +- .../render-tests/line-translate-anchor/map/metrics.json | 2 +- .../render-tests/line-translate-anchor/viewport/metrics.json | 2 +- .../render-tests/line-translate/default/metrics.json | 2 +- .../render-tests/line-translate/function/metrics.json | 2 +- .../render-tests/line-translate/literal/metrics.json | 2 +- .../render-tests/line-triangulation/default/metrics.json | 2 +- .../render-tests/line-triangulation/round/metrics.json | 2 +- .../render-tests/line-visibility/none/metrics.json | 2 +- .../render-tests/line-visibility/visible/metrics.json | 2 +- .../render-tests/line-width/default/metrics.json | 2 +- .../render-tests/line-width/function/metrics.json | 2 +- .../render-tests/line-width/literal/metrics.json | 2 +- .../render-tests/line-width/property-function/metrics.json | 2 +- .../render-tests/line-width/very-overscaled/metrics.json | 2 +- .../render-tests/line-width/zero-width-function/metrics.json | 2 +- .../render-tests/line-width/zero-width/metrics.json | 2 +- .../linear-filter-opacity-edge/literal/metrics.json | 2 +- .../render-tests/map-mode/static/metrics.json | 2 +- .../render-tests/map-mode/tile-avoid-edges/metrics.json | 2 +- .../render-tests/map-mode/tile/metrics.json | 2 +- .../projection/axonometric-multiple/metrics.json | 2 +- .../render-tests/projection/axonometric/metrics.json | 2 +- .../render-tests/projection/skew/metrics.json | 2 +- .../render-tests/raster-alpha/default/metrics.json | 2 +- .../render-tests/raster-brightness/default/metrics.json | 2 +- .../render-tests/raster-brightness/function/metrics.json | 2 +- .../render-tests/raster-brightness/literal/metrics.json | 2 +- .../render-tests/raster-contrast/default/metrics.json | 2 +- .../render-tests/raster-contrast/function/metrics.json | 2 +- .../render-tests/raster-contrast/literal/metrics.json | 2 +- .../render-tests/raster-extent/maxzoom/metrics.json | 2 +- .../render-tests/raster-extent/minzoom/metrics.json | 2 +- .../render-tests/raster-hue-rotate/default/metrics.json | 2 +- .../render-tests/raster-hue-rotate/function/metrics.json | 2 +- .../render-tests/raster-hue-rotate/literal/metrics.json | 2 +- .../render-tests/raster-loading/missing/metrics.json | 2 +- .../raster-masking/overlapping-vector/metrics.json | 2 +- .../render-tests/raster-masking/overlapping/metrics.json | 2 +- .../render-tests/raster-opacity/default/metrics.json | 2 +- .../render-tests/raster-opacity/function/metrics.json | 2 +- .../render-tests/raster-opacity/literal/metrics.json | 2 +- .../render-tests/raster-resampling/default/metrics.json | 2 +- .../render-tests/raster-resampling/function/metrics.json | 2 +- .../render-tests/raster-resampling/literal/metrics.json | 2 +- .../render-tests/raster-rotation/0/metrics.json | 2 +- .../render-tests/raster-rotation/180/metrics.json | 2 +- .../render-tests/raster-rotation/270/metrics.json | 2 +- .../render-tests/raster-rotation/45/metrics.json | 2 +- .../render-tests/raster-rotation/90/metrics.json | 2 +- .../render-tests/raster-saturation/default/metrics.json | 2 +- .../render-tests/raster-saturation/function/metrics.json | 2 +- .../render-tests/raster-saturation/literal/metrics.json | 2 +- .../render-tests/raster-visibility/none/metrics.json | 2 +- .../render-tests/raster-visibility/visible/metrics.json | 2 +- .../render-tests/real-world/nepal/metrics.json | 2 +- .../render-tests/real-world/norway/metrics.json | 2 +- .../render-tests/real-world/uruguay/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#2305/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#2523/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#2533/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#2534/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#2787/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#2846/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#2929/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#3010/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#3107/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#3320/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#3365/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#3394/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#3426/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#3548/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#3612/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#3614/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#3623/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#3633/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#3682/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#3702/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#3723/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#3819/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#3903/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#3910/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#3949/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#4124/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#4144/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#4146/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#4150/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#4172/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#4235/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#4550/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#4551/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#4564/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#4573/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#4579/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#4605/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#4617/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#4647/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#4651/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#4860/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#4928/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#5171/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#5370/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#5466/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#5496/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#5544/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#5546/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#5576/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#5599/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#5631/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#5642/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#5776/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#5911/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#5911a/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#5947/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#5953/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#5978/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#6160/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#6238/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#6548/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#6649/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#6660/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#6919/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#7032/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#7066/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#7172/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#8273/metrics.json | 2 +- .../render-tests/regressions/mapbox-gl-js#9009/metrics.json | 2 +- .../regressions/mapbox-gl-native#10849/metrics.json | 2 +- .../regressions/mapbox-gl-native#11451/metrics.json | 2 +- .../regressions/mapbox-gl-native#11729/metrics.json | 2 +- .../regressions/mapbox-gl-native#12812/metrics.json | 2 +- .../regressions/mapbox-gl-native#14402/metrics.json | 2 +- .../regressions/mapbox-gl-native#15139/metrics.json | 2 +- .../regressions/mapbox-gl-native#3292/metrics.json | 2 +- .../regressions/mapbox-gl-native#5648/metrics.json | 2 +- .../regressions/mapbox-gl-native#5701/metrics.json | 2 +- .../regressions/mapbox-gl-native#5754/metrics.json | 2 +- .../regressions/mapbox-gl-native#6063/metrics.json | 2 +- .../regressions/mapbox-gl-native#6233/metrics.json | 2 +- .../regressions/mapbox-gl-native#6820/metrics.json | 2 +- .../regressions/mapbox-gl-native#6903/metrics.json | 2 +- .../regressions/mapbox-gl-native#7241/metrics.json | 2 +- .../regressions/mapbox-gl-native#7572/metrics.json | 2 +- .../regressions/mapbox-gl-native#7714/metrics.json | 2 +- .../regressions/mapbox-gl-native#7792/metrics.json | 2 +- .../regressions/mapbox-gl-native#8078/metrics.json | 2 +- .../regressions/mapbox-gl-native#8303/metrics.json | 2 +- .../regressions/mapbox-gl-native#8460/metrics.json | 2 +- .../regressions/mapbox-gl-native#8505/metrics.json | 2 +- .../regressions/mapbox-gl-native#8871/metrics.json | 2 +- .../regressions/mapbox-gl-native#8952/metrics.json | 2 +- .../regressions/mapbox-gl-native#9406/metrics.json | 2 +- .../regressions/mapbox-gl-native#9557/metrics.json | 2 +- .../regressions/mapbox-gl-native#9792/metrics.json | 2 +- .../regressions/mapbox-gl-native#9900/metrics.json | 2 +- .../regressions/mapbox-gl-native#9976/metrics.json | 2 +- .../regressions/mapbox-gl-native#9979/metrics.json | 2 +- .../regressions/mapbox-gl-shaders#37/metrics.json | 2 +- .../remove-feature-state/composite-expression/metrics.json | 2 +- .../remove-feature-state/data-expression/metrics.json | 2 +- .../remove-feature-state/vector-source/metrics.json | 2 +- .../render-tests/retina-raster/default/metrics.json | 2 +- .../runtime-styling/filter-default-to-false/metrics.json | 2 +- .../runtime-styling/filter-default-to-true/metrics.json | 2 +- .../runtime-styling/filter-false-to-default/metrics.json | 2 +- .../runtime-styling/filter-false-to-true/metrics.json | 2 +- .../runtime-styling/filter-true-to-default/metrics.json | 2 +- .../runtime-styling/filter-true-to-false/metrics.json | 2 +- .../image-add-1.5x-image-1x-screen/metrics.json | 2 +- .../image-add-1.5x-image-2x-screen/metrics.json | 2 +- .../image-add-1x-image-1x-screen/metrics.json | 2 +- .../image-add-1x-image-2x-screen/metrics.json | 2 +- .../image-add-2x-image-1x-screen/metrics.json | 2 +- .../image-add-2x-image-2x-screen/metrics.json | 2 +- .../runtime-styling/image-add-alpha/metrics.json | 2 +- .../runtime-styling/image-add-nonsdf/metrics.json | 2 +- .../runtime-styling/image-add-pattern/metrics.json | 2 +- .../render-tests/runtime-styling/image-add-sdf/metrics.json | 2 +- .../render-tests/runtime-styling/image-remove/metrics.json | 2 +- .../runtime-styling/image-update-icon/metrics.json | 2 +- .../runtime-styling/image-update-pattern/metrics.json | 2 +- .../runtime-styling/layer-add-background/metrics.json | 2 +- .../runtime-styling/layer-add-circle/metrics.json | 2 +- .../render-tests/runtime-styling/layer-add-fill/metrics.json | 2 +- .../render-tests/runtime-styling/layer-add-line/metrics.json | 2 +- .../runtime-styling/layer-add-raster/metrics.json | 2 +- .../runtime-styling/layer-add-symbol/metrics.json | 2 +- .../runtime-styling/layer-remove-background/metrics.json | 2 +- .../runtime-styling/layer-remove-circle/metrics.json | 2 +- .../runtime-styling/layer-remove-fill/metrics.json | 2 +- .../runtime-styling/layer-remove-line/metrics.json | 2 +- .../runtime-styling/layer-remove-raster/metrics.json | 2 +- .../runtime-styling/layer-remove-symbol/metrics.json | 2 +- .../layout-property-default-to-literal/metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../layout-property-default-to-zoom-expression/metrics.json | 2 +- .../layout-property-default-to-zoom-function/metrics.json | 2 +- .../layout-property-literal-to-default/metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../layout-property-literal-to-zoom-expression/metrics.json | 2 +- .../layout-property-literal-to-zoom-function/metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../layout-property-text-variable-anchor/metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../layout-property-zoom-expression-to-default/metrics.json | 2 +- .../layout-property-zoom-expression-to-literal/metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../layout-property-zoom-function-to-default/metrics.json | 2 +- .../layout-property-zoom-function-to-literal/metrics.json | 2 +- .../paint-property-default-to-literal/metrics.json | 2 +- .../metrics.json | 2 +- .../paint-property-default-to-property-function/metrics.json | 2 +- .../paint-property-default-to-zoom-expression/metrics.json | 2 +- .../paint-property-default-to-zoom-function/metrics.json | 2 +- .../paint-property-fill-flat-to-extrude/metrics.json | 2 +- .../paint-property-literal-to-default/metrics.json | 2 +- .../paint-property-literal-to-expression/metrics.json | 2 +- .../paint-property-literal-to-function/metrics.json | 2 +- .../metrics.json | 2 +- .../paint-property-literal-to-property-function/metrics.json | 2 +- .../metrics.json | 2 +- .../paint-property-overriden-default-to-literal/metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../paint-property-property-function-to-default/metrics.json | 2 +- .../paint-property-property-function-to-literal/metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../paint-property-zoom-expression-to-default/metrics.json | 2 +- .../paint-property-zoom-expression-to-literal/metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../paint-property-zoom-function-to-default/metrics.json | 2 +- .../paint-property-zoom-function-to-literal/metrics.json | 2 +- .../set-style-filter-default-to-false/metrics.json | 2 +- .../set-style-filter-default-to-true/metrics.json | 2 +- .../set-style-filter-false-to-default/metrics.json | 2 +- .../set-style-filter-false-to-true/metrics.json | 2 +- .../set-style-filter-true-to-default/metrics.json | 2 +- .../set-style-filter-true-to-false/metrics.json | 2 +- .../set-style-layer-add-background/metrics.json | 2 +- .../runtime-styling/set-style-layer-add-circle/metrics.json | 2 +- .../runtime-styling/set-style-layer-add-fill/metrics.json | 2 +- .../runtime-styling/set-style-layer-add-line/metrics.json | 2 +- .../runtime-styling/set-style-layer-add-raster/metrics.json | 2 +- .../runtime-styling/set-style-layer-add-symbol/metrics.json | 2 +- .../set-style-layer-change-source-layer/metrics.json | 2 +- .../set-style-layer-change-source-type/metrics.json | 2 +- .../set-style-layer-change-source/metrics.json | 2 +- .../set-style-layer-remove-background/metrics.json | 2 +- .../set-style-layer-remove-circle/metrics.json | 2 +- .../runtime-styling/set-style-layer-remove-fill/metrics.json | 2 +- .../runtime-styling/set-style-layer-remove-line/metrics.json | 2 +- .../set-style-layer-remove-raster/metrics.json | 2 +- .../set-style-layer-remove-symbol/metrics.json | 2 +- .../runtime-styling/set-style-layer-reorder/metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../set-style-paint-property-default-to-literal/metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../set-style-paint-property-literal-to-default/metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../set-style-source-add-geojson-inline/metrics.json | 2 +- .../set-style-source-add-geojson-url/metrics.json | 2 +- .../set-style-source-add-raster-inline/metrics.json | 2 +- .../set-style-source-add-raster-url/metrics.json | 2 +- .../set-style-source-add-vector-inline/metrics.json | 2 +- .../set-style-source-add-vector-url/metrics.json | 2 +- .../runtime-styling/set-style-source-update/metrics.json | 2 +- .../runtime-styling/set-style-sprite/metrics.json | 2 +- .../set-style-visibility-default-to-none/metrics.json | 2 +- .../set-style-visibility-default-to-visible/metrics.json | 2 +- .../set-style-visibility-none-to-default/metrics.json | 2 +- .../set-style-visibility-none-to-visible/metrics.json | 2 +- .../set-style-visibility-visible-to-default/metrics.json | 2 +- .../set-style-visibility-visible-to-none/metrics.json | 2 +- .../runtime-styling/source-add-geojson-inline/metrics.json | 2 +- .../runtime-styling/source-add-geojson-url/metrics.json | 2 +- .../runtime-styling/source-add-raster-inline/metrics.json | 2 +- .../runtime-styling/source-add-raster-url/metrics.json | 2 +- .../runtime-styling/source-add-vector-inline/metrics.json | 2 +- .../runtime-styling/source-add-vector-url/metrics.json | 2 +- .../runtime-styling/visibility-default-to-none/metrics.json | 2 +- .../visibility-default-to-visible/metrics.json | 2 +- .../runtime-styling/visibility-none-to-default/metrics.json | 2 +- .../runtime-styling/visibility-none-to-visible/metrics.json | 2 +- .../visibility-visible-to-default/metrics.json | 2 +- .../runtime-styling/visibility-visible-to-none/metrics.json | 2 +- .../render-tests/satellite-v9/z0/metrics.json | 2 +- .../render-tests/sparse-tileset/overdraw/metrics.json | 2 +- .../render-tests/sprites/1x-screen-1x-icon/metrics.json | 2 +- .../render-tests/sprites/1x-screen-1x-pattern/metrics.json | 2 +- .../render-tests/sprites/1x-screen-2x-icon/metrics.json | 2 +- .../render-tests/sprites/1x-screen-2x-pattern/metrics.json | 2 +- .../render-tests/sprites/2x-screen-1x-icon/metrics.json | 2 +- .../render-tests/sprites/2x-screen-1x-pattern/metrics.json | 2 +- .../render-tests/sprites/2x-screen-2x-icon/metrics.json | 2 +- .../render-tests/sprites/2x-screen-2x-pattern/metrics.json | 2 +- .../render-tests/sprites/array-default-only/metrics.json | 2 +- .../render-tests/sprites/array-multiple/metrics.json | 2 +- .../render-tests/symbol-geometry/linestring/metrics.json | 2 +- .../symbol-geometry/multilinestring/metrics.json | 2 +- .../render-tests/symbol-geometry/multipoint/metrics.json | 2 +- .../render-tests/symbol-geometry/multipolygon/metrics.json | 2 +- .../render-tests/symbol-geometry/point/metrics.json | 2 +- .../render-tests/symbol-geometry/polygon/metrics.json | 2 +- .../line-center-buffer-tile-map-mode/metrics.json | 2 +- .../symbol-placement/line-center-buffer/metrics.json | 2 +- .../symbol-placement/line-center-tile-map-mode/metrics.json | 2 +- .../render-tests/symbol-placement/line-center/metrics.json | 2 +- .../symbol-placement/line-overscaled/metrics.json | 2 +- .../render-tests/symbol-placement/line/metrics.json | 2 +- .../render-tests/symbol-placement/point-polygon/metrics.json | 2 +- .../render-tests/symbol-placement/point/metrics.json | 2 +- .../symbol-sort-key/icon-expression/metrics.json | 2 +- .../placement-tile-boundary-left-then-right/metrics.json | 2 +- .../symbol-sort-key/text-expression/metrics.json | 2 +- .../symbol-sort-key/text-ignore-placement/metrics.json | 2 +- .../render-tests/symbol-sort-key/text-placement/metrics.json | 2 +- .../render-tests/symbol-spacing/line-close/metrics.json | 2 +- .../render-tests/symbol-spacing/line-far/metrics.json | 2 +- .../render-tests/symbol-spacing/line-overscaled/metrics.json | 2 +- .../render-tests/symbol-spacing/point-close/metrics.json | 2 +- .../render-tests/symbol-spacing/point-far/metrics.json | 2 +- .../render-tests/symbol-visibility/none/metrics.json | 2 +- .../render-tests/symbol-visibility/visible/metrics.json | 2 +- .../render-tests/symbol-z-order/default/metrics.json | 2 +- .../render-tests/symbol-z-order/disabled/metrics.json | 2 +- .../render-tests/symbol-z-order/icon-with-text/metrics.json | 2 +- .../render-tests/symbol-z-order/pitched/metrics.json | 2 +- .../render-tests/symbol-z-order/viewport-y/metrics.json | 2 +- .../render-tests/text-anchor/bottom-left/metrics.json | 2 +- .../render-tests/text-anchor/bottom-right/metrics.json | 2 +- .../render-tests/text-anchor/bottom/metrics.json | 2 +- .../render-tests/text-anchor/center/metrics.json | 2 +- .../render-tests/text-anchor/left/metrics.json | 2 +- .../render-tests/text-anchor/property-function/metrics.json | 2 +- .../render-tests/text-anchor/right/metrics.json | 2 +- .../render-tests/text-anchor/top-left/metrics.json | 2 +- .../render-tests/text-anchor/top-right/metrics.json | 2 +- .../render-tests/text-anchor/top/metrics.json | 2 +- .../render-tests/text-arabic/letter-spacing/metrics.json | 2 +- .../render-tests/text-arabic/line-break-mixed/metrics.json | 2 +- .../render-tests/text-arabic/line-break/metrics.json | 2 +- .../render-tests/text-arabic/mixed-numeric/metrics.json | 2 +- .../render-tests/text-arabic/multi-paragraph/metrics.json | 2 +- .../render-tests/text-color/default/metrics.json | 2 +- .../render-tests/text-color/function/metrics.json | 2 +- .../render-tests/text-color/literal/metrics.json | 2 +- .../render-tests/text-color/property-function/metrics.json | 2 +- .../render-tests/text-field/formatted-arabic/metrics.json | 2 +- .../text-field/formatted-images-constant-size/metrics.json | 2 +- .../text-field/formatted-images-line/metrics.json | 2 +- .../text-field/formatted-images-multiline/metrics.json | 2 +- .../metrics.json | 2 +- .../text-field/formatted-images-vertical/metrics.json | 2 +- .../formatted-images-zoom-dependent-size/metrics.json | 2 +- .../render-tests/text-field/formatted-images/metrics.json | 2 +- .../render-tests/text-field/formatted-line/metrics.json | 2 +- .../metrics.json | 2 +- .../text-field/formatted-text-color-overrides/metrics.json | 2 +- .../text-field/formatted-text-color/metrics.json | 2 +- .../render-tests/text-field/formatted/metrics.json | 2 +- .../render-tests/text-field/literal/metrics.json | 2 +- .../render-tests/text-field/property-function/metrics.json | 2 +- .../render-tests/text-field/token/metrics.json | 2 +- .../render-tests/text-font/camera-function/metrics.json | 2 +- .../render-tests/text-font/chinese/metrics.json | 2 +- .../render-tests/text-font/data-expression/metrics.json | 2 +- .../render-tests/text-font/literal/metrics.json | 2 +- .../render-tests/text-halo-blur/default/metrics.json | 2 +- .../render-tests/text-halo-blur/function/metrics.json | 2 +- .../render-tests/text-halo-blur/literal/metrics.json | 2 +- .../text-halo-blur/property-function/metrics.json | 2 +- .../render-tests/text-halo-color/default/metrics.json | 2 +- .../render-tests/text-halo-color/function/metrics.json | 2 +- .../render-tests/text-halo-color/literal/metrics.json | 2 +- .../text-halo-color/property-function/metrics.json | 2 +- .../render-tests/text-halo-width/default/metrics.json | 2 +- .../render-tests/text-halo-width/function/metrics.json | 2 +- .../render-tests/text-halo-width/literal/metrics.json | 2 +- .../text-halo-width/property-function/metrics.json | 2 +- .../render-tests/text-justify/auto/metrics.json | 2 +- .../render-tests/text-justify/left/metrics.json | 2 +- .../render-tests/text-justify/property-function/metrics.json | 2 +- .../render-tests/text-justify/right/metrics.json | 2 +- .../text-keep-upright/line-placement-false/metrics.json | 2 +- .../line-placement-true-offset/metrics.json | 2 +- .../line-placement-true-pitched/metrics.json | 2 +- .../line-placement-true-rotated/metrics.json | 2 +- .../line-placement-true-text-anchor/metrics.json | 2 +- .../text-keep-upright/line-placement-true/metrics.json | 2 +- .../point-placement-align-map-false/metrics.json | 2 +- .../point-placement-align-map-true/metrics.json | 2 +- .../point-placement-align-viewport-false/metrics.json | 2 +- .../point-placement-align-viewport-true/metrics.json | 2 +- .../text-letter-spacing/function-close/metrics.json | 2 +- .../text-letter-spacing/function-far/metrics.json | 2 +- .../render-tests/text-letter-spacing/literal/metrics.json | 2 +- .../text-letter-spacing/property-function/metrics.json | 2 +- .../zoom-and-property-function/metrics.json | 2 +- .../render-tests/text-line-height/literal/metrics.json | 2 +- .../render-tests/text-max-angle/line-center/metrics.json | 2 +- .../render-tests/text-max-angle/literal/metrics.json | 2 +- .../text-max-width/force-double-newline/metrics.json | 2 +- .../text-max-width/force-newline-line-center/metrics.json | 2 +- .../text-max-width/force-newline-line/metrics.json | 2 +- .../render-tests/text-max-width/force-newline/metrics.json | 2 +- .../text-max-width/ideographic-breaking/metrics.json | 2 +- .../ideographic-punctuation-breaking/metrics.json | 2 +- .../render-tests/text-max-width/literal/metrics.json | 2 +- .../text-max-width/property-function/metrics.json | 2 +- .../zero-width-line-center-placement/metrics.json | 2 +- .../text-max-width/zero-width-line-placement/metrics.json | 2 +- .../text-max-width/zoom-and-property-function/metrics.json | 2 +- .../text-no-cross-source-collision/default/metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../render-tests/text-offset/literal/metrics.json | 2 +- .../render-tests/text-offset/property-function/metrics.json | 2 +- .../render-tests/text-opacity/default/metrics.json | 2 +- .../render-tests/text-opacity/function/metrics.json | 2 +- .../render-tests/text-opacity/literal/metrics.json | 2 +- .../render-tests/text-opacity/property-function/metrics.json | 2 +- .../auto-text-rotation-alignment-map/metrics.json | 2 +- .../auto-text-rotation-alignment-viewport/metrics.json | 2 +- .../text-pitch-alignment/map-text-depthtest/metrics.json | 2 +- .../map-text-rotation-alignment-map/metrics.json | 2 +- .../map-text-rotation-alignment-viewport/metrics.json | 2 +- .../viewport-overzoomed-single-glyph/metrics.json | 2 +- .../text-pitch-alignment/viewport-overzoomed/metrics.json | 2 +- .../viewport-text-depthtest/metrics.json | 2 +- .../viewport-text-rotation-alignment-map/metrics.json | 2 +- .../viewport-text-rotation-alignment-viewport/metrics.json | 2 +- .../render-tests/text-pitch-scaling/line-half/metrics.json | 2 +- .../render-tests/text-radial-offset/basic/metrics.json | 2 +- .../render-tests/text-rotate/anchor-bottom/metrics.json | 2 +- .../render-tests/text-rotate/anchor-left/metrics.json | 2 +- .../render-tests/text-rotate/anchor-right/metrics.json | 2 +- .../render-tests/text-rotate/anchor-top/metrics.json | 2 +- .../render-tests/text-rotate/function/metrics.json | 2 +- .../render-tests/text-rotate/literal/metrics.json | 2 +- .../render-tests/text-rotate/property-function/metrics.json | 2 +- .../render-tests/text-rotate/with-offset/metrics.json | 2 +- .../auto-symbol-placement-line/metrics.json | 2 +- .../auto-symbol-placement-point/metrics.json | 2 +- .../map-symbol-placement-line/metrics.json | 2 +- .../map-symbol-placement-point/metrics.json | 2 +- .../viewport-symbol-placement-line/metrics.json | 2 +- .../viewport-symbol-placement-point/metrics.json | 2 +- .../text-size/camera-function-high-base/metrics.json | 2 +- .../text-size/camera-function-interval/metrics.json | 2 +- .../render-tests/text-size/composite-expression/metrics.json | 2 +- .../text-size/composite-function-line-placement/metrics.json | 2 +- .../render-tests/text-size/composite-function/metrics.json | 2 +- .../render-tests/text-size/default/metrics.json | 2 +- .../render-tests/text-size/function/metrics.json | 2 +- .../render-tests/text-size/literal/metrics.json | 2 +- .../render-tests/text-size/property-function/metrics.json | 2 +- .../render-tests/text-size/zero/metrics.json | 2 +- .../text-tile-edge-clipping/default/metrics.json | 2 +- .../render-tests/text-transform/lowercase/metrics.json | 2 +- .../text-transform/property-function/metrics.json | 2 +- .../render-tests/text-transform/uppercase/metrics.json | 2 +- .../render-tests/text-translate-anchor/map/metrics.json | 2 +- .../render-tests/text-translate-anchor/viewport/metrics.json | 2 +- .../render-tests/text-translate/default/metrics.json | 2 +- .../render-tests/text-translate/function/metrics.json | 2 +- .../render-tests/text-translate/literal/metrics.json | 2 +- .../all-anchors-icon-text-fit/metrics.json | 2 +- .../all-anchors-text-allow-overlap/metrics.json | 2 +- .../text-variable-anchor-offset/all-anchors/metrics.json | 2 +- .../databind-coalesce/metrics.json | 2 +- .../databind-interpolate/metrics.json | 2 +- .../icon-image-all-anchors/metrics.json | 2 +- .../icon-image-offset/metrics.json | 2 +- .../text-variable-anchor-offset/icon-image/metrics.json | 2 +- .../icon-text-fit-collision-box/metrics.json | 2 +- .../text-variable-anchor-offset/no-animate-zoom/metrics.json | 2 +- .../text-variable-anchor-offset/pitched-offset/metrics.json | 2 +- .../pitched-with-map/metrics.json | 2 +- .../text-variable-anchor-offset/pitched/metrics.json | 2 +- .../text-variable-anchor-offset/rotated-offset/metrics.json | 2 +- .../rotated-with-map/metrics.json | 2 +- .../text-variable-anchor-offset/rotated/metrics.json | 2 +- .../single-justification/metrics.json | 2 +- .../text-variable-anchor-offset/single-line/metrics.json | 2 +- .../text-allow-overlap/metrics.json | 2 +- .../top-bottom-left-right/metrics.json | 2 +- .../all-anchors-icon-text-fit/metrics.json | 2 +- .../all-anchors-offset-zero/metrics.json | 2 +- .../text-variable-anchor/all-anchors-offset/metrics.json | 2 +- .../all-anchors-radial-offset-zero/metrics.json | 2 +- .../all-anchors-text-allow-overlap/metrics.json | 2 +- .../all-anchors-tile-map-mode/metrics.json | 2 +- .../all-anchors-two-dimentional-offset-negative/metrics.json | 2 +- .../all-anchors-two-dimentional-offset-zero/metrics.json | 2 +- .../all-anchors-two-dimentional-offset/metrics.json | 2 +- .../text-variable-anchor/all-anchors/metrics.json | 2 +- .../text-variable-anchor/icon-image-all-anchors/metrics.json | 2 +- .../text-variable-anchor/icon-image/metrics.json | 2 +- .../icon-text-fit-collision-box/metrics.json | 2 +- .../left-top-right-bottom-offset-tile-map-mode/metrics.json | 2 +- .../text-variable-anchor/no-animate-zoom/metrics.json | 2 +- .../text-variable-anchor/pitched-offset/metrics.json | 2 +- .../text-variable-anchor/pitched-rotated-debug/metrics.json | 2 +- .../text-variable-anchor/pitched-with-map/metrics.json | 2 +- .../render-tests/text-variable-anchor/pitched/metrics.json | 2 +- .../text-variable-anchor/rotated-offset/metrics.json | 2 +- .../text-variable-anchor/rotated-with-map/metrics.json | 2 +- .../render-tests/text-variable-anchor/rotated/metrics.json | 2 +- .../text-variable-anchor/single-justification/metrics.json | 2 +- .../text-variable-anchor/single-line/metrics.json | 2 +- .../text-variable-anchor/text-allow-overlap/metrics.json | 2 +- .../text-variable-anchor/top-bottom-left-right/metrics.json | 2 +- .../render-tests/text-visibility/none/metrics.json | 2 +- .../render-tests/text-visibility/visible/metrics.json | 2 +- .../line_label/chinese-punctuation/metrics.json | 2 +- .../text-writing-mode/line_label/chinese/metrics.json | 2 +- .../text-writing-mode/line_label/latin/metrics.json | 2 +- .../text-writing-mode/line_label/mixed/metrics.json | 2 +- .../point_label/cjk-arabic-vertical-mode/metrics.json | 2 +- .../point_label/cjk-horizontal-vertical-mode/metrics.json | 2 +- .../cjk-multiline-vertical-horizontal-mode/metrics.json | 2 +- .../point_label/cjk-punctuation-vertical-mode/metrics.json | 2 +- .../metrics.json | 2 +- .../metrics.json | 2 +- .../cjk-variable-anchors-vertical-mode/metrics.json | 2 +- .../point_label/cjk-vertical-horizontal-mode/metrics.json | 2 +- .../point_label/cjk-vertical-mode/metrics.json | 2 +- .../point_label/latin-vertical-mode/metrics.json | 2 +- .../metrics.json | 2 +- .../mixed-multiline-vertical-horizontal-mode/metrics.json | 2 +- .../render-tests/tilejson-bounds/default/metrics.json | 2 +- .../windows-msvc-release/render-tests/tms/tms/metrics.json | 2 +- .../within/filter-with-inlined-geojson/metrics.json | 2 +- .../render-tests/within/layout-text/metrics.json | 2 +- .../render-tests/within/paint-circle/metrics.json | 2 +- .../render-tests/within/paint-icon/metrics.json | 2 +- .../render-tests/within/paint-line/metrics.json | 2 +- .../render-tests/within/paint-text/metrics.json | 2 +- .../render-tests/zoom-history/in/metrics.json | 2 +- .../render-tests/zoom-history/out/metrics.json | 2 +- .../render-tests/zoom-visibility/above/metrics.json | 2 +- .../render-tests/zoom-visibility/below/metrics.json | 2 +- .../render-tests/zoom-visibility/in-range/metrics.json | 2 +- .../render-tests/zoom-visibility/out-of-range/metrics.json | 2 +- .../render-tests/zoom-visibility/was-above/metrics.json | 2 +- .../render-tests/zoom-visibility/was-below/metrics.json | 2 +- .../render-tests/zoomed-fill/default/metrics.json | 2 +- .../render-tests/zoomed-raster/fractional/metrics.json | 2 +- .../render-tests/zoomed-raster/overzoom/metrics.json | 2 +- .../render-tests/zoomed-raster/underzoom/metrics.json | 2 +- misc/mb-icon-blue-circle.svg | 2 +- platform/README.md | 2 +- platform/android/.idea/runConfigurations/Benchmark.xml | 2 +- .../.idea/runConfigurations/Instrumentation_Tests.xml | 2 +- platform/android/LICENSE.md | 1 - platform/android/Makefile | 2 +- platform/android/MapLibreAndroid/.gitignore | 1 - platform/android/MapLibreAndroid/proguard-rules.pro | 2 +- .../MapLibreAndroid/src/cpp/android_gl_renderer_backend.cpp | 2 +- .../src/cpp/android_vulkan_renderer_backend.cpp | 2 +- .../android/MapLibreAndroid/src/cpp/annotation/marker.cpp | 2 +- .../android/MapLibreAndroid/src/cpp/annotation/marker.hpp | 2 +- .../MapLibreAndroid/src/cpp/annotation/multi_point.hpp | 2 +- .../android/MapLibreAndroid/src/cpp/annotation/polygon.cpp | 2 +- .../android/MapLibreAndroid/src/cpp/annotation/polygon.hpp | 2 +- .../android/MapLibreAndroid/src/cpp/annotation/polyline.cpp | 2 +- .../android/MapLibreAndroid/src/cpp/annotation/polyline.hpp | 2 +- platform/android/MapLibreAndroid/src/cpp/geojson/feature.hpp | 2 +- .../MapLibreAndroid/src/cpp/geojson/feature_collection.cpp | 2 +- .../MapLibreAndroid/src/cpp/geojson/feature_collection.hpp | 2 +- .../android/MapLibreAndroid/src/cpp/geojson/geometry.hpp | 2 +- .../MapLibreAndroid/src/cpp/geojson/geometry_collection.cpp | 2 +- .../MapLibreAndroid/src/cpp/geojson/geometry_collection.hpp | 2 +- .../android/MapLibreAndroid/src/cpp/geojson/line_string.cpp | 2 +- .../android/MapLibreAndroid/src/cpp/geojson/line_string.hpp | 2 +- .../MapLibreAndroid/src/cpp/geojson/multi_line_string.cpp | 2 +- .../MapLibreAndroid/src/cpp/geojson/multi_line_string.hpp | 2 +- .../android/MapLibreAndroid/src/cpp/geojson/multi_point.cpp | 2 +- .../android/MapLibreAndroid/src/cpp/geojson/multi_point.hpp | 2 +- .../MapLibreAndroid/src/cpp/geojson/multi_polygon.cpp | 2 +- .../MapLibreAndroid/src/cpp/geojson/multi_polygon.hpp | 2 +- platform/android/MapLibreAndroid/src/cpp/geojson/point.hpp | 2 +- platform/android/MapLibreAndroid/src/cpp/geojson/polygon.cpp | 2 +- platform/android/MapLibreAndroid/src/cpp/geojson/polygon.hpp | 2 +- .../android/MapLibreAndroid/src/cpp/geometry/lat_lng.cpp | 2 +- .../android/MapLibreAndroid/src/cpp/geometry/lat_lng.hpp | 2 +- .../MapLibreAndroid/src/cpp/geometry/lat_lng_bounds.cpp | 2 +- .../MapLibreAndroid/src/cpp/geometry/lat_lng_bounds.hpp | 2 +- .../MapLibreAndroid/src/cpp/geometry/lat_lng_quad.cpp | 2 +- .../MapLibreAndroid/src/cpp/geometry/lat_lng_quad.hpp | 2 +- .../MapLibreAndroid/src/cpp/geometry/projected_meters.cpp | 2 +- .../MapLibreAndroid/src/cpp/geometry/projected_meters.hpp | 2 +- platform/android/MapLibreAndroid/src/cpp/graphics/pointf.cpp | 2 +- platform/android/MapLibreAndroid/src/cpp/graphics/pointf.hpp | 2 +- platform/android/MapLibreAndroid/src/cpp/graphics/rectf.cpp | 2 +- platform/android/MapLibreAndroid/src/cpp/graphics/rectf.hpp | 2 +- platform/android/MapLibreAndroid/src/cpp/gson/json_array.cpp | 2 +- platform/android/MapLibreAndroid/src/cpp/gson/json_array.hpp | 2 +- .../android/MapLibreAndroid/src/cpp/gson/json_element.cpp | 2 +- .../android/MapLibreAndroid/src/cpp/gson/json_element.hpp | 2 +- .../android/MapLibreAndroid/src/cpp/gson/json_object.cpp | 2 +- .../android/MapLibreAndroid/src/cpp/gson/json_object.hpp | 2 +- .../android/MapLibreAndroid/src/cpp/gson/json_primitive.cpp | 2 +- .../android/MapLibreAndroid/src/cpp/gson/json_primitive.hpp | 2 +- platform/android/MapLibreAndroid/src/cpp/java/util.cpp | 2 +- platform/android/MapLibreAndroid/src/cpp/java/util.hpp | 2 +- platform/android/MapLibreAndroid/src/cpp/logger.cpp | 2 +- platform/android/MapLibreAndroid/src/cpp/logger.hpp | 2 +- platform/android/MapLibreAndroid/src/cpp/logging_android.cpp | 2 +- .../android/MapLibreAndroid/src/cpp/map/camera_position.hpp | 2 +- platform/android/MapLibreAndroid/src/cpp/map/image.hpp | 2 +- .../MapLibreAndroid/src/cpp/snapshotter/map_snapshot.hpp | 2 +- .../MapLibreAndroid/src/cpp/style/conversion/filter.hpp | 2 +- platform/android/MapLibreAndroid/src/cpp/style/formatted.cpp | 2 +- platform/android/MapLibreAndroid/src/cpp/style/formatted.hpp | 2 +- .../MapLibreAndroid/src/cpp/style/formatted_section.cpp | 2 +- .../MapLibreAndroid/src/cpp/style/formatted_section.hpp | 2 +- platform/android/MapLibreAndroid/src/cpp/style/light.hpp | 2 +- platform/android/MapLibreAndroid/src/cpp/style/position.cpp | 2 +- platform/android/MapLibreAndroid/src/cpp/style/position.hpp | 2 +- .../MapLibreAndroid/src/cpp/style/transition_options.cpp | 2 +- .../MapLibreAndroid/src/cpp/style/transition_options.hpp | 2 +- .../android/MapLibreAndroid/src/cpp/util/default_style.cpp | 2 +- .../android/MapLibreAndroid/src/cpp/util/default_style.hpp | 2 +- .../android/MapLibreAndroid/src/drawable/AndroidManifest.xml | 2 +- .../src/main/java/org/maplibre/android/LibraryLoader.java | 1 - .../main/java/org/maplibre/android/annotations/Bubble.java | 2 +- .../java/org/maplibre/android/location/CompassListener.java | 1 - .../maplibre/android/location/LocationCameraController.java | 2 +- .../android/location/LocationComponentActivationOptions.java | 2 +- .../android/location/LocationComponentCompassEngine.java | 2 +- .../maplibre/android/location/LocationLayerController.java | 2 +- .../maplibre/android/location/MapLibreAnimatorListener.kt | 2 +- .../org/maplibre/android/location/MapLibrePaddingAnimator.kt | 2 +- .../java/org/maplibre/android/location/PaddingEvaluator.kt | 2 +- .../org/maplibre/android/location/engine/LocationEngine.java | 2 +- .../android/location/engine/LocationEngineCallback.java | 2 +- .../android/location/engine/LocationEngineProxy.java | 2 +- .../android/location/engine/LocationEngineRequest.java | 1 - .../org/maplibre/android/location/modes/package-info.java | 2 +- .../java/org/maplibre/android/location/package-info.java | 2 +- .../src/main/java/org/maplibre/android/log/Logger.java | 2 +- .../main/java/org/maplibre/android/log/LoggerDefinition.java | 2 +- .../src/main/java/org/maplibre/android/log/package-info.java | 2 +- .../java/org/maplibre/android/maps/AnnotationContainer.java | 2 +- .../java/org/maplibre/android/maps/MapChangeReceiver.java | 2 +- .../main/java/org/maplibre/android/maps/MarkerContainer.java | 2 +- .../src/main/java/org/maplibre/android/maps/NativeMap.java | 2 +- .../maps/renderer/surfaceview/SurfaceViewMapRenderer.java | 2 +- .../org/maplibre/android/module/http/HttpRequestImpl.java | 2 +- .../org/maplibre/android/module/http/HttpRequestUtil.java | 2 +- .../main/java/org/maplibre/android/style/layers/Layer.java | 2 +- .../main/java/org/maplibre/android/style/light/Light.java | 2 +- .../java/org/maplibre/android/style/light/light.java.ejs | 2 +- .../src/main/java/org/maplibre/android/utils/FontUtils.java | 2 +- .../main/res/drawable/maplibre_popup_window_transparent.xml | 2 +- .../src/main/res/drawable/maplibre_rounded_corner.xml | 2 +- .../src/main/res/drawable/maplibre_user_icon_shadow.xml | 2 +- .../src/main/res/layout/maplibre_infowindow_content.xml | 1 - .../MapLibreAndroid/src/main/res/values-cs/strings.xml | 2 +- .../MapLibreAndroid/src/main/res/values-fr/strings.xml | 2 +- .../MapLibreAndroid/src/main/res/values-gl/strings.xml | 2 +- .../MapLibreAndroid/src/main/res/values-hu/strings.xml | 2 +- .../MapLibreAndroid/src/main/res/values-pl/strings.xml | 2 +- .../android/MapLibreAndroid/src/main/res/values/styles.xml | 2 +- .../maplibre/android/maps/renderer/egl/EGLLogWrapper.java | 1 - .../maps/renderer/surfaceview/GLSurfaceViewMapRenderer.java | 2 +- .../src/test/java/org/maplibre/android/MapLibreInjector.kt | 2 +- .../src/test/java/org/maplibre/android/MapLibreTest.kt | 2 +- .../maplibre/android/location/engine/LocationEngineTest.kt | 2 +- .../mockito-extensions/org.mockito.plugins.MockMaker | 2 +- .../android/MapLibreAndroid/src/vulkan/AndroidManifest.xml | 2 +- .../renderer/surfaceview/VulkanSurfaceViewMapRenderer.java | 2 +- platform/android/MapLibreAndroidLint/.gitignore | 1 - platform/android/MapLibreAndroidTestApp/.gitignore | 1 - .../src/androidTest/AndroidManifest.xml | 2 +- .../src/androidTest/assets/streets.json | 2 +- .../java/org/maplibre/android/benchmark/Benchmark.kt | 2 +- .../java/org/maplibre/android/maps/MapLibreMapTest.kt | 2 +- .../java/org/maplibre/android/maps/MapLibreTest.kt | 2 +- .../maplibre/android/testapp/action/MapLibreMapAction.java | 2 -- .../java/org/maplibre/android/testapp/action/WaitAction.java | 1 - .../java/org/maplibre/android/testapp/activity/BaseTest.java | 2 +- .../maplibre/android/testapp/camera/CameraAnimateTest.java | 2 +- .../org/maplibre/android/testapp/camera/CameraEaseTest.java | 2 +- .../org/maplibre/android/testapp/camera/CameraMoveTest.java | 2 +- .../android/testapp/geometry/GeoJsonConversionTest.java | 2 +- .../maplibre/android/testapp/geometry/LatLngBoundsTest.java | 2 +- .../android/testapp/maps/widgets/AttributionTest.java | 2 +- .../android/testapp/maps/widgets/CompassViewTest.java | 1 - .../java/org/maplibre/android/testapp/render/RenderTest.java | 2 +- .../java/org/maplibre/android/testapp/style/LightTest.java | 2 +- .../java/org/maplibre/android/testapp/style/light.junit.ejs | 2 +- .../MapLibreAndroidTestApp/src/main/AndroidManifest.xml | 2 +- .../src/main/assets/fill_color_style.json | 2 +- .../src/main/assets/fill_filter_style.json | 2 +- .../MapLibreAndroidTestApp/src/main/assets/heavy_style.json | 2 +- .../src/main/assets/line_filter_style.json | 2 +- .../src/main/assets/numeric_filter_style.json | 2 +- .../MapLibreAndroidTestApp/src/main/assets/outdoor.json | 2 +- .../MapLibreAndroidTestApp/src/main/assets/pastel.json | 2 +- .../MapLibreAndroidTestApp/src/main/assets/points-sf.geojson | 2 +- .../src/main/assets/satellite-hybrid.json | 2 +- .../src/main/assets/small_line.geojson | 2 +- .../src/main/assets/small_poly.geojson | 2 +- .../MapLibreAndroidTestApp/src/main/assets/streets.json | 2 +- .../src/main/assets/stretchable_image.geojson | 2 +- .../testapp/activity/options/MapOptionsRuntimeActivity.kt | 2 +- .../testapp/activity/options/MapOptionsXmlActivity.kt | 2 +- .../testapp/activity/snapshot/MapSnapshotterActivity.kt | 2 +- .../java/org/maplibre/android/testapp/styles/TestStyles.kt | 2 +- .../src/main/res/drawable/ic_ab_back.xml | 2 +- .../main/res/drawable/mapbox_user_icon_shadow_0px_test.xml | 2 +- .../src/main/res/layout/activity_backstack_fragment.xml | 2 +- .../src/main/res/layout/activity_benchmark.xml | 2 +- .../src/main/res/layout/activity_bottom_sheet.xml | 2 +- .../src/main/res/layout/activity_cache_management.xml | 2 +- .../src/main/res/layout/activity_camera_animator.xml | 2 +- .../layout/activity_collection_update_on_style_change.xml | 2 +- .../src/main/res/layout/activity_custom_layer.xml | 1 - .../src/main/res/layout/activity_debug_mode.xml | 2 +- .../src/main/res/layout/activity_draggable_marker.xml | 2 +- .../src/main/res/layout/activity_hillshade_layer.xml | 2 +- .../src/main/res/layout/activity_latlngbounds.xml | 2 +- .../layout/activity_location_layer_activation_builder.xml | 2 +- .../layout/activity_location_layer_basic_pulsing_circle.xml | 2 +- .../activity_location_layer_customized_pulsing_circle.xml | 2 +- .../src/main/res/layout/activity_location_layer_fragment.xml | 2 +- .../main/res/layout/activity_location_layer_map_change.xml | 2 +- .../src/main/res/layout/activity_location_layer_mode.xml | 2 +- .../src/main/res/layout/activity_location_manual_update.xml | 2 +- .../src/main/res/layout/activity_map_fragment.xml | 2 -- .../src/main/res/layout/activity_map_options_runtime.xml | 2 +- .../src/main/res/layout/activity_map_options_xml.xml | 2 +- .../res/layout/activity_mapsnapshotter_within_expression.xml | 2 +- .../src/main/res/layout/activity_maxmin_zoom.xml | 2 +- .../src/main/res/layout/activity_overlay.xml | 2 +- .../src/main/res/layout/activity_physical_circle.xml | 2 +- .../src/main/res/layout/activity_recyclerview.xml | 2 +- .../src/main/res/layout/activity_region_download.xml | 2 +- .../src/main/res/layout/activity_scroll_by.xml | 2 -- .../src/main/res/layout/activity_symbollayer.xml | 1 - .../src/main/res/layout/activity_textureview_animate.xml | 1 - .../src/main/res/layout/activity_textureview_debug_mode.xml | 2 +- .../src/main/res/layout/activity_textureview_resize.xml | 1 - .../src/main/res/layout/activity_textureview_transparent.xml | 1 - .../src/main/res/layout/activity_within_expression.xml | 2 +- .../src/main/res/layout/item_gesture_alert.xml | 2 +- .../src/main/res/layout/item_viewpager.xml | 1 - .../src/main/res/menu/menu_gestures.xml | 2 +- .../src/main/res/menu/menu_location_mode.xml | 2 +- .../src/main/res/menu/menu_pulsing_location_mode.xml | 2 +- .../src/main/res/raw/amsterdam.geojson | 2 +- .../MapLibreAndroidTestApp/src/main/res/raw/demotiles.json | 2 +- .../MapLibreAndroidTestApp/src/main/res/raw/local_style.json | 2 +- .../MapLibreAndroidTestApp/src/main/res/raw/no_bg_style.json | 2 +- .../src/main/res/raw/test_feature_collection.geojson | 2 +- .../src/main/res/raw/test_line_gradient_feature.geojson | 2 +- .../src/main/res/raw/test_line_string_feature.geojson | 2 +- .../src/main/res/raw/test_multi_line_string_feature.geojson | 2 +- .../src/main/res/raw/test_multi_point_feature.geojson | 2 +- .../src/main/res/raw/test_points_utrecht.geojson | 2 +- .../src/main/res/raw/tiny_countries.geojson | 2 +- .../MapLibreAndroidTestApp/src/main/res/values/actions.xml | 2 +- .../MapLibreAndroidTestApp/src/main/res/values/arrays.xml | 2 +- .../src/main/res/values/categories.xml | 2 +- .../MapLibreAndroidTestApp/src/main/res/values/titles.xml | 2 +- .../android/MapLibreAndroidTestApp/test-proguard-rules.pro | 2 +- platform/android/MapLibrePlugin/build.gradle.kts | 2 +- platform/android/MapLibrePlugin/settings.gradle.kts | 2 +- .../src/main/kotlin/org/maplibre/CcachePlugin.kt | 1 - platform/android/buildSrc/settings.gradle.kts | 2 +- .../src/main/kotlin/DownloadVulkanValidationPlugin.kt | 2 +- .../android/buildSrc/src/main/kotlin/NativeBuildPlugin.kt | 2 +- platform/android/buildSrc/src/main/kotlin/Versions.kt | 2 +- .../kotlin/maplibre.download-vulkan-validation.gradle.kts | 2 +- .../kotlin/maplibre.gradle-dependencies-graph.gradle.kts | 2 -- .../src/main/kotlin/maplibre.publish-root.gradle.kts | 2 +- platform/android/docs/README.md | 2 +- platform/android/docs/annotations/add-markers.md | 2 +- platform/android/docs/assets/extra.css | 2 +- platform/android/docs/camera/animator-animation.md | 2 +- platform/android/docs/camera/cameraposition.md | 2 +- platform/android/docs/camera/gesture-detector.md | 2 +- platform/android/docs/camera/lat-lng-bounds.md | 2 +- platform/android/docs/camera/max-min-zoom.md | 1 - platform/android/docs/camera/move-map-pixels.md | 2 +- platform/android/docs/camera/zoom-methods.md | 1 - platform/android/docs/data/PMTiles.md | 2 +- platform/android/docs/geojson-guide.md | 2 +- platform/android/docs/index.md | 2 +- platform/android/docs/main.py | 2 +- platform/android/docs/snapshotter.md | 2 +- platform/android/docs/styling/animated-image-source.md | 2 +- platform/android/docs/styling/animated-symbol-layer.md | 2 +- platform/android/docs/styling/building-layer.md | 2 +- platform/android/docs/styling/circle-layer.md | 2 +- platform/android/docs/styling/custom-sprite.md | 2 +- platform/android/docs/styling/distance-expression.md | 2 +- platform/android/docs/styling/draggable-marker.md | 2 +- platform/android/scripts/check-alignment.sh | 2 +- platform/android/scripts/create-signing-key.sh | 2 +- platform/android/scripts/ensure-code-revision.sh | 2 +- platform/android/scripts/release-notes-github.md.ejs | 2 -- platform/android/scripts/run-benchmark.sh | 2 +- .../scripts/trigger-maps-documentation-deploy-steps.sh | 2 +- platform/android/scripts/upload-to-github-release.py | 2 +- platform/android/scripts/validate-license.py | 2 +- platform/android/src/gl_functions.cpp | 2 +- platform/android/version-script | 2 +- platform/darwin/.gitignore | 1 - platform/darwin/bazel/.gitignore | 2 +- platform/darwin/resources/Base.lproj/Foundation.strings | 1 - platform/darwin/resources/ca.lproj/Foundation.strings | 1 - platform/darwin/resources/cs.lproj/Foundation.strings | 1 - platform/darwin/resources/da.lproj/Foundation.strings | 1 - platform/darwin/resources/de.lproj/Foundation.strings | 1 - platform/darwin/resources/es.lproj/Foundation.strings | 1 - platform/darwin/resources/fr.lproj/Foundation.strings | 1 - platform/darwin/resources/gl.lproj/Foundation.strings | 1 - platform/darwin/resources/he.lproj/Foundation.strings | 1 - platform/darwin/resources/ja.lproj/Foundation.strings | 1 - platform/darwin/resources/ko.lproj/Foundation.strings | 1 - platform/darwin/resources/lt.lproj/Foundation.strings | 1 - platform/darwin/resources/pt-BR.lproj/Foundation.strings | 1 - platform/darwin/resources/ru.lproj/Foundation.strings | 1 - platform/darwin/resources/sv.lproj/Foundation.strings | 1 - platform/darwin/resources/uk.lproj/Foundation.strings | 1 - platform/darwin/resources/vi.lproj/Foundation.strings | 1 - platform/darwin/resources/zh-Hans.lproj/Foundation.strings | 1 - platform/darwin/resources/zh-Hant.lproj/Foundation.strings | 1 - platform/darwin/scripts/style-spec-cocoa-conventions-v8.json | 2 +- platform/darwin/src/MLNBackendResource.mm | 2 +- platform/darwin/src/MLNGeometry.mm | 1 - platform/darwin/src/MLNPointAnnotation.mm | 1 - platform/darwin/test/MLNTestAssertionHandler.m | 1 - platform/darwin/test/Media.xcassets/Contents.json | 2 +- platform/darwin/test/Media.xcassets/Fixtures/Contents.json | 2 +- .../Fixtures/MLNMapSnapshotterTests/Contents.json | 2 +- .../MLNMapSnapshotterTests/background.imageset/Contents.json | 2 +- .../test/Media.xcassets/RadarImage.imageset/Contents.json | 2 +- .../TrackingLocationMask.imageset/Contents.json | 2 +- platform/default/include/mbgl/storage/merge_sideloaded.js | 1 - platform/default/include/mbgl/storage/merge_sideloaded.sql | 2 +- platform/default/include/mbgl/storage/offline_schema.js | 1 - platform/default/src/mbgl/render-test/main.cpp | 2 +- platform/ios/.gitignore | 2 +- platform/ios/.npmignore | 2 +- .../Assets.xcassets/AppIcon.appiconset/Contents.json | 2 +- .../Camera Tests/MLNCameraTransitionFinishTests.mm | 1 - platform/ios/Integration_Tests/MBGLIntegrationTests.mm | 1 - .../MLNNetworkConfigurationIntegrationTests.mm | 4 ---- platform/ios/LICENSE.md | 2 +- platform/ios/MapLibre.docc/AddMarkerSymbolExample.md | 2 +- platform/ios/MapLibre.docc/AnimatedLineExample.md | 2 +- platform/ios/MapLibre.docc/AnnotationViewExample.md | 2 +- platform/ios/MapLibre.docc/BuildingLightExample.md | 2 +- platform/ios/MapLibre.docc/DDSCircleLayerExample.md | 2 +- platform/ios/MapLibre.docc/ExampleStyles.md | 2 +- platform/ios/MapLibre.docc/LineOnUserTap.md | 2 +- platform/ios/MapLibre.docc/LineStyleLayerExample.md | 2 +- platform/ios/MapLibre.docc/LocationPrivacyExample.md | 2 +- platform/ios/MapLibre.docc/ManageOfflineRegionsExample.md | 2 +- platform/ios/MapLibre.docc/MultipleImagesExample.md | 2 +- platform/ios/MapLibre.docc/OfflinePackExample.md | 2 +- platform/ios/MapLibre.docc/POIAlongRouteExample.md | 2 +- platform/ios/MapLibre.docc/Resources/.gitignore | 2 +- platform/ios/MapLibre.docc/StaticSnapshotExample.md | 2 +- platform/ios/MapLibre.docc/WebAPIDataExample.md | 2 +- platform/ios/RELEASE.md | 2 +- platform/ios/VERSION | 2 +- platform/ios/app-swift/Data/example.geojson | 2 +- .../TrackingHeadingMask.imageset/Contents.json | 2 +- .../TrackingLocationMask.imageset/Contents.json | 2 +- .../TrackingLocationOffMask.imageset/Contents.json | 2 +- .../ios/app/Assets.xcassets/settings.imageset/Contents.json | 2 +- platform/ios/app/fill_filter_style.json | 2 +- platform/ios/app/line_filter_style.json | 2 +- platform/ios/app/numeric_filter_style.json | 2 +- platform/ios/app/simple_route.json | 2 +- platform/ios/app/threestates.geojson | 2 +- platform/ios/benchmark/assets/download.sh | 1 - platform/ios/benchmark/assets/glyphs/.gitignore | 1 - platform/ios/benchmark/assets/readme.txt | 1 - platform/ios/benchmark/assets/sprites/sprite.json | 2 +- platform/ios/benchmark/assets/sprites/sprite@2x.json | 2 +- platform/ios/benchmark/assets/styles/streets.json | 2 +- platform/ios/benchmark/assets/tiles/.gitignore | 1 - platform/ios/benchmark/assets/tiles/openmaptiles.json | 2 +- platform/ios/resources/Base.lproj/Localizable.strings | 1 - .../resources/Images.xcassets/Compass.imageset/Contents.json | 2 +- .../Images.xcassets/default_marker.imageset/Contents.json | 2 +- .../resources/Images.xcassets/mapbox.imageset/Contents.json | 2 +- .../Images.xcassets/mapbox_helmet.imageset/Contents.json | 2 +- platform/ios/resources/README | 2 +- platform/ios/resources/bg.lproj/Localizable.strings | 1 - platform/ios/resources/ca.lproj/Localizable.strings | 1 - platform/ios/resources/cs.lproj/Localizable.strings | 1 - platform/ios/resources/da.lproj/Localizable.strings | 1 - platform/ios/resources/de.lproj/Localizable.strings | 1 - platform/ios/resources/es.lproj/Localizable.strings | 1 - platform/ios/resources/fr.lproj/Localizable.strings | 1 - platform/ios/resources/gl.lproj/Localizable.strings | 1 - platform/ios/resources/he.lproj/Localizable.strings | 1 - platform/ios/resources/hu.lproj/Localizable.strings | 1 - platform/ios/resources/ja.lproj/Localizable.strings | 1 - platform/ios/resources/ko.lproj/Localizable.strings | 1 - platform/ios/resources/lt.lproj/Localizable.strings | 1 - platform/ios/resources/metal-cpp-ignores.txt | 1 - platform/ios/resources/pt-BR.lproj/Localizable.strings | 1 - platform/ios/resources/pt-PT.lproj/Localizable.strings | 1 - platform/ios/resources/ru.lproj/Localizable.strings | 1 - platform/ios/resources/sv.lproj/Localizable.strings | 1 - platform/ios/resources/uk.lproj/Localizable.strings | 1 - platform/ios/resources/vi.lproj/Localizable.strings | 1 - platform/ios/resources/zh-Hans.lproj/Localizable.strings | 1 - platform/ios/resources/zh-Hant.lproj/Localizable.strings | 1 - platform/ios/scripts/deploy-swift-package.sh | 2 +- platform/ios/test/common/AppDelegate.h | 2 +- platform/linux/xorg/README.md | 2 +- platform/linux/xorg/startxwrapper | 2 +- platform/linux/xorg/xorg.conf | 2 +- platform/macos/.gitignore | 2 +- .../app/Assets.xcassets/AppIcon.appiconset/Contents.json | 2 +- platform/macos/app/Assets.xcassets/Layers/Contents.json | 2 +- .../Assets.xcassets/Layers/background.imageset/Contents.json | 2 +- .../app/Assets.xcassets/Layers/circle.imageset/Contents.json | 2 +- .../Layers/fill-extrusion.imageset/Contents.json | 2 +- .../app/Assets.xcassets/Layers/fill.imageset/Contents.json | 2 +- .../Assets.xcassets/Layers/heatmap.imageset/Contents.json | 2 +- .../Assets.xcassets/Layers/hillshade.imageset/Contents.json | 2 +- .../app/Assets.xcassets/Layers/symbol.imageset/Contents.json | 2 +- platform/macos/app/Assets.xcassets/Radar/Contents.json | 2 +- .../Assets.xcassets/Radar/southeast_0.imageset/Contents.json | 2 +- .../Assets.xcassets/Radar/southeast_1.imageset/Contents.json | 2 +- .../Assets.xcassets/Radar/southeast_2.imageset/Contents.json | 2 +- .../Assets.xcassets/Radar/southeast_3.imageset/Contents.json | 2 +- .../macos/app/Assets.xcassets/ohio.imageset/Contents.json | 2 +- platform/macos/app/Credits.rtf | 2 +- platform/macos/app/heatmap.json | 2 +- platform/macos/macos.cmake | 2 +- platform/macos/sdk/Base.lproj/Localizable.strings | 1 - platform/macos/sdk/ar.lproj/Localizable.strings | 1 - platform/macos/sdk/bg.lproj/Localizable.strings | 1 - platform/macos/sdk/ca.lproj/Localizable.strings | 1 - platform/macos/sdk/cs.lproj/Localizable.strings | 1 - platform/macos/sdk/da.lproj/Localizable.strings | 1 - platform/macos/sdk/de.lproj/Localizable.strings | 1 - platform/macos/sdk/es.lproj/Localizable.strings | 1 - platform/macos/sdk/fi.lproj/Localizable.strings | 1 - platform/macos/sdk/fr.lproj/Localizable.strings | 1 - platform/macos/sdk/gl.lproj/Localizable.strings | 1 - platform/macos/sdk/he.lproj/Localizable.strings | 1 - platform/macos/sdk/hu.lproj/Localizable.strings | 1 - platform/macos/sdk/ja.lproj/Localizable.strings | 1 - platform/macos/sdk/lt.lproj/Localizable.strings | 1 - platform/macos/sdk/nl.lproj/Localizable.strings | 1 - platform/macos/sdk/pl.lproj/Localizable.strings | 1 - platform/macos/sdk/pt-BR.lproj/Localizable.strings | 1 - platform/macos/sdk/pt-PT.lproj/Localizable.strings | 1 - platform/macos/sdk/ru.lproj/Localizable.strings | 1 - platform/macos/sdk/sv.lproj/Localizable.strings | 1 - platform/macos/sdk/uk.lproj/Localizable.strings | 1 - platform/macos/sdk/vi.lproj/Localizable.strings | 1 - platform/macos/sdk/zh-Hans.lproj/Localizable.strings | 1 - platform/macos/sdk/zh-Hant.lproj/Localizable.strings | 1 - platform/node/.nvmrc | 2 +- platform/node/CHANGELOG.md | 2 +- platform/qt/src/mbgl/gl_functions.cpp | 2 +- render-test/android/.gitignore | 2 +- render-test/android/README.md | 2 +- .../src/androidTest/java/android/app/NativeActivityTest.java | 2 +- .../app/src/androidTest/java/android/app/TestState.java | 2 +- render-test/android/build.gradle.kts | 2 +- render-test/android/gradle/libs.versions.toml | 2 +- render-test/android/settings.gradle.kts | 2 +- render-test/ios/Empty.plist | 2 +- render-test/ios/Info.plist | 2 +- rustutils/generate.sh | 2 +- scripts/aws-device-farm/aws-device-farm-run.sh | 2 +- scripts/aws-device-farm/collect-benchmark-outputs.mjs | 2 +- scripts/aws-device-farm/plot-android-benchmark-results.py | 2 +- scripts/aws-device-farm/s3-client.mjs | 2 +- scripts/global.d.ts | 2 +- scripts/jsconfig.json | 2 +- scripts/ubsan.blacklist | 2 +- scripts/update-ios-examples.mjs | 2 +- scripts/vendor/sqlite.sh | 2 +- shaders/collision_box.fragment.glsl | 2 +- shaders/drawable.collision_box.fragment.glsl | 2 +- src/mbgl/actor/mailbox.cpp | 2 +- src/mbgl/gl/index_buffer_resource.cpp | 2 +- src/mbgl/gl/texture_resource.cpp | 2 +- src/mbgl/gl/vertex_buffer_resource.cpp | 2 +- src/mbgl/style/layers/custom_layer_render_parameters.cpp | 2 +- test/android/.gitignore | 2 +- test/android/app/build.gradle.kts | 2 +- test/android/settings.gradle.kts | 2 +- test/fixtures/annotations/emerald.json | 2 +- test/fixtures/annotations/emerald@2x.json | 2 +- test/fixtures/expression_equality/acos.a.json | 2 +- test/fixtures/expression_equality/acos.b.json | 2 +- test/fixtures/expression_equality/all.a.json | 2 +- test/fixtures/expression_equality/all.b.json | 2 +- test/fixtures/expression_equality/any.a.json | 2 +- test/fixtures/expression_equality/any.b.json | 2 +- test/fixtures/expression_equality/array.a.json | 2 +- test/fixtures/expression_equality/array.b.json | 2 +- test/fixtures/expression_equality/asin.a.json | 2 +- test/fixtures/expression_equality/asin.b.json | 2 +- test/fixtures/expression_equality/at.a.json | 2 +- test/fixtures/expression_equality/at.b.json | 2 +- test/fixtures/expression_equality/atan.a.json | 2 +- test/fixtures/expression_equality/atan.b.json | 2 +- test/fixtures/expression_equality/boolean.a.json | 2 +- test/fixtures/expression_equality/boolean.b.json | 2 +- test/fixtures/expression_equality/case.a.json | 2 +- test/fixtures/expression_equality/case.b.json | 2 +- test/fixtures/expression_equality/coalesce.a.json | 2 +- test/fixtures/expression_equality/coalesce.b.json | 2 +- test/fixtures/expression_equality/concat.a.json | 2 +- test/fixtures/expression_equality/concat.b.json | 2 +- test/fixtures/expression_equality/cos.a.json | 2 +- test/fixtures/expression_equality/cos.b.json | 2 +- test/fixtures/expression_equality/distance.a.json | 2 +- test/fixtures/expression_equality/distance.b.json | 2 +- test/fixtures/expression_equality/divide.a.json | 2 +- test/fixtures/expression_equality/divide.b.json | 2 +- test/fixtures/expression_equality/downcase.a.json | 2 +- test/fixtures/expression_equality/downcase.b.json | 2 +- test/fixtures/expression_equality/get.a.json | 2 +- test/fixtures/expression_equality/get.b.json | 2 +- test/fixtures/expression_equality/has.a.json | 2 +- test/fixtures/expression_equality/has.b.json | 2 +- test/fixtures/expression_equality/image.a.json | 2 +- test/fixtures/expression_equality/image.b.json | 2 +- test/fixtures/expression_equality/in.a.json | 2 +- test/fixtures/expression_equality/in.b.json | 2 +- test/fixtures/expression_equality/let.a.json | 2 +- test/fixtures/expression_equality/ln.b.json | 2 +- test/fixtures/expression_equality/log10.a.json | 2 +- test/fixtures/expression_equality/log10.b.json | 2 +- test/fixtures/expression_equality/log2.a.json | 2 +- test/fixtures/expression_equality/log2.b.json | 2 +- test/fixtures/expression_equality/match.a.json | 2 +- test/fixtures/expression_equality/match.b.json | 2 +- test/fixtures/expression_equality/max.a.json | 2 +- test/fixtures/expression_equality/max.b.json | 2 +- test/fixtures/expression_equality/minus.a.json | 2 +- test/fixtures/expression_equality/minus.b.json | 2 +- test/fixtures/expression_equality/mod.a.json | 2 +- test/fixtures/expression_equality/mod.b.json | 2 +- test/fixtures/expression_equality/not.a.json | 2 +- test/fixtures/expression_equality/not.b.json | 2 +- .../expression_equality/number-format-currency.a.json | 1 - .../expression_equality/number-format-currency.b.json | 1 - .../expression_equality/number-format-default.a.json | 1 - .../expression_equality/number-format-default.b.json | 1 - .../expression_equality/number-format-precision.a.json | 1 - .../expression_equality/number-format-precision.b.json | 1 - test/fixtures/expression_equality/number.a.json | 2 +- test/fixtures/expression_equality/number.b.json | 2 +- test/fixtures/expression_equality/object.a.json | 2 +- test/fixtures/expression_equality/object.b.json | 2 +- test/fixtures/expression_equality/plus.a.json | 2 +- test/fixtures/expression_equality/plus.b.json | 2 +- test/fixtures/expression_equality/pow.a.json | 2 +- test/fixtures/expression_equality/pow.b.json | 2 +- test/fixtures/expression_equality/rgb.a.json | 2 +- test/fixtures/expression_equality/rgba.a.json | 2 +- test/fixtures/expression_equality/sin.a.json | 2 +- test/fixtures/expression_equality/sin.b.json | 2 +- test/fixtures/expression_equality/sqrt.a.json | 2 +- test/fixtures/expression_equality/sqrt.b.json | 2 +- test/fixtures/expression_equality/step.a.json | 2 +- test/fixtures/expression_equality/step.b.json | 2 +- test/fixtures/expression_equality/string.a.json | 2 +- test/fixtures/expression_equality/string.b.json | 2 +- test/fixtures/expression_equality/tan.a.json | 2 +- test/fixtures/expression_equality/tan.b.json | 2 +- test/fixtures/expression_equality/times.a.json | 2 +- test/fixtures/expression_equality/times.b.json | 2 +- test/fixtures/expression_equality/to-boolean.a.json | 2 +- test/fixtures/expression_equality/to-boolean.b.json | 2 +- test/fixtures/expression_equality/to-color.a.json | 2 +- test/fixtures/expression_equality/to-color.b.json | 2 +- test/fixtures/expression_equality/to-number.a.json | 2 +- test/fixtures/expression_equality/to-number.b.json | 2 +- test/fixtures/expression_equality/to-string.a.json | 2 +- test/fixtures/expression_equality/to-string.b.json | 2 +- test/fixtures/expression_equality/typeof.a.json | 2 +- test/fixtures/expression_equality/typeof.b.json | 2 +- test/fixtures/expression_equality/upcase.a.json | 2 +- test/fixtures/expression_equality/upcase.b.json | 2 +- test/fixtures/expression_equality/within.a.json | 2 +- test/fixtures/expression_equality/within.b.json | 2 +- test/fixtures/expression_equality/zoom.a.json | 2 +- test/fixtures/expression_equality/zoom.b.json | 2 +- test/fixtures/geometry_data/line_string_1.geojson | 2 +- test/fixtures/geometry_data/line_string_2.geojson | 2 +- test/fixtures/geometry_data/multi_line_string_1.geojson | 2 +- test/fixtures/geometry_data/multi_line_string_2.geojson | 2 +- test/fixtures/geometry_data/multi_point_1.geojson | 2 +- test/fixtures/geometry_data/multi_point_2.geojson | 2 +- test/fixtures/geometry_data/multi_point_3.geojson | 2 +- test/fixtures/geometry_data/multi_polygon_1.geojson | 2 +- test/fixtures/geometry_data/multi_polygon_2.geojson | 2 +- test/fixtures/resources/source_raster.json | 2 +- test/fixtures/resources/source_vector.json | 2 +- test/fixtures/resources/sprite.json | 2 +- test/fixtures/resources/style_raster.json | 2 +- test/fixtures/resources/style_vector.json | 2 +- test/fixtures/resources/versatiles-sprite/sprite.json | 2 +- test/fixtures/resources/versatiles-sprite/sprite@2x.json | 2 +- test/fixtures/style_parser/center-not-latlong.info.json | 2 +- test/fixtures/style_parser/center-not-latlong.style.json | 2 +- test/fixtures/style_parser/image-coordinates.info.json | 2 +- test/fixtures/style_parser/image-coordinates.style.json | 2 +- test/fixtures/style_parser/image-url.info.json | 2 +- test/fixtures/style_parser/image-url.style.json | 2 +- test/fixtures/style_parser/non-object.style.json | 2 +- test/fixtures/style_parser/version-not-number.info.json | 2 +- test/fixtures/style_parser/version-not-number.style.json | 2 +- test/sprite/sprite_parser.test.cpp | 2 +- test/storage/database_file_source.test.cpp | 2 +- test/style/conversion/layer.test.cpp | 2 +- test/style/conversion/padding.test.cpp | 2 +- test/style/conversion/stringify.test.cpp | 2 +- test/text/tagged_string.test.cpp | 2 +- test/util/padding.test.cpp | 2 +- vendor/icu/src/uassert.h | 2 -- vendor/icu/src/uinvchar.cpp | 1 - vendor/icu/src/umath.cpp | 1 - vendor/icu/src/uset_imp.h | 1 - vendor/metal-cpp/Foundation/NSDate.hpp | 2 +- vendor/metal-cpp/Foundation/NSLock.hpp | 2 +- vendor/metal-cpp/Foundation/NSNotification.hpp | 1 - vendor/metal-cpp/README.md | 2 +- vendor/nunicode/src/libnu/gen/_ducet.c | 1 - vendor/nunicode/src/libnu/gen/_tolower.c | 1 - vendor/nunicode/src/libnu/gen/_tounaccent.c | 1 - vendor/nunicode/src/libnu/gen/_toupper.c | 1 - vendor/tracy.cmake | 1 - vendor/tracy/LICENSE | 2 +- vendor/unordered_dense.cmake | 2 +- vendor/vulkan.cmake | 2 +- 8187 files changed, 8059 insertions(+), 8199 deletions(-) diff --git a/.bazelignore b/.bazelignore index 7b4ec7aef3d..4c373e4d17f 100644 --- a/.bazelignore +++ b/.bazelignore @@ -1,4 +1,4 @@ bazel-bin bazel-out bazel-testlogs -node_modules \ No newline at end of file +node_modules diff --git a/.bazelrc b/.bazelrc index 1f834b3a07c..402ac2662c7 100644 --- a/.bazelrc +++ b/.bazelrc @@ -7,4 +7,4 @@ common --incompatible_disallow_empty_glob coverage --experimental_ui_max_stdouterr_bytes=10485760 -common:macos --linkopt=-L/opt/homebrew/lib \ No newline at end of file +common:macos --linkopt=-L/opt/homebrew/lib diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index cd7d8561a41..9106980e3bf 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -6,4 +6,3 @@ contact_links: - name: "💬 Chat with us on Slack" url: https://slack.openstreetmap.us/ about: "Join #maplibre-native on the Open Street Map Slack" - diff --git a/.github/actions/android-build-and-upload-render-test/action.yml b/.github/actions/android-build-and-upload-render-test/action.yml index 1c2bcb4c3b0..47af2811b99 100644 --- a/.github/actions/android-build-and-upload-render-test/action.yml +++ b/.github/actions/android-build-and-upload-render-test/action.yml @@ -22,4 +22,4 @@ runs: if-no-files-found: error path: | ./render-test/android/RenderTestsApp-${{ inputs.flavor }}.apk - ./render-test/android/RenderTests-${{ inputs.flavor }}.apk \ No newline at end of file + ./render-test/android/RenderTests-${{ inputs.flavor }}.apk diff --git a/.github/actions/get-pr-number/action.yml b/.github/actions/get-pr-number/action.yml index 23da26d09c3..d75aba3a125 100644 --- a/.github/actions/get-pr-number/action.yml +++ b/.github/actions/get-pr-number/action.yml @@ -16,4 +16,4 @@ runs: - id: cat run: echo pr-number="$(cat ./pr_number)" >> $GITHUB_OUTPUT - shell: bash \ No newline at end of file + shell: bash diff --git a/.github/actions/save-pr-number/action.yml b/.github/actions/save-pr-number/action.yml index 5f5225614d7..0bf36e008da 100644 --- a/.github/actions/save-pr-number/action.yml +++ b/.github/actions/save-pr-number/action.yml @@ -13,4 +13,4 @@ runs: uses: actions/upload-artifact@v3 with: name: pr-number - path: ./pr_number \ No newline at end of file + path: ./pr_number diff --git a/.github/changed-files.yml b/.github/changed-files.yml index ff4910a0fbb..152273e6013 100644 --- a/.github/changed-files.yml +++ b/.github/changed-files.yml @@ -65,4 +65,4 @@ android: - 'test/**' - 'vendor/**' - '.gitmodules' - - '!**/*.md' \ No newline at end of file + - '!**/*.md' diff --git a/.github/renovate.json b/.github/renovate.json index 2d485150fc6..51d5f307f20 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -1,3 +1,3 @@ { "enabledManagers": ["gradle-wrapper", "bazel"] -} \ No newline at end of file +} diff --git a/.nvmrc b/.nvmrc index b3935607590..409940768f2 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -23 \ No newline at end of file +23 diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 25392ab37d5..3d1a7f8a7be 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -2,8 +2,9 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks rev: v5.0.0 hooks: - - id: check-yaml - args: [--allow-multiple-documents, --unsafe] + - id: check-yaml + args: [--allow-multiple-documents, --unsafe] + - id: end-of-file-fixer - repo: https://github.com/pre-commit/mirrors-clang-format rev: v19.1.4 hooks: diff --git a/LICENSES.core.md b/LICENSES.core.md index 558d0e48945..25d402398c8 100644 --- a/LICENSES.core.md +++ b/LICENSES.core.md @@ -633,4 +633,3 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ``` --- - diff --git a/benchmark/android/.gitignore b/benchmark/android/.gitignore index ac96206f319..3bb19ffd786 100644 --- a/benchmark/android/.gitignore +++ b/benchmark/android/.gitignore @@ -1 +1 @@ -.gradle/ \ No newline at end of file +.gradle/ diff --git a/benchmark/android/settings.gradle b/benchmark/android/settings.gradle index 573abcb323c..e7b4def49cb 100644 --- a/benchmark/android/settings.gradle +++ b/benchmark/android/settings.gradle @@ -1,2 +1 @@ include ':app' - diff --git a/benchmark/fixtures/api/style.json b/benchmark/fixtures/api/style.json index 5270b6cecee..728e037e905 100644 --- a/benchmark/fixtures/api/style.json +++ b/benchmark/fixtures/api/style.json @@ -6511,4 +6511,4 @@ "maptiler:copyright": "This style was generated on MapTiler Cloud. Usage outside of MapTiler Cloud requires valid OpenMapTiles Production Package: https://openmaptiles.com/production-package/ -- please contact us.", "openmaptiles:version": "3.x" } -} \ No newline at end of file +} diff --git a/benchmark/fixtures/api/style_formatted_labels.json b/benchmark/fixtures/api/style_formatted_labels.json index fbb17af0043..383b3404369 100644 --- a/benchmark/fixtures/api/style_formatted_labels.json +++ b/benchmark/fixtures/api/style_formatted_labels.json @@ -6511,4 +6511,4 @@ "maptiler:copyright": "This style was generated on MapTiler Cloud. Usage outside of MapTiler Cloud requires valid OpenMapTiles Production Package: https://openmaptiles.com/production-package/ -- please contact us.", "openmaptiles:version": "3.x" } -} \ No newline at end of file +} diff --git a/benchmark/ios/Info.plist b/benchmark/ios/Info.plist index 0c6fd614413..32dacb529de 100644 --- a/benchmark/ios/Info.plist +++ b/benchmark/ios/Info.plist @@ -59,4 +59,4 @@ - \ No newline at end of file + diff --git a/bin/CMakeLists.txt b/bin/CMakeLists.txt index 72690e61a90..0ff7593fbea 100644 --- a/bin/CMakeLists.txt +++ b/bin/CMakeLists.txt @@ -59,4 +59,4 @@ install(TARGETS mbgl-offline mbgl-render RUNTIME DESTINATION bin) if(MLN_WITH_OPENGL) target_compile_definitions(mbgl-render PRIVATE "MLN_RENDER_BACKEND_OPENGL=1") -endif() \ No newline at end of file +endif() diff --git a/design-proposals/2022-09-02-kotlin.md b/design-proposals/2022-09-02-kotlin.md index d0850a19e2f..de1adfb54df 100644 --- a/design-proposals/2022-09-02-kotlin.md +++ b/design-proposals/2022-09-02-kotlin.md @@ -24,4 +24,4 @@ Full backward compatibility ## Rejected Alternatives -The alternative is that we go forward with java, meaning that we effectively should port our existing kotlin code to java, which I can't find evidence of any project ever attempting. \ No newline at end of file +The alternative is that we go forward with java, meaning that we effectively should port our existing kotlin code to java, which I can't find evidence of any project ever attempting. diff --git a/design-proposals/2023-06-17-android-annotations.md b/design-proposals/2023-06-17-android-annotations.md index bdcf5c401af..6506b20609e 100644 --- a/design-proposals/2023-06-17-android-annotations.md +++ b/design-proposals/2023-06-17-android-annotations.md @@ -278,4 +278,4 @@ One remaining task is to consider supporting an `InfoWindow`-like feature with o ## Rejected Alternatives -* Moving the existing code to `maplibre-native` without further considerations leads to chaos, because it would leave users with the choice between two rather mediocre APIs – one being mediocre by design, the other because it is deprecated. Additionally, it would leave the codebase with two confusingly similar codebases. With this proposal, we can offer one new and clean API, and redirect calls to the old API to the new one. \ No newline at end of file +* Moving the existing code to `maplibre-native` without further considerations leads to chaos, because it would leave users with the choice between two rather mediocre APIs – one being mediocre by design, the other because it is deprecated. Additionally, it would leave the codebase with two confusingly similar codebases. With this proposal, we can offer one new and clean API, and redirect calls to the old API to the new one. diff --git a/design-proposals/2023-11-08-complex-animatable-interactive-annotations.md b/design-proposals/2023-11-08-complex-animatable-interactive-annotations.md index 09665004173..0fb81b98652 100644 --- a/design-proposals/2023-11-08-complex-animatable-interactive-annotations.md +++ b/design-proposals/2023-11-08-complex-animatable-interactive-annotations.md @@ -59,4 +59,3 @@ No migration plan needed unless we introduce a Phase 3 to cleanup existing platf Historically the gap has been somewhat filled by the different platform layers. On the iOS platform there is a MapKit style “AnnotationDelegate”, which in some cases draws directly to the mglMap core and in others will add views as subviews to the MGLMapView. On Android there is a whole proposal for updating the Annotations API (design-proposals/2023-06-17-android-annotations.md). Note: This proposal is for purely additive code and we do not plan to change any of these existing systems at this time. Those who have attempted to make complex map applications using these workarounds quickly run into performance issues and other problems like incompatibility with clustering or label collisions. If one were to attempt to create such a system using SymbolLayers, they will quickly find that they need to build out a whole system to handle touch events (usually involving querying a screen rect for map features). They will find that if they want to draw many different high resolution images they now need to deal with manually adding images to the stylesheet and the performance implications of doing so. They will also find that any attempts at animating the content can cause full layout recalculations of the map and will rarely animate as expected. - diff --git a/docs/.gitignore b/docs/.gitignore index 712ac0122c0..78dcd7b93ed 100644 --- a/docs/.gitignore +++ b/docs/.gitignore @@ -1,2 +1,2 @@ book -*.bkp \ No newline at end of file +*.bkp diff --git a/docs/mdbook/diff.css b/docs/mdbook/diff.css index 623e2edb68d..a8f4609bd26 100644 --- a/docs/mdbook/diff.css +++ b/docs/mdbook/diff.css @@ -369,4 +369,4 @@ .d2h-moved-tag { border: 1px solid #3572b0 -} \ No newline at end of file +} diff --git a/docs/mdbook/src/android/README.md b/docs/mdbook/src/android/README.md index 5f0e6d1358a..ba1fa0805db 100644 --- a/docs/mdbook/src/android/README.md +++ b/docs/mdbook/src/android/README.md @@ -55,4 +55,4 @@ $ ./gradlew formatKotlin ## Profiling -See [Tracy Profiling](/profiling/tracy-profiling.md) to understand how Tracy can be used for profiling. \ No newline at end of file +See [Tracy Profiling](/profiling/tracy-profiling.md) to understand how Tracy can be used for profiling. diff --git a/docs/mdbook/src/android/android-documentation.md b/docs/mdbook/src/android/android-documentation.md index 26c0932b2e1..988180b7751 100644 --- a/docs/mdbook/src/android/android-documentation.md +++ b/docs/mdbook/src/android/android-documentation.md @@ -46,4 +46,4 @@ Static assets are ideally uploaded to the [MapLibre Native S3 Bucket](https://ma Please open an issue with the ARN of your AWS account to get upload privileges. -You can use the macro `{{ s3_url("filename.example") }}` which will use a CDN instead of linking to the S3 bucket directly. \ No newline at end of file +You can use the macro `{{ s3_url("filename.example") }}` which will use a CDN instead of linking to the S3 bucket directly. diff --git a/docs/mdbook/src/android/benchmark.md b/docs/mdbook/src/android/benchmark.md index da52ff1b059..3f0248f061d 100644 --- a/docs/mdbook/src/android/benchmark.md +++ b/docs/mdbook/src/android/benchmark.md @@ -99,4 +99,4 @@ To run the benchmarks (for Android) include the following line on a PR comment: !benchmark android ``` -A file with the benchmark results will be added to the workflow summary, which you can compare with the previous results in the bucket. \ No newline at end of file +A file with the benchmark results will be added to the workflow summary, which you can compare with the previous results in the bucket. diff --git a/docs/mdbook/src/ios/README.md b/docs/mdbook/src/ios/README.md index 208f34d3de3..4a6306bc28a 100644 --- a/docs/mdbook/src/ios/README.md +++ b/docs/mdbook/src/ios/README.md @@ -75,4 +75,4 @@ You can also build targets from the command line. For example, if you want to bu ## Swift App -There is also an example app built with Swift instead of Objective-C. The target is called `MapLibreApp` and the source code lives in `platform/ios/app-swift`. \ No newline at end of file +There is also an example app built with Swift instead of Objective-C. The target is called `MapLibreApp` and the source code lives in `platform/ios/app-swift`. diff --git a/docs/mdbook/src/ios/ios-documentation.md b/docs/mdbook/src/ios/ios-documentation.md index bba85d1aa96..5e4371c5c3d 100644 --- a/docs/mdbook/src/ios/ios-documentation.md +++ b/docs/mdbook/src/ios/ios-documentation.md @@ -50,4 +50,4 @@ Then the code block will be updated when you run: ```sh node scripts/update-ios-examples.mjs -``` \ No newline at end of file +``` diff --git a/docs/mdbook/src/ios/ios-tests.md b/docs/mdbook/src/ios/ios-tests.md index 570f789ce7a..05c929c0ac0 100644 --- a/docs/mdbook/src/ios/ios-tests.md +++ b/docs/mdbook/src/ios/ios-tests.md @@ -15,4 +15,4 @@ to get the data directory of the render test app. This allows you to inspect tes ## C++ Unit Tests -Run the tests from the `CppUnitTests` target in Xcode to run the C++ Unit Tests on iOS. \ No newline at end of file +Run the tests from the `CppUnitTests` target in Xcode to run the C++ Unit Tests on iOS. diff --git a/docs/mdbook/src/profiling/README.md b/docs/mdbook/src/profiling/README.md index 969978eed45..18a7b196f68 100644 --- a/docs/mdbook/src/profiling/README.md +++ b/docs/mdbook/src/profiling/README.md @@ -1,3 +1,3 @@ # MapLibre Native profiling -MabLibre Native integrates [Tracy profiler](https://github.com/wolfpld/tracy) which offers an easy way to understand and optimize your application's CPU and GPU performance \ No newline at end of file +MabLibre Native integrates [Tracy profiler](https://github.com/wolfpld/tracy) which offers an easy way to understand and optimize your application's CPU and GPU performance diff --git a/docs/mdbook/src/rust.md b/docs/mdbook/src/rust.md index ff2a05321db..30980cd57ce 100644 --- a/docs/mdbook/src/rust.md +++ b/docs/mdbook/src/rust.md @@ -64,4 +64,4 @@ To create a new module: "src/mbgl/util/color.cpp", ], }) - ``` \ No newline at end of file + ``` diff --git a/expression-test/expression_test_parser.hpp b/expression-test/expression_test_parser.hpp index 3cfe2489622..a2abe9f85a3 100644 --- a/expression-test/expression_test_parser.hpp +++ b/expression-test/expression_test_parser.hpp @@ -95,4 +95,4 @@ std::unique_ptr parseExpression(const JSValue&, TestResult&); std::unique_ptr parseExpression(const std::optional&, std::optional&, - TestResult&); \ No newline at end of file + TestResult&); diff --git a/include/mbgl/util/bitmask_operations.hpp b/include/mbgl/util/bitmask_operations.hpp index 322b2851dc8..019331edb43 100644 --- a/include/mbgl/util/bitmask_operations.hpp +++ b/include/mbgl/util/bitmask_operations.hpp @@ -29,4 +29,4 @@ constexpr Enum operator~(Enum value) { return Enum(~mbgl::underlying_type(value)); } -} // namespace mbgl \ No newline at end of file +} // namespace mbgl diff --git a/include/mbgl/util/monotonic_timer.hpp b/include/mbgl/util/monotonic_timer.hpp index 4a5061cfa81..771a35658be 100644 --- a/include/mbgl/util/monotonic_timer.hpp +++ b/include/mbgl/util/monotonic_timer.hpp @@ -19,4 +19,4 @@ class MonotonicTimer { }; } // namespace util -} // namespace mbgl \ No newline at end of file +} // namespace mbgl diff --git a/metrics/android-render-test-runner/location_indicator/dateline/metrics.json b/metrics/android-render-test-runner/location_indicator/dateline/metrics.json index 638feda04f3..6170d696316 100644 --- a/metrics/android-render-test-runner/location_indicator/dateline/metrics.json +++ b/metrics/android-render-test-runner/location_indicator/dateline/metrics.json @@ -44,4 +44,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/location_indicator/default/metrics.json b/metrics/android-render-test-runner/location_indicator/default/metrics.json index cf7fc4a9102..9ee4538f0b7 100644 --- a/metrics/android-render-test-runner/location_indicator/default/metrics.json +++ b/metrics/android-render-test-runner/location_indicator/default/metrics.json @@ -44,4 +44,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/location_indicator/no_radius_border/metrics.json b/metrics/android-render-test-runner/location_indicator/no_radius_border/metrics.json index 6edd04d72fe..0811048757d 100644 --- a/metrics/android-render-test-runner/location_indicator/no_radius_border/metrics.json +++ b/metrics/android-render-test-runner/location_indicator/no_radius_border/metrics.json @@ -44,4 +44,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/location_indicator/no_radius_fill/metrics.json b/metrics/android-render-test-runner/location_indicator/no_radius_fill/metrics.json index 023dee2e724..7d3ac1c10ac 100644 --- a/metrics/android-render-test-runner/location_indicator/no_radius_fill/metrics.json +++ b/metrics/android-render-test-runner/location_indicator/no_radius_fill/metrics.json @@ -44,4 +44,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/location_indicator/no_textures/metrics.json b/metrics/android-render-test-runner/location_indicator/no_textures/metrics.json index 5317f9280b7..1da5de4214a 100644 --- a/metrics/android-render-test-runner/location_indicator/no_textures/metrics.json +++ b/metrics/android-render-test-runner/location_indicator/no_textures/metrics.json @@ -44,4 +44,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/location_indicator/one_texture/metrics.json b/metrics/android-render-test-runner/location_indicator/one_texture/metrics.json index 654ef2897ae..a53b96a019f 100644 --- a/metrics/android-render-test-runner/location_indicator/one_texture/metrics.json +++ b/metrics/android-render-test-runner/location_indicator/one_texture/metrics.json @@ -44,4 +44,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/location_indicator/rotated/metrics.json b/metrics/android-render-test-runner/location_indicator/rotated/metrics.json index f069a304a55..cc903fd9104 100644 --- a/metrics/android-render-test-runner/location_indicator/rotated/metrics.json +++ b/metrics/android-render-test-runner/location_indicator/rotated/metrics.json @@ -44,4 +44,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/location_indicator/tilted/metrics.json b/metrics/android-render-test-runner/location_indicator/tilted/metrics.json index 336c8c7ac1a..567d03098b6 100644 --- a/metrics/android-render-test-runner/location_indicator/tilted/metrics.json +++ b/metrics/android-render-test-runner/location_indicator/tilted/metrics.json @@ -44,4 +44,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/location_indicator/tilted_texture_shift/metrics.json b/metrics/android-render-test-runner/location_indicator/tilted_texture_shift/metrics.json index e2e13f534a2..227ec05830a 100644 --- a/metrics/android-render-test-runner/location_indicator/tilted_texture_shift/metrics.json +++ b/metrics/android-render-test-runner/location_indicator/tilted_texture_shift/metrics.json @@ -44,4 +44,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/location_indicator/tilted_texture_shift_bottom_left/metrics.json b/metrics/android-render-test-runner/location_indicator/tilted_texture_shift_bottom_left/metrics.json index 625cd4fed6e..a51fcbe26f7 100644 --- a/metrics/android-render-test-runner/location_indicator/tilted_texture_shift_bottom_left/metrics.json +++ b/metrics/android-render-test-runner/location_indicator/tilted_texture_shift_bottom_left/metrics.json @@ -44,4 +44,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/location_indicator/tilted_texture_shift_bottom_right/metrics.json b/metrics/android-render-test-runner/location_indicator/tilted_texture_shift_bottom_right/metrics.json index ebdf63da8bd..d9e6dac5edf 100644 --- a/metrics/android-render-test-runner/location_indicator/tilted_texture_shift_bottom_right/metrics.json +++ b/metrics/android-render-test-runner/location_indicator/tilted_texture_shift_bottom_right/metrics.json @@ -44,4 +44,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/location_indicator/tilted_texture_shift_top_left/metrics.json b/metrics/android-render-test-runner/location_indicator/tilted_texture_shift_top_left/metrics.json index 258e5bf15f6..e18743a944c 100644 --- a/metrics/android-render-test-runner/location_indicator/tilted_texture_shift_top_left/metrics.json +++ b/metrics/android-render-test-runner/location_indicator/tilted_texture_shift_top_left/metrics.json @@ -44,4 +44,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/location_indicator/tilted_texture_shift_top_right/metrics.json b/metrics/android-render-test-runner/location_indicator/tilted_texture_shift_top_right/metrics.json index c5ebe906691..331061baefb 100644 --- a/metrics/android-render-test-runner/location_indicator/tilted_texture_shift_top_right/metrics.json +++ b/metrics/android-render-test-runner/location_indicator/tilted_texture_shift_top_right/metrics.json @@ -44,4 +44,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/location_indicator/two_textures/metrics.json b/metrics/android-render-test-runner/location_indicator/two_textures/metrics.json index 63dacc23a85..cf17fd4dc46 100644 --- a/metrics/android-render-test-runner/location_indicator/two_textures/metrics.json +++ b/metrics/android-render-test-runner/location_indicator/two_textures/metrics.json @@ -44,4 +44,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/background-color/colorSpace-lab/metrics.json b/metrics/android-render-test-runner/render-tests/background-color/colorSpace-lab/metrics.json index 7da07969667..7c49193327f 100644 --- a/metrics/android-render-test-runner/render-tests/background-color/colorSpace-lab/metrics.json +++ b/metrics/android-render-test-runner/render-tests/background-color/colorSpace-lab/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/background-color/default/metrics.json b/metrics/android-render-test-runner/render-tests/background-color/default/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/android-render-test-runner/render-tests/background-color/default/metrics.json +++ b/metrics/android-render-test-runner/render-tests/background-color/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/background-color/function/metrics.json b/metrics/android-render-test-runner/render-tests/background-color/function/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/android-render-test-runner/render-tests/background-color/function/metrics.json +++ b/metrics/android-render-test-runner/render-tests/background-color/function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/background-color/literal/metrics.json b/metrics/android-render-test-runner/render-tests/background-color/literal/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/android-render-test-runner/render-tests/background-color/literal/metrics.json +++ b/metrics/android-render-test-runner/render-tests/background-color/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/background-opacity/color/metrics.json b/metrics/android-render-test-runner/render-tests/background-opacity/color/metrics.json index d1d3c719b69..2cd5816ef0d 100644 --- a/metrics/android-render-test-runner/render-tests/background-opacity/color/metrics.json +++ b/metrics/android-render-test-runner/render-tests/background-opacity/color/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/background-opacity/image/metrics.json b/metrics/android-render-test-runner/render-tests/background-opacity/image/metrics.json index 7e01e8e9305..cc7daa38f8d 100644 --- a/metrics/android-render-test-runner/render-tests/background-opacity/image/metrics.json +++ b/metrics/android-render-test-runner/render-tests/background-opacity/image/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/background-opacity/overlay/metrics.json b/metrics/android-render-test-runner/render-tests/background-opacity/overlay/metrics.json index 12f80d05a3e..56ce0e291b1 100644 --- a/metrics/android-render-test-runner/render-tests/background-opacity/overlay/metrics.json +++ b/metrics/android-render-test-runner/render-tests/background-opacity/overlay/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/background-pattern/@2x/metrics.json b/metrics/android-render-test-runner/render-tests/background-pattern/@2x/metrics.json index 89a3b9090c0..b86d5bd0f27 100644 --- a/metrics/android-render-test-runner/render-tests/background-pattern/@2x/metrics.json +++ b/metrics/android-render-test-runner/render-tests/background-pattern/@2x/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/background-pattern/literal/metrics.json b/metrics/android-render-test-runner/render-tests/background-pattern/literal/metrics.json index b17c1d43cf3..9681b5edc26 100644 --- a/metrics/android-render-test-runner/render-tests/background-pattern/literal/metrics.json +++ b/metrics/android-render-test-runner/render-tests/background-pattern/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/background-pattern/missing/metrics.json b/metrics/android-render-test-runner/render-tests/background-pattern/missing/metrics.json index cdb304a90f8..0e57ec4706f 100644 --- a/metrics/android-render-test-runner/render-tests/background-pattern/missing/metrics.json +++ b/metrics/android-render-test-runner/render-tests/background-pattern/missing/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/background-pattern/pitch/metrics.json b/metrics/android-render-test-runner/render-tests/background-pattern/pitch/metrics.json index 77a63a3f585..c1c2c63efe9 100644 --- a/metrics/android-render-test-runner/render-tests/background-pattern/pitch/metrics.json +++ b/metrics/android-render-test-runner/render-tests/background-pattern/pitch/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/background-pattern/rotated/metrics.json b/metrics/android-render-test-runner/render-tests/background-pattern/rotated/metrics.json index b17c1d43cf3..9681b5edc26 100644 --- a/metrics/android-render-test-runner/render-tests/background-pattern/rotated/metrics.json +++ b/metrics/android-render-test-runner/render-tests/background-pattern/rotated/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/background-pattern/zoomed/metrics.json b/metrics/android-render-test-runner/render-tests/background-pattern/zoomed/metrics.json index b17c1d43cf3..9681b5edc26 100644 --- a/metrics/android-render-test-runner/render-tests/background-pattern/zoomed/metrics.json +++ b/metrics/android-render-test-runner/render-tests/background-pattern/zoomed/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/background-visibility/none/metrics.json b/metrics/android-render-test-runner/render-tests/background-visibility/none/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/android-render-test-runner/render-tests/background-visibility/none/metrics.json +++ b/metrics/android-render-test-runner/render-tests/background-visibility/none/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/background-visibility/visible/metrics.json b/metrics/android-render-test-runner/render-tests/background-visibility/visible/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/android-render-test-runner/render-tests/background-visibility/visible/metrics.json +++ b/metrics/android-render-test-runner/render-tests/background-visibility/visible/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/basic-v9/z0-narrow-y/metrics.json b/metrics/android-render-test-runner/render-tests/basic-v9/z0-narrow-y/metrics.json index d149583eac7..c738e3b757b 100644 --- a/metrics/android-render-test-runner/render-tests/basic-v9/z0-narrow-y/metrics.json +++ b/metrics/android-render-test-runner/render-tests/basic-v9/z0-narrow-y/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/basic-v9/z0-wide-x/metrics.json b/metrics/android-render-test-runner/render-tests/basic-v9/z0-wide-x/metrics.json index d149583eac7..c738e3b757b 100644 --- a/metrics/android-render-test-runner/render-tests/basic-v9/z0-wide-x/metrics.json +++ b/metrics/android-render-test-runner/render-tests/basic-v9/z0-wide-x/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/basic-v9/z0/metrics.json b/metrics/android-render-test-runner/render-tests/basic-v9/z0/metrics.json index f5baf3924a9..29b4d5d491e 100644 --- a/metrics/android-render-test-runner/render-tests/basic-v9/z0/metrics.json +++ b/metrics/android-render-test-runner/render-tests/basic-v9/z0/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/bright-v9/z0/metrics.json b/metrics/android-render-test-runner/render-tests/bright-v9/z0/metrics.json index bc753ead908..7ea96e3a64f 100644 --- a/metrics/android-render-test-runner/render-tests/bright-v9/z0/metrics.json +++ b/metrics/android-render-test-runner/render-tests/bright-v9/z0/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/circle-blur/blending/metrics.json b/metrics/android-render-test-runner/render-tests/circle-blur/blending/metrics.json index 3e29447ea9a..7288b67ed1c 100644 --- a/metrics/android-render-test-runner/render-tests/circle-blur/blending/metrics.json +++ b/metrics/android-render-test-runner/render-tests/circle-blur/blending/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/circle-blur/default/metrics.json b/metrics/android-render-test-runner/render-tests/circle-blur/default/metrics.json index b7fcd045414..c5dc4e05e94 100644 --- a/metrics/android-render-test-runner/render-tests/circle-blur/default/metrics.json +++ b/metrics/android-render-test-runner/render-tests/circle-blur/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/circle-blur/function/metrics.json b/metrics/android-render-test-runner/render-tests/circle-blur/function/metrics.json index b7fcd045414..c5dc4e05e94 100644 --- a/metrics/android-render-test-runner/render-tests/circle-blur/function/metrics.json +++ b/metrics/android-render-test-runner/render-tests/circle-blur/function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/circle-blur/literal-stroke/metrics.json b/metrics/android-render-test-runner/render-tests/circle-blur/literal-stroke/metrics.json index b7fcd045414..c5dc4e05e94 100644 --- a/metrics/android-render-test-runner/render-tests/circle-blur/literal-stroke/metrics.json +++ b/metrics/android-render-test-runner/render-tests/circle-blur/literal-stroke/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/circle-blur/literal/metrics.json b/metrics/android-render-test-runner/render-tests/circle-blur/literal/metrics.json index b7fcd045414..c5dc4e05e94 100644 --- a/metrics/android-render-test-runner/render-tests/circle-blur/literal/metrics.json +++ b/metrics/android-render-test-runner/render-tests/circle-blur/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/circle-blur/property-function/metrics.json b/metrics/android-render-test-runner/render-tests/circle-blur/property-function/metrics.json index bf5b94a7258..c5dccb9cead 100644 --- a/metrics/android-render-test-runner/render-tests/circle-blur/property-function/metrics.json +++ b/metrics/android-render-test-runner/render-tests/circle-blur/property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/circle-blur/zoom-and-property-function/metrics.json b/metrics/android-render-test-runner/render-tests/circle-blur/zoom-and-property-function/metrics.json index 2b00a4fa064..5c78b6b810e 100644 --- a/metrics/android-render-test-runner/render-tests/circle-blur/zoom-and-property-function/metrics.json +++ b/metrics/android-render-test-runner/render-tests/circle-blur/zoom-and-property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/circle-color/default/metrics.json b/metrics/android-render-test-runner/render-tests/circle-color/default/metrics.json index b7fcd045414..c5dc4e05e94 100644 --- a/metrics/android-render-test-runner/render-tests/circle-color/default/metrics.json +++ b/metrics/android-render-test-runner/render-tests/circle-color/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/circle-color/function/metrics.json b/metrics/android-render-test-runner/render-tests/circle-color/function/metrics.json index b7fcd045414..c5dc4e05e94 100644 --- a/metrics/android-render-test-runner/render-tests/circle-color/function/metrics.json +++ b/metrics/android-render-test-runner/render-tests/circle-color/function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/circle-color/literal/metrics.json b/metrics/android-render-test-runner/render-tests/circle-color/literal/metrics.json index b7fcd045414..c5dc4e05e94 100644 --- a/metrics/android-render-test-runner/render-tests/circle-color/literal/metrics.json +++ b/metrics/android-render-test-runner/render-tests/circle-color/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/circle-color/property-function/metrics.json b/metrics/android-render-test-runner/render-tests/circle-color/property-function/metrics.json index 2b00a4fa064..5c78b6b810e 100644 --- a/metrics/android-render-test-runner/render-tests/circle-color/property-function/metrics.json +++ b/metrics/android-render-test-runner/render-tests/circle-color/property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/circle-color/zoom-and-property-function/metrics.json b/metrics/android-render-test-runner/render-tests/circle-color/zoom-and-property-function/metrics.json index cd37b906a56..6dc76e6fad1 100644 --- a/metrics/android-render-test-runner/render-tests/circle-color/zoom-and-property-function/metrics.json +++ b/metrics/android-render-test-runner/render-tests/circle-color/zoom-and-property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/circle-geometry/linestring/metrics.json b/metrics/android-render-test-runner/render-tests/circle-geometry/linestring/metrics.json index b7fcd045414..c5dc4e05e94 100644 --- a/metrics/android-render-test-runner/render-tests/circle-geometry/linestring/metrics.json +++ b/metrics/android-render-test-runner/render-tests/circle-geometry/linestring/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/circle-geometry/multilinestring/metrics.json b/metrics/android-render-test-runner/render-tests/circle-geometry/multilinestring/metrics.json index b9307738e09..baa04769a3d 100644 --- a/metrics/android-render-test-runner/render-tests/circle-geometry/multilinestring/metrics.json +++ b/metrics/android-render-test-runner/render-tests/circle-geometry/multilinestring/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/circle-geometry/multipoint/metrics.json b/metrics/android-render-test-runner/render-tests/circle-geometry/multipoint/metrics.json index b7fcd045414..c5dc4e05e94 100644 --- a/metrics/android-render-test-runner/render-tests/circle-geometry/multipoint/metrics.json +++ b/metrics/android-render-test-runner/render-tests/circle-geometry/multipoint/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/circle-geometry/multipolygon/metrics.json b/metrics/android-render-test-runner/render-tests/circle-geometry/multipolygon/metrics.json index 742ac68192d..967e8fa527d 100644 --- a/metrics/android-render-test-runner/render-tests/circle-geometry/multipolygon/metrics.json +++ b/metrics/android-render-test-runner/render-tests/circle-geometry/multipolygon/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/circle-geometry/point/metrics.json b/metrics/android-render-test-runner/render-tests/circle-geometry/point/metrics.json index 01b432fe214..e30b6a8224f 100644 --- a/metrics/android-render-test-runner/render-tests/circle-geometry/point/metrics.json +++ b/metrics/android-render-test-runner/render-tests/circle-geometry/point/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/circle-geometry/polygon/metrics.json b/metrics/android-render-test-runner/render-tests/circle-geometry/polygon/metrics.json index b65ae23a753..089b0be4abb 100644 --- a/metrics/android-render-test-runner/render-tests/circle-geometry/polygon/metrics.json +++ b/metrics/android-render-test-runner/render-tests/circle-geometry/polygon/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/circle-opacity/blending/metrics.json b/metrics/android-render-test-runner/render-tests/circle-opacity/blending/metrics.json index bf5b94a7258..c5dccb9cead 100644 --- a/metrics/android-render-test-runner/render-tests/circle-opacity/blending/metrics.json +++ b/metrics/android-render-test-runner/render-tests/circle-opacity/blending/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/circle-opacity/default/metrics.json b/metrics/android-render-test-runner/render-tests/circle-opacity/default/metrics.json index b7fcd045414..c5dc4e05e94 100644 --- a/metrics/android-render-test-runner/render-tests/circle-opacity/default/metrics.json +++ b/metrics/android-render-test-runner/render-tests/circle-opacity/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/circle-opacity/function/metrics.json b/metrics/android-render-test-runner/render-tests/circle-opacity/function/metrics.json index b7fcd045414..c5dc4e05e94 100644 --- a/metrics/android-render-test-runner/render-tests/circle-opacity/function/metrics.json +++ b/metrics/android-render-test-runner/render-tests/circle-opacity/function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/circle-opacity/literal/metrics.json b/metrics/android-render-test-runner/render-tests/circle-opacity/literal/metrics.json index b7fcd045414..c5dc4e05e94 100644 --- a/metrics/android-render-test-runner/render-tests/circle-opacity/literal/metrics.json +++ b/metrics/android-render-test-runner/render-tests/circle-opacity/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/circle-opacity/property-function/metrics.json b/metrics/android-render-test-runner/render-tests/circle-opacity/property-function/metrics.json index bf5b94a7258..c5dccb9cead 100644 --- a/metrics/android-render-test-runner/render-tests/circle-opacity/property-function/metrics.json +++ b/metrics/android-render-test-runner/render-tests/circle-opacity/property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/circle-opacity/zoom-and-property-function/metrics.json b/metrics/android-render-test-runner/render-tests/circle-opacity/zoom-and-property-function/metrics.json index 2b00a4fa064..5c78b6b810e 100644 --- a/metrics/android-render-test-runner/render-tests/circle-opacity/zoom-and-property-function/metrics.json +++ b/metrics/android-render-test-runner/render-tests/circle-opacity/zoom-and-property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/circle-pitch-alignment/map-scale-map/metrics.json b/metrics/android-render-test-runner/render-tests/circle-pitch-alignment/map-scale-map/metrics.json index 62ea5c7dea0..82a579190aa 100644 --- a/metrics/android-render-test-runner/render-tests/circle-pitch-alignment/map-scale-map/metrics.json +++ b/metrics/android-render-test-runner/render-tests/circle-pitch-alignment/map-scale-map/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/circle-pitch-alignment/map-scale-viewport/metrics.json b/metrics/android-render-test-runner/render-tests/circle-pitch-alignment/map-scale-viewport/metrics.json index 62ea5c7dea0..82a579190aa 100644 --- a/metrics/android-render-test-runner/render-tests/circle-pitch-alignment/map-scale-viewport/metrics.json +++ b/metrics/android-render-test-runner/render-tests/circle-pitch-alignment/map-scale-viewport/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/circle-pitch-alignment/viewport-scale-map/metrics.json b/metrics/android-render-test-runner/render-tests/circle-pitch-alignment/viewport-scale-map/metrics.json index 62ea5c7dea0..82a579190aa 100644 --- a/metrics/android-render-test-runner/render-tests/circle-pitch-alignment/viewport-scale-map/metrics.json +++ b/metrics/android-render-test-runner/render-tests/circle-pitch-alignment/viewport-scale-map/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/circle-pitch-alignment/viewport-scale-viewport/metrics.json b/metrics/android-render-test-runner/render-tests/circle-pitch-alignment/viewport-scale-viewport/metrics.json index 62ea5c7dea0..82a579190aa 100644 --- a/metrics/android-render-test-runner/render-tests/circle-pitch-alignment/viewport-scale-viewport/metrics.json +++ b/metrics/android-render-test-runner/render-tests/circle-pitch-alignment/viewport-scale-viewport/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/circle-pitch-scale/default/metrics.json b/metrics/android-render-test-runner/render-tests/circle-pitch-scale/default/metrics.json index 62ea5c7dea0..82a579190aa 100644 --- a/metrics/android-render-test-runner/render-tests/circle-pitch-scale/default/metrics.json +++ b/metrics/android-render-test-runner/render-tests/circle-pitch-scale/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/circle-pitch-scale/map/metrics.json b/metrics/android-render-test-runner/render-tests/circle-pitch-scale/map/metrics.json index 62ea5c7dea0..82a579190aa 100644 --- a/metrics/android-render-test-runner/render-tests/circle-pitch-scale/map/metrics.json +++ b/metrics/android-render-test-runner/render-tests/circle-pitch-scale/map/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/circle-pitch-scale/viewport/metrics.json b/metrics/android-render-test-runner/render-tests/circle-pitch-scale/viewport/metrics.json index 62ea5c7dea0..82a579190aa 100644 --- a/metrics/android-render-test-runner/render-tests/circle-pitch-scale/viewport/metrics.json +++ b/metrics/android-render-test-runner/render-tests/circle-pitch-scale/viewport/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/circle-radius/antimeridian/metrics.json b/metrics/android-render-test-runner/render-tests/circle-radius/antimeridian/metrics.json index b7fcd045414..c5dc4e05e94 100644 --- a/metrics/android-render-test-runner/render-tests/circle-radius/antimeridian/metrics.json +++ b/metrics/android-render-test-runner/render-tests/circle-radius/antimeridian/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/circle-radius/default/metrics.json b/metrics/android-render-test-runner/render-tests/circle-radius/default/metrics.json index b7fcd045414..c5dc4e05e94 100644 --- a/metrics/android-render-test-runner/render-tests/circle-radius/default/metrics.json +++ b/metrics/android-render-test-runner/render-tests/circle-radius/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/circle-radius/function/metrics.json b/metrics/android-render-test-runner/render-tests/circle-radius/function/metrics.json index b7fcd045414..c5dc4e05e94 100644 --- a/metrics/android-render-test-runner/render-tests/circle-radius/function/metrics.json +++ b/metrics/android-render-test-runner/render-tests/circle-radius/function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/circle-radius/literal/metrics.json b/metrics/android-render-test-runner/render-tests/circle-radius/literal/metrics.json index b7fcd045414..c5dc4e05e94 100644 --- a/metrics/android-render-test-runner/render-tests/circle-radius/literal/metrics.json +++ b/metrics/android-render-test-runner/render-tests/circle-radius/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/circle-radius/property-function/metrics.json b/metrics/android-render-test-runner/render-tests/circle-radius/property-function/metrics.json index bf5b94a7258..c5dccb9cead 100644 --- a/metrics/android-render-test-runner/render-tests/circle-radius/property-function/metrics.json +++ b/metrics/android-render-test-runner/render-tests/circle-radius/property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/circle-radius/zoom-and-property-function/metrics.json b/metrics/android-render-test-runner/render-tests/circle-radius/zoom-and-property-function/metrics.json index 2b00a4fa064..5c78b6b810e 100644 --- a/metrics/android-render-test-runner/render-tests/circle-radius/zoom-and-property-function/metrics.json +++ b/metrics/android-render-test-runner/render-tests/circle-radius/zoom-and-property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/circle-sort-key/literal/metrics.json b/metrics/android-render-test-runner/render-tests/circle-sort-key/literal/metrics.json index a7ecf0458cb..9bd7de306eb 100644 --- a/metrics/android-render-test-runner/render-tests/circle-sort-key/literal/metrics.json +++ b/metrics/android-render-test-runner/render-tests/circle-sort-key/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/circle-stroke-color/default/metrics.json b/metrics/android-render-test-runner/render-tests/circle-stroke-color/default/metrics.json index b7fcd045414..c5dc4e05e94 100644 --- a/metrics/android-render-test-runner/render-tests/circle-stroke-color/default/metrics.json +++ b/metrics/android-render-test-runner/render-tests/circle-stroke-color/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/circle-stroke-color/function/metrics.json b/metrics/android-render-test-runner/render-tests/circle-stroke-color/function/metrics.json index b7fcd045414..c5dc4e05e94 100644 --- a/metrics/android-render-test-runner/render-tests/circle-stroke-color/function/metrics.json +++ b/metrics/android-render-test-runner/render-tests/circle-stroke-color/function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/circle-stroke-color/literal/metrics.json b/metrics/android-render-test-runner/render-tests/circle-stroke-color/literal/metrics.json index b7fcd045414..c5dc4e05e94 100644 --- a/metrics/android-render-test-runner/render-tests/circle-stroke-color/literal/metrics.json +++ b/metrics/android-render-test-runner/render-tests/circle-stroke-color/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/circle-stroke-color/property-function/metrics.json b/metrics/android-render-test-runner/render-tests/circle-stroke-color/property-function/metrics.json index 2b00a4fa064..5c78b6b810e 100644 --- a/metrics/android-render-test-runner/render-tests/circle-stroke-color/property-function/metrics.json +++ b/metrics/android-render-test-runner/render-tests/circle-stroke-color/property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/circle-stroke-color/zoom-and-property-function/metrics.json b/metrics/android-render-test-runner/render-tests/circle-stroke-color/zoom-and-property-function/metrics.json index cd37b906a56..6dc76e6fad1 100644 --- a/metrics/android-render-test-runner/render-tests/circle-stroke-color/zoom-and-property-function/metrics.json +++ b/metrics/android-render-test-runner/render-tests/circle-stroke-color/zoom-and-property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/circle-stroke-opacity/default/metrics.json b/metrics/android-render-test-runner/render-tests/circle-stroke-opacity/default/metrics.json index b7fcd045414..c5dc4e05e94 100644 --- a/metrics/android-render-test-runner/render-tests/circle-stroke-opacity/default/metrics.json +++ b/metrics/android-render-test-runner/render-tests/circle-stroke-opacity/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/circle-stroke-opacity/function/metrics.json b/metrics/android-render-test-runner/render-tests/circle-stroke-opacity/function/metrics.json index b7fcd045414..c5dc4e05e94 100644 --- a/metrics/android-render-test-runner/render-tests/circle-stroke-opacity/function/metrics.json +++ b/metrics/android-render-test-runner/render-tests/circle-stroke-opacity/function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/circle-stroke-opacity/literal/metrics.json b/metrics/android-render-test-runner/render-tests/circle-stroke-opacity/literal/metrics.json index b7fcd045414..c5dc4e05e94 100644 --- a/metrics/android-render-test-runner/render-tests/circle-stroke-opacity/literal/metrics.json +++ b/metrics/android-render-test-runner/render-tests/circle-stroke-opacity/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/circle-stroke-opacity/property-function/metrics.json b/metrics/android-render-test-runner/render-tests/circle-stroke-opacity/property-function/metrics.json index bf5b94a7258..c5dccb9cead 100644 --- a/metrics/android-render-test-runner/render-tests/circle-stroke-opacity/property-function/metrics.json +++ b/metrics/android-render-test-runner/render-tests/circle-stroke-opacity/property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/circle-stroke-opacity/stroke-only/metrics.json b/metrics/android-render-test-runner/render-tests/circle-stroke-opacity/stroke-only/metrics.json index b7fcd045414..c5dc4e05e94 100644 --- a/metrics/android-render-test-runner/render-tests/circle-stroke-opacity/stroke-only/metrics.json +++ b/metrics/android-render-test-runner/render-tests/circle-stroke-opacity/stroke-only/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/circle-stroke-opacity/zoom-and-property-function/metrics.json b/metrics/android-render-test-runner/render-tests/circle-stroke-opacity/zoom-and-property-function/metrics.json index 2b00a4fa064..5c78b6b810e 100644 --- a/metrics/android-render-test-runner/render-tests/circle-stroke-opacity/zoom-and-property-function/metrics.json +++ b/metrics/android-render-test-runner/render-tests/circle-stroke-opacity/zoom-and-property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/circle-stroke-width/default/metrics.json b/metrics/android-render-test-runner/render-tests/circle-stroke-width/default/metrics.json index b7fcd045414..c5dc4e05e94 100644 --- a/metrics/android-render-test-runner/render-tests/circle-stroke-width/default/metrics.json +++ b/metrics/android-render-test-runner/render-tests/circle-stroke-width/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/circle-stroke-width/function/metrics.json b/metrics/android-render-test-runner/render-tests/circle-stroke-width/function/metrics.json index b7fcd045414..c5dc4e05e94 100644 --- a/metrics/android-render-test-runner/render-tests/circle-stroke-width/function/metrics.json +++ b/metrics/android-render-test-runner/render-tests/circle-stroke-width/function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/circle-stroke-width/literal/metrics.json b/metrics/android-render-test-runner/render-tests/circle-stroke-width/literal/metrics.json index b7fcd045414..c5dc4e05e94 100644 --- a/metrics/android-render-test-runner/render-tests/circle-stroke-width/literal/metrics.json +++ b/metrics/android-render-test-runner/render-tests/circle-stroke-width/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/circle-stroke-width/property-function/metrics.json b/metrics/android-render-test-runner/render-tests/circle-stroke-width/property-function/metrics.json index bf5b94a7258..c5dccb9cead 100644 --- a/metrics/android-render-test-runner/render-tests/circle-stroke-width/property-function/metrics.json +++ b/metrics/android-render-test-runner/render-tests/circle-stroke-width/property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/circle-stroke-width/zoom-and-property-function/metrics.json b/metrics/android-render-test-runner/render-tests/circle-stroke-width/zoom-and-property-function/metrics.json index 2b00a4fa064..5c78b6b810e 100644 --- a/metrics/android-render-test-runner/render-tests/circle-stroke-width/zoom-and-property-function/metrics.json +++ b/metrics/android-render-test-runner/render-tests/circle-stroke-width/zoom-and-property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/circle-translate-anchor/map/metrics.json b/metrics/android-render-test-runner/render-tests/circle-translate-anchor/map/metrics.json index b7fcd045414..c5dc4e05e94 100644 --- a/metrics/android-render-test-runner/render-tests/circle-translate-anchor/map/metrics.json +++ b/metrics/android-render-test-runner/render-tests/circle-translate-anchor/map/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/circle-translate-anchor/viewport/metrics.json b/metrics/android-render-test-runner/render-tests/circle-translate-anchor/viewport/metrics.json index b7fcd045414..c5dc4e05e94 100644 --- a/metrics/android-render-test-runner/render-tests/circle-translate-anchor/viewport/metrics.json +++ b/metrics/android-render-test-runner/render-tests/circle-translate-anchor/viewport/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/circle-translate/default/metrics.json b/metrics/android-render-test-runner/render-tests/circle-translate/default/metrics.json index b7fcd045414..c5dc4e05e94 100644 --- a/metrics/android-render-test-runner/render-tests/circle-translate/default/metrics.json +++ b/metrics/android-render-test-runner/render-tests/circle-translate/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/circle-translate/function/metrics.json b/metrics/android-render-test-runner/render-tests/circle-translate/function/metrics.json index b7fcd045414..c5dc4e05e94 100644 --- a/metrics/android-render-test-runner/render-tests/circle-translate/function/metrics.json +++ b/metrics/android-render-test-runner/render-tests/circle-translate/function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/circle-translate/literal/metrics.json b/metrics/android-render-test-runner/render-tests/circle-translate/literal/metrics.json index b7fcd045414..c5dc4e05e94 100644 --- a/metrics/android-render-test-runner/render-tests/circle-translate/literal/metrics.json +++ b/metrics/android-render-test-runner/render-tests/circle-translate/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/combinations/background-opaque--background-opaque/metrics.json b/metrics/android-render-test-runner/render-tests/combinations/background-opaque--background-opaque/metrics.json index ca19895c81d..385524356c4 100644 --- a/metrics/android-render-test-runner/render-tests/combinations/background-opaque--background-opaque/metrics.json +++ b/metrics/android-render-test-runner/render-tests/combinations/background-opaque--background-opaque/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/combinations/background-opaque--background-translucent/metrics.json b/metrics/android-render-test-runner/render-tests/combinations/background-opaque--background-translucent/metrics.json index ca19895c81d..385524356c4 100644 --- a/metrics/android-render-test-runner/render-tests/combinations/background-opaque--background-translucent/metrics.json +++ b/metrics/android-render-test-runner/render-tests/combinations/background-opaque--background-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/combinations/background-opaque--circle-translucent/metrics.json b/metrics/android-render-test-runner/render-tests/combinations/background-opaque--circle-translucent/metrics.json index b65ae23a753..089b0be4abb 100644 --- a/metrics/android-render-test-runner/render-tests/combinations/background-opaque--circle-translucent/metrics.json +++ b/metrics/android-render-test-runner/render-tests/combinations/background-opaque--circle-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/combinations/background-opaque--fill-extrusion-translucent/metrics.json b/metrics/android-render-test-runner/render-tests/combinations/background-opaque--fill-extrusion-translucent/metrics.json index 869c4378bf3..f712c8f66dc 100644 --- a/metrics/android-render-test-runner/render-tests/combinations/background-opaque--fill-extrusion-translucent/metrics.json +++ b/metrics/android-render-test-runner/render-tests/combinations/background-opaque--fill-extrusion-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/combinations/background-opaque--fill-opaque/metrics.json b/metrics/android-render-test-runner/render-tests/combinations/background-opaque--fill-opaque/metrics.json index 873f47815fe..a1e24dbecc7 100644 --- a/metrics/android-render-test-runner/render-tests/combinations/background-opaque--fill-opaque/metrics.json +++ b/metrics/android-render-test-runner/render-tests/combinations/background-opaque--fill-opaque/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/combinations/background-opaque--fill-translucent/metrics.json b/metrics/android-render-test-runner/render-tests/combinations/background-opaque--fill-translucent/metrics.json index 873f47815fe..a1e24dbecc7 100644 --- a/metrics/android-render-test-runner/render-tests/combinations/background-opaque--fill-translucent/metrics.json +++ b/metrics/android-render-test-runner/render-tests/combinations/background-opaque--fill-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/combinations/background-opaque--heatmap-translucent/metrics.json b/metrics/android-render-test-runner/render-tests/combinations/background-opaque--heatmap-translucent/metrics.json index 5cc4b977fff..459db2373ea 100644 --- a/metrics/android-render-test-runner/render-tests/combinations/background-opaque--heatmap-translucent/metrics.json +++ b/metrics/android-render-test-runner/render-tests/combinations/background-opaque--heatmap-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/combinations/background-opaque--hillshade-translucent/metrics.json b/metrics/android-render-test-runner/render-tests/combinations/background-opaque--hillshade-translucent/metrics.json index fe9af55d561..3341db244c6 100644 --- a/metrics/android-render-test-runner/render-tests/combinations/background-opaque--hillshade-translucent/metrics.json +++ b/metrics/android-render-test-runner/render-tests/combinations/background-opaque--hillshade-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/combinations/background-opaque--line-translucent/metrics.json b/metrics/android-render-test-runner/render-tests/combinations/background-opaque--line-translucent/metrics.json index 43b92c8fd62..bf9465ff8aa 100644 --- a/metrics/android-render-test-runner/render-tests/combinations/background-opaque--line-translucent/metrics.json +++ b/metrics/android-render-test-runner/render-tests/combinations/background-opaque--line-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/combinations/background-opaque--raster-translucent/metrics.json b/metrics/android-render-test-runner/render-tests/combinations/background-opaque--raster-translucent/metrics.json index aeff97a9b28..4c90b1a1026 100644 --- a/metrics/android-render-test-runner/render-tests/combinations/background-opaque--raster-translucent/metrics.json +++ b/metrics/android-render-test-runner/render-tests/combinations/background-opaque--raster-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/combinations/background-opaque--symbol-translucent/metrics.json b/metrics/android-render-test-runner/render-tests/combinations/background-opaque--symbol-translucent/metrics.json index ff10b87fe60..80efc975536 100644 --- a/metrics/android-render-test-runner/render-tests/combinations/background-opaque--symbol-translucent/metrics.json +++ b/metrics/android-render-test-runner/render-tests/combinations/background-opaque--symbol-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/combinations/background-translucent--background-opaque/metrics.json b/metrics/android-render-test-runner/render-tests/combinations/background-translucent--background-opaque/metrics.json index ca19895c81d..385524356c4 100644 --- a/metrics/android-render-test-runner/render-tests/combinations/background-translucent--background-opaque/metrics.json +++ b/metrics/android-render-test-runner/render-tests/combinations/background-translucent--background-opaque/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/combinations/background-translucent--background-translucent/metrics.json b/metrics/android-render-test-runner/render-tests/combinations/background-translucent--background-translucent/metrics.json index ca19895c81d..385524356c4 100644 --- a/metrics/android-render-test-runner/render-tests/combinations/background-translucent--background-translucent/metrics.json +++ b/metrics/android-render-test-runner/render-tests/combinations/background-translucent--background-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/combinations/background-translucent--circle-translucent/metrics.json b/metrics/android-render-test-runner/render-tests/combinations/background-translucent--circle-translucent/metrics.json index b65ae23a753..089b0be4abb 100644 --- a/metrics/android-render-test-runner/render-tests/combinations/background-translucent--circle-translucent/metrics.json +++ b/metrics/android-render-test-runner/render-tests/combinations/background-translucent--circle-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/combinations/background-translucent--fill-extrusion-translucent/metrics.json b/metrics/android-render-test-runner/render-tests/combinations/background-translucent--fill-extrusion-translucent/metrics.json index 869c4378bf3..f712c8f66dc 100644 --- a/metrics/android-render-test-runner/render-tests/combinations/background-translucent--fill-extrusion-translucent/metrics.json +++ b/metrics/android-render-test-runner/render-tests/combinations/background-translucent--fill-extrusion-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/combinations/background-translucent--fill-opaque/metrics.json b/metrics/android-render-test-runner/render-tests/combinations/background-translucent--fill-opaque/metrics.json index 873f47815fe..a1e24dbecc7 100644 --- a/metrics/android-render-test-runner/render-tests/combinations/background-translucent--fill-opaque/metrics.json +++ b/metrics/android-render-test-runner/render-tests/combinations/background-translucent--fill-opaque/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/combinations/background-translucent--fill-translucent/metrics.json b/metrics/android-render-test-runner/render-tests/combinations/background-translucent--fill-translucent/metrics.json index 873f47815fe..a1e24dbecc7 100644 --- a/metrics/android-render-test-runner/render-tests/combinations/background-translucent--fill-translucent/metrics.json +++ b/metrics/android-render-test-runner/render-tests/combinations/background-translucent--fill-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/combinations/background-translucent--heatmap-translucent/metrics.json b/metrics/android-render-test-runner/render-tests/combinations/background-translucent--heatmap-translucent/metrics.json index 5cc4b977fff..459db2373ea 100644 --- a/metrics/android-render-test-runner/render-tests/combinations/background-translucent--heatmap-translucent/metrics.json +++ b/metrics/android-render-test-runner/render-tests/combinations/background-translucent--heatmap-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/combinations/background-translucent--hillshade-translucent/metrics.json b/metrics/android-render-test-runner/render-tests/combinations/background-translucent--hillshade-translucent/metrics.json index fe9af55d561..3341db244c6 100644 --- a/metrics/android-render-test-runner/render-tests/combinations/background-translucent--hillshade-translucent/metrics.json +++ b/metrics/android-render-test-runner/render-tests/combinations/background-translucent--hillshade-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/combinations/background-translucent--line-translucent/metrics.json b/metrics/android-render-test-runner/render-tests/combinations/background-translucent--line-translucent/metrics.json index 43b92c8fd62..bf9465ff8aa 100644 --- a/metrics/android-render-test-runner/render-tests/combinations/background-translucent--line-translucent/metrics.json +++ b/metrics/android-render-test-runner/render-tests/combinations/background-translucent--line-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/combinations/background-translucent--raster-translucent/metrics.json b/metrics/android-render-test-runner/render-tests/combinations/background-translucent--raster-translucent/metrics.json index aeff97a9b28..4c90b1a1026 100644 --- a/metrics/android-render-test-runner/render-tests/combinations/background-translucent--raster-translucent/metrics.json +++ b/metrics/android-render-test-runner/render-tests/combinations/background-translucent--raster-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/combinations/background-translucent--symbol-translucent/metrics.json b/metrics/android-render-test-runner/render-tests/combinations/background-translucent--symbol-translucent/metrics.json index ff10b87fe60..80efc975536 100644 --- a/metrics/android-render-test-runner/render-tests/combinations/background-translucent--symbol-translucent/metrics.json +++ b/metrics/android-render-test-runner/render-tests/combinations/background-translucent--symbol-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/combinations/circle-translucent--background-opaque/metrics.json b/metrics/android-render-test-runner/render-tests/combinations/circle-translucent--background-opaque/metrics.json index d5ad1d9303d..dc413c28a83 100644 --- a/metrics/android-render-test-runner/render-tests/combinations/circle-translucent--background-opaque/metrics.json +++ b/metrics/android-render-test-runner/render-tests/combinations/circle-translucent--background-opaque/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/combinations/circle-translucent--background-translucent/metrics.json b/metrics/android-render-test-runner/render-tests/combinations/circle-translucent--background-translucent/metrics.json index d5ad1d9303d..dc413c28a83 100644 --- a/metrics/android-render-test-runner/render-tests/combinations/circle-translucent--background-translucent/metrics.json +++ b/metrics/android-render-test-runner/render-tests/combinations/circle-translucent--background-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/combinations/circle-translucent--circle-translucent/metrics.json b/metrics/android-render-test-runner/render-tests/combinations/circle-translucent--circle-translucent/metrics.json index d5ad1d9303d..dc413c28a83 100644 --- a/metrics/android-render-test-runner/render-tests/combinations/circle-translucent--circle-translucent/metrics.json +++ b/metrics/android-render-test-runner/render-tests/combinations/circle-translucent--circle-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/combinations/circle-translucent--fill-extrusion-translucent/metrics.json b/metrics/android-render-test-runner/render-tests/combinations/circle-translucent--fill-extrusion-translucent/metrics.json index d0a09330c38..02e32b225c1 100644 --- a/metrics/android-render-test-runner/render-tests/combinations/circle-translucent--fill-extrusion-translucent/metrics.json +++ b/metrics/android-render-test-runner/render-tests/combinations/circle-translucent--fill-extrusion-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/combinations/circle-translucent--fill-opaque/metrics.json b/metrics/android-render-test-runner/render-tests/combinations/circle-translucent--fill-opaque/metrics.json index 54232a88593..3589506596e 100644 --- a/metrics/android-render-test-runner/render-tests/combinations/circle-translucent--fill-opaque/metrics.json +++ b/metrics/android-render-test-runner/render-tests/combinations/circle-translucent--fill-opaque/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/combinations/circle-translucent--fill-translucent/metrics.json b/metrics/android-render-test-runner/render-tests/combinations/circle-translucent--fill-translucent/metrics.json index 54232a88593..3589506596e 100644 --- a/metrics/android-render-test-runner/render-tests/combinations/circle-translucent--fill-translucent/metrics.json +++ b/metrics/android-render-test-runner/render-tests/combinations/circle-translucent--fill-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/combinations/circle-translucent--heatmap-translucent/metrics.json b/metrics/android-render-test-runner/render-tests/combinations/circle-translucent--heatmap-translucent/metrics.json index b342e18183b..04e5de8e775 100644 --- a/metrics/android-render-test-runner/render-tests/combinations/circle-translucent--heatmap-translucent/metrics.json +++ b/metrics/android-render-test-runner/render-tests/combinations/circle-translucent--heatmap-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/combinations/circle-translucent--hillshade-translucent/metrics.json b/metrics/android-render-test-runner/render-tests/combinations/circle-translucent--hillshade-translucent/metrics.json index 2ecd93ab0db..008f32728a9 100644 --- a/metrics/android-render-test-runner/render-tests/combinations/circle-translucent--hillshade-translucent/metrics.json +++ b/metrics/android-render-test-runner/render-tests/combinations/circle-translucent--hillshade-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/combinations/circle-translucent--line-translucent/metrics.json b/metrics/android-render-test-runner/render-tests/combinations/circle-translucent--line-translucent/metrics.json index 34e16412442..848c8eed8f1 100644 --- a/metrics/android-render-test-runner/render-tests/combinations/circle-translucent--line-translucent/metrics.json +++ b/metrics/android-render-test-runner/render-tests/combinations/circle-translucent--line-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/combinations/circle-translucent--raster-translucent/metrics.json b/metrics/android-render-test-runner/render-tests/combinations/circle-translucent--raster-translucent/metrics.json index 8543c93e3fb..313c9a78216 100644 --- a/metrics/android-render-test-runner/render-tests/combinations/circle-translucent--raster-translucent/metrics.json +++ b/metrics/android-render-test-runner/render-tests/combinations/circle-translucent--raster-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/combinations/circle-translucent--symbol-translucent/metrics.json b/metrics/android-render-test-runner/render-tests/combinations/circle-translucent--symbol-translucent/metrics.json index 7f048825740..509f08c45c2 100644 --- a/metrics/android-render-test-runner/render-tests/combinations/circle-translucent--symbol-translucent/metrics.json +++ b/metrics/android-render-test-runner/render-tests/combinations/circle-translucent--symbol-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/combinations/fill-extrusion--fill-opaque/metrics.json b/metrics/android-render-test-runner/render-tests/combinations/fill-extrusion--fill-opaque/metrics.json index 158f4a877cf..7c68a9b0ae7 100644 --- a/metrics/android-render-test-runner/render-tests/combinations/fill-extrusion--fill-opaque/metrics.json +++ b/metrics/android-render-test-runner/render-tests/combinations/fill-extrusion--fill-opaque/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/combinations/fill-extrusion--fill-translucent/metrics.json b/metrics/android-render-test-runner/render-tests/combinations/fill-extrusion--fill-translucent/metrics.json index 158f4a877cf..7c68a9b0ae7 100644 --- a/metrics/android-render-test-runner/render-tests/combinations/fill-extrusion--fill-translucent/metrics.json +++ b/metrics/android-render-test-runner/render-tests/combinations/fill-extrusion--fill-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/combinations/fill-extrusion-translucent--background-opaque/metrics.json b/metrics/android-render-test-runner/render-tests/combinations/fill-extrusion-translucent--background-opaque/metrics.json index 070982798d7..ddd80ebcd4a 100644 --- a/metrics/android-render-test-runner/render-tests/combinations/fill-extrusion-translucent--background-opaque/metrics.json +++ b/metrics/android-render-test-runner/render-tests/combinations/fill-extrusion-translucent--background-opaque/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/combinations/fill-extrusion-translucent--background-translucent/metrics.json b/metrics/android-render-test-runner/render-tests/combinations/fill-extrusion-translucent--background-translucent/metrics.json index 070982798d7..ddd80ebcd4a 100644 --- a/metrics/android-render-test-runner/render-tests/combinations/fill-extrusion-translucent--background-translucent/metrics.json +++ b/metrics/android-render-test-runner/render-tests/combinations/fill-extrusion-translucent--background-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/combinations/fill-extrusion-translucent--circle-translucent/metrics.json b/metrics/android-render-test-runner/render-tests/combinations/fill-extrusion-translucent--circle-translucent/metrics.json index d0a09330c38..02e32b225c1 100644 --- a/metrics/android-render-test-runner/render-tests/combinations/fill-extrusion-translucent--circle-translucent/metrics.json +++ b/metrics/android-render-test-runner/render-tests/combinations/fill-extrusion-translucent--circle-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/combinations/fill-extrusion-translucent--fill-extrusion-translucent/metrics.json b/metrics/android-render-test-runner/render-tests/combinations/fill-extrusion-translucent--fill-extrusion-translucent/metrics.json index 070982798d7..ddd80ebcd4a 100644 --- a/metrics/android-render-test-runner/render-tests/combinations/fill-extrusion-translucent--fill-extrusion-translucent/metrics.json +++ b/metrics/android-render-test-runner/render-tests/combinations/fill-extrusion-translucent--fill-extrusion-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/combinations/fill-extrusion-translucent--fill-opaque/metrics.json b/metrics/android-render-test-runner/render-tests/combinations/fill-extrusion-translucent--fill-opaque/metrics.json index 9dd47aeeeb5..42b4e6f9890 100644 --- a/metrics/android-render-test-runner/render-tests/combinations/fill-extrusion-translucent--fill-opaque/metrics.json +++ b/metrics/android-render-test-runner/render-tests/combinations/fill-extrusion-translucent--fill-opaque/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/combinations/fill-extrusion-translucent--fill-translucent/metrics.json b/metrics/android-render-test-runner/render-tests/combinations/fill-extrusion-translucent--fill-translucent/metrics.json index f460f1be9e6..758831370f8 100644 --- a/metrics/android-render-test-runner/render-tests/combinations/fill-extrusion-translucent--fill-translucent/metrics.json +++ b/metrics/android-render-test-runner/render-tests/combinations/fill-extrusion-translucent--fill-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/combinations/fill-extrusion-translucent--heatmap-translucent/metrics.json b/metrics/android-render-test-runner/render-tests/combinations/fill-extrusion-translucent--heatmap-translucent/metrics.json index a4c2b929c75..ab72e118cc7 100644 --- a/metrics/android-render-test-runner/render-tests/combinations/fill-extrusion-translucent--heatmap-translucent/metrics.json +++ b/metrics/android-render-test-runner/render-tests/combinations/fill-extrusion-translucent--heatmap-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/combinations/fill-extrusion-translucent--hillshade-translucent/metrics.json b/metrics/android-render-test-runner/render-tests/combinations/fill-extrusion-translucent--hillshade-translucent/metrics.json index f9f2c55c050..a404300fa4e 100644 --- a/metrics/android-render-test-runner/render-tests/combinations/fill-extrusion-translucent--hillshade-translucent/metrics.json +++ b/metrics/android-render-test-runner/render-tests/combinations/fill-extrusion-translucent--hillshade-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/combinations/fill-extrusion-translucent--line-translucent/metrics.json b/metrics/android-render-test-runner/render-tests/combinations/fill-extrusion-translucent--line-translucent/metrics.json index b9a70d7457b..dff1b0cc4e1 100644 --- a/metrics/android-render-test-runner/render-tests/combinations/fill-extrusion-translucent--line-translucent/metrics.json +++ b/metrics/android-render-test-runner/render-tests/combinations/fill-extrusion-translucent--line-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/combinations/fill-extrusion-translucent--raster-translucent/metrics.json b/metrics/android-render-test-runner/render-tests/combinations/fill-extrusion-translucent--raster-translucent/metrics.json index ba3da4f660c..87a7cf57671 100644 --- a/metrics/android-render-test-runner/render-tests/combinations/fill-extrusion-translucent--raster-translucent/metrics.json +++ b/metrics/android-render-test-runner/render-tests/combinations/fill-extrusion-translucent--raster-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/combinations/fill-extrusion-translucent--symbol-translucent/metrics.json b/metrics/android-render-test-runner/render-tests/combinations/fill-extrusion-translucent--symbol-translucent/metrics.json index e06f8fc8fc1..7c9e77d5811 100644 --- a/metrics/android-render-test-runner/render-tests/combinations/fill-extrusion-translucent--symbol-translucent/metrics.json +++ b/metrics/android-render-test-runner/render-tests/combinations/fill-extrusion-translucent--symbol-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/combinations/fill-opaque--background-opaque/metrics.json b/metrics/android-render-test-runner/render-tests/combinations/fill-opaque--background-opaque/metrics.json index d9701f6181e..e3f653570e1 100644 --- a/metrics/android-render-test-runner/render-tests/combinations/fill-opaque--background-opaque/metrics.json +++ b/metrics/android-render-test-runner/render-tests/combinations/fill-opaque--background-opaque/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/combinations/fill-opaque--background-translucent/metrics.json b/metrics/android-render-test-runner/render-tests/combinations/fill-opaque--background-translucent/metrics.json index d9701f6181e..e3f653570e1 100644 --- a/metrics/android-render-test-runner/render-tests/combinations/fill-opaque--background-translucent/metrics.json +++ b/metrics/android-render-test-runner/render-tests/combinations/fill-opaque--background-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/combinations/fill-opaque--circle-translucent/metrics.json b/metrics/android-render-test-runner/render-tests/combinations/fill-opaque--circle-translucent/metrics.json index 54232a88593..3589506596e 100644 --- a/metrics/android-render-test-runner/render-tests/combinations/fill-opaque--circle-translucent/metrics.json +++ b/metrics/android-render-test-runner/render-tests/combinations/fill-opaque--circle-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/combinations/fill-opaque--fill-extrusion-translucent/metrics.json b/metrics/android-render-test-runner/render-tests/combinations/fill-opaque--fill-extrusion-translucent/metrics.json index 158f4a877cf..7c68a9b0ae7 100644 --- a/metrics/android-render-test-runner/render-tests/combinations/fill-opaque--fill-extrusion-translucent/metrics.json +++ b/metrics/android-render-test-runner/render-tests/combinations/fill-opaque--fill-extrusion-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/combinations/fill-opaque--fill-opaque/metrics.json b/metrics/android-render-test-runner/render-tests/combinations/fill-opaque--fill-opaque/metrics.json index 511b43f4d27..0c3fa00030f 100644 --- a/metrics/android-render-test-runner/render-tests/combinations/fill-opaque--fill-opaque/metrics.json +++ b/metrics/android-render-test-runner/render-tests/combinations/fill-opaque--fill-opaque/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/combinations/fill-opaque--fill-translucent/metrics.json b/metrics/android-render-test-runner/render-tests/combinations/fill-opaque--fill-translucent/metrics.json index 511b43f4d27..0c3fa00030f 100644 --- a/metrics/android-render-test-runner/render-tests/combinations/fill-opaque--fill-translucent/metrics.json +++ b/metrics/android-render-test-runner/render-tests/combinations/fill-opaque--fill-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/combinations/fill-opaque--heatmap-translucent/metrics.json b/metrics/android-render-test-runner/render-tests/combinations/fill-opaque--heatmap-translucent/metrics.json index 5565a4dd482..8a2c3875148 100644 --- a/metrics/android-render-test-runner/render-tests/combinations/fill-opaque--heatmap-translucent/metrics.json +++ b/metrics/android-render-test-runner/render-tests/combinations/fill-opaque--heatmap-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/combinations/fill-opaque--hillshade-translucent/metrics.json b/metrics/android-render-test-runner/render-tests/combinations/fill-opaque--hillshade-translucent/metrics.json index 130eb528504..9de2075c67f 100644 --- a/metrics/android-render-test-runner/render-tests/combinations/fill-opaque--hillshade-translucent/metrics.json +++ b/metrics/android-render-test-runner/render-tests/combinations/fill-opaque--hillshade-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/combinations/fill-opaque--image-translucent/metrics.json b/metrics/android-render-test-runner/render-tests/combinations/fill-opaque--image-translucent/metrics.json index 8ed0fcb075e..daeb965b4e1 100644 --- a/metrics/android-render-test-runner/render-tests/combinations/fill-opaque--image-translucent/metrics.json +++ b/metrics/android-render-test-runner/render-tests/combinations/fill-opaque--image-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/combinations/fill-opaque--line-translucent/metrics.json b/metrics/android-render-test-runner/render-tests/combinations/fill-opaque--line-translucent/metrics.json index aac3c6d3088..3fa48c6a965 100644 --- a/metrics/android-render-test-runner/render-tests/combinations/fill-opaque--line-translucent/metrics.json +++ b/metrics/android-render-test-runner/render-tests/combinations/fill-opaque--line-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/combinations/fill-opaque--raster-translucent/metrics.json b/metrics/android-render-test-runner/render-tests/combinations/fill-opaque--raster-translucent/metrics.json index a6e96270b25..3f327cb1242 100644 --- a/metrics/android-render-test-runner/render-tests/combinations/fill-opaque--raster-translucent/metrics.json +++ b/metrics/android-render-test-runner/render-tests/combinations/fill-opaque--raster-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/combinations/fill-opaque--symbol-translucent/metrics.json b/metrics/android-render-test-runner/render-tests/combinations/fill-opaque--symbol-translucent/metrics.json index c1bede4b522..b7c8916479b 100644 --- a/metrics/android-render-test-runner/render-tests/combinations/fill-opaque--symbol-translucent/metrics.json +++ b/metrics/android-render-test-runner/render-tests/combinations/fill-opaque--symbol-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/combinations/fill-translucent--background-opaque/metrics.json b/metrics/android-render-test-runner/render-tests/combinations/fill-translucent--background-opaque/metrics.json index d9701f6181e..e3f653570e1 100644 --- a/metrics/android-render-test-runner/render-tests/combinations/fill-translucent--background-opaque/metrics.json +++ b/metrics/android-render-test-runner/render-tests/combinations/fill-translucent--background-opaque/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/combinations/fill-translucent--background-translucent/metrics.json b/metrics/android-render-test-runner/render-tests/combinations/fill-translucent--background-translucent/metrics.json index d9701f6181e..e3f653570e1 100644 --- a/metrics/android-render-test-runner/render-tests/combinations/fill-translucent--background-translucent/metrics.json +++ b/metrics/android-render-test-runner/render-tests/combinations/fill-translucent--background-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/combinations/fill-translucent--circle-translucent/metrics.json b/metrics/android-render-test-runner/render-tests/combinations/fill-translucent--circle-translucent/metrics.json index 54232a88593..3589506596e 100644 --- a/metrics/android-render-test-runner/render-tests/combinations/fill-translucent--circle-translucent/metrics.json +++ b/metrics/android-render-test-runner/render-tests/combinations/fill-translucent--circle-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/combinations/fill-translucent--fill-extrusion-translucent/metrics.json b/metrics/android-render-test-runner/render-tests/combinations/fill-translucent--fill-extrusion-translucent/metrics.json index 158f4a877cf..7c68a9b0ae7 100644 --- a/metrics/android-render-test-runner/render-tests/combinations/fill-translucent--fill-extrusion-translucent/metrics.json +++ b/metrics/android-render-test-runner/render-tests/combinations/fill-translucent--fill-extrusion-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/combinations/fill-translucent--fill-opaque/metrics.json b/metrics/android-render-test-runner/render-tests/combinations/fill-translucent--fill-opaque/metrics.json index 511b43f4d27..0c3fa00030f 100644 --- a/metrics/android-render-test-runner/render-tests/combinations/fill-translucent--fill-opaque/metrics.json +++ b/metrics/android-render-test-runner/render-tests/combinations/fill-translucent--fill-opaque/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/combinations/fill-translucent--fill-translucent/metrics.json b/metrics/android-render-test-runner/render-tests/combinations/fill-translucent--fill-translucent/metrics.json index 511b43f4d27..0c3fa00030f 100644 --- a/metrics/android-render-test-runner/render-tests/combinations/fill-translucent--fill-translucent/metrics.json +++ b/metrics/android-render-test-runner/render-tests/combinations/fill-translucent--fill-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/combinations/fill-translucent--heatmap-translucent/metrics.json b/metrics/android-render-test-runner/render-tests/combinations/fill-translucent--heatmap-translucent/metrics.json index 5565a4dd482..8a2c3875148 100644 --- a/metrics/android-render-test-runner/render-tests/combinations/fill-translucent--heatmap-translucent/metrics.json +++ b/metrics/android-render-test-runner/render-tests/combinations/fill-translucent--heatmap-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/combinations/fill-translucent--hillshade-translucent/metrics.json b/metrics/android-render-test-runner/render-tests/combinations/fill-translucent--hillshade-translucent/metrics.json index 130eb528504..9de2075c67f 100644 --- a/metrics/android-render-test-runner/render-tests/combinations/fill-translucent--hillshade-translucent/metrics.json +++ b/metrics/android-render-test-runner/render-tests/combinations/fill-translucent--hillshade-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/combinations/fill-translucent--line-translucent/metrics.json b/metrics/android-render-test-runner/render-tests/combinations/fill-translucent--line-translucent/metrics.json index aac3c6d3088..3fa48c6a965 100644 --- a/metrics/android-render-test-runner/render-tests/combinations/fill-translucent--line-translucent/metrics.json +++ b/metrics/android-render-test-runner/render-tests/combinations/fill-translucent--line-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/combinations/fill-translucent--raster-translucent/metrics.json b/metrics/android-render-test-runner/render-tests/combinations/fill-translucent--raster-translucent/metrics.json index a6e96270b25..3f327cb1242 100644 --- a/metrics/android-render-test-runner/render-tests/combinations/fill-translucent--raster-translucent/metrics.json +++ b/metrics/android-render-test-runner/render-tests/combinations/fill-translucent--raster-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/combinations/fill-translucent--symbol-translucent/metrics.json b/metrics/android-render-test-runner/render-tests/combinations/fill-translucent--symbol-translucent/metrics.json index c1bede4b522..b7c8916479b 100644 --- a/metrics/android-render-test-runner/render-tests/combinations/fill-translucent--symbol-translucent/metrics.json +++ b/metrics/android-render-test-runner/render-tests/combinations/fill-translucent--symbol-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/combinations/heatmap-translucent--background-opaque/metrics.json b/metrics/android-render-test-runner/render-tests/combinations/heatmap-translucent--background-opaque/metrics.json index 046dcc83f87..7e8e12d4e5c 100644 --- a/metrics/android-render-test-runner/render-tests/combinations/heatmap-translucent--background-opaque/metrics.json +++ b/metrics/android-render-test-runner/render-tests/combinations/heatmap-translucent--background-opaque/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/combinations/heatmap-translucent--background-translucent/metrics.json b/metrics/android-render-test-runner/render-tests/combinations/heatmap-translucent--background-translucent/metrics.json index 046dcc83f87..7e8e12d4e5c 100644 --- a/metrics/android-render-test-runner/render-tests/combinations/heatmap-translucent--background-translucent/metrics.json +++ b/metrics/android-render-test-runner/render-tests/combinations/heatmap-translucent--background-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/combinations/heatmap-translucent--circle-translucent/metrics.json b/metrics/android-render-test-runner/render-tests/combinations/heatmap-translucent--circle-translucent/metrics.json index b342e18183b..04e5de8e775 100644 --- a/metrics/android-render-test-runner/render-tests/combinations/heatmap-translucent--circle-translucent/metrics.json +++ b/metrics/android-render-test-runner/render-tests/combinations/heatmap-translucent--circle-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/combinations/heatmap-translucent--fill-extrusion-translucent/metrics.json b/metrics/android-render-test-runner/render-tests/combinations/heatmap-translucent--fill-extrusion-translucent/metrics.json index a4c2b929c75..ab72e118cc7 100644 --- a/metrics/android-render-test-runner/render-tests/combinations/heatmap-translucent--fill-extrusion-translucent/metrics.json +++ b/metrics/android-render-test-runner/render-tests/combinations/heatmap-translucent--fill-extrusion-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/combinations/heatmap-translucent--fill-opaque/metrics.json b/metrics/android-render-test-runner/render-tests/combinations/heatmap-translucent--fill-opaque/metrics.json index 5565a4dd482..8a2c3875148 100644 --- a/metrics/android-render-test-runner/render-tests/combinations/heatmap-translucent--fill-opaque/metrics.json +++ b/metrics/android-render-test-runner/render-tests/combinations/heatmap-translucent--fill-opaque/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/combinations/heatmap-translucent--fill-translucent/metrics.json b/metrics/android-render-test-runner/render-tests/combinations/heatmap-translucent--fill-translucent/metrics.json index 5565a4dd482..8a2c3875148 100644 --- a/metrics/android-render-test-runner/render-tests/combinations/heatmap-translucent--fill-translucent/metrics.json +++ b/metrics/android-render-test-runner/render-tests/combinations/heatmap-translucent--fill-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/combinations/heatmap-translucent--heatmap-translucent/metrics.json b/metrics/android-render-test-runner/render-tests/combinations/heatmap-translucent--heatmap-translucent/metrics.json index 94161dda76b..6f5af7fb644 100644 --- a/metrics/android-render-test-runner/render-tests/combinations/heatmap-translucent--heatmap-translucent/metrics.json +++ b/metrics/android-render-test-runner/render-tests/combinations/heatmap-translucent--heatmap-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/combinations/heatmap-translucent--hillshade-translucent/metrics.json b/metrics/android-render-test-runner/render-tests/combinations/heatmap-translucent--hillshade-translucent/metrics.json index eb8235bd221..e643b72cc24 100644 --- a/metrics/android-render-test-runner/render-tests/combinations/heatmap-translucent--hillshade-translucent/metrics.json +++ b/metrics/android-render-test-runner/render-tests/combinations/heatmap-translucent--hillshade-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/combinations/heatmap-translucent--line-translucent/metrics.json b/metrics/android-render-test-runner/render-tests/combinations/heatmap-translucent--line-translucent/metrics.json index e6b45ea3c9c..e7b5f516339 100644 --- a/metrics/android-render-test-runner/render-tests/combinations/heatmap-translucent--line-translucent/metrics.json +++ b/metrics/android-render-test-runner/render-tests/combinations/heatmap-translucent--line-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/combinations/heatmap-translucent--raster-translucent/metrics.json b/metrics/android-render-test-runner/render-tests/combinations/heatmap-translucent--raster-translucent/metrics.json index 46ae22eb392..43d09834abb 100644 --- a/metrics/android-render-test-runner/render-tests/combinations/heatmap-translucent--raster-translucent/metrics.json +++ b/metrics/android-render-test-runner/render-tests/combinations/heatmap-translucent--raster-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/combinations/heatmap-translucent--symbol-translucent/metrics.json b/metrics/android-render-test-runner/render-tests/combinations/heatmap-translucent--symbol-translucent/metrics.json index 60f01ff9e36..2914d385f21 100644 --- a/metrics/android-render-test-runner/render-tests/combinations/heatmap-translucent--symbol-translucent/metrics.json +++ b/metrics/android-render-test-runner/render-tests/combinations/heatmap-translucent--symbol-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/combinations/hillshade-translucent--background-opaque/metrics.json b/metrics/android-render-test-runner/render-tests/combinations/hillshade-translucent--background-opaque/metrics.json index 019fd54df32..9d85d6b956f 100644 --- a/metrics/android-render-test-runner/render-tests/combinations/hillshade-translucent--background-opaque/metrics.json +++ b/metrics/android-render-test-runner/render-tests/combinations/hillshade-translucent--background-opaque/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/combinations/hillshade-translucent--background-translucent/metrics.json b/metrics/android-render-test-runner/render-tests/combinations/hillshade-translucent--background-translucent/metrics.json index 019fd54df32..9d85d6b956f 100644 --- a/metrics/android-render-test-runner/render-tests/combinations/hillshade-translucent--background-translucent/metrics.json +++ b/metrics/android-render-test-runner/render-tests/combinations/hillshade-translucent--background-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/combinations/hillshade-translucent--circle-translucent/metrics.json b/metrics/android-render-test-runner/render-tests/combinations/hillshade-translucent--circle-translucent/metrics.json index 2ecd93ab0db..008f32728a9 100644 --- a/metrics/android-render-test-runner/render-tests/combinations/hillshade-translucent--circle-translucent/metrics.json +++ b/metrics/android-render-test-runner/render-tests/combinations/hillshade-translucent--circle-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/combinations/hillshade-translucent--fill-extrusion-translucent/metrics.json b/metrics/android-render-test-runner/render-tests/combinations/hillshade-translucent--fill-extrusion-translucent/metrics.json index f9f2c55c050..a404300fa4e 100644 --- a/metrics/android-render-test-runner/render-tests/combinations/hillshade-translucent--fill-extrusion-translucent/metrics.json +++ b/metrics/android-render-test-runner/render-tests/combinations/hillshade-translucent--fill-extrusion-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/combinations/hillshade-translucent--fill-opaque/metrics.json b/metrics/android-render-test-runner/render-tests/combinations/hillshade-translucent--fill-opaque/metrics.json index 130eb528504..9de2075c67f 100644 --- a/metrics/android-render-test-runner/render-tests/combinations/hillshade-translucent--fill-opaque/metrics.json +++ b/metrics/android-render-test-runner/render-tests/combinations/hillshade-translucent--fill-opaque/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/combinations/hillshade-translucent--fill-translucent/metrics.json b/metrics/android-render-test-runner/render-tests/combinations/hillshade-translucent--fill-translucent/metrics.json index 130eb528504..9de2075c67f 100644 --- a/metrics/android-render-test-runner/render-tests/combinations/hillshade-translucent--fill-translucent/metrics.json +++ b/metrics/android-render-test-runner/render-tests/combinations/hillshade-translucent--fill-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/combinations/hillshade-translucent--heatmap-translucent/metrics.json b/metrics/android-render-test-runner/render-tests/combinations/hillshade-translucent--heatmap-translucent/metrics.json index eb8235bd221..e643b72cc24 100644 --- a/metrics/android-render-test-runner/render-tests/combinations/hillshade-translucent--heatmap-translucent/metrics.json +++ b/metrics/android-render-test-runner/render-tests/combinations/hillshade-translucent--heatmap-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/combinations/hillshade-translucent--hillshade-translucent/metrics.json b/metrics/android-render-test-runner/render-tests/combinations/hillshade-translucent--hillshade-translucent/metrics.json index 6cdf449a0c7..10759b737f0 100644 --- a/metrics/android-render-test-runner/render-tests/combinations/hillshade-translucent--hillshade-translucent/metrics.json +++ b/metrics/android-render-test-runner/render-tests/combinations/hillshade-translucent--hillshade-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/combinations/hillshade-translucent--line-translucent/metrics.json b/metrics/android-render-test-runner/render-tests/combinations/hillshade-translucent--line-translucent/metrics.json index 1d0c8f8153b..1b513e2875e 100644 --- a/metrics/android-render-test-runner/render-tests/combinations/hillshade-translucent--line-translucent/metrics.json +++ b/metrics/android-render-test-runner/render-tests/combinations/hillshade-translucent--line-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/combinations/hillshade-translucent--raster-translucent/metrics.json b/metrics/android-render-test-runner/render-tests/combinations/hillshade-translucent--raster-translucent/metrics.json index 40f09a93051..2e3add06208 100644 --- a/metrics/android-render-test-runner/render-tests/combinations/hillshade-translucent--raster-translucent/metrics.json +++ b/metrics/android-render-test-runner/render-tests/combinations/hillshade-translucent--raster-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/combinations/hillshade-translucent--symbol-translucent/metrics.json b/metrics/android-render-test-runner/render-tests/combinations/hillshade-translucent--symbol-translucent/metrics.json index 1b23d9d85c9..3496bc37bfb 100644 --- a/metrics/android-render-test-runner/render-tests/combinations/hillshade-translucent--symbol-translucent/metrics.json +++ b/metrics/android-render-test-runner/render-tests/combinations/hillshade-translucent--symbol-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/combinations/line-translucent--background-opaque/metrics.json b/metrics/android-render-test-runner/render-tests/combinations/line-translucent--background-opaque/metrics.json index 2fb82f10860..dbbe87baf8b 100644 --- a/metrics/android-render-test-runner/render-tests/combinations/line-translucent--background-opaque/metrics.json +++ b/metrics/android-render-test-runner/render-tests/combinations/line-translucent--background-opaque/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/combinations/line-translucent--background-translucent/metrics.json b/metrics/android-render-test-runner/render-tests/combinations/line-translucent--background-translucent/metrics.json index 2fb82f10860..dbbe87baf8b 100644 --- a/metrics/android-render-test-runner/render-tests/combinations/line-translucent--background-translucent/metrics.json +++ b/metrics/android-render-test-runner/render-tests/combinations/line-translucent--background-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/combinations/line-translucent--circle-translucent/metrics.json b/metrics/android-render-test-runner/render-tests/combinations/line-translucent--circle-translucent/metrics.json index 34e16412442..848c8eed8f1 100644 --- a/metrics/android-render-test-runner/render-tests/combinations/line-translucent--circle-translucent/metrics.json +++ b/metrics/android-render-test-runner/render-tests/combinations/line-translucent--circle-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/combinations/line-translucent--fill-extrusion-translucent/metrics.json b/metrics/android-render-test-runner/render-tests/combinations/line-translucent--fill-extrusion-translucent/metrics.json index b9a70d7457b..dff1b0cc4e1 100644 --- a/metrics/android-render-test-runner/render-tests/combinations/line-translucent--fill-extrusion-translucent/metrics.json +++ b/metrics/android-render-test-runner/render-tests/combinations/line-translucent--fill-extrusion-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/combinations/line-translucent--fill-opaque/metrics.json b/metrics/android-render-test-runner/render-tests/combinations/line-translucent--fill-opaque/metrics.json index aac3c6d3088..3fa48c6a965 100644 --- a/metrics/android-render-test-runner/render-tests/combinations/line-translucent--fill-opaque/metrics.json +++ b/metrics/android-render-test-runner/render-tests/combinations/line-translucent--fill-opaque/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/combinations/line-translucent--fill-translucent/metrics.json b/metrics/android-render-test-runner/render-tests/combinations/line-translucent--fill-translucent/metrics.json index aac3c6d3088..3fa48c6a965 100644 --- a/metrics/android-render-test-runner/render-tests/combinations/line-translucent--fill-translucent/metrics.json +++ b/metrics/android-render-test-runner/render-tests/combinations/line-translucent--fill-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/combinations/line-translucent--heatmap-translucent/metrics.json b/metrics/android-render-test-runner/render-tests/combinations/line-translucent--heatmap-translucent/metrics.json index e6b45ea3c9c..e7b5f516339 100644 --- a/metrics/android-render-test-runner/render-tests/combinations/line-translucent--heatmap-translucent/metrics.json +++ b/metrics/android-render-test-runner/render-tests/combinations/line-translucent--heatmap-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/combinations/line-translucent--hillshade-translucent/metrics.json b/metrics/android-render-test-runner/render-tests/combinations/line-translucent--hillshade-translucent/metrics.json index 1d0c8f8153b..1b513e2875e 100644 --- a/metrics/android-render-test-runner/render-tests/combinations/line-translucent--hillshade-translucent/metrics.json +++ b/metrics/android-render-test-runner/render-tests/combinations/line-translucent--hillshade-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/combinations/line-translucent--line-translucent/metrics.json b/metrics/android-render-test-runner/render-tests/combinations/line-translucent--line-translucent/metrics.json index 2fb82f10860..dbbe87baf8b 100644 --- a/metrics/android-render-test-runner/render-tests/combinations/line-translucent--line-translucent/metrics.json +++ b/metrics/android-render-test-runner/render-tests/combinations/line-translucent--line-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/combinations/line-translucent--raster-translucent/metrics.json b/metrics/android-render-test-runner/render-tests/combinations/line-translucent--raster-translucent/metrics.json index dfb24aaa91b..47dea3c28e0 100644 --- a/metrics/android-render-test-runner/render-tests/combinations/line-translucent--raster-translucent/metrics.json +++ b/metrics/android-render-test-runner/render-tests/combinations/line-translucent--raster-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/combinations/line-translucent--symbol-translucent/metrics.json b/metrics/android-render-test-runner/render-tests/combinations/line-translucent--symbol-translucent/metrics.json index cafdf6fa100..76f5b1043c9 100644 --- a/metrics/android-render-test-runner/render-tests/combinations/line-translucent--symbol-translucent/metrics.json +++ b/metrics/android-render-test-runner/render-tests/combinations/line-translucent--symbol-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/combinations/raster-translucent--background-opaque/metrics.json b/metrics/android-render-test-runner/render-tests/combinations/raster-translucent--background-opaque/metrics.json index 9297ddb669b..62d9f6ef55d 100644 --- a/metrics/android-render-test-runner/render-tests/combinations/raster-translucent--background-opaque/metrics.json +++ b/metrics/android-render-test-runner/render-tests/combinations/raster-translucent--background-opaque/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/combinations/raster-translucent--background-translucent/metrics.json b/metrics/android-render-test-runner/render-tests/combinations/raster-translucent--background-translucent/metrics.json index 9297ddb669b..62d9f6ef55d 100644 --- a/metrics/android-render-test-runner/render-tests/combinations/raster-translucent--background-translucent/metrics.json +++ b/metrics/android-render-test-runner/render-tests/combinations/raster-translucent--background-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/combinations/raster-translucent--circle-translucent/metrics.json b/metrics/android-render-test-runner/render-tests/combinations/raster-translucent--circle-translucent/metrics.json index 8543c93e3fb..313c9a78216 100644 --- a/metrics/android-render-test-runner/render-tests/combinations/raster-translucent--circle-translucent/metrics.json +++ b/metrics/android-render-test-runner/render-tests/combinations/raster-translucent--circle-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/combinations/raster-translucent--fill-extrusion-translucent/metrics.json b/metrics/android-render-test-runner/render-tests/combinations/raster-translucent--fill-extrusion-translucent/metrics.json index ba3da4f660c..87a7cf57671 100644 --- a/metrics/android-render-test-runner/render-tests/combinations/raster-translucent--fill-extrusion-translucent/metrics.json +++ b/metrics/android-render-test-runner/render-tests/combinations/raster-translucent--fill-extrusion-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/combinations/raster-translucent--fill-opaque/metrics.json b/metrics/android-render-test-runner/render-tests/combinations/raster-translucent--fill-opaque/metrics.json index a6e96270b25..3f327cb1242 100644 --- a/metrics/android-render-test-runner/render-tests/combinations/raster-translucent--fill-opaque/metrics.json +++ b/metrics/android-render-test-runner/render-tests/combinations/raster-translucent--fill-opaque/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/combinations/raster-translucent--fill-translucent/metrics.json b/metrics/android-render-test-runner/render-tests/combinations/raster-translucent--fill-translucent/metrics.json index a6e96270b25..3f327cb1242 100644 --- a/metrics/android-render-test-runner/render-tests/combinations/raster-translucent--fill-translucent/metrics.json +++ b/metrics/android-render-test-runner/render-tests/combinations/raster-translucent--fill-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/combinations/raster-translucent--heatmap-translucent/metrics.json b/metrics/android-render-test-runner/render-tests/combinations/raster-translucent--heatmap-translucent/metrics.json index 46ae22eb392..43d09834abb 100644 --- a/metrics/android-render-test-runner/render-tests/combinations/raster-translucent--heatmap-translucent/metrics.json +++ b/metrics/android-render-test-runner/render-tests/combinations/raster-translucent--heatmap-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/combinations/raster-translucent--hillshade-translucent/metrics.json b/metrics/android-render-test-runner/render-tests/combinations/raster-translucent--hillshade-translucent/metrics.json index 40f09a93051..2e3add06208 100644 --- a/metrics/android-render-test-runner/render-tests/combinations/raster-translucent--hillshade-translucent/metrics.json +++ b/metrics/android-render-test-runner/render-tests/combinations/raster-translucent--hillshade-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/combinations/raster-translucent--line-translucent/metrics.json b/metrics/android-render-test-runner/render-tests/combinations/raster-translucent--line-translucent/metrics.json index dfb24aaa91b..47dea3c28e0 100644 --- a/metrics/android-render-test-runner/render-tests/combinations/raster-translucent--line-translucent/metrics.json +++ b/metrics/android-render-test-runner/render-tests/combinations/raster-translucent--line-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/combinations/raster-translucent--raster-translucent/metrics.json b/metrics/android-render-test-runner/render-tests/combinations/raster-translucent--raster-translucent/metrics.json index 11aca40c023..c842bf39097 100644 --- a/metrics/android-render-test-runner/render-tests/combinations/raster-translucent--raster-translucent/metrics.json +++ b/metrics/android-render-test-runner/render-tests/combinations/raster-translucent--raster-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/combinations/raster-translucent--symbol-translucent/metrics.json b/metrics/android-render-test-runner/render-tests/combinations/raster-translucent--symbol-translucent/metrics.json index 1900b992490..5e9f2726e80 100644 --- a/metrics/android-render-test-runner/render-tests/combinations/raster-translucent--symbol-translucent/metrics.json +++ b/metrics/android-render-test-runner/render-tests/combinations/raster-translucent--symbol-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/combinations/symbol-translucent--background-opaque/metrics.json b/metrics/android-render-test-runner/render-tests/combinations/symbol-translucent--background-opaque/metrics.json index 7f17773165c..b25ac99b3bb 100644 --- a/metrics/android-render-test-runner/render-tests/combinations/symbol-translucent--background-opaque/metrics.json +++ b/metrics/android-render-test-runner/render-tests/combinations/symbol-translucent--background-opaque/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/combinations/symbol-translucent--background-translucent/metrics.json b/metrics/android-render-test-runner/render-tests/combinations/symbol-translucent--background-translucent/metrics.json index 7f17773165c..b25ac99b3bb 100644 --- a/metrics/android-render-test-runner/render-tests/combinations/symbol-translucent--background-translucent/metrics.json +++ b/metrics/android-render-test-runner/render-tests/combinations/symbol-translucent--background-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/combinations/symbol-translucent--circle-translucent/metrics.json b/metrics/android-render-test-runner/render-tests/combinations/symbol-translucent--circle-translucent/metrics.json index 7f048825740..509f08c45c2 100644 --- a/metrics/android-render-test-runner/render-tests/combinations/symbol-translucent--circle-translucent/metrics.json +++ b/metrics/android-render-test-runner/render-tests/combinations/symbol-translucent--circle-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/combinations/symbol-translucent--fill-extrusion-translucent/metrics.json b/metrics/android-render-test-runner/render-tests/combinations/symbol-translucent--fill-extrusion-translucent/metrics.json index e06f8fc8fc1..7c9e77d5811 100644 --- a/metrics/android-render-test-runner/render-tests/combinations/symbol-translucent--fill-extrusion-translucent/metrics.json +++ b/metrics/android-render-test-runner/render-tests/combinations/symbol-translucent--fill-extrusion-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/combinations/symbol-translucent--fill-opaque/metrics.json b/metrics/android-render-test-runner/render-tests/combinations/symbol-translucent--fill-opaque/metrics.json index c1bede4b522..b7c8916479b 100644 --- a/metrics/android-render-test-runner/render-tests/combinations/symbol-translucent--fill-opaque/metrics.json +++ b/metrics/android-render-test-runner/render-tests/combinations/symbol-translucent--fill-opaque/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/combinations/symbol-translucent--fill-translucent/metrics.json b/metrics/android-render-test-runner/render-tests/combinations/symbol-translucent--fill-translucent/metrics.json index c1bede4b522..b7c8916479b 100644 --- a/metrics/android-render-test-runner/render-tests/combinations/symbol-translucent--fill-translucent/metrics.json +++ b/metrics/android-render-test-runner/render-tests/combinations/symbol-translucent--fill-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/combinations/symbol-translucent--heatmap-translucent/metrics.json b/metrics/android-render-test-runner/render-tests/combinations/symbol-translucent--heatmap-translucent/metrics.json index 60f01ff9e36..2914d385f21 100644 --- a/metrics/android-render-test-runner/render-tests/combinations/symbol-translucent--heatmap-translucent/metrics.json +++ b/metrics/android-render-test-runner/render-tests/combinations/symbol-translucent--heatmap-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/combinations/symbol-translucent--hillshade-translucent/metrics.json b/metrics/android-render-test-runner/render-tests/combinations/symbol-translucent--hillshade-translucent/metrics.json index 1b23d9d85c9..3496bc37bfb 100644 --- a/metrics/android-render-test-runner/render-tests/combinations/symbol-translucent--hillshade-translucent/metrics.json +++ b/metrics/android-render-test-runner/render-tests/combinations/symbol-translucent--hillshade-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/combinations/symbol-translucent--line-translucent/metrics.json b/metrics/android-render-test-runner/render-tests/combinations/symbol-translucent--line-translucent/metrics.json index cafdf6fa100..76f5b1043c9 100644 --- a/metrics/android-render-test-runner/render-tests/combinations/symbol-translucent--line-translucent/metrics.json +++ b/metrics/android-render-test-runner/render-tests/combinations/symbol-translucent--line-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/combinations/symbol-translucent--raster-translucent/metrics.json b/metrics/android-render-test-runner/render-tests/combinations/symbol-translucent--raster-translucent/metrics.json index 1900b992490..5e9f2726e80 100644 --- a/metrics/android-render-test-runner/render-tests/combinations/symbol-translucent--raster-translucent/metrics.json +++ b/metrics/android-render-test-runner/render-tests/combinations/symbol-translucent--raster-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/combinations/symbol-translucent--symbol-translucent/metrics.json b/metrics/android-render-test-runner/render-tests/combinations/symbol-translucent--symbol-translucent/metrics.json index 501f64a004e..5ad8d61037a 100644 --- a/metrics/android-render-test-runner/render-tests/combinations/symbol-translucent--symbol-translucent/metrics.json +++ b/metrics/android-render-test-runner/render-tests/combinations/symbol-translucent--symbol-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/debug/collision-icon-text-line-translate/metrics.json b/metrics/android-render-test-runner/render-tests/debug/collision-icon-text-line-translate/metrics.json index a99484c47cc..48ccfb3d10f 100644 --- a/metrics/android-render-test-runner/render-tests/debug/collision-icon-text-line-translate/metrics.json +++ b/metrics/android-render-test-runner/render-tests/debug/collision-icon-text-line-translate/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/debug/collision-icon-text-point-translate/metrics.json b/metrics/android-render-test-runner/render-tests/debug/collision-icon-text-point-translate/metrics.json index 17fba0446e8..ae2716da045 100644 --- a/metrics/android-render-test-runner/render-tests/debug/collision-icon-text-point-translate/metrics.json +++ b/metrics/android-render-test-runner/render-tests/debug/collision-icon-text-point-translate/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/debug/collision-lines-overscaled/metrics.json b/metrics/android-render-test-runner/render-tests/debug/collision-lines-overscaled/metrics.json index 89d36a35a27..0642fb166cb 100644 --- a/metrics/android-render-test-runner/render-tests/debug/collision-lines-overscaled/metrics.json +++ b/metrics/android-render-test-runner/render-tests/debug/collision-lines-overscaled/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/debug/collision-lines-pitched/metrics.json b/metrics/android-render-test-runner/render-tests/debug/collision-lines-pitched/metrics.json index fdbd1532eb1..bd18f217fd0 100644 --- a/metrics/android-render-test-runner/render-tests/debug/collision-lines-pitched/metrics.json +++ b/metrics/android-render-test-runner/render-tests/debug/collision-lines-pitched/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/debug/collision-lines/metrics.json b/metrics/android-render-test-runner/render-tests/debug/collision-lines/metrics.json index fdbd1532eb1..bd18f217fd0 100644 --- a/metrics/android-render-test-runner/render-tests/debug/collision-lines/metrics.json +++ b/metrics/android-render-test-runner/render-tests/debug/collision-lines/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/debug/collision-overscaled/metrics.json b/metrics/android-render-test-runner/render-tests/debug/collision-overscaled/metrics.json index a06fb7ad37e..06b80cfa71a 100644 --- a/metrics/android-render-test-runner/render-tests/debug/collision-overscaled/metrics.json +++ b/metrics/android-render-test-runner/render-tests/debug/collision-overscaled/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/debug/collision-pitched-wrapped/metrics.json b/metrics/android-render-test-runner/render-tests/debug/collision-pitched-wrapped/metrics.json index 6168495707b..1c5d5aa4a88 100644 --- a/metrics/android-render-test-runner/render-tests/debug/collision-pitched-wrapped/metrics.json +++ b/metrics/android-render-test-runner/render-tests/debug/collision-pitched-wrapped/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/debug/collision-pitched/metrics.json b/metrics/android-render-test-runner/render-tests/debug/collision-pitched/metrics.json index a4fade43b7e..11ce04a115e 100644 --- a/metrics/android-render-test-runner/render-tests/debug/collision-pitched/metrics.json +++ b/metrics/android-render-test-runner/render-tests/debug/collision-pitched/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/empty/empty/metrics.json b/metrics/android-render-test-runner/render-tests/empty/empty/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/android-render-test-runner/render-tests/empty/empty/metrics.json +++ b/metrics/android-render-test-runner/render-tests/empty/empty/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/extent/1024-fill/metrics.json b/metrics/android-render-test-runner/render-tests/extent/1024-fill/metrics.json index 705eaa2c4e5..5f03b19103d 100644 --- a/metrics/android-render-test-runner/render-tests/extent/1024-fill/metrics.json +++ b/metrics/android-render-test-runner/render-tests/extent/1024-fill/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/extent/1024-line/metrics.json b/metrics/android-render-test-runner/render-tests/extent/1024-line/metrics.json index b0ad84b7b6a..9a39558581f 100644 --- a/metrics/android-render-test-runner/render-tests/extent/1024-line/metrics.json +++ b/metrics/android-render-test-runner/render-tests/extent/1024-line/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/extent/1024-symbol/metrics.json b/metrics/android-render-test-runner/render-tests/extent/1024-symbol/metrics.json index b5f9604d8e9..db8d7dd5284 100644 --- a/metrics/android-render-test-runner/render-tests/extent/1024-symbol/metrics.json +++ b/metrics/android-render-test-runner/render-tests/extent/1024-symbol/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/feature-state/composite-expression/metrics.json b/metrics/android-render-test-runner/render-tests/feature-state/composite-expression/metrics.json index 3653638ee2e..199b2b57550 100644 --- a/metrics/android-render-test-runner/render-tests/feature-state/composite-expression/metrics.json +++ b/metrics/android-render-test-runner/render-tests/feature-state/composite-expression/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/feature-state/data-expression/metrics.json b/metrics/android-render-test-runner/render-tests/feature-state/data-expression/metrics.json index f6bec0e0459..8b4cf7dabaf 100644 --- a/metrics/android-render-test-runner/render-tests/feature-state/data-expression/metrics.json +++ b/metrics/android-render-test-runner/render-tests/feature-state/data-expression/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/feature-state/vector-source/metrics.json b/metrics/android-render-test-runner/render-tests/feature-state/vector-source/metrics.json index 16026dacebf..bb5b3e0e76f 100644 --- a/metrics/android-render-test-runner/render-tests/feature-state/vector-source/metrics.json +++ b/metrics/android-render-test-runner/render-tests/feature-state/vector-source/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/fill-antialias/false/metrics.json b/metrics/android-render-test-runner/render-tests/fill-antialias/false/metrics.json index ec5a8327773..6da0bff6839 100644 --- a/metrics/android-render-test-runner/render-tests/fill-antialias/false/metrics.json +++ b/metrics/android-render-test-runner/render-tests/fill-antialias/false/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/fill-color/default/metrics.json b/metrics/android-render-test-runner/render-tests/fill-color/default/metrics.json index ec5a8327773..6da0bff6839 100644 --- a/metrics/android-render-test-runner/render-tests/fill-color/default/metrics.json +++ b/metrics/android-render-test-runner/render-tests/fill-color/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/fill-color/function/metrics.json b/metrics/android-render-test-runner/render-tests/fill-color/function/metrics.json index ec5a8327773..6da0bff6839 100644 --- a/metrics/android-render-test-runner/render-tests/fill-color/function/metrics.json +++ b/metrics/android-render-test-runner/render-tests/fill-color/function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/fill-color/literal/metrics.json b/metrics/android-render-test-runner/render-tests/fill-color/literal/metrics.json index ec5a8327773..6da0bff6839 100644 --- a/metrics/android-render-test-runner/render-tests/fill-color/literal/metrics.json +++ b/metrics/android-render-test-runner/render-tests/fill-color/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/fill-color/multiply/metrics.json b/metrics/android-render-test-runner/render-tests/fill-color/multiply/metrics.json index ec5a8327773..6da0bff6839 100644 --- a/metrics/android-render-test-runner/render-tests/fill-color/multiply/metrics.json +++ b/metrics/android-render-test-runner/render-tests/fill-color/multiply/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/fill-color/opacity/metrics.json b/metrics/android-render-test-runner/render-tests/fill-color/opacity/metrics.json index ec5a8327773..6da0bff6839 100644 --- a/metrics/android-render-test-runner/render-tests/fill-color/opacity/metrics.json +++ b/metrics/android-render-test-runner/render-tests/fill-color/opacity/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/fill-color/property-function/metrics.json b/metrics/android-render-test-runner/render-tests/fill-color/property-function/metrics.json index 8ae66783ec9..9c8a014abdd 100644 --- a/metrics/android-render-test-runner/render-tests/fill-color/property-function/metrics.json +++ b/metrics/android-render-test-runner/render-tests/fill-color/property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/fill-color/zoom-and-property-function/metrics.json b/metrics/android-render-test-runner/render-tests/fill-color/zoom-and-property-function/metrics.json index 424e3e22c86..93a93494e02 100644 --- a/metrics/android-render-test-runner/render-tests/fill-color/zoom-and-property-function/metrics.json +++ b/metrics/android-render-test-runner/render-tests/fill-color/zoom-and-property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/fill-extrusion-base/default/metrics.json b/metrics/android-render-test-runner/render-tests/fill-extrusion-base/default/metrics.json index 6e40c94905a..02b59466219 100644 --- a/metrics/android-render-test-runner/render-tests/fill-extrusion-base/default/metrics.json +++ b/metrics/android-render-test-runner/render-tests/fill-extrusion-base/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/fill-extrusion-base/function/metrics.json b/metrics/android-render-test-runner/render-tests/fill-extrusion-base/function/metrics.json index 6e40c94905a..02b59466219 100644 --- a/metrics/android-render-test-runner/render-tests/fill-extrusion-base/function/metrics.json +++ b/metrics/android-render-test-runner/render-tests/fill-extrusion-base/function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/fill-extrusion-base/literal/metrics.json b/metrics/android-render-test-runner/render-tests/fill-extrusion-base/literal/metrics.json index 6e40c94905a..02b59466219 100644 --- a/metrics/android-render-test-runner/render-tests/fill-extrusion-base/literal/metrics.json +++ b/metrics/android-render-test-runner/render-tests/fill-extrusion-base/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/fill-extrusion-base/negative/metrics.json b/metrics/android-render-test-runner/render-tests/fill-extrusion-base/negative/metrics.json index ccd42b0ddee..798f9e75d8c 100644 --- a/metrics/android-render-test-runner/render-tests/fill-extrusion-base/negative/metrics.json +++ b/metrics/android-render-test-runner/render-tests/fill-extrusion-base/negative/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/fill-extrusion-base/property-function/metrics.json b/metrics/android-render-test-runner/render-tests/fill-extrusion-base/property-function/metrics.json index ccd42b0ddee..798f9e75d8c 100644 --- a/metrics/android-render-test-runner/render-tests/fill-extrusion-base/property-function/metrics.json +++ b/metrics/android-render-test-runner/render-tests/fill-extrusion-base/property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/fill-extrusion-base/zoom-and-property-function/metrics.json b/metrics/android-render-test-runner/render-tests/fill-extrusion-base/zoom-and-property-function/metrics.json index 5c12ec1c1ea..76b87e9c913 100644 --- a/metrics/android-render-test-runner/render-tests/fill-extrusion-base/zoom-and-property-function/metrics.json +++ b/metrics/android-render-test-runner/render-tests/fill-extrusion-base/zoom-and-property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/fill-extrusion-color/default/metrics.json b/metrics/android-render-test-runner/render-tests/fill-extrusion-color/default/metrics.json index 47ec0bb2c6f..76af83d49f0 100644 --- a/metrics/android-render-test-runner/render-tests/fill-extrusion-color/default/metrics.json +++ b/metrics/android-render-test-runner/render-tests/fill-extrusion-color/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/fill-extrusion-color/function/metrics.json b/metrics/android-render-test-runner/render-tests/fill-extrusion-color/function/metrics.json index 47ec0bb2c6f..76af83d49f0 100644 --- a/metrics/android-render-test-runner/render-tests/fill-extrusion-color/function/metrics.json +++ b/metrics/android-render-test-runner/render-tests/fill-extrusion-color/function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/fill-extrusion-color/literal/metrics.json b/metrics/android-render-test-runner/render-tests/fill-extrusion-color/literal/metrics.json index 47ec0bb2c6f..76af83d49f0 100644 --- a/metrics/android-render-test-runner/render-tests/fill-extrusion-color/literal/metrics.json +++ b/metrics/android-render-test-runner/render-tests/fill-extrusion-color/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/fill-extrusion-color/no-alpha-no-multiply/metrics.json b/metrics/android-render-test-runner/render-tests/fill-extrusion-color/no-alpha-no-multiply/metrics.json index 47ec0bb2c6f..76af83d49f0 100644 --- a/metrics/android-render-test-runner/render-tests/fill-extrusion-color/no-alpha-no-multiply/metrics.json +++ b/metrics/android-render-test-runner/render-tests/fill-extrusion-color/no-alpha-no-multiply/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/fill-extrusion-color/property-function/metrics.json b/metrics/android-render-test-runner/render-tests/fill-extrusion-color/property-function/metrics.json index ffe069ce460..ffcf48a10f6 100644 --- a/metrics/android-render-test-runner/render-tests/fill-extrusion-color/property-function/metrics.json +++ b/metrics/android-render-test-runner/render-tests/fill-extrusion-color/property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/fill-extrusion-color/zoom-and-property-function/metrics.json b/metrics/android-render-test-runner/render-tests/fill-extrusion-color/zoom-and-property-function/metrics.json index e3548b740c8..a36c7336497 100644 --- a/metrics/android-render-test-runner/render-tests/fill-extrusion-color/zoom-and-property-function/metrics.json +++ b/metrics/android-render-test-runner/render-tests/fill-extrusion-color/zoom-and-property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/fill-extrusion-height/default/metrics.json b/metrics/android-render-test-runner/render-tests/fill-extrusion-height/default/metrics.json index 47ec0bb2c6f..76af83d49f0 100644 --- a/metrics/android-render-test-runner/render-tests/fill-extrusion-height/default/metrics.json +++ b/metrics/android-render-test-runner/render-tests/fill-extrusion-height/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/fill-extrusion-height/function/metrics.json b/metrics/android-render-test-runner/render-tests/fill-extrusion-height/function/metrics.json index 47ec0bb2c6f..76af83d49f0 100644 --- a/metrics/android-render-test-runner/render-tests/fill-extrusion-height/function/metrics.json +++ b/metrics/android-render-test-runner/render-tests/fill-extrusion-height/function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/fill-extrusion-height/negative/metrics.json b/metrics/android-render-test-runner/render-tests/fill-extrusion-height/negative/metrics.json index 4f179c4d25e..f0b7c44e5dc 100644 --- a/metrics/android-render-test-runner/render-tests/fill-extrusion-height/negative/metrics.json +++ b/metrics/android-render-test-runner/render-tests/fill-extrusion-height/negative/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/fill-extrusion-height/property-function/metrics.json b/metrics/android-render-test-runner/render-tests/fill-extrusion-height/property-function/metrics.json index 4f179c4d25e..f0b7c44e5dc 100644 --- a/metrics/android-render-test-runner/render-tests/fill-extrusion-height/property-function/metrics.json +++ b/metrics/android-render-test-runner/render-tests/fill-extrusion-height/property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/fill-extrusion-height/zoom-and-property-function/metrics.json b/metrics/android-render-test-runner/render-tests/fill-extrusion-height/zoom-and-property-function/metrics.json index ffe069ce460..ffcf48a10f6 100644 --- a/metrics/android-render-test-runner/render-tests/fill-extrusion-height/zoom-and-property-function/metrics.json +++ b/metrics/android-render-test-runner/render-tests/fill-extrusion-height/zoom-and-property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/fill-extrusion-multiple/interleaved-layers/metrics.json b/metrics/android-render-test-runner/render-tests/fill-extrusion-multiple/interleaved-layers/metrics.json index c272c32be15..b2113a21d5e 100644 --- a/metrics/android-render-test-runner/render-tests/fill-extrusion-multiple/interleaved-layers/metrics.json +++ b/metrics/android-render-test-runner/render-tests/fill-extrusion-multiple/interleaved-layers/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/fill-extrusion-multiple/multiple/metrics.json b/metrics/android-render-test-runner/render-tests/fill-extrusion-multiple/multiple/metrics.json index da78bc6af7b..202fe7d7294 100644 --- a/metrics/android-render-test-runner/render-tests/fill-extrusion-multiple/multiple/metrics.json +++ b/metrics/android-render-test-runner/render-tests/fill-extrusion-multiple/multiple/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/fill-extrusion-opacity/default/metrics.json b/metrics/android-render-test-runner/render-tests/fill-extrusion-opacity/default/metrics.json index e7b07b6e255..70de23c6ba2 100644 --- a/metrics/android-render-test-runner/render-tests/fill-extrusion-opacity/default/metrics.json +++ b/metrics/android-render-test-runner/render-tests/fill-extrusion-opacity/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/fill-extrusion-opacity/function/metrics.json b/metrics/android-render-test-runner/render-tests/fill-extrusion-opacity/function/metrics.json index d0cf84edc1c..9cadd158ea7 100644 --- a/metrics/android-render-test-runner/render-tests/fill-extrusion-opacity/function/metrics.json +++ b/metrics/android-render-test-runner/render-tests/fill-extrusion-opacity/function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/fill-extrusion-opacity/literal/metrics.json b/metrics/android-render-test-runner/render-tests/fill-extrusion-opacity/literal/metrics.json index d0cf84edc1c..9cadd158ea7 100644 --- a/metrics/android-render-test-runner/render-tests/fill-extrusion-opacity/literal/metrics.json +++ b/metrics/android-render-test-runner/render-tests/fill-extrusion-opacity/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/fill-extrusion-pattern/missing/metrics.json b/metrics/android-render-test-runner/render-tests/fill-extrusion-pattern/missing/metrics.json index 808337bb3d6..b020cef1e7b 100644 --- a/metrics/android-render-test-runner/render-tests/fill-extrusion-pattern/missing/metrics.json +++ b/metrics/android-render-test-runner/render-tests/fill-extrusion-pattern/missing/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/fill-extrusion-translate-anchor/map/metrics.json b/metrics/android-render-test-runner/render-tests/fill-extrusion-translate-anchor/map/metrics.json index 0fa04703186..478bf76ca22 100644 --- a/metrics/android-render-test-runner/render-tests/fill-extrusion-translate-anchor/map/metrics.json +++ b/metrics/android-render-test-runner/render-tests/fill-extrusion-translate-anchor/map/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/fill-extrusion-translate-anchor/viewport/metrics.json b/metrics/android-render-test-runner/render-tests/fill-extrusion-translate-anchor/viewport/metrics.json index 0fa04703186..478bf76ca22 100644 --- a/metrics/android-render-test-runner/render-tests/fill-extrusion-translate-anchor/viewport/metrics.json +++ b/metrics/android-render-test-runner/render-tests/fill-extrusion-translate-anchor/viewport/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/fill-extrusion-translate/default/metrics.json b/metrics/android-render-test-runner/render-tests/fill-extrusion-translate/default/metrics.json index 082bdc32eb1..b6166c3cef0 100644 --- a/metrics/android-render-test-runner/render-tests/fill-extrusion-translate/default/metrics.json +++ b/metrics/android-render-test-runner/render-tests/fill-extrusion-translate/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/fill-extrusion-translate/function/metrics.json b/metrics/android-render-test-runner/render-tests/fill-extrusion-translate/function/metrics.json index 2c2af11696a..96bd92fda38 100644 --- a/metrics/android-render-test-runner/render-tests/fill-extrusion-translate/function/metrics.json +++ b/metrics/android-render-test-runner/render-tests/fill-extrusion-translate/function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/fill-extrusion-translate/literal-opacity/metrics.json b/metrics/android-render-test-runner/render-tests/fill-extrusion-translate/literal-opacity/metrics.json index 082bdc32eb1..b6166c3cef0 100644 --- a/metrics/android-render-test-runner/render-tests/fill-extrusion-translate/literal-opacity/metrics.json +++ b/metrics/android-render-test-runner/render-tests/fill-extrusion-translate/literal-opacity/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/fill-extrusion-translate/literal/metrics.json b/metrics/android-render-test-runner/render-tests/fill-extrusion-translate/literal/metrics.json index 2c2af11696a..96bd92fda38 100644 --- a/metrics/android-render-test-runner/render-tests/fill-extrusion-translate/literal/metrics.json +++ b/metrics/android-render-test-runner/render-tests/fill-extrusion-translate/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/fill-extrusion-vertical-gradient/default/metrics.json b/metrics/android-render-test-runner/render-tests/fill-extrusion-vertical-gradient/default/metrics.json index 1b222aa3146..07be5a620f3 100644 --- a/metrics/android-render-test-runner/render-tests/fill-extrusion-vertical-gradient/default/metrics.json +++ b/metrics/android-render-test-runner/render-tests/fill-extrusion-vertical-gradient/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/fill-extrusion-vertical-gradient/false/metrics.json b/metrics/android-render-test-runner/render-tests/fill-extrusion-vertical-gradient/false/metrics.json index 1b222aa3146..07be5a620f3 100644 --- a/metrics/android-render-test-runner/render-tests/fill-extrusion-vertical-gradient/false/metrics.json +++ b/metrics/android-render-test-runner/render-tests/fill-extrusion-vertical-gradient/false/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/fill-opacity/default/metrics.json b/metrics/android-render-test-runner/render-tests/fill-opacity/default/metrics.json index 873f47815fe..a1e24dbecc7 100644 --- a/metrics/android-render-test-runner/render-tests/fill-opacity/default/metrics.json +++ b/metrics/android-render-test-runner/render-tests/fill-opacity/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/fill-opacity/function/metrics.json b/metrics/android-render-test-runner/render-tests/fill-opacity/function/metrics.json index 873f47815fe..a1e24dbecc7 100644 --- a/metrics/android-render-test-runner/render-tests/fill-opacity/function/metrics.json +++ b/metrics/android-render-test-runner/render-tests/fill-opacity/function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/fill-opacity/literal/metrics.json b/metrics/android-render-test-runner/render-tests/fill-opacity/literal/metrics.json index 873f47815fe..a1e24dbecc7 100644 --- a/metrics/android-render-test-runner/render-tests/fill-opacity/literal/metrics.json +++ b/metrics/android-render-test-runner/render-tests/fill-opacity/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/fill-opacity/opaque-fill-over-symbol-layer/metrics.json b/metrics/android-render-test-runner/render-tests/fill-opacity/opaque-fill-over-symbol-layer/metrics.json index 6b55634a1cb..ea8b468e21d 100644 --- a/metrics/android-render-test-runner/render-tests/fill-opacity/opaque-fill-over-symbol-layer/metrics.json +++ b/metrics/android-render-test-runner/render-tests/fill-opacity/opaque-fill-over-symbol-layer/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/fill-opacity/overlapping/metrics.json b/metrics/android-render-test-runner/render-tests/fill-opacity/overlapping/metrics.json index f9de3e6600d..cb8de5f161b 100644 --- a/metrics/android-render-test-runner/render-tests/fill-opacity/overlapping/metrics.json +++ b/metrics/android-render-test-runner/render-tests/fill-opacity/overlapping/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/fill-opacity/property-function-pattern/metrics.json b/metrics/android-render-test-runner/render-tests/fill-opacity/property-function-pattern/metrics.json index 0923fe04bb0..30523c33b4b 100644 --- a/metrics/android-render-test-runner/render-tests/fill-opacity/property-function-pattern/metrics.json +++ b/metrics/android-render-test-runner/render-tests/fill-opacity/property-function-pattern/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/fill-opacity/property-function/metrics.json b/metrics/android-render-test-runner/render-tests/fill-opacity/property-function/metrics.json index 19c5ef85077..9764c56f837 100644 --- a/metrics/android-render-test-runner/render-tests/fill-opacity/property-function/metrics.json +++ b/metrics/android-render-test-runner/render-tests/fill-opacity/property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/fill-opacity/zoom-and-property-function/metrics.json b/metrics/android-render-test-runner/render-tests/fill-opacity/zoom-and-property-function/metrics.json index 08002428420..3406ae49de1 100644 --- a/metrics/android-render-test-runner/render-tests/fill-opacity/zoom-and-property-function/metrics.json +++ b/metrics/android-render-test-runner/render-tests/fill-opacity/zoom-and-property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/fill-outline-color/default/metrics.json b/metrics/android-render-test-runner/render-tests/fill-outline-color/default/metrics.json index 873f47815fe..a1e24dbecc7 100644 --- a/metrics/android-render-test-runner/render-tests/fill-outline-color/default/metrics.json +++ b/metrics/android-render-test-runner/render-tests/fill-outline-color/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/fill-outline-color/fill/metrics.json b/metrics/android-render-test-runner/render-tests/fill-outline-color/fill/metrics.json index 873f47815fe..a1e24dbecc7 100644 --- a/metrics/android-render-test-runner/render-tests/fill-outline-color/fill/metrics.json +++ b/metrics/android-render-test-runner/render-tests/fill-outline-color/fill/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/fill-outline-color/function/metrics.json b/metrics/android-render-test-runner/render-tests/fill-outline-color/function/metrics.json index 873f47815fe..a1e24dbecc7 100644 --- a/metrics/android-render-test-runner/render-tests/fill-outline-color/function/metrics.json +++ b/metrics/android-render-test-runner/render-tests/fill-outline-color/function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/fill-outline-color/literal/metrics.json b/metrics/android-render-test-runner/render-tests/fill-outline-color/literal/metrics.json index 873f47815fe..a1e24dbecc7 100644 --- a/metrics/android-render-test-runner/render-tests/fill-outline-color/literal/metrics.json +++ b/metrics/android-render-test-runner/render-tests/fill-outline-color/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/fill-outline-color/multiply/metrics.json b/metrics/android-render-test-runner/render-tests/fill-outline-color/multiply/metrics.json index 873f47815fe..a1e24dbecc7 100644 --- a/metrics/android-render-test-runner/render-tests/fill-outline-color/multiply/metrics.json +++ b/metrics/android-render-test-runner/render-tests/fill-outline-color/multiply/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/fill-outline-color/opacity/metrics.json b/metrics/android-render-test-runner/render-tests/fill-outline-color/opacity/metrics.json index 873f47815fe..a1e24dbecc7 100644 --- a/metrics/android-render-test-runner/render-tests/fill-outline-color/opacity/metrics.json +++ b/metrics/android-render-test-runner/render-tests/fill-outline-color/opacity/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/fill-outline-color/property-function/metrics.json b/metrics/android-render-test-runner/render-tests/fill-outline-color/property-function/metrics.json index c3e66bb650f..b5a72b5db26 100644 --- a/metrics/android-render-test-runner/render-tests/fill-outline-color/property-function/metrics.json +++ b/metrics/android-render-test-runner/render-tests/fill-outline-color/property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/fill-outline-color/zoom-and-property-function/metrics.json b/metrics/android-render-test-runner/render-tests/fill-outline-color/zoom-and-property-function/metrics.json index 0bf5f29188d..1b006a9df81 100644 --- a/metrics/android-render-test-runner/render-tests/fill-outline-color/zoom-and-property-function/metrics.json +++ b/metrics/android-render-test-runner/render-tests/fill-outline-color/zoom-and-property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/fill-pattern/@2x/metrics.json b/metrics/android-render-test-runner/render-tests/fill-pattern/@2x/metrics.json index 51c11b8e4ab..d3e6f4ec2f2 100644 --- a/metrics/android-render-test-runner/render-tests/fill-pattern/@2x/metrics.json +++ b/metrics/android-render-test-runner/render-tests/fill-pattern/@2x/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/fill-pattern/case-data-expression/metrics.json b/metrics/android-render-test-runner/render-tests/fill-pattern/case-data-expression/metrics.json index 5b0f25c103a..166dd8572f6 100644 --- a/metrics/android-render-test-runner/render-tests/fill-pattern/case-data-expression/metrics.json +++ b/metrics/android-render-test-runner/render-tests/fill-pattern/case-data-expression/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/fill-pattern/invalid-feature-expression/metrics.json b/metrics/android-render-test-runner/render-tests/fill-pattern/invalid-feature-expression/metrics.json index 714f677bd60..0b237d59572 100644 --- a/metrics/android-render-test-runner/render-tests/fill-pattern/invalid-feature-expression/metrics.json +++ b/metrics/android-render-test-runner/render-tests/fill-pattern/invalid-feature-expression/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/fill-pattern/missing/metrics.json b/metrics/android-render-test-runner/render-tests/fill-pattern/missing/metrics.json index 07184a47f62..b0d20d47569 100644 --- a/metrics/android-render-test-runner/render-tests/fill-pattern/missing/metrics.json +++ b/metrics/android-render-test-runner/render-tests/fill-pattern/missing/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/fill-pattern/uneven-pattern/metrics.json b/metrics/android-render-test-runner/render-tests/fill-pattern/uneven-pattern/metrics.json index 0b64b9c6e2f..d282554f58e 100644 --- a/metrics/android-render-test-runner/render-tests/fill-pattern/uneven-pattern/metrics.json +++ b/metrics/android-render-test-runner/render-tests/fill-pattern/uneven-pattern/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/fill-pattern/wrapping-with-interpolation/metrics.json b/metrics/android-render-test-runner/render-tests/fill-pattern/wrapping-with-interpolation/metrics.json index 8107ea65750..4ad2ae03951 100644 --- a/metrics/android-render-test-runner/render-tests/fill-pattern/wrapping-with-interpolation/metrics.json +++ b/metrics/android-render-test-runner/render-tests/fill-pattern/wrapping-with-interpolation/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/fill-sort-key/literal/metrics.json b/metrics/android-render-test-runner/render-tests/fill-sort-key/literal/metrics.json index a3bacd4632a..76cbcdd189b 100644 --- a/metrics/android-render-test-runner/render-tests/fill-sort-key/literal/metrics.json +++ b/metrics/android-render-test-runner/render-tests/fill-sort-key/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/fill-translate-anchor/map/metrics.json b/metrics/android-render-test-runner/render-tests/fill-translate-anchor/map/metrics.json index ec5a8327773..6da0bff6839 100644 --- a/metrics/android-render-test-runner/render-tests/fill-translate-anchor/map/metrics.json +++ b/metrics/android-render-test-runner/render-tests/fill-translate-anchor/map/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/fill-translate-anchor/viewport/metrics.json b/metrics/android-render-test-runner/render-tests/fill-translate-anchor/viewport/metrics.json index ec5a8327773..6da0bff6839 100644 --- a/metrics/android-render-test-runner/render-tests/fill-translate-anchor/viewport/metrics.json +++ b/metrics/android-render-test-runner/render-tests/fill-translate-anchor/viewport/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/fill-translate/default/metrics.json b/metrics/android-render-test-runner/render-tests/fill-translate/default/metrics.json index ec5a8327773..6da0bff6839 100644 --- a/metrics/android-render-test-runner/render-tests/fill-translate/default/metrics.json +++ b/metrics/android-render-test-runner/render-tests/fill-translate/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/fill-translate/function/metrics.json b/metrics/android-render-test-runner/render-tests/fill-translate/function/metrics.json index ec5a8327773..6da0bff6839 100644 --- a/metrics/android-render-test-runner/render-tests/fill-translate/function/metrics.json +++ b/metrics/android-render-test-runner/render-tests/fill-translate/function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/fill-translate/literal/metrics.json b/metrics/android-render-test-runner/render-tests/fill-translate/literal/metrics.json index ec5a8327773..6da0bff6839 100644 --- a/metrics/android-render-test-runner/render-tests/fill-translate/literal/metrics.json +++ b/metrics/android-render-test-runner/render-tests/fill-translate/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/fill-visibility/none/metrics.json b/metrics/android-render-test-runner/render-tests/fill-visibility/none/metrics.json index 9028b81da14..b6fa97f3499 100644 --- a/metrics/android-render-test-runner/render-tests/fill-visibility/none/metrics.json +++ b/metrics/android-render-test-runner/render-tests/fill-visibility/none/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/fill-visibility/visible/metrics.json b/metrics/android-render-test-runner/render-tests/fill-visibility/visible/metrics.json index 9028b81da14..b6fa97f3499 100644 --- a/metrics/android-render-test-runner/render-tests/fill-visibility/visible/metrics.json +++ b/metrics/android-render-test-runner/render-tests/fill-visibility/visible/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/filter/equality/metrics.json b/metrics/android-render-test-runner/render-tests/filter/equality/metrics.json index 01b432fe214..e30b6a8224f 100644 --- a/metrics/android-render-test-runner/render-tests/filter/equality/metrics.json +++ b/metrics/android-render-test-runner/render-tests/filter/equality/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/filter/in/metrics.json b/metrics/android-render-test-runner/render-tests/filter/in/metrics.json index f955deb5a34..57beeda8776 100644 --- a/metrics/android-render-test-runner/render-tests/filter/in/metrics.json +++ b/metrics/android-render-test-runner/render-tests/filter/in/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/filter/legacy-equality/metrics.json b/metrics/android-render-test-runner/render-tests/filter/legacy-equality/metrics.json index 01b432fe214..e30b6a8224f 100644 --- a/metrics/android-render-test-runner/render-tests/filter/legacy-equality/metrics.json +++ b/metrics/android-render-test-runner/render-tests/filter/legacy-equality/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/filter/none/metrics.json b/metrics/android-render-test-runner/render-tests/filter/none/metrics.json index b7fcd045414..c5dc4e05e94 100644 --- a/metrics/android-render-test-runner/render-tests/filter/none/metrics.json +++ b/metrics/android-render-test-runner/render-tests/filter/none/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/geojson/clustered-properties/metrics.json b/metrics/android-render-test-runner/render-tests/geojson/clustered-properties/metrics.json index 921bb225292..72b49ab9b0e 100644 --- a/metrics/android-render-test-runner/render-tests/geojson/clustered-properties/metrics.json +++ b/metrics/android-render-test-runner/render-tests/geojson/clustered-properties/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/geojson/clustered/metrics.json b/metrics/android-render-test-runner/render-tests/geojson/clustered/metrics.json index e4de306451f..2145b19b0bd 100644 --- a/metrics/android-render-test-runner/render-tests/geojson/clustered/metrics.json +++ b/metrics/android-render-test-runner/render-tests/geojson/clustered/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/geojson/external-feature/metrics.json b/metrics/android-render-test-runner/render-tests/geojson/external-feature/metrics.json index 1f4a35b3797..a87ccb1bc27 100644 --- a/metrics/android-render-test-runner/render-tests/geojson/external-feature/metrics.json +++ b/metrics/android-render-test-runner/render-tests/geojson/external-feature/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/geojson/external-invalid/metrics.json b/metrics/android-render-test-runner/render-tests/geojson/external-invalid/metrics.json index c050c4e8ce0..865b69114a4 100644 --- a/metrics/android-render-test-runner/render-tests/geojson/external-invalid/metrics.json +++ b/metrics/android-render-test-runner/render-tests/geojson/external-invalid/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/geojson/external-linestring/metrics.json b/metrics/android-render-test-runner/render-tests/geojson/external-linestring/metrics.json index 1f4a35b3797..a87ccb1bc27 100644 --- a/metrics/android-render-test-runner/render-tests/geojson/external-linestring/metrics.json +++ b/metrics/android-render-test-runner/render-tests/geojson/external-linestring/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/geojson/external-malformed/metrics.json b/metrics/android-render-test-runner/render-tests/geojson/external-malformed/metrics.json index c35eb5d5264..ac8e38686ab 100644 --- a/metrics/android-render-test-runner/render-tests/geojson/external-malformed/metrics.json +++ b/metrics/android-render-test-runner/render-tests/geojson/external-malformed/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/geojson/inconsistent-winding-order/metrics.json b/metrics/android-render-test-runner/render-tests/geojson/inconsistent-winding-order/metrics.json index 92d02167a9f..c960e36e9ef 100644 --- a/metrics/android-render-test-runner/render-tests/geojson/inconsistent-winding-order/metrics.json +++ b/metrics/android-render-test-runner/render-tests/geojson/inconsistent-winding-order/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/geojson/inline-feature/metrics.json b/metrics/android-render-test-runner/render-tests/geojson/inline-feature/metrics.json index 0d433cec13d..bf1f7abb8e4 100644 --- a/metrics/android-render-test-runner/render-tests/geojson/inline-feature/metrics.json +++ b/metrics/android-render-test-runner/render-tests/geojson/inline-feature/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/geojson/inline-invalid/metrics.json b/metrics/android-render-test-runner/render-tests/geojson/inline-invalid/metrics.json index 7da07969667..7c49193327f 100644 --- a/metrics/android-render-test-runner/render-tests/geojson/inline-invalid/metrics.json +++ b/metrics/android-render-test-runner/render-tests/geojson/inline-invalid/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/geojson/inline-linestring-circle/metrics.json b/metrics/android-render-test-runner/render-tests/geojson/inline-linestring-circle/metrics.json index 87bafb2c593..5a0e0d76acc 100644 --- a/metrics/android-render-test-runner/render-tests/geojson/inline-linestring-circle/metrics.json +++ b/metrics/android-render-test-runner/render-tests/geojson/inline-linestring-circle/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/geojson/inline-linestring-line/metrics.json b/metrics/android-render-test-runner/render-tests/geojson/inline-linestring-line/metrics.json index b947079d6ba..ab0feaf4bae 100644 --- a/metrics/android-render-test-runner/render-tests/geojson/inline-linestring-line/metrics.json +++ b/metrics/android-render-test-runner/render-tests/geojson/inline-linestring-line/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/geojson/inline-linestring-symbol/metrics.json b/metrics/android-render-test-runner/render-tests/geojson/inline-linestring-symbol/metrics.json index fea6fe2e598..94fd76f9f2e 100644 --- a/metrics/android-render-test-runner/render-tests/geojson/inline-linestring-symbol/metrics.json +++ b/metrics/android-render-test-runner/render-tests/geojson/inline-linestring-symbol/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/geojson/inline-malformed/metrics.json b/metrics/android-render-test-runner/render-tests/geojson/inline-malformed/metrics.json index 7da07969667..7c49193327f 100644 --- a/metrics/android-render-test-runner/render-tests/geojson/inline-malformed/metrics.json +++ b/metrics/android-render-test-runner/render-tests/geojson/inline-malformed/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/geojson/inline-point-circle/metrics.json b/metrics/android-render-test-runner/render-tests/geojson/inline-point-circle/metrics.json index e204a192de4..b762a231e10 100644 --- a/metrics/android-render-test-runner/render-tests/geojson/inline-point-circle/metrics.json +++ b/metrics/android-render-test-runner/render-tests/geojson/inline-point-circle/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/geojson/inline-point-fill/metrics.json b/metrics/android-render-test-runner/render-tests/geojson/inline-point-fill/metrics.json index 676dd680b35..8895a742d9d 100644 --- a/metrics/android-render-test-runner/render-tests/geojson/inline-point-fill/metrics.json +++ b/metrics/android-render-test-runner/render-tests/geojson/inline-point-fill/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/geojson/inline-point-line/metrics.json b/metrics/android-render-test-runner/render-tests/geojson/inline-point-line/metrics.json index fb542cead0b..cd495183345 100644 --- a/metrics/android-render-test-runner/render-tests/geojson/inline-point-line/metrics.json +++ b/metrics/android-render-test-runner/render-tests/geojson/inline-point-line/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/geojson/inline-point-symbol/metrics.json b/metrics/android-render-test-runner/render-tests/geojson/inline-point-symbol/metrics.json index fea6fe2e598..94fd76f9f2e 100644 --- a/metrics/android-render-test-runner/render-tests/geojson/inline-point-symbol/metrics.json +++ b/metrics/android-render-test-runner/render-tests/geojson/inline-point-symbol/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/geojson/inline-polygon-circle/metrics.json b/metrics/android-render-test-runner/render-tests/geojson/inline-polygon-circle/metrics.json index d01fbee1843..33724cb2822 100644 --- a/metrics/android-render-test-runner/render-tests/geojson/inline-polygon-circle/metrics.json +++ b/metrics/android-render-test-runner/render-tests/geojson/inline-polygon-circle/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/geojson/inline-polygon-fill/metrics.json b/metrics/android-render-test-runner/render-tests/geojson/inline-polygon-fill/metrics.json index 5b035beb41a..d0105f8502b 100644 --- a/metrics/android-render-test-runner/render-tests/geojson/inline-polygon-fill/metrics.json +++ b/metrics/android-render-test-runner/render-tests/geojson/inline-polygon-fill/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/geojson/inline-polygon-line/metrics.json b/metrics/android-render-test-runner/render-tests/geojson/inline-polygon-line/metrics.json index c031604857e..e0c7bef27f4 100644 --- a/metrics/android-render-test-runner/render-tests/geojson/inline-polygon-line/metrics.json +++ b/metrics/android-render-test-runner/render-tests/geojson/inline-polygon-line/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/geojson/inline-polygon-symbol/metrics.json b/metrics/android-render-test-runner/render-tests/geojson/inline-polygon-symbol/metrics.json index fea6fe2e598..94fd76f9f2e 100644 --- a/metrics/android-render-test-runner/render-tests/geojson/inline-polygon-symbol/metrics.json +++ b/metrics/android-render-test-runner/render-tests/geojson/inline-polygon-symbol/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/geojson/missing/metrics.json b/metrics/android-render-test-runner/render-tests/geojson/missing/metrics.json index 7da07969667..7c49193327f 100644 --- a/metrics/android-render-test-runner/render-tests/geojson/missing/metrics.json +++ b/metrics/android-render-test-runner/render-tests/geojson/missing/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/geojson/reparse-overscaled/metrics.json b/metrics/android-render-test-runner/render-tests/geojson/reparse-overscaled/metrics.json index f1bf8426ca6..ffeae8cac59 100644 --- a/metrics/android-render-test-runner/render-tests/geojson/reparse-overscaled/metrics.json +++ b/metrics/android-render-test-runner/render-tests/geojson/reparse-overscaled/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/heatmap-color/default/metrics.json b/metrics/android-render-test-runner/render-tests/heatmap-color/default/metrics.json index e300a2d0a64..766fc7cb1b0 100644 --- a/metrics/android-render-test-runner/render-tests/heatmap-color/default/metrics.json +++ b/metrics/android-render-test-runner/render-tests/heatmap-color/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/heatmap-color/expression/metrics.json b/metrics/android-render-test-runner/render-tests/heatmap-color/expression/metrics.json index e300a2d0a64..766fc7cb1b0 100644 --- a/metrics/android-render-test-runner/render-tests/heatmap-color/expression/metrics.json +++ b/metrics/android-render-test-runner/render-tests/heatmap-color/expression/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/heatmap-intensity/default/metrics.json b/metrics/android-render-test-runner/render-tests/heatmap-intensity/default/metrics.json index 098f2da894f..bcd4cb2e304 100644 --- a/metrics/android-render-test-runner/render-tests/heatmap-intensity/default/metrics.json +++ b/metrics/android-render-test-runner/render-tests/heatmap-intensity/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/heatmap-intensity/function/metrics.json b/metrics/android-render-test-runner/render-tests/heatmap-intensity/function/metrics.json index 098f2da894f..bcd4cb2e304 100644 --- a/metrics/android-render-test-runner/render-tests/heatmap-intensity/function/metrics.json +++ b/metrics/android-render-test-runner/render-tests/heatmap-intensity/function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/heatmap-intensity/literal/metrics.json b/metrics/android-render-test-runner/render-tests/heatmap-intensity/literal/metrics.json index 098f2da894f..bcd4cb2e304 100644 --- a/metrics/android-render-test-runner/render-tests/heatmap-intensity/literal/metrics.json +++ b/metrics/android-render-test-runner/render-tests/heatmap-intensity/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/heatmap-opacity/default/metrics.json b/metrics/android-render-test-runner/render-tests/heatmap-opacity/default/metrics.json index 4daf3ff957d..5ec8159e411 100644 --- a/metrics/android-render-test-runner/render-tests/heatmap-opacity/default/metrics.json +++ b/metrics/android-render-test-runner/render-tests/heatmap-opacity/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/heatmap-opacity/function/metrics.json b/metrics/android-render-test-runner/render-tests/heatmap-opacity/function/metrics.json index 4daf3ff957d..5ec8159e411 100644 --- a/metrics/android-render-test-runner/render-tests/heatmap-opacity/function/metrics.json +++ b/metrics/android-render-test-runner/render-tests/heatmap-opacity/function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/heatmap-opacity/literal/metrics.json b/metrics/android-render-test-runner/render-tests/heatmap-opacity/literal/metrics.json index 4daf3ff957d..5ec8159e411 100644 --- a/metrics/android-render-test-runner/render-tests/heatmap-opacity/literal/metrics.json +++ b/metrics/android-render-test-runner/render-tests/heatmap-opacity/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/heatmap-radius/antimeridian/metrics.json b/metrics/android-render-test-runner/render-tests/heatmap-radius/antimeridian/metrics.json index 08b7ca1c86e..fa00147edfa 100644 --- a/metrics/android-render-test-runner/render-tests/heatmap-radius/antimeridian/metrics.json +++ b/metrics/android-render-test-runner/render-tests/heatmap-radius/antimeridian/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/heatmap-radius/data-expression/metrics.json b/metrics/android-render-test-runner/render-tests/heatmap-radius/data-expression/metrics.json index e12b8004626..b71ca144ee1 100644 --- a/metrics/android-render-test-runner/render-tests/heatmap-radius/data-expression/metrics.json +++ b/metrics/android-render-test-runner/render-tests/heatmap-radius/data-expression/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/heatmap-radius/default/metrics.json b/metrics/android-render-test-runner/render-tests/heatmap-radius/default/metrics.json index 098f2da894f..bcd4cb2e304 100644 --- a/metrics/android-render-test-runner/render-tests/heatmap-radius/default/metrics.json +++ b/metrics/android-render-test-runner/render-tests/heatmap-radius/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/heatmap-radius/function/metrics.json b/metrics/android-render-test-runner/render-tests/heatmap-radius/function/metrics.json index 098f2da894f..bcd4cb2e304 100644 --- a/metrics/android-render-test-runner/render-tests/heatmap-radius/function/metrics.json +++ b/metrics/android-render-test-runner/render-tests/heatmap-radius/function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/heatmap-radius/literal/metrics.json b/metrics/android-render-test-runner/render-tests/heatmap-radius/literal/metrics.json index 098f2da894f..bcd4cb2e304 100644 --- a/metrics/android-render-test-runner/render-tests/heatmap-radius/literal/metrics.json +++ b/metrics/android-render-test-runner/render-tests/heatmap-radius/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/heatmap-radius/pitch30/metrics.json b/metrics/android-render-test-runner/render-tests/heatmap-radius/pitch30/metrics.json index 098f2da894f..bcd4cb2e304 100644 --- a/metrics/android-render-test-runner/render-tests/heatmap-radius/pitch30/metrics.json +++ b/metrics/android-render-test-runner/render-tests/heatmap-radius/pitch30/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/heatmap-weight/default/metrics.json b/metrics/android-render-test-runner/render-tests/heatmap-weight/default/metrics.json index 098f2da894f..bcd4cb2e304 100644 --- a/metrics/android-render-test-runner/render-tests/heatmap-weight/default/metrics.json +++ b/metrics/android-render-test-runner/render-tests/heatmap-weight/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/heatmap-weight/identity-property-function/metrics.json b/metrics/android-render-test-runner/render-tests/heatmap-weight/identity-property-function/metrics.json index 3c0b3e0c7f7..8dcd28a36d0 100644 --- a/metrics/android-render-test-runner/render-tests/heatmap-weight/identity-property-function/metrics.json +++ b/metrics/android-render-test-runner/render-tests/heatmap-weight/identity-property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/heatmap-weight/literal/metrics.json b/metrics/android-render-test-runner/render-tests/heatmap-weight/literal/metrics.json index 098f2da894f..bcd4cb2e304 100644 --- a/metrics/android-render-test-runner/render-tests/heatmap-weight/literal/metrics.json +++ b/metrics/android-render-test-runner/render-tests/heatmap-weight/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/hillshade-accent-color/default/metrics.json b/metrics/android-render-test-runner/render-tests/hillshade-accent-color/default/metrics.json index da22284860b..f86f9785308 100644 --- a/metrics/android-render-test-runner/render-tests/hillshade-accent-color/default/metrics.json +++ b/metrics/android-render-test-runner/render-tests/hillshade-accent-color/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/hillshade-accent-color/literal/metrics.json b/metrics/android-render-test-runner/render-tests/hillshade-accent-color/literal/metrics.json index da22284860b..f86f9785308 100644 --- a/metrics/android-render-test-runner/render-tests/hillshade-accent-color/literal/metrics.json +++ b/metrics/android-render-test-runner/render-tests/hillshade-accent-color/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/hillshade-accent-color/terrarium/metrics.json b/metrics/android-render-test-runner/render-tests/hillshade-accent-color/terrarium/metrics.json index 0af79815296..6bd4ade1170 100644 --- a/metrics/android-render-test-runner/render-tests/hillshade-accent-color/terrarium/metrics.json +++ b/metrics/android-render-test-runner/render-tests/hillshade-accent-color/terrarium/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/hillshade-accent-color/zoom-function/metrics.json b/metrics/android-render-test-runner/render-tests/hillshade-accent-color/zoom-function/metrics.json index da22284860b..f86f9785308 100644 --- a/metrics/android-render-test-runner/render-tests/hillshade-accent-color/zoom-function/metrics.json +++ b/metrics/android-render-test-runner/render-tests/hillshade-accent-color/zoom-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/hillshade-highlight-color/default/metrics.json b/metrics/android-render-test-runner/render-tests/hillshade-highlight-color/default/metrics.json index da22284860b..f86f9785308 100644 --- a/metrics/android-render-test-runner/render-tests/hillshade-highlight-color/default/metrics.json +++ b/metrics/android-render-test-runner/render-tests/hillshade-highlight-color/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/hillshade-highlight-color/literal/metrics.json b/metrics/android-render-test-runner/render-tests/hillshade-highlight-color/literal/metrics.json index da22284860b..f86f9785308 100644 --- a/metrics/android-render-test-runner/render-tests/hillshade-highlight-color/literal/metrics.json +++ b/metrics/android-render-test-runner/render-tests/hillshade-highlight-color/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/hillshade-highlight-color/zoom-function/metrics.json b/metrics/android-render-test-runner/render-tests/hillshade-highlight-color/zoom-function/metrics.json index da22284860b..f86f9785308 100644 --- a/metrics/android-render-test-runner/render-tests/hillshade-highlight-color/zoom-function/metrics.json +++ b/metrics/android-render-test-runner/render-tests/hillshade-highlight-color/zoom-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/hillshade-shadow-color/default/metrics.json b/metrics/android-render-test-runner/render-tests/hillshade-shadow-color/default/metrics.json index da22284860b..f86f9785308 100644 --- a/metrics/android-render-test-runner/render-tests/hillshade-shadow-color/default/metrics.json +++ b/metrics/android-render-test-runner/render-tests/hillshade-shadow-color/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/hillshade-shadow-color/literal/metrics.json b/metrics/android-render-test-runner/render-tests/hillshade-shadow-color/literal/metrics.json index da22284860b..f86f9785308 100644 --- a/metrics/android-render-test-runner/render-tests/hillshade-shadow-color/literal/metrics.json +++ b/metrics/android-render-test-runner/render-tests/hillshade-shadow-color/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/hillshade-shadow-color/zoom-function/metrics.json b/metrics/android-render-test-runner/render-tests/hillshade-shadow-color/zoom-function/metrics.json index da22284860b..f86f9785308 100644 --- a/metrics/android-render-test-runner/render-tests/hillshade-shadow-color/zoom-function/metrics.json +++ b/metrics/android-render-test-runner/render-tests/hillshade-shadow-color/zoom-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/icon-anchor/bottom-left/metrics.json b/metrics/android-render-test-runner/render-tests/icon-anchor/bottom-left/metrics.json index ff10b87fe60..80efc975536 100644 --- a/metrics/android-render-test-runner/render-tests/icon-anchor/bottom-left/metrics.json +++ b/metrics/android-render-test-runner/render-tests/icon-anchor/bottom-left/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/icon-anchor/bottom-right/metrics.json b/metrics/android-render-test-runner/render-tests/icon-anchor/bottom-right/metrics.json index ff10b87fe60..80efc975536 100644 --- a/metrics/android-render-test-runner/render-tests/icon-anchor/bottom-right/metrics.json +++ b/metrics/android-render-test-runner/render-tests/icon-anchor/bottom-right/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/icon-anchor/bottom/metrics.json b/metrics/android-render-test-runner/render-tests/icon-anchor/bottom/metrics.json index ff10b87fe60..80efc975536 100644 --- a/metrics/android-render-test-runner/render-tests/icon-anchor/bottom/metrics.json +++ b/metrics/android-render-test-runner/render-tests/icon-anchor/bottom/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/icon-anchor/center/metrics.json b/metrics/android-render-test-runner/render-tests/icon-anchor/center/metrics.json index ff10b87fe60..80efc975536 100644 --- a/metrics/android-render-test-runner/render-tests/icon-anchor/center/metrics.json +++ b/metrics/android-render-test-runner/render-tests/icon-anchor/center/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/icon-anchor/default/metrics.json b/metrics/android-render-test-runner/render-tests/icon-anchor/default/metrics.json index ff10b87fe60..80efc975536 100644 --- a/metrics/android-render-test-runner/render-tests/icon-anchor/default/metrics.json +++ b/metrics/android-render-test-runner/render-tests/icon-anchor/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/icon-anchor/left/metrics.json b/metrics/android-render-test-runner/render-tests/icon-anchor/left/metrics.json index ff10b87fe60..80efc975536 100644 --- a/metrics/android-render-test-runner/render-tests/icon-anchor/left/metrics.json +++ b/metrics/android-render-test-runner/render-tests/icon-anchor/left/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/icon-anchor/property-function/metrics.json b/metrics/android-render-test-runner/render-tests/icon-anchor/property-function/metrics.json index 06c60d080b8..db5c47df0e4 100644 --- a/metrics/android-render-test-runner/render-tests/icon-anchor/property-function/metrics.json +++ b/metrics/android-render-test-runner/render-tests/icon-anchor/property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/icon-anchor/right/metrics.json b/metrics/android-render-test-runner/render-tests/icon-anchor/right/metrics.json index ff10b87fe60..80efc975536 100644 --- a/metrics/android-render-test-runner/render-tests/icon-anchor/right/metrics.json +++ b/metrics/android-render-test-runner/render-tests/icon-anchor/right/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/icon-anchor/top-left/metrics.json b/metrics/android-render-test-runner/render-tests/icon-anchor/top-left/metrics.json index ff10b87fe60..80efc975536 100644 --- a/metrics/android-render-test-runner/render-tests/icon-anchor/top-left/metrics.json +++ b/metrics/android-render-test-runner/render-tests/icon-anchor/top-left/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/icon-anchor/top-right/metrics.json b/metrics/android-render-test-runner/render-tests/icon-anchor/top-right/metrics.json index ff10b87fe60..80efc975536 100644 --- a/metrics/android-render-test-runner/render-tests/icon-anchor/top-right/metrics.json +++ b/metrics/android-render-test-runner/render-tests/icon-anchor/top-right/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/icon-anchor/top/metrics.json b/metrics/android-render-test-runner/render-tests/icon-anchor/top/metrics.json index ff10b87fe60..80efc975536 100644 --- a/metrics/android-render-test-runner/render-tests/icon-anchor/top/metrics.json +++ b/metrics/android-render-test-runner/render-tests/icon-anchor/top/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/icon-color/default/metrics.json b/metrics/android-render-test-runner/render-tests/icon-color/default/metrics.json index ff10b87fe60..80efc975536 100644 --- a/metrics/android-render-test-runner/render-tests/icon-color/default/metrics.json +++ b/metrics/android-render-test-runner/render-tests/icon-color/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/icon-color/function/metrics.json b/metrics/android-render-test-runner/render-tests/icon-color/function/metrics.json index ff10b87fe60..80efc975536 100644 --- a/metrics/android-render-test-runner/render-tests/icon-color/function/metrics.json +++ b/metrics/android-render-test-runner/render-tests/icon-color/function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/icon-color/literal/metrics.json b/metrics/android-render-test-runner/render-tests/icon-color/literal/metrics.json index ff10b87fe60..80efc975536 100644 --- a/metrics/android-render-test-runner/render-tests/icon-color/literal/metrics.json +++ b/metrics/android-render-test-runner/render-tests/icon-color/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/icon-color/property-function/metrics.json b/metrics/android-render-test-runner/render-tests/icon-color/property-function/metrics.json index 4c633b42377..2c5e151a40d 100644 --- a/metrics/android-render-test-runner/render-tests/icon-color/property-function/metrics.json +++ b/metrics/android-render-test-runner/render-tests/icon-color/property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/icon-halo-blur/default/metrics.json b/metrics/android-render-test-runner/render-tests/icon-halo-blur/default/metrics.json index 7f17773165c..b25ac99b3bb 100644 --- a/metrics/android-render-test-runner/render-tests/icon-halo-blur/default/metrics.json +++ b/metrics/android-render-test-runner/render-tests/icon-halo-blur/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/icon-halo-blur/function/metrics.json b/metrics/android-render-test-runner/render-tests/icon-halo-blur/function/metrics.json index 7f17773165c..b25ac99b3bb 100644 --- a/metrics/android-render-test-runner/render-tests/icon-halo-blur/function/metrics.json +++ b/metrics/android-render-test-runner/render-tests/icon-halo-blur/function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/icon-halo-blur/literal/metrics.json b/metrics/android-render-test-runner/render-tests/icon-halo-blur/literal/metrics.json index 7f17773165c..b25ac99b3bb 100644 --- a/metrics/android-render-test-runner/render-tests/icon-halo-blur/literal/metrics.json +++ b/metrics/android-render-test-runner/render-tests/icon-halo-blur/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/icon-halo-blur/property-function/metrics.json b/metrics/android-render-test-runner/render-tests/icon-halo-blur/property-function/metrics.json index 836b87b16e2..4c4eb5074cd 100644 --- a/metrics/android-render-test-runner/render-tests/icon-halo-blur/property-function/metrics.json +++ b/metrics/android-render-test-runner/render-tests/icon-halo-blur/property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/icon-halo-color/default/metrics.json b/metrics/android-render-test-runner/render-tests/icon-halo-color/default/metrics.json index ff10b87fe60..80efc975536 100644 --- a/metrics/android-render-test-runner/render-tests/icon-halo-color/default/metrics.json +++ b/metrics/android-render-test-runner/render-tests/icon-halo-color/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/icon-halo-color/function/metrics.json b/metrics/android-render-test-runner/render-tests/icon-halo-color/function/metrics.json index 7f17773165c..b25ac99b3bb 100644 --- a/metrics/android-render-test-runner/render-tests/icon-halo-color/function/metrics.json +++ b/metrics/android-render-test-runner/render-tests/icon-halo-color/function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/icon-halo-color/literal/metrics.json b/metrics/android-render-test-runner/render-tests/icon-halo-color/literal/metrics.json index 7f17773165c..b25ac99b3bb 100644 --- a/metrics/android-render-test-runner/render-tests/icon-halo-color/literal/metrics.json +++ b/metrics/android-render-test-runner/render-tests/icon-halo-color/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/icon-halo-color/multiply/metrics.json b/metrics/android-render-test-runner/render-tests/icon-halo-color/multiply/metrics.json index 7f17773165c..b25ac99b3bb 100644 --- a/metrics/android-render-test-runner/render-tests/icon-halo-color/multiply/metrics.json +++ b/metrics/android-render-test-runner/render-tests/icon-halo-color/multiply/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/icon-halo-color/opacity/metrics.json b/metrics/android-render-test-runner/render-tests/icon-halo-color/opacity/metrics.json index 7f17773165c..b25ac99b3bb 100644 --- a/metrics/android-render-test-runner/render-tests/icon-halo-color/opacity/metrics.json +++ b/metrics/android-render-test-runner/render-tests/icon-halo-color/opacity/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/icon-halo-color/property-function/metrics.json b/metrics/android-render-test-runner/render-tests/icon-halo-color/property-function/metrics.json index 77eaf969580..94201e4ae17 100644 --- a/metrics/android-render-test-runner/render-tests/icon-halo-color/property-function/metrics.json +++ b/metrics/android-render-test-runner/render-tests/icon-halo-color/property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/icon-halo-color/transparent/metrics.json b/metrics/android-render-test-runner/render-tests/icon-halo-color/transparent/metrics.json index 7f17773165c..b25ac99b3bb 100644 --- a/metrics/android-render-test-runner/render-tests/icon-halo-color/transparent/metrics.json +++ b/metrics/android-render-test-runner/render-tests/icon-halo-color/transparent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/icon-halo-width/default/metrics.json b/metrics/android-render-test-runner/render-tests/icon-halo-width/default/metrics.json index ff10b87fe60..80efc975536 100644 --- a/metrics/android-render-test-runner/render-tests/icon-halo-width/default/metrics.json +++ b/metrics/android-render-test-runner/render-tests/icon-halo-width/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/icon-halo-width/function/metrics.json b/metrics/android-render-test-runner/render-tests/icon-halo-width/function/metrics.json index 7f17773165c..b25ac99b3bb 100644 --- a/metrics/android-render-test-runner/render-tests/icon-halo-width/function/metrics.json +++ b/metrics/android-render-test-runner/render-tests/icon-halo-width/function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/icon-halo-width/literal/metrics.json b/metrics/android-render-test-runner/render-tests/icon-halo-width/literal/metrics.json index 7f17773165c..b25ac99b3bb 100644 --- a/metrics/android-render-test-runner/render-tests/icon-halo-width/literal/metrics.json +++ b/metrics/android-render-test-runner/render-tests/icon-halo-width/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/icon-halo-width/property-function/metrics.json b/metrics/android-render-test-runner/render-tests/icon-halo-width/property-function/metrics.json index 836b87b16e2..4c4eb5074cd 100644 --- a/metrics/android-render-test-runner/render-tests/icon-halo-width/property-function/metrics.json +++ b/metrics/android-render-test-runner/render-tests/icon-halo-width/property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/icon-image/image-expression/metrics.json b/metrics/android-render-test-runner/render-tests/icon-image/image-expression/metrics.json index ff10b87fe60..80efc975536 100644 --- a/metrics/android-render-test-runner/render-tests/icon-image/image-expression/metrics.json +++ b/metrics/android-render-test-runner/render-tests/icon-image/image-expression/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/icon-image/literal/metrics.json b/metrics/android-render-test-runner/render-tests/icon-image/literal/metrics.json index ff10b87fe60..80efc975536 100644 --- a/metrics/android-render-test-runner/render-tests/icon-image/literal/metrics.json +++ b/metrics/android-render-test-runner/render-tests/icon-image/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/icon-image/property-function/metrics.json b/metrics/android-render-test-runner/render-tests/icon-image/property-function/metrics.json index c291562544c..f0325df7b68 100644 --- a/metrics/android-render-test-runner/render-tests/icon-image/property-function/metrics.json +++ b/metrics/android-render-test-runner/render-tests/icon-image/property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/icon-image/stretchable-content/metrics.json b/metrics/android-render-test-runner/render-tests/icon-image/stretchable-content/metrics.json index 253fc965aa4..e54853543f7 100644 --- a/metrics/android-render-test-runner/render-tests/icon-image/stretchable-content/metrics.json +++ b/metrics/android-render-test-runner/render-tests/icon-image/stretchable-content/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/icon-image/stretchable/metrics.json b/metrics/android-render-test-runner/render-tests/icon-image/stretchable/metrics.json index 253fc965aa4..e54853543f7 100644 --- a/metrics/android-render-test-runner/render-tests/icon-image/stretchable/metrics.json +++ b/metrics/android-render-test-runner/render-tests/icon-image/stretchable/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/icon-image/token/metrics.json b/metrics/android-render-test-runner/render-tests/icon-image/token/metrics.json index c291562544c..f0325df7b68 100644 --- a/metrics/android-render-test-runner/render-tests/icon-image/token/metrics.json +++ b/metrics/android-render-test-runner/render-tests/icon-image/token/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/icon-no-cross-source-collision/default/metrics.json b/metrics/android-render-test-runner/render-tests/icon-no-cross-source-collision/default/metrics.json index ef86c597d38..84efce9404e 100644 --- a/metrics/android-render-test-runner/render-tests/icon-no-cross-source-collision/default/metrics.json +++ b/metrics/android-render-test-runner/render-tests/icon-no-cross-source-collision/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/icon-offset/literal/metrics.json b/metrics/android-render-test-runner/render-tests/icon-offset/literal/metrics.json index 79e78104863..a2643ebba77 100644 --- a/metrics/android-render-test-runner/render-tests/icon-offset/literal/metrics.json +++ b/metrics/android-render-test-runner/render-tests/icon-offset/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/icon-offset/property-function/metrics.json b/metrics/android-render-test-runner/render-tests/icon-offset/property-function/metrics.json index 79e78104863..a2643ebba77 100644 --- a/metrics/android-render-test-runner/render-tests/icon-offset/property-function/metrics.json +++ b/metrics/android-render-test-runner/render-tests/icon-offset/property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/icon-offset/zoom-and-property-function/metrics.json b/metrics/android-render-test-runner/render-tests/icon-offset/zoom-and-property-function/metrics.json index 79e78104863..a2643ebba77 100644 --- a/metrics/android-render-test-runner/render-tests/icon-offset/zoom-and-property-function/metrics.json +++ b/metrics/android-render-test-runner/render-tests/icon-offset/zoom-and-property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/icon-opacity/default/metrics.json b/metrics/android-render-test-runner/render-tests/icon-opacity/default/metrics.json index 79e78104863..a2643ebba77 100644 --- a/metrics/android-render-test-runner/render-tests/icon-opacity/default/metrics.json +++ b/metrics/android-render-test-runner/render-tests/icon-opacity/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/icon-opacity/function/metrics.json b/metrics/android-render-test-runner/render-tests/icon-opacity/function/metrics.json index 79e78104863..a2643ebba77 100644 --- a/metrics/android-render-test-runner/render-tests/icon-opacity/function/metrics.json +++ b/metrics/android-render-test-runner/render-tests/icon-opacity/function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/icon-opacity/icon-only/metrics.json b/metrics/android-render-test-runner/render-tests/icon-opacity/icon-only/metrics.json index 9ff18b8ec13..d4ca48808d6 100644 --- a/metrics/android-render-test-runner/render-tests/icon-opacity/icon-only/metrics.json +++ b/metrics/android-render-test-runner/render-tests/icon-opacity/icon-only/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/icon-opacity/literal/metrics.json b/metrics/android-render-test-runner/render-tests/icon-opacity/literal/metrics.json index 79e78104863..a2643ebba77 100644 --- a/metrics/android-render-test-runner/render-tests/icon-opacity/literal/metrics.json +++ b/metrics/android-render-test-runner/render-tests/icon-opacity/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/icon-opacity/property-function/metrics.json b/metrics/android-render-test-runner/render-tests/icon-opacity/property-function/metrics.json index 0760437163b..53898e1973f 100644 --- a/metrics/android-render-test-runner/render-tests/icon-opacity/property-function/metrics.json +++ b/metrics/android-render-test-runner/render-tests/icon-opacity/property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/icon-opacity/text-and-icon/metrics.json b/metrics/android-render-test-runner/render-tests/icon-opacity/text-and-icon/metrics.json index 9ff18b8ec13..d4ca48808d6 100644 --- a/metrics/android-render-test-runner/render-tests/icon-opacity/text-and-icon/metrics.json +++ b/metrics/android-render-test-runner/render-tests/icon-opacity/text-and-icon/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/icon-opacity/text-only/metrics.json b/metrics/android-render-test-runner/render-tests/icon-opacity/text-only/metrics.json index 9ff18b8ec13..d4ca48808d6 100644 --- a/metrics/android-render-test-runner/render-tests/icon-opacity/text-only/metrics.json +++ b/metrics/android-render-test-runner/render-tests/icon-opacity/text-only/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/icon-pitch-alignment/auto-rotation-alignment-map/metrics.json b/metrics/android-render-test-runner/render-tests/icon-pitch-alignment/auto-rotation-alignment-map/metrics.json index fdaf27673e2..46fcadb2431 100644 --- a/metrics/android-render-test-runner/render-tests/icon-pitch-alignment/auto-rotation-alignment-map/metrics.json +++ b/metrics/android-render-test-runner/render-tests/icon-pitch-alignment/auto-rotation-alignment-map/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/icon-pitch-alignment/auto-rotation-alignment-viewport/metrics.json b/metrics/android-render-test-runner/render-tests/icon-pitch-alignment/auto-rotation-alignment-viewport/metrics.json index fdaf27673e2..46fcadb2431 100644 --- a/metrics/android-render-test-runner/render-tests/icon-pitch-alignment/auto-rotation-alignment-viewport/metrics.json +++ b/metrics/android-render-test-runner/render-tests/icon-pitch-alignment/auto-rotation-alignment-viewport/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/icon-pitch-alignment/map-rotation-alignment-viewport/metrics.json b/metrics/android-render-test-runner/render-tests/icon-pitch-alignment/map-rotation-alignment-viewport/metrics.json index fdaf27673e2..46fcadb2431 100644 --- a/metrics/android-render-test-runner/render-tests/icon-pitch-alignment/map-rotation-alignment-viewport/metrics.json +++ b/metrics/android-render-test-runner/render-tests/icon-pitch-alignment/map-rotation-alignment-viewport/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/icon-pitch-alignment/viewport-rotation-alignment-map/metrics.json b/metrics/android-render-test-runner/render-tests/icon-pitch-alignment/viewport-rotation-alignment-map/metrics.json index fdaf27673e2..46fcadb2431 100644 --- a/metrics/android-render-test-runner/render-tests/icon-pitch-alignment/viewport-rotation-alignment-map/metrics.json +++ b/metrics/android-render-test-runner/render-tests/icon-pitch-alignment/viewport-rotation-alignment-map/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/icon-pitch-scaling/rotation-alignment-map/metrics.json b/metrics/android-render-test-runner/render-tests/icon-pitch-scaling/rotation-alignment-map/metrics.json index 79e78104863..a2643ebba77 100644 --- a/metrics/android-render-test-runner/render-tests/icon-pitch-scaling/rotation-alignment-map/metrics.json +++ b/metrics/android-render-test-runner/render-tests/icon-pitch-scaling/rotation-alignment-map/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/icon-pitch-scaling/rotation-alignment-viewport/metrics.json b/metrics/android-render-test-runner/render-tests/icon-pitch-scaling/rotation-alignment-viewport/metrics.json index 79e78104863..a2643ebba77 100644 --- a/metrics/android-render-test-runner/render-tests/icon-pitch-scaling/rotation-alignment-viewport/metrics.json +++ b/metrics/android-render-test-runner/render-tests/icon-pitch-scaling/rotation-alignment-viewport/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/icon-pixelratio-mismatch/default/metrics.json b/metrics/android-render-test-runner/render-tests/icon-pixelratio-mismatch/default/metrics.json index f1cb4ead5fd..73f69e541c6 100644 --- a/metrics/android-render-test-runner/render-tests/icon-pixelratio-mismatch/default/metrics.json +++ b/metrics/android-render-test-runner/render-tests/icon-pixelratio-mismatch/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/icon-rotate/literal/metrics.json b/metrics/android-render-test-runner/render-tests/icon-rotate/literal/metrics.json index 43f81ae9e8f..7b15f7584f8 100644 --- a/metrics/android-render-test-runner/render-tests/icon-rotate/literal/metrics.json +++ b/metrics/android-render-test-runner/render-tests/icon-rotate/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/icon-rotate/property-function/metrics.json b/metrics/android-render-test-runner/render-tests/icon-rotate/property-function/metrics.json index 43f81ae9e8f..7b15f7584f8 100644 --- a/metrics/android-render-test-runner/render-tests/icon-rotate/property-function/metrics.json +++ b/metrics/android-render-test-runner/render-tests/icon-rotate/property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/icon-rotate/with-offset/metrics.json b/metrics/android-render-test-runner/render-tests/icon-rotate/with-offset/metrics.json index 39cea2f7a81..3c36120ef15 100644 --- a/metrics/android-render-test-runner/render-tests/icon-rotate/with-offset/metrics.json +++ b/metrics/android-render-test-runner/render-tests/icon-rotate/with-offset/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/icon-rotation-alignment/auto-symbol-placement-line/metrics.json b/metrics/android-render-test-runner/render-tests/icon-rotation-alignment/auto-symbol-placement-line/metrics.json index fdaf27673e2..46fcadb2431 100644 --- a/metrics/android-render-test-runner/render-tests/icon-rotation-alignment/auto-symbol-placement-line/metrics.json +++ b/metrics/android-render-test-runner/render-tests/icon-rotation-alignment/auto-symbol-placement-line/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/icon-rotation-alignment/auto-symbol-placement-point/metrics.json b/metrics/android-render-test-runner/render-tests/icon-rotation-alignment/auto-symbol-placement-point/metrics.json index fdaf27673e2..46fcadb2431 100644 --- a/metrics/android-render-test-runner/render-tests/icon-rotation-alignment/auto-symbol-placement-point/metrics.json +++ b/metrics/android-render-test-runner/render-tests/icon-rotation-alignment/auto-symbol-placement-point/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/icon-rotation-alignment/map-symbol-placement-line/metrics.json b/metrics/android-render-test-runner/render-tests/icon-rotation-alignment/map-symbol-placement-line/metrics.json index fdaf27673e2..46fcadb2431 100644 --- a/metrics/android-render-test-runner/render-tests/icon-rotation-alignment/map-symbol-placement-line/metrics.json +++ b/metrics/android-render-test-runner/render-tests/icon-rotation-alignment/map-symbol-placement-line/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/icon-rotation-alignment/map-symbol-placement-point/metrics.json b/metrics/android-render-test-runner/render-tests/icon-rotation-alignment/map-symbol-placement-point/metrics.json index fdaf27673e2..46fcadb2431 100644 --- a/metrics/android-render-test-runner/render-tests/icon-rotation-alignment/map-symbol-placement-point/metrics.json +++ b/metrics/android-render-test-runner/render-tests/icon-rotation-alignment/map-symbol-placement-point/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/icon-rotation-alignment/viewport-symbol-placement-line/metrics.json b/metrics/android-render-test-runner/render-tests/icon-rotation-alignment/viewport-symbol-placement-line/metrics.json index fdaf27673e2..46fcadb2431 100644 --- a/metrics/android-render-test-runner/render-tests/icon-rotation-alignment/viewport-symbol-placement-line/metrics.json +++ b/metrics/android-render-test-runner/render-tests/icon-rotation-alignment/viewport-symbol-placement-line/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/icon-rotation-alignment/viewport-symbol-placement-point/metrics.json b/metrics/android-render-test-runner/render-tests/icon-rotation-alignment/viewport-symbol-placement-point/metrics.json index fdaf27673e2..46fcadb2431 100644 --- a/metrics/android-render-test-runner/render-tests/icon-rotation-alignment/viewport-symbol-placement-point/metrics.json +++ b/metrics/android-render-test-runner/render-tests/icon-rotation-alignment/viewport-symbol-placement-point/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/icon-size/camera-function-high-base-plain/metrics.json b/metrics/android-render-test-runner/render-tests/icon-size/camera-function-high-base-plain/metrics.json index fea6fe2e598..94fd76f9f2e 100644 --- a/metrics/android-render-test-runner/render-tests/icon-size/camera-function-high-base-plain/metrics.json +++ b/metrics/android-render-test-runner/render-tests/icon-size/camera-function-high-base-plain/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/icon-size/camera-function-high-base-sdf/metrics.json b/metrics/android-render-test-runner/render-tests/icon-size/camera-function-high-base-sdf/metrics.json index ff10b87fe60..80efc975536 100644 --- a/metrics/android-render-test-runner/render-tests/icon-size/camera-function-high-base-sdf/metrics.json +++ b/metrics/android-render-test-runner/render-tests/icon-size/camera-function-high-base-sdf/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/icon-size/camera-function-plain/metrics.json b/metrics/android-render-test-runner/render-tests/icon-size/camera-function-plain/metrics.json index fea6fe2e598..94fd76f9f2e 100644 --- a/metrics/android-render-test-runner/render-tests/icon-size/camera-function-plain/metrics.json +++ b/metrics/android-render-test-runner/render-tests/icon-size/camera-function-plain/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/icon-size/camera-function-sdf/metrics.json b/metrics/android-render-test-runner/render-tests/icon-size/camera-function-sdf/metrics.json index ff10b87fe60..80efc975536 100644 --- a/metrics/android-render-test-runner/render-tests/icon-size/camera-function-sdf/metrics.json +++ b/metrics/android-render-test-runner/render-tests/icon-size/camera-function-sdf/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/icon-size/composite-function-plain/metrics.json b/metrics/android-render-test-runner/render-tests/icon-size/composite-function-plain/metrics.json index fea6fe2e598..94fd76f9f2e 100644 --- a/metrics/android-render-test-runner/render-tests/icon-size/composite-function-plain/metrics.json +++ b/metrics/android-render-test-runner/render-tests/icon-size/composite-function-plain/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/icon-size/composite-function-sdf/metrics.json b/metrics/android-render-test-runner/render-tests/icon-size/composite-function-sdf/metrics.json index ff10b87fe60..80efc975536 100644 --- a/metrics/android-render-test-runner/render-tests/icon-size/composite-function-sdf/metrics.json +++ b/metrics/android-render-test-runner/render-tests/icon-size/composite-function-sdf/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/icon-size/default/metrics.json b/metrics/android-render-test-runner/render-tests/icon-size/default/metrics.json index e85e6b42dc7..600dae24320 100644 --- a/metrics/android-render-test-runner/render-tests/icon-size/default/metrics.json +++ b/metrics/android-render-test-runner/render-tests/icon-size/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/icon-size/function/metrics.json b/metrics/android-render-test-runner/render-tests/icon-size/function/metrics.json index e85e6b42dc7..600dae24320 100644 --- a/metrics/android-render-test-runner/render-tests/icon-size/function/metrics.json +++ b/metrics/android-render-test-runner/render-tests/icon-size/function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/icon-size/literal/metrics.json b/metrics/android-render-test-runner/render-tests/icon-size/literal/metrics.json index e85e6b42dc7..600dae24320 100644 --- a/metrics/android-render-test-runner/render-tests/icon-size/literal/metrics.json +++ b/metrics/android-render-test-runner/render-tests/icon-size/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/icon-size/property-function-plain/metrics.json b/metrics/android-render-test-runner/render-tests/icon-size/property-function-plain/metrics.json index 6e8125cf625..6cacde2bc1c 100644 --- a/metrics/android-render-test-runner/render-tests/icon-size/property-function-plain/metrics.json +++ b/metrics/android-render-test-runner/render-tests/icon-size/property-function-plain/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/icon-size/property-function-sdf/metrics.json b/metrics/android-render-test-runner/render-tests/icon-size/property-function-sdf/metrics.json index 18164e288a0..91e76593beb 100644 --- a/metrics/android-render-test-runner/render-tests/icon-size/property-function-sdf/metrics.json +++ b/metrics/android-render-test-runner/render-tests/icon-size/property-function-sdf/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/icon-text-fit/both-collision-variable-anchor-text-fit/metrics.json b/metrics/android-render-test-runner/render-tests/icon-text-fit/both-collision-variable-anchor-text-fit/metrics.json index 533e640ba85..e0b501a8bb9 100644 --- a/metrics/android-render-test-runner/render-tests/icon-text-fit/both-collision-variable-anchor-text-fit/metrics.json +++ b/metrics/android-render-test-runner/render-tests/icon-text-fit/both-collision-variable-anchor-text-fit/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/icon-text-fit/both-collision-variable-anchor/metrics.json b/metrics/android-render-test-runner/render-tests/icon-text-fit/both-collision-variable-anchor/metrics.json index 27c166e4fad..ed10acda227 100644 --- a/metrics/android-render-test-runner/render-tests/icon-text-fit/both-collision-variable-anchor/metrics.json +++ b/metrics/android-render-test-runner/render-tests/icon-text-fit/both-collision-variable-anchor/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/icon-text-fit/both-collision/metrics.json b/metrics/android-render-test-runner/render-tests/icon-text-fit/both-collision/metrics.json index f8a34973b45..46c8d636819 100644 --- a/metrics/android-render-test-runner/render-tests/icon-text-fit/both-collision/metrics.json +++ b/metrics/android-render-test-runner/render-tests/icon-text-fit/both-collision/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/icon-text-fit/both-padding/metrics.json b/metrics/android-render-test-runner/render-tests/icon-text-fit/both-padding/metrics.json index 3731e0fcb28..f27a5555fb8 100644 --- a/metrics/android-render-test-runner/render-tests/icon-text-fit/both-padding/metrics.json +++ b/metrics/android-render-test-runner/render-tests/icon-text-fit/both-padding/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/icon-text-fit/both-text-anchor-2x-image-2x-screen/metrics.json b/metrics/android-render-test-runner/render-tests/icon-text-fit/both-text-anchor-2x-image-2x-screen/metrics.json index 60e56e89fb7..4b7d57c2bbb 100644 --- a/metrics/android-render-test-runner/render-tests/icon-text-fit/both-text-anchor-2x-image-2x-screen/metrics.json +++ b/metrics/android-render-test-runner/render-tests/icon-text-fit/both-text-anchor-2x-image-2x-screen/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/icon-text-fit/both-text-anchor-icon-anchor/metrics.json b/metrics/android-render-test-runner/render-tests/icon-text-fit/both-text-anchor-icon-anchor/metrics.json index fd38a33aafc..47257c2ced0 100644 --- a/metrics/android-render-test-runner/render-tests/icon-text-fit/both-text-anchor-icon-anchor/metrics.json +++ b/metrics/android-render-test-runner/render-tests/icon-text-fit/both-text-anchor-icon-anchor/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/icon-text-fit/both-text-anchor-icon-offset/metrics.json b/metrics/android-render-test-runner/render-tests/icon-text-fit/both-text-anchor-icon-offset/metrics.json index fd38a33aafc..47257c2ced0 100644 --- a/metrics/android-render-test-runner/render-tests/icon-text-fit/both-text-anchor-icon-offset/metrics.json +++ b/metrics/android-render-test-runner/render-tests/icon-text-fit/both-text-anchor-icon-offset/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/icon-text-fit/both-text-anchor-padding/metrics.json b/metrics/android-render-test-runner/render-tests/icon-text-fit/both-text-anchor-padding/metrics.json index fd38a33aafc..47257c2ced0 100644 --- a/metrics/android-render-test-runner/render-tests/icon-text-fit/both-text-anchor-padding/metrics.json +++ b/metrics/android-render-test-runner/render-tests/icon-text-fit/both-text-anchor-padding/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/icon-text-fit/both-text-anchor/metrics.json b/metrics/android-render-test-runner/render-tests/icon-text-fit/both-text-anchor/metrics.json index fd38a33aafc..47257c2ced0 100644 --- a/metrics/android-render-test-runner/render-tests/icon-text-fit/both-text-anchor/metrics.json +++ b/metrics/android-render-test-runner/render-tests/icon-text-fit/both-text-anchor/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/icon-text-fit/both/metrics.json b/metrics/android-render-test-runner/render-tests/icon-text-fit/both/metrics.json index 3731e0fcb28..f27a5555fb8 100644 --- a/metrics/android-render-test-runner/render-tests/icon-text-fit/both/metrics.json +++ b/metrics/android-render-test-runner/render-tests/icon-text-fit/both/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/icon-text-fit/enlargen-both-padding/metrics.json b/metrics/android-render-test-runner/render-tests/icon-text-fit/enlargen-both-padding/metrics.json index d6bdd89b213..0ad2f87fd7e 100644 --- a/metrics/android-render-test-runner/render-tests/icon-text-fit/enlargen-both-padding/metrics.json +++ b/metrics/android-render-test-runner/render-tests/icon-text-fit/enlargen-both-padding/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/icon-text-fit/enlargen-both/metrics.json b/metrics/android-render-test-runner/render-tests/icon-text-fit/enlargen-both/metrics.json index d6bdd89b213..0ad2f87fd7e 100644 --- a/metrics/android-render-test-runner/render-tests/icon-text-fit/enlargen-both/metrics.json +++ b/metrics/android-render-test-runner/render-tests/icon-text-fit/enlargen-both/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/icon-text-fit/enlargen-height/metrics.json b/metrics/android-render-test-runner/render-tests/icon-text-fit/enlargen-height/metrics.json index d6bdd89b213..0ad2f87fd7e 100644 --- a/metrics/android-render-test-runner/render-tests/icon-text-fit/enlargen-height/metrics.json +++ b/metrics/android-render-test-runner/render-tests/icon-text-fit/enlargen-height/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/icon-text-fit/enlargen-width/metrics.json b/metrics/android-render-test-runner/render-tests/icon-text-fit/enlargen-width/metrics.json index d6bdd89b213..0ad2f87fd7e 100644 --- a/metrics/android-render-test-runner/render-tests/icon-text-fit/enlargen-width/metrics.json +++ b/metrics/android-render-test-runner/render-tests/icon-text-fit/enlargen-width/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/icon-text-fit/height-padding/metrics.json b/metrics/android-render-test-runner/render-tests/icon-text-fit/height-padding/metrics.json index 3731e0fcb28..f27a5555fb8 100644 --- a/metrics/android-render-test-runner/render-tests/icon-text-fit/height-padding/metrics.json +++ b/metrics/android-render-test-runner/render-tests/icon-text-fit/height-padding/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/icon-text-fit/height-text-anchor-padding/metrics.json b/metrics/android-render-test-runner/render-tests/icon-text-fit/height-text-anchor-padding/metrics.json index fd38a33aafc..47257c2ced0 100644 --- a/metrics/android-render-test-runner/render-tests/icon-text-fit/height-text-anchor-padding/metrics.json +++ b/metrics/android-render-test-runner/render-tests/icon-text-fit/height-text-anchor-padding/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/icon-text-fit/height-text-anchor/metrics.json b/metrics/android-render-test-runner/render-tests/icon-text-fit/height-text-anchor/metrics.json index fd38a33aafc..47257c2ced0 100644 --- a/metrics/android-render-test-runner/render-tests/icon-text-fit/height-text-anchor/metrics.json +++ b/metrics/android-render-test-runner/render-tests/icon-text-fit/height-text-anchor/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/icon-text-fit/height/metrics.json b/metrics/android-render-test-runner/render-tests/icon-text-fit/height/metrics.json index 3731e0fcb28..f27a5555fb8 100644 --- a/metrics/android-render-test-runner/render-tests/icon-text-fit/height/metrics.json +++ b/metrics/android-render-test-runner/render-tests/icon-text-fit/height/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/icon-text-fit/none/metrics.json b/metrics/android-render-test-runner/render-tests/icon-text-fit/none/metrics.json index 3731e0fcb28..f27a5555fb8 100644 --- a/metrics/android-render-test-runner/render-tests/icon-text-fit/none/metrics.json +++ b/metrics/android-render-test-runner/render-tests/icon-text-fit/none/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/icon-text-fit/placement-line/metrics.json b/metrics/android-render-test-runner/render-tests/icon-text-fit/placement-line/metrics.json index f879907a019..a21185cfed0 100644 --- a/metrics/android-render-test-runner/render-tests/icon-text-fit/placement-line/metrics.json +++ b/metrics/android-render-test-runner/render-tests/icon-text-fit/placement-line/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/icon-text-fit/stretch-fifteen-part/metrics.json b/metrics/android-render-test-runner/render-tests/icon-text-fit/stretch-fifteen-part/metrics.json index 37cfb3b5fd3..5020340b5dd 100644 --- a/metrics/android-render-test-runner/render-tests/icon-text-fit/stretch-fifteen-part/metrics.json +++ b/metrics/android-render-test-runner/render-tests/icon-text-fit/stretch-fifteen-part/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/icon-text-fit/stretch-nine-part-@2x/metrics.json b/metrics/android-render-test-runner/render-tests/icon-text-fit/stretch-nine-part-@2x/metrics.json index 52972bf07ee..b0dc3e86664 100644 --- a/metrics/android-render-test-runner/render-tests/icon-text-fit/stretch-nine-part-@2x/metrics.json +++ b/metrics/android-render-test-runner/render-tests/icon-text-fit/stretch-nine-part-@2x/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/icon-text-fit/stretch-nine-part-content-collision/metrics.json b/metrics/android-render-test-runner/render-tests/icon-text-fit/stretch-nine-part-content-collision/metrics.json index a96054ffb96..2fa4ebaed65 100644 --- a/metrics/android-render-test-runner/render-tests/icon-text-fit/stretch-nine-part-content-collision/metrics.json +++ b/metrics/android-render-test-runner/render-tests/icon-text-fit/stretch-nine-part-content-collision/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/icon-text-fit/stretch-nine-part-content/metrics.json b/metrics/android-render-test-runner/render-tests/icon-text-fit/stretch-nine-part-content/metrics.json index a96054ffb96..2fa4ebaed65 100644 --- a/metrics/android-render-test-runner/render-tests/icon-text-fit/stretch-nine-part-content/metrics.json +++ b/metrics/android-render-test-runner/render-tests/icon-text-fit/stretch-nine-part-content/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/icon-text-fit/stretch-nine-part-just-height/metrics.json b/metrics/android-render-test-runner/render-tests/icon-text-fit/stretch-nine-part-just-height/metrics.json index c410a69d195..3dd72765262 100644 --- a/metrics/android-render-test-runner/render-tests/icon-text-fit/stretch-nine-part-just-height/metrics.json +++ b/metrics/android-render-test-runner/render-tests/icon-text-fit/stretch-nine-part-just-height/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/icon-text-fit/stretch-nine-part-just-width/metrics.json b/metrics/android-render-test-runner/render-tests/icon-text-fit/stretch-nine-part-just-width/metrics.json index c410a69d195..3dd72765262 100644 --- a/metrics/android-render-test-runner/render-tests/icon-text-fit/stretch-nine-part-just-width/metrics.json +++ b/metrics/android-render-test-runner/render-tests/icon-text-fit/stretch-nine-part-just-width/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/icon-text-fit/stretch-nine-part/metrics.json b/metrics/android-render-test-runner/render-tests/icon-text-fit/stretch-nine-part/metrics.json index 5bec05e5841..3e8b0447fdf 100644 --- a/metrics/android-render-test-runner/render-tests/icon-text-fit/stretch-nine-part/metrics.json +++ b/metrics/android-render-test-runner/render-tests/icon-text-fit/stretch-nine-part/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/icon-text-fit/stretch-three-part/metrics.json b/metrics/android-render-test-runner/render-tests/icon-text-fit/stretch-three-part/metrics.json index 0cd910a99ac..2a65586061c 100644 --- a/metrics/android-render-test-runner/render-tests/icon-text-fit/stretch-three-part/metrics.json +++ b/metrics/android-render-test-runner/render-tests/icon-text-fit/stretch-three-part/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/icon-text-fit/stretch-two-part/metrics.json b/metrics/android-render-test-runner/render-tests/icon-text-fit/stretch-two-part/metrics.json index 3e848e85338..8935bee6fcc 100644 --- a/metrics/android-render-test-runner/render-tests/icon-text-fit/stretch-two-part/metrics.json +++ b/metrics/android-render-test-runner/render-tests/icon-text-fit/stretch-two-part/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/icon-text-fit/stretch-underscale/metrics.json b/metrics/android-render-test-runner/render-tests/icon-text-fit/stretch-underscale/metrics.json index 6048fc7e0b6..3a57c7e24ca 100644 --- a/metrics/android-render-test-runner/render-tests/icon-text-fit/stretch-underscale/metrics.json +++ b/metrics/android-render-test-runner/render-tests/icon-text-fit/stretch-underscale/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/icon-text-fit/text-variable-anchor/metrics.json b/metrics/android-render-test-runner/render-tests/icon-text-fit/text-variable-anchor/metrics.json index 3c52c61f527..7dfedd1e1a0 100644 --- a/metrics/android-render-test-runner/render-tests/icon-text-fit/text-variable-anchor/metrics.json +++ b/metrics/android-render-test-runner/render-tests/icon-text-fit/text-variable-anchor/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/icon-text-fit/width-padding/metrics.json b/metrics/android-render-test-runner/render-tests/icon-text-fit/width-padding/metrics.json index 3731e0fcb28..f27a5555fb8 100644 --- a/metrics/android-render-test-runner/render-tests/icon-text-fit/width-padding/metrics.json +++ b/metrics/android-render-test-runner/render-tests/icon-text-fit/width-padding/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/icon-text-fit/width-text-anchor-padding/metrics.json b/metrics/android-render-test-runner/render-tests/icon-text-fit/width-text-anchor-padding/metrics.json index fd38a33aafc..47257c2ced0 100644 --- a/metrics/android-render-test-runner/render-tests/icon-text-fit/width-text-anchor-padding/metrics.json +++ b/metrics/android-render-test-runner/render-tests/icon-text-fit/width-text-anchor-padding/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/icon-text-fit/width-text-anchor/metrics.json b/metrics/android-render-test-runner/render-tests/icon-text-fit/width-text-anchor/metrics.json index fd38a33aafc..47257c2ced0 100644 --- a/metrics/android-render-test-runner/render-tests/icon-text-fit/width-text-anchor/metrics.json +++ b/metrics/android-render-test-runner/render-tests/icon-text-fit/width-text-anchor/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/icon-text-fit/width/metrics.json b/metrics/android-render-test-runner/render-tests/icon-text-fit/width/metrics.json index 3731e0fcb28..f27a5555fb8 100644 --- a/metrics/android-render-test-runner/render-tests/icon-text-fit/width/metrics.json +++ b/metrics/android-render-test-runner/render-tests/icon-text-fit/width/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/icon-translate-anchor/map/metrics.json b/metrics/android-render-test-runner/render-tests/icon-translate-anchor/map/metrics.json index 40b289ac738..69dc134352d 100644 --- a/metrics/android-render-test-runner/render-tests/icon-translate-anchor/map/metrics.json +++ b/metrics/android-render-test-runner/render-tests/icon-translate-anchor/map/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/icon-translate-anchor/viewport/metrics.json b/metrics/android-render-test-runner/render-tests/icon-translate-anchor/viewport/metrics.json index 40b289ac738..69dc134352d 100644 --- a/metrics/android-render-test-runner/render-tests/icon-translate-anchor/viewport/metrics.json +++ b/metrics/android-render-test-runner/render-tests/icon-translate-anchor/viewport/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/icon-translate/default/metrics.json b/metrics/android-render-test-runner/render-tests/icon-translate/default/metrics.json index 79e78104863..a2643ebba77 100644 --- a/metrics/android-render-test-runner/render-tests/icon-translate/default/metrics.json +++ b/metrics/android-render-test-runner/render-tests/icon-translate/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/icon-translate/function/metrics.json b/metrics/android-render-test-runner/render-tests/icon-translate/function/metrics.json index 79e78104863..a2643ebba77 100644 --- a/metrics/android-render-test-runner/render-tests/icon-translate/function/metrics.json +++ b/metrics/android-render-test-runner/render-tests/icon-translate/function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/icon-translate/literal/metrics.json b/metrics/android-render-test-runner/render-tests/icon-translate/literal/metrics.json index 79e78104863..a2643ebba77 100644 --- a/metrics/android-render-test-runner/render-tests/icon-translate/literal/metrics.json +++ b/metrics/android-render-test-runner/render-tests/icon-translate/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/icon-visibility/none/metrics.json b/metrics/android-render-test-runner/render-tests/icon-visibility/none/metrics.json index 95a181bd8c4..ee07c12cbd3 100644 --- a/metrics/android-render-test-runner/render-tests/icon-visibility/none/metrics.json +++ b/metrics/android-render-test-runner/render-tests/icon-visibility/none/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/icon-visibility/visible/metrics.json b/metrics/android-render-test-runner/render-tests/icon-visibility/visible/metrics.json index 79e78104863..a2643ebba77 100644 --- a/metrics/android-render-test-runner/render-tests/icon-visibility/visible/metrics.json +++ b/metrics/android-render-test-runner/render-tests/icon-visibility/visible/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/image/default/metrics.json b/metrics/android-render-test-runner/render-tests/image/default/metrics.json index a5e1a3ae1af..0d755432617 100644 --- a/metrics/android-render-test-runner/render-tests/image/default/metrics.json +++ b/metrics/android-render-test-runner/render-tests/image/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/image/pitched/metrics.json b/metrics/android-render-test-runner/render-tests/image/pitched/metrics.json index 2d59478140b..516f2bb9de7 100644 --- a/metrics/android-render-test-runner/render-tests/image/pitched/metrics.json +++ b/metrics/android-render-test-runner/render-tests/image/pitched/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/image/raster-brightness/metrics.json b/metrics/android-render-test-runner/render-tests/image/raster-brightness/metrics.json index a5e1a3ae1af..0d755432617 100644 --- a/metrics/android-render-test-runner/render-tests/image/raster-brightness/metrics.json +++ b/metrics/android-render-test-runner/render-tests/image/raster-brightness/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/image/raster-contrast/metrics.json b/metrics/android-render-test-runner/render-tests/image/raster-contrast/metrics.json index a5e1a3ae1af..0d755432617 100644 --- a/metrics/android-render-test-runner/render-tests/image/raster-contrast/metrics.json +++ b/metrics/android-render-test-runner/render-tests/image/raster-contrast/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/image/raster-hue-rotate/metrics.json b/metrics/android-render-test-runner/render-tests/image/raster-hue-rotate/metrics.json index a5e1a3ae1af..0d755432617 100644 --- a/metrics/android-render-test-runner/render-tests/image/raster-hue-rotate/metrics.json +++ b/metrics/android-render-test-runner/render-tests/image/raster-hue-rotate/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/image/raster-opacity/metrics.json b/metrics/android-render-test-runner/render-tests/image/raster-opacity/metrics.json index a5e1a3ae1af..0d755432617 100644 --- a/metrics/android-render-test-runner/render-tests/image/raster-opacity/metrics.json +++ b/metrics/android-render-test-runner/render-tests/image/raster-opacity/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/image/raster-resampling/metrics.json b/metrics/android-render-test-runner/render-tests/image/raster-resampling/metrics.json index 3a2571d36aa..bdb24cbec79 100644 --- a/metrics/android-render-test-runner/render-tests/image/raster-resampling/metrics.json +++ b/metrics/android-render-test-runner/render-tests/image/raster-resampling/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/image/raster-saturation/metrics.json b/metrics/android-render-test-runner/render-tests/image/raster-saturation/metrics.json index a5e1a3ae1af..0d755432617 100644 --- a/metrics/android-render-test-runner/render-tests/image/raster-saturation/metrics.json +++ b/metrics/android-render-test-runner/render-tests/image/raster-saturation/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/image/raster-visibility/metrics.json b/metrics/android-render-test-runner/render-tests/image/raster-visibility/metrics.json index a5e1a3ae1af..0d755432617 100644 --- a/metrics/android-render-test-runner/render-tests/image/raster-visibility/metrics.json +++ b/metrics/android-render-test-runner/render-tests/image/raster-visibility/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/is-supported-script/filter/metrics.json b/metrics/android-render-test-runner/render-tests/is-supported-script/filter/metrics.json index a2ea9c5fb7a..ce349c7a6f4 100644 --- a/metrics/android-render-test-runner/render-tests/is-supported-script/filter/metrics.json +++ b/metrics/android-render-test-runner/render-tests/is-supported-script/filter/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/is-supported-script/layout/metrics.json b/metrics/android-render-test-runner/render-tests/is-supported-script/layout/metrics.json index f7dd7ee4c04..94eaf35036e 100644 --- a/metrics/android-render-test-runner/render-tests/is-supported-script/layout/metrics.json +++ b/metrics/android-render-test-runner/render-tests/is-supported-script/layout/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/line-blur/default/metrics.json b/metrics/android-render-test-runner/render-tests/line-blur/default/metrics.json index 37218777d26..7187015593c 100644 --- a/metrics/android-render-test-runner/render-tests/line-blur/default/metrics.json +++ b/metrics/android-render-test-runner/render-tests/line-blur/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/line-blur/function/metrics.json b/metrics/android-render-test-runner/render-tests/line-blur/function/metrics.json index 37218777d26..7187015593c 100644 --- a/metrics/android-render-test-runner/render-tests/line-blur/function/metrics.json +++ b/metrics/android-render-test-runner/render-tests/line-blur/function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/line-blur/literal/metrics.json b/metrics/android-render-test-runner/render-tests/line-blur/literal/metrics.json index 37218777d26..7187015593c 100644 --- a/metrics/android-render-test-runner/render-tests/line-blur/literal/metrics.json +++ b/metrics/android-render-test-runner/render-tests/line-blur/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/line-blur/property-function/metrics.json b/metrics/android-render-test-runner/render-tests/line-blur/property-function/metrics.json index 3a79bf07087..2a87a2adf26 100644 --- a/metrics/android-render-test-runner/render-tests/line-blur/property-function/metrics.json +++ b/metrics/android-render-test-runner/render-tests/line-blur/property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/line-cap/butt/metrics.json b/metrics/android-render-test-runner/render-tests/line-cap/butt/metrics.json index 37218777d26..7187015593c 100644 --- a/metrics/android-render-test-runner/render-tests/line-cap/butt/metrics.json +++ b/metrics/android-render-test-runner/render-tests/line-cap/butt/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/line-cap/round/metrics.json b/metrics/android-render-test-runner/render-tests/line-cap/round/metrics.json index b8fd663961a..683e8869f74 100644 --- a/metrics/android-render-test-runner/render-tests/line-cap/round/metrics.json +++ b/metrics/android-render-test-runner/render-tests/line-cap/round/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/line-cap/square/metrics.json b/metrics/android-render-test-runner/render-tests/line-cap/square/metrics.json index 37218777d26..7187015593c 100644 --- a/metrics/android-render-test-runner/render-tests/line-cap/square/metrics.json +++ b/metrics/android-render-test-runner/render-tests/line-cap/square/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/line-color/default/metrics.json b/metrics/android-render-test-runner/render-tests/line-color/default/metrics.json index 37218777d26..7187015593c 100644 --- a/metrics/android-render-test-runner/render-tests/line-color/default/metrics.json +++ b/metrics/android-render-test-runner/render-tests/line-color/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/line-color/function/metrics.json b/metrics/android-render-test-runner/render-tests/line-color/function/metrics.json index 37218777d26..7187015593c 100644 --- a/metrics/android-render-test-runner/render-tests/line-color/function/metrics.json +++ b/metrics/android-render-test-runner/render-tests/line-color/function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/line-color/literal/metrics.json b/metrics/android-render-test-runner/render-tests/line-color/literal/metrics.json index 37218777d26..7187015593c 100644 --- a/metrics/android-render-test-runner/render-tests/line-color/literal/metrics.json +++ b/metrics/android-render-test-runner/render-tests/line-color/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/line-color/property-function-identity/metrics.json b/metrics/android-render-test-runner/render-tests/line-color/property-function-identity/metrics.json index 870d30daeb3..7cf6ee5d698 100644 --- a/metrics/android-render-test-runner/render-tests/line-color/property-function-identity/metrics.json +++ b/metrics/android-render-test-runner/render-tests/line-color/property-function-identity/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/line-color/property-function/metrics.json b/metrics/android-render-test-runner/render-tests/line-color/property-function/metrics.json index b8b502e177e..f00b3e53697 100644 --- a/metrics/android-render-test-runner/render-tests/line-color/property-function/metrics.json +++ b/metrics/android-render-test-runner/render-tests/line-color/property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/line-dasharray/default/metrics.json b/metrics/android-render-test-runner/render-tests/line-dasharray/default/metrics.json index f116462d86f..a5d7f6590c5 100644 --- a/metrics/android-render-test-runner/render-tests/line-dasharray/default/metrics.json +++ b/metrics/android-render-test-runner/render-tests/line-dasharray/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/line-dasharray/fractional-zoom/metrics.json b/metrics/android-render-test-runner/render-tests/line-dasharray/fractional-zoom/metrics.json index fc7077f38f8..d8d9dc5b94d 100644 --- a/metrics/android-render-test-runner/render-tests/line-dasharray/fractional-zoom/metrics.json +++ b/metrics/android-render-test-runner/render-tests/line-dasharray/fractional-zoom/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/line-dasharray/function/line-width-composite-function/metrics.json b/metrics/android-render-test-runner/render-tests/line-dasharray/function/line-width-composite-function/metrics.json index 089003eccef..6e68753380e 100644 --- a/metrics/android-render-test-runner/render-tests/line-dasharray/function/line-width-composite-function/metrics.json +++ b/metrics/android-render-test-runner/render-tests/line-dasharray/function/line-width-composite-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/line-dasharray/function/line-width-constant/metrics.json b/metrics/android-render-test-runner/render-tests/line-dasharray/function/line-width-constant/metrics.json index a6871325306..6f572a87257 100644 --- a/metrics/android-render-test-runner/render-tests/line-dasharray/function/line-width-constant/metrics.json +++ b/metrics/android-render-test-runner/render-tests/line-dasharray/function/line-width-constant/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/line-dasharray/function/line-width-property-function/metrics.json b/metrics/android-render-test-runner/render-tests/line-dasharray/function/line-width-property-function/metrics.json index 2b8782c8187..9af46410138 100644 --- a/metrics/android-render-test-runner/render-tests/line-dasharray/function/line-width-property-function/metrics.json +++ b/metrics/android-render-test-runner/render-tests/line-dasharray/function/line-width-property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/line-dasharray/literal/line-width-composite-function/metrics.json b/metrics/android-render-test-runner/render-tests/line-dasharray/literal/line-width-composite-function/metrics.json index 089003eccef..6e68753380e 100644 --- a/metrics/android-render-test-runner/render-tests/line-dasharray/literal/line-width-composite-function/metrics.json +++ b/metrics/android-render-test-runner/render-tests/line-dasharray/literal/line-width-composite-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/line-dasharray/literal/line-width-constant/metrics.json b/metrics/android-render-test-runner/render-tests/line-dasharray/literal/line-width-constant/metrics.json index 45bcb8f0af2..4e755b00c56 100644 --- a/metrics/android-render-test-runner/render-tests/line-dasharray/literal/line-width-constant/metrics.json +++ b/metrics/android-render-test-runner/render-tests/line-dasharray/literal/line-width-constant/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/line-dasharray/literal/line-width-property-function/metrics.json b/metrics/android-render-test-runner/render-tests/line-dasharray/literal/line-width-property-function/metrics.json index 2b8782c8187..9af46410138 100644 --- a/metrics/android-render-test-runner/render-tests/line-dasharray/literal/line-width-property-function/metrics.json +++ b/metrics/android-render-test-runner/render-tests/line-dasharray/literal/line-width-property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/line-dasharray/literal/line-width-zoom-function/metrics.json b/metrics/android-render-test-runner/render-tests/line-dasharray/literal/line-width-zoom-function/metrics.json index fc7077f38f8..d8d9dc5b94d 100644 --- a/metrics/android-render-test-runner/render-tests/line-dasharray/literal/line-width-zoom-function/metrics.json +++ b/metrics/android-render-test-runner/render-tests/line-dasharray/literal/line-width-zoom-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/line-dasharray/long-segment/metrics.json b/metrics/android-render-test-runner/render-tests/line-dasharray/long-segment/metrics.json index 22bd3284bd9..64acd288115 100644 --- a/metrics/android-render-test-runner/render-tests/line-dasharray/long-segment/metrics.json +++ b/metrics/android-render-test-runner/render-tests/line-dasharray/long-segment/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/line-dasharray/overscaled/metrics.json b/metrics/android-render-test-runner/render-tests/line-dasharray/overscaled/metrics.json index 747a2afbe15..553a80fc7f5 100644 --- a/metrics/android-render-test-runner/render-tests/line-dasharray/overscaled/metrics.json +++ b/metrics/android-render-test-runner/render-tests/line-dasharray/overscaled/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/line-dasharray/round/segments/metrics.json b/metrics/android-render-test-runner/render-tests/line-dasharray/round/segments/metrics.json index d3af311705d..7aa6ba0d1c7 100644 --- a/metrics/android-render-test-runner/render-tests/line-dasharray/round/segments/metrics.json +++ b/metrics/android-render-test-runner/render-tests/line-dasharray/round/segments/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/line-dasharray/round/zero-gap-width/metrics.json b/metrics/android-render-test-runner/render-tests/line-dasharray/round/zero-gap-width/metrics.json index d3af311705d..7aa6ba0d1c7 100644 --- a/metrics/android-render-test-runner/render-tests/line-dasharray/round/zero-gap-width/metrics.json +++ b/metrics/android-render-test-runner/render-tests/line-dasharray/round/zero-gap-width/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/line-dasharray/slant/metrics.json b/metrics/android-render-test-runner/render-tests/line-dasharray/slant/metrics.json index 5e55b94da8c..805008108ab 100644 --- a/metrics/android-render-test-runner/render-tests/line-dasharray/slant/metrics.json +++ b/metrics/android-render-test-runner/render-tests/line-dasharray/slant/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/line-dasharray/zero-length-gap/metrics.json b/metrics/android-render-test-runner/render-tests/line-dasharray/zero-length-gap/metrics.json index 32c56fe8f4f..01b82ca75e0 100644 --- a/metrics/android-render-test-runner/render-tests/line-dasharray/zero-length-gap/metrics.json +++ b/metrics/android-render-test-runner/render-tests/line-dasharray/zero-length-gap/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/line-dasharray/zoom-history/metrics.json b/metrics/android-render-test-runner/render-tests/line-dasharray/zoom-history/metrics.json index b4f03708c45..18b105187aa 100644 --- a/metrics/android-render-test-runner/render-tests/line-dasharray/zoom-history/metrics.json +++ b/metrics/android-render-test-runner/render-tests/line-dasharray/zoom-history/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/line-gap-width/default/metrics.json b/metrics/android-render-test-runner/render-tests/line-gap-width/default/metrics.json index d3fc3537952..3a4bc927281 100644 --- a/metrics/android-render-test-runner/render-tests/line-gap-width/default/metrics.json +++ b/metrics/android-render-test-runner/render-tests/line-gap-width/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/line-gap-width/function/metrics.json b/metrics/android-render-test-runner/render-tests/line-gap-width/function/metrics.json index d3fc3537952..3a4bc927281 100644 --- a/metrics/android-render-test-runner/render-tests/line-gap-width/function/metrics.json +++ b/metrics/android-render-test-runner/render-tests/line-gap-width/function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/line-gap-width/literal/metrics.json b/metrics/android-render-test-runner/render-tests/line-gap-width/literal/metrics.json index d3fc3537952..3a4bc927281 100644 --- a/metrics/android-render-test-runner/render-tests/line-gap-width/literal/metrics.json +++ b/metrics/android-render-test-runner/render-tests/line-gap-width/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/line-gap-width/property-function/metrics.json b/metrics/android-render-test-runner/render-tests/line-gap-width/property-function/metrics.json index 3a79bf07087..2a87a2adf26 100644 --- a/metrics/android-render-test-runner/render-tests/line-gap-width/property-function/metrics.json +++ b/metrics/android-render-test-runner/render-tests/line-gap-width/property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/line-gradient/gradient-tile-boundaries/metrics.json b/metrics/android-render-test-runner/render-tests/line-gradient/gradient-tile-boundaries/metrics.json index c5be22f7087..244ec12801d 100644 --- a/metrics/android-render-test-runner/render-tests/line-gradient/gradient-tile-boundaries/metrics.json +++ b/metrics/android-render-test-runner/render-tests/line-gradient/gradient-tile-boundaries/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/line-gradient/gradient/metrics.json b/metrics/android-render-test-runner/render-tests/line-gradient/gradient/metrics.json index 2452c64b4ac..598169b1d9b 100644 --- a/metrics/android-render-test-runner/render-tests/line-gradient/gradient/metrics.json +++ b/metrics/android-render-test-runner/render-tests/line-gradient/gradient/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/line-gradient/translucent/metrics.json b/metrics/android-render-test-runner/render-tests/line-gradient/translucent/metrics.json index 2452c64b4ac..598169b1d9b 100644 --- a/metrics/android-render-test-runner/render-tests/line-gradient/translucent/metrics.json +++ b/metrics/android-render-test-runner/render-tests/line-gradient/translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/line-join/bevel-transparent/metrics.json b/metrics/android-render-test-runner/render-tests/line-join/bevel-transparent/metrics.json index 418bfd0dac8..f58d7f3410c 100644 --- a/metrics/android-render-test-runner/render-tests/line-join/bevel-transparent/metrics.json +++ b/metrics/android-render-test-runner/render-tests/line-join/bevel-transparent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/line-join/bevel/metrics.json b/metrics/android-render-test-runner/render-tests/line-join/bevel/metrics.json index 418bfd0dac8..f58d7f3410c 100644 --- a/metrics/android-render-test-runner/render-tests/line-join/bevel/metrics.json +++ b/metrics/android-render-test-runner/render-tests/line-join/bevel/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/line-join/default/metrics.json b/metrics/android-render-test-runner/render-tests/line-join/default/metrics.json index 418bfd0dac8..f58d7f3410c 100644 --- a/metrics/android-render-test-runner/render-tests/line-join/default/metrics.json +++ b/metrics/android-render-test-runner/render-tests/line-join/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/line-join/miter-transparent/metrics.json b/metrics/android-render-test-runner/render-tests/line-join/miter-transparent/metrics.json index 418bfd0dac8..f58d7f3410c 100644 --- a/metrics/android-render-test-runner/render-tests/line-join/miter-transparent/metrics.json +++ b/metrics/android-render-test-runner/render-tests/line-join/miter-transparent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/line-join/miter/metrics.json b/metrics/android-render-test-runner/render-tests/line-join/miter/metrics.json index 418bfd0dac8..f58d7f3410c 100644 --- a/metrics/android-render-test-runner/render-tests/line-join/miter/metrics.json +++ b/metrics/android-render-test-runner/render-tests/line-join/miter/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/line-join/property-function-dasharray/metrics.json b/metrics/android-render-test-runner/render-tests/line-join/property-function-dasharray/metrics.json index c43da977410..6099d2b006d 100644 --- a/metrics/android-render-test-runner/render-tests/line-join/property-function-dasharray/metrics.json +++ b/metrics/android-render-test-runner/render-tests/line-join/property-function-dasharray/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/line-join/property-function/metrics.json b/metrics/android-render-test-runner/render-tests/line-join/property-function/metrics.json index 58f534192f0..a4a13eb4cda 100644 --- a/metrics/android-render-test-runner/render-tests/line-join/property-function/metrics.json +++ b/metrics/android-render-test-runner/render-tests/line-join/property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/line-join/round-transparent/metrics.json b/metrics/android-render-test-runner/render-tests/line-join/round-transparent/metrics.json index 8bb30bb81b6..0e02f323f19 100644 --- a/metrics/android-render-test-runner/render-tests/line-join/round-transparent/metrics.json +++ b/metrics/android-render-test-runner/render-tests/line-join/round-transparent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/line-join/round/metrics.json b/metrics/android-render-test-runner/render-tests/line-join/round/metrics.json index 8bb30bb81b6..0e02f323f19 100644 --- a/metrics/android-render-test-runner/render-tests/line-join/round/metrics.json +++ b/metrics/android-render-test-runner/render-tests/line-join/round/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/line-offset/default/metrics.json b/metrics/android-render-test-runner/render-tests/line-offset/default/metrics.json index 37218777d26..7187015593c 100644 --- a/metrics/android-render-test-runner/render-tests/line-offset/default/metrics.json +++ b/metrics/android-render-test-runner/render-tests/line-offset/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/line-offset/function/metrics.json b/metrics/android-render-test-runner/render-tests/line-offset/function/metrics.json index 37218777d26..7187015593c 100644 --- a/metrics/android-render-test-runner/render-tests/line-offset/function/metrics.json +++ b/metrics/android-render-test-runner/render-tests/line-offset/function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/line-offset/literal-negative/metrics.json b/metrics/android-render-test-runner/render-tests/line-offset/literal-negative/metrics.json index 37218777d26..7187015593c 100644 --- a/metrics/android-render-test-runner/render-tests/line-offset/literal-negative/metrics.json +++ b/metrics/android-render-test-runner/render-tests/line-offset/literal-negative/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/line-offset/literal/metrics.json b/metrics/android-render-test-runner/render-tests/line-offset/literal/metrics.json index 37218777d26..7187015593c 100644 --- a/metrics/android-render-test-runner/render-tests/line-offset/literal/metrics.json +++ b/metrics/android-render-test-runner/render-tests/line-offset/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/line-offset/property-function/metrics.json b/metrics/android-render-test-runner/render-tests/line-offset/property-function/metrics.json index 3a79bf07087..2a87a2adf26 100644 --- a/metrics/android-render-test-runner/render-tests/line-offset/property-function/metrics.json +++ b/metrics/android-render-test-runner/render-tests/line-offset/property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/line-opacity/default/metrics.json b/metrics/android-render-test-runner/render-tests/line-opacity/default/metrics.json index d3fc3537952..3a4bc927281 100644 --- a/metrics/android-render-test-runner/render-tests/line-opacity/default/metrics.json +++ b/metrics/android-render-test-runner/render-tests/line-opacity/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/line-opacity/function/metrics.json b/metrics/android-render-test-runner/render-tests/line-opacity/function/metrics.json index d3fc3537952..3a4bc927281 100644 --- a/metrics/android-render-test-runner/render-tests/line-opacity/function/metrics.json +++ b/metrics/android-render-test-runner/render-tests/line-opacity/function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/line-opacity/literal/metrics.json b/metrics/android-render-test-runner/render-tests/line-opacity/literal/metrics.json index d3fc3537952..3a4bc927281 100644 --- a/metrics/android-render-test-runner/render-tests/line-opacity/literal/metrics.json +++ b/metrics/android-render-test-runner/render-tests/line-opacity/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/line-opacity/property-function/metrics.json b/metrics/android-render-test-runner/render-tests/line-opacity/property-function/metrics.json index 3a79bf07087..2a87a2adf26 100644 --- a/metrics/android-render-test-runner/render-tests/line-opacity/property-function/metrics.json +++ b/metrics/android-render-test-runner/render-tests/line-opacity/property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/line-opacity/step-curve/metrics.json b/metrics/android-render-test-runner/render-tests/line-opacity/step-curve/metrics.json index 49ecdaab985..fed8cf9423c 100644 --- a/metrics/android-render-test-runner/render-tests/line-opacity/step-curve/metrics.json +++ b/metrics/android-render-test-runner/render-tests/line-opacity/step-curve/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/line-pattern/@2x/metrics.json b/metrics/android-render-test-runner/render-tests/line-pattern/@2x/metrics.json index 5163e6758e3..a2abf428c72 100644 --- a/metrics/android-render-test-runner/render-tests/line-pattern/@2x/metrics.json +++ b/metrics/android-render-test-runner/render-tests/line-pattern/@2x/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/line-pattern/literal/metrics.json b/metrics/android-render-test-runner/render-tests/line-pattern/literal/metrics.json index d4020db05c5..ef2bff8926e 100644 --- a/metrics/android-render-test-runner/render-tests/line-pattern/literal/metrics.json +++ b/metrics/android-render-test-runner/render-tests/line-pattern/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/line-pattern/pitch/metrics.json b/metrics/android-render-test-runner/render-tests/line-pattern/pitch/metrics.json index d108f774d19..097e80cdffb 100644 --- a/metrics/android-render-test-runner/render-tests/line-pattern/pitch/metrics.json +++ b/metrics/android-render-test-runner/render-tests/line-pattern/pitch/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/line-pattern/property-function/metrics.json b/metrics/android-render-test-runner/render-tests/line-pattern/property-function/metrics.json index 136c1476151..7cc483d3f22 100644 --- a/metrics/android-render-test-runner/render-tests/line-pattern/property-function/metrics.json +++ b/metrics/android-render-test-runner/render-tests/line-pattern/property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/line-pattern/step-curve/metrics.json b/metrics/android-render-test-runner/render-tests/line-pattern/step-curve/metrics.json index fbbd2176a96..dc08e895971 100644 --- a/metrics/android-render-test-runner/render-tests/line-pattern/step-curve/metrics.json +++ b/metrics/android-render-test-runner/render-tests/line-pattern/step-curve/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/line-pattern/zoom-expression/metrics.json b/metrics/android-render-test-runner/render-tests/line-pattern/zoom-expression/metrics.json index 94e778f0b45..3f043408c0e 100644 --- a/metrics/android-render-test-runner/render-tests/line-pattern/zoom-expression/metrics.json +++ b/metrics/android-render-test-runner/render-tests/line-pattern/zoom-expression/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/line-pitch/default/metrics.json b/metrics/android-render-test-runner/render-tests/line-pitch/default/metrics.json index 37218777d26..7187015593c 100644 --- a/metrics/android-render-test-runner/render-tests/line-pitch/default/metrics.json +++ b/metrics/android-render-test-runner/render-tests/line-pitch/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/line-pitch/pitch0/metrics.json b/metrics/android-render-test-runner/render-tests/line-pitch/pitch0/metrics.json index 37218777d26..7187015593c 100644 --- a/metrics/android-render-test-runner/render-tests/line-pitch/pitch0/metrics.json +++ b/metrics/android-render-test-runner/render-tests/line-pitch/pitch0/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/line-pitch/pitch15/metrics.json b/metrics/android-render-test-runner/render-tests/line-pitch/pitch15/metrics.json index 37218777d26..7187015593c 100644 --- a/metrics/android-render-test-runner/render-tests/line-pitch/pitch15/metrics.json +++ b/metrics/android-render-test-runner/render-tests/line-pitch/pitch15/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/line-pitch/pitch30/metrics.json b/metrics/android-render-test-runner/render-tests/line-pitch/pitch30/metrics.json index 37218777d26..7187015593c 100644 --- a/metrics/android-render-test-runner/render-tests/line-pitch/pitch30/metrics.json +++ b/metrics/android-render-test-runner/render-tests/line-pitch/pitch30/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/line-pitch/pitchAndBearing/metrics.json b/metrics/android-render-test-runner/render-tests/line-pitch/pitchAndBearing/metrics.json index 37218777d26..7187015593c 100644 --- a/metrics/android-render-test-runner/render-tests/line-pitch/pitchAndBearing/metrics.json +++ b/metrics/android-render-test-runner/render-tests/line-pitch/pitchAndBearing/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/line-sort-key/literal/metrics.json b/metrics/android-render-test-runner/render-tests/line-sort-key/literal/metrics.json index 12a75988519..a0bfb2d61e6 100644 --- a/metrics/android-render-test-runner/render-tests/line-sort-key/literal/metrics.json +++ b/metrics/android-render-test-runner/render-tests/line-sort-key/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/line-translate-anchor/map/metrics.json b/metrics/android-render-test-runner/render-tests/line-translate-anchor/map/metrics.json index 5500efb2945..2bd27774108 100644 --- a/metrics/android-render-test-runner/render-tests/line-translate-anchor/map/metrics.json +++ b/metrics/android-render-test-runner/render-tests/line-translate-anchor/map/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/line-translate-anchor/viewport/metrics.json b/metrics/android-render-test-runner/render-tests/line-translate-anchor/viewport/metrics.json index 5500efb2945..2bd27774108 100644 --- a/metrics/android-render-test-runner/render-tests/line-translate-anchor/viewport/metrics.json +++ b/metrics/android-render-test-runner/render-tests/line-translate-anchor/viewport/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/line-translate/default/metrics.json b/metrics/android-render-test-runner/render-tests/line-translate/default/metrics.json index 37218777d26..7187015593c 100644 --- a/metrics/android-render-test-runner/render-tests/line-translate/default/metrics.json +++ b/metrics/android-render-test-runner/render-tests/line-translate/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/line-translate/function/metrics.json b/metrics/android-render-test-runner/render-tests/line-translate/function/metrics.json index 37218777d26..7187015593c 100644 --- a/metrics/android-render-test-runner/render-tests/line-translate/function/metrics.json +++ b/metrics/android-render-test-runner/render-tests/line-translate/function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/line-triangulation/default/metrics.json b/metrics/android-render-test-runner/render-tests/line-triangulation/default/metrics.json index 8e3ab38a23f..d79a560d5f7 100644 --- a/metrics/android-render-test-runner/render-tests/line-triangulation/default/metrics.json +++ b/metrics/android-render-test-runner/render-tests/line-triangulation/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/line-triangulation/round/metrics.json b/metrics/android-render-test-runner/render-tests/line-triangulation/round/metrics.json index 9d549815609..1cedbbe39f0 100644 --- a/metrics/android-render-test-runner/render-tests/line-triangulation/round/metrics.json +++ b/metrics/android-render-test-runner/render-tests/line-triangulation/round/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/line-visibility/none/metrics.json b/metrics/android-render-test-runner/render-tests/line-visibility/none/metrics.json index 50f1262c46f..5003122a5bc 100644 --- a/metrics/android-render-test-runner/render-tests/line-visibility/none/metrics.json +++ b/metrics/android-render-test-runner/render-tests/line-visibility/none/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/line-visibility/visible/metrics.json b/metrics/android-render-test-runner/render-tests/line-visibility/visible/metrics.json index 5500efb2945..2bd27774108 100644 --- a/metrics/android-render-test-runner/render-tests/line-visibility/visible/metrics.json +++ b/metrics/android-render-test-runner/render-tests/line-visibility/visible/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/line-width/default/metrics.json b/metrics/android-render-test-runner/render-tests/line-width/default/metrics.json index 37218777d26..7187015593c 100644 --- a/metrics/android-render-test-runner/render-tests/line-width/default/metrics.json +++ b/metrics/android-render-test-runner/render-tests/line-width/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/line-width/function/metrics.json b/metrics/android-render-test-runner/render-tests/line-width/function/metrics.json index 37218777d26..7187015593c 100644 --- a/metrics/android-render-test-runner/render-tests/line-width/function/metrics.json +++ b/metrics/android-render-test-runner/render-tests/line-width/function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/line-width/literal/metrics.json b/metrics/android-render-test-runner/render-tests/line-width/literal/metrics.json index 37218777d26..7187015593c 100644 --- a/metrics/android-render-test-runner/render-tests/line-width/literal/metrics.json +++ b/metrics/android-render-test-runner/render-tests/line-width/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/line-width/property-function/metrics.json b/metrics/android-render-test-runner/render-tests/line-width/property-function/metrics.json index e66ff128ba5..80ef087b584 100644 --- a/metrics/android-render-test-runner/render-tests/line-width/property-function/metrics.json +++ b/metrics/android-render-test-runner/render-tests/line-width/property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/line-width/very-overscaled/metrics.json b/metrics/android-render-test-runner/render-tests/line-width/very-overscaled/metrics.json index b93dcb82323..52a7d9a5f27 100644 --- a/metrics/android-render-test-runner/render-tests/line-width/very-overscaled/metrics.json +++ b/metrics/android-render-test-runner/render-tests/line-width/very-overscaled/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/line-width/zero-width-function/metrics.json b/metrics/android-render-test-runner/render-tests/line-width/zero-width-function/metrics.json index c6cefecd177..81eab93f96a 100644 --- a/metrics/android-render-test-runner/render-tests/line-width/zero-width-function/metrics.json +++ b/metrics/android-render-test-runner/render-tests/line-width/zero-width-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/line-width/zero-width/metrics.json b/metrics/android-render-test-runner/render-tests/line-width/zero-width/metrics.json index 2712b0b4fe0..b96101a10cc 100644 --- a/metrics/android-render-test-runner/render-tests/line-width/zero-width/metrics.json +++ b/metrics/android-render-test-runner/render-tests/line-width/zero-width/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/linear-filter-opacity-edge/literal/metrics.json b/metrics/android-render-test-runner/render-tests/linear-filter-opacity-edge/literal/metrics.json index bf9483fb78c..8cf4d01508c 100644 --- a/metrics/android-render-test-runner/render-tests/linear-filter-opacity-edge/literal/metrics.json +++ b/metrics/android-render-test-runner/render-tests/linear-filter-opacity-edge/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/map-mode/static/metrics.json b/metrics/android-render-test-runner/render-tests/map-mode/static/metrics.json index 290ed6328f6..23591d65d74 100644 --- a/metrics/android-render-test-runner/render-tests/map-mode/static/metrics.json +++ b/metrics/android-render-test-runner/render-tests/map-mode/static/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/map-mode/tile-avoid-edges/metrics.json b/metrics/android-render-test-runner/render-tests/map-mode/tile-avoid-edges/metrics.json index c158d2da3de..032f3000b08 100644 --- a/metrics/android-render-test-runner/render-tests/map-mode/tile-avoid-edges/metrics.json +++ b/metrics/android-render-test-runner/render-tests/map-mode/tile-avoid-edges/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/map-mode/tile/metrics.json b/metrics/android-render-test-runner/render-tests/map-mode/tile/metrics.json index 3510a6a2db7..995d9141c33 100644 --- a/metrics/android-render-test-runner/render-tests/map-mode/tile/metrics.json +++ b/metrics/android-render-test-runner/render-tests/map-mode/tile/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/projection/axonometric-multiple/metrics.json b/metrics/android-render-test-runner/render-tests/projection/axonometric-multiple/metrics.json index da78bc6af7b..202fe7d7294 100644 --- a/metrics/android-render-test-runner/render-tests/projection/axonometric-multiple/metrics.json +++ b/metrics/android-render-test-runner/render-tests/projection/axonometric-multiple/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/projection/axonometric/metrics.json b/metrics/android-render-test-runner/render-tests/projection/axonometric/metrics.json index b82f4dfc182..785d404f877 100644 --- a/metrics/android-render-test-runner/render-tests/projection/axonometric/metrics.json +++ b/metrics/android-render-test-runner/render-tests/projection/axonometric/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/projection/perspective/metrics.json b/metrics/android-render-test-runner/render-tests/projection/perspective/metrics.json index b82f4dfc182..785d404f877 100644 --- a/metrics/android-render-test-runner/render-tests/projection/perspective/metrics.json +++ b/metrics/android-render-test-runner/render-tests/projection/perspective/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/projection/skew/metrics.json b/metrics/android-render-test-runner/render-tests/projection/skew/metrics.json index b82f4dfc182..785d404f877 100644 --- a/metrics/android-render-test-runner/render-tests/projection/skew/metrics.json +++ b/metrics/android-render-test-runner/render-tests/projection/skew/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/raster-alpha/default/metrics.json b/metrics/android-render-test-runner/render-tests/raster-alpha/default/metrics.json index 08d8297db80..39f69f65b74 100644 --- a/metrics/android-render-test-runner/render-tests/raster-alpha/default/metrics.json +++ b/metrics/android-render-test-runner/render-tests/raster-alpha/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/raster-brightness/default/metrics.json b/metrics/android-render-test-runner/render-tests/raster-brightness/default/metrics.json index 4859f4afb12..0f05c16ab79 100644 --- a/metrics/android-render-test-runner/render-tests/raster-brightness/default/metrics.json +++ b/metrics/android-render-test-runner/render-tests/raster-brightness/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/raster-brightness/function/metrics.json b/metrics/android-render-test-runner/render-tests/raster-brightness/function/metrics.json index 4859f4afb12..0f05c16ab79 100644 --- a/metrics/android-render-test-runner/render-tests/raster-brightness/function/metrics.json +++ b/metrics/android-render-test-runner/render-tests/raster-brightness/function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/raster-brightness/literal/metrics.json b/metrics/android-render-test-runner/render-tests/raster-brightness/literal/metrics.json index 4859f4afb12..0f05c16ab79 100644 --- a/metrics/android-render-test-runner/render-tests/raster-brightness/literal/metrics.json +++ b/metrics/android-render-test-runner/render-tests/raster-brightness/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/raster-contrast/default/metrics.json b/metrics/android-render-test-runner/render-tests/raster-contrast/default/metrics.json index 4859f4afb12..0f05c16ab79 100644 --- a/metrics/android-render-test-runner/render-tests/raster-contrast/default/metrics.json +++ b/metrics/android-render-test-runner/render-tests/raster-contrast/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/raster-contrast/function/metrics.json b/metrics/android-render-test-runner/render-tests/raster-contrast/function/metrics.json index 4859f4afb12..0f05c16ab79 100644 --- a/metrics/android-render-test-runner/render-tests/raster-contrast/function/metrics.json +++ b/metrics/android-render-test-runner/render-tests/raster-contrast/function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/raster-contrast/literal/metrics.json b/metrics/android-render-test-runner/render-tests/raster-contrast/literal/metrics.json index 4859f4afb12..0f05c16ab79 100644 --- a/metrics/android-render-test-runner/render-tests/raster-contrast/literal/metrics.json +++ b/metrics/android-render-test-runner/render-tests/raster-contrast/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/raster-extent/maxzoom/metrics.json b/metrics/android-render-test-runner/render-tests/raster-extent/maxzoom/metrics.json index 50f1262c46f..5003122a5bc 100644 --- a/metrics/android-render-test-runner/render-tests/raster-extent/maxzoom/metrics.json +++ b/metrics/android-render-test-runner/render-tests/raster-extent/maxzoom/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/raster-extent/minzoom/metrics.json b/metrics/android-render-test-runner/render-tests/raster-extent/minzoom/metrics.json index 50f1262c46f..5003122a5bc 100644 --- a/metrics/android-render-test-runner/render-tests/raster-extent/minzoom/metrics.json +++ b/metrics/android-render-test-runner/render-tests/raster-extent/minzoom/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/raster-hue-rotate/default/metrics.json b/metrics/android-render-test-runner/render-tests/raster-hue-rotate/default/metrics.json index 4859f4afb12..0f05c16ab79 100644 --- a/metrics/android-render-test-runner/render-tests/raster-hue-rotate/default/metrics.json +++ b/metrics/android-render-test-runner/render-tests/raster-hue-rotate/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/raster-hue-rotate/function/metrics.json b/metrics/android-render-test-runner/render-tests/raster-hue-rotate/function/metrics.json index 4859f4afb12..0f05c16ab79 100644 --- a/metrics/android-render-test-runner/render-tests/raster-hue-rotate/function/metrics.json +++ b/metrics/android-render-test-runner/render-tests/raster-hue-rotate/function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/raster-hue-rotate/literal/metrics.json b/metrics/android-render-test-runner/render-tests/raster-hue-rotate/literal/metrics.json index 4859f4afb12..0f05c16ab79 100644 --- a/metrics/android-render-test-runner/render-tests/raster-hue-rotate/literal/metrics.json +++ b/metrics/android-render-test-runner/render-tests/raster-hue-rotate/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/raster-loading/missing/metrics.json b/metrics/android-render-test-runner/render-tests/raster-loading/missing/metrics.json index 4bd248b8fa5..e22f089e735 100644 --- a/metrics/android-render-test-runner/render-tests/raster-loading/missing/metrics.json +++ b/metrics/android-render-test-runner/render-tests/raster-loading/missing/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/raster-masking/overlapping-vector/metrics.json b/metrics/android-render-test-runner/render-tests/raster-masking/overlapping-vector/metrics.json index 12c856a6988..1ebeb723639 100644 --- a/metrics/android-render-test-runner/render-tests/raster-masking/overlapping-vector/metrics.json +++ b/metrics/android-render-test-runner/render-tests/raster-masking/overlapping-vector/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/raster-masking/overlapping/metrics.json b/metrics/android-render-test-runner/render-tests/raster-masking/overlapping/metrics.json index c0ad63d409d..0f00ecddb5a 100644 --- a/metrics/android-render-test-runner/render-tests/raster-masking/overlapping/metrics.json +++ b/metrics/android-render-test-runner/render-tests/raster-masking/overlapping/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/raster-opacity/default/metrics.json b/metrics/android-render-test-runner/render-tests/raster-opacity/default/metrics.json index 4859f4afb12..0f05c16ab79 100644 --- a/metrics/android-render-test-runner/render-tests/raster-opacity/default/metrics.json +++ b/metrics/android-render-test-runner/render-tests/raster-opacity/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/raster-opacity/function/metrics.json b/metrics/android-render-test-runner/render-tests/raster-opacity/function/metrics.json index 4859f4afb12..0f05c16ab79 100644 --- a/metrics/android-render-test-runner/render-tests/raster-opacity/function/metrics.json +++ b/metrics/android-render-test-runner/render-tests/raster-opacity/function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/raster-opacity/literal/metrics.json b/metrics/android-render-test-runner/render-tests/raster-opacity/literal/metrics.json index 4859f4afb12..0f05c16ab79 100644 --- a/metrics/android-render-test-runner/render-tests/raster-opacity/literal/metrics.json +++ b/metrics/android-render-test-runner/render-tests/raster-opacity/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/raster-resampling/default/metrics.json b/metrics/android-render-test-runner/render-tests/raster-resampling/default/metrics.json index 72910f7b105..239c8476e66 100644 --- a/metrics/android-render-test-runner/render-tests/raster-resampling/default/metrics.json +++ b/metrics/android-render-test-runner/render-tests/raster-resampling/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/raster-resampling/function/metrics.json b/metrics/android-render-test-runner/render-tests/raster-resampling/function/metrics.json index 72910f7b105..239c8476e66 100644 --- a/metrics/android-render-test-runner/render-tests/raster-resampling/function/metrics.json +++ b/metrics/android-render-test-runner/render-tests/raster-resampling/function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/raster-resampling/literal/metrics.json b/metrics/android-render-test-runner/render-tests/raster-resampling/literal/metrics.json index 72910f7b105..239c8476e66 100644 --- a/metrics/android-render-test-runner/render-tests/raster-resampling/literal/metrics.json +++ b/metrics/android-render-test-runner/render-tests/raster-resampling/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/raster-rotation/0/metrics.json b/metrics/android-render-test-runner/render-tests/raster-rotation/0/metrics.json index 4859f4afb12..0f05c16ab79 100644 --- a/metrics/android-render-test-runner/render-tests/raster-rotation/0/metrics.json +++ b/metrics/android-render-test-runner/render-tests/raster-rotation/0/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/raster-rotation/180/metrics.json b/metrics/android-render-test-runner/render-tests/raster-rotation/180/metrics.json index 4859f4afb12..0f05c16ab79 100644 --- a/metrics/android-render-test-runner/render-tests/raster-rotation/180/metrics.json +++ b/metrics/android-render-test-runner/render-tests/raster-rotation/180/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/raster-rotation/270/metrics.json b/metrics/android-render-test-runner/render-tests/raster-rotation/270/metrics.json index 0d1ecd18333..bbbb385613f 100644 --- a/metrics/android-render-test-runner/render-tests/raster-rotation/270/metrics.json +++ b/metrics/android-render-test-runner/render-tests/raster-rotation/270/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/raster-rotation/45/metrics.json b/metrics/android-render-test-runner/render-tests/raster-rotation/45/metrics.json index b4c21ad5c91..eaeea32d5f1 100644 --- a/metrics/android-render-test-runner/render-tests/raster-rotation/45/metrics.json +++ b/metrics/android-render-test-runner/render-tests/raster-rotation/45/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/raster-rotation/90/metrics.json b/metrics/android-render-test-runner/render-tests/raster-rotation/90/metrics.json index 0d1ecd18333..bbbb385613f 100644 --- a/metrics/android-render-test-runner/render-tests/raster-rotation/90/metrics.json +++ b/metrics/android-render-test-runner/render-tests/raster-rotation/90/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/raster-saturation/default/metrics.json b/metrics/android-render-test-runner/render-tests/raster-saturation/default/metrics.json index 4859f4afb12..0f05c16ab79 100644 --- a/metrics/android-render-test-runner/render-tests/raster-saturation/default/metrics.json +++ b/metrics/android-render-test-runner/render-tests/raster-saturation/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/raster-saturation/function/metrics.json b/metrics/android-render-test-runner/render-tests/raster-saturation/function/metrics.json index 4859f4afb12..0f05c16ab79 100644 --- a/metrics/android-render-test-runner/render-tests/raster-saturation/function/metrics.json +++ b/metrics/android-render-test-runner/render-tests/raster-saturation/function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/raster-saturation/literal/metrics.json b/metrics/android-render-test-runner/render-tests/raster-saturation/literal/metrics.json index 4859f4afb12..0f05c16ab79 100644 --- a/metrics/android-render-test-runner/render-tests/raster-saturation/literal/metrics.json +++ b/metrics/android-render-test-runner/render-tests/raster-saturation/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/raster-visibility/none/metrics.json b/metrics/android-render-test-runner/render-tests/raster-visibility/none/metrics.json index db64850e387..fb3082aa614 100644 --- a/metrics/android-render-test-runner/render-tests/raster-visibility/none/metrics.json +++ b/metrics/android-render-test-runner/render-tests/raster-visibility/none/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/raster-visibility/visible/metrics.json b/metrics/android-render-test-runner/render-tests/raster-visibility/visible/metrics.json index 4859f4afb12..0f05c16ab79 100644 --- a/metrics/android-render-test-runner/render-tests/raster-visibility/visible/metrics.json +++ b/metrics/android-render-test-runner/render-tests/raster-visibility/visible/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/real-world/nepal/metrics.json b/metrics/android-render-test-runner/render-tests/real-world/nepal/metrics.json index f1142e011c2..772e2784b65 100644 --- a/metrics/android-render-test-runner/render-tests/real-world/nepal/metrics.json +++ b/metrics/android-render-test-runner/render-tests/real-world/nepal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/real-world/norway/metrics.json b/metrics/android-render-test-runner/render-tests/real-world/norway/metrics.json index 45badb494a7..70157e715c3 100644 --- a/metrics/android-render-test-runner/render-tests/real-world/norway/metrics.json +++ b/metrics/android-render-test-runner/render-tests/real-world/norway/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/real-world/uruguay/metrics.json b/metrics/android-render-test-runner/render-tests/real-world/uruguay/metrics.json index 8c183cc9f3e..2d78407d2e2 100644 --- a/metrics/android-render-test-runner/render-tests/real-world/uruguay/metrics.json +++ b/metrics/android-render-test-runner/render-tests/real-world/uruguay/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-js#2305/metrics.json b/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-js#2305/metrics.json index 96bd9fd98fe..e56676099d3 100644 --- a/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-js#2305/metrics.json +++ b/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-js#2305/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-js#2523/metrics.json b/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-js#2523/metrics.json index a48098b4aa6..df6ef6aa8c5 100644 --- a/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-js#2523/metrics.json +++ b/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-js#2523/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-js#2533/metrics.json b/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-js#2533/metrics.json index c527b4e09d2..89484ae7620 100644 --- a/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-js#2533/metrics.json +++ b/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-js#2533/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-js#2534/metrics.json b/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-js#2534/metrics.json index 7d15d2a7ad3..a6e9e855f6a 100644 --- a/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-js#2534/metrics.json +++ b/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-js#2534/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-js#2787/metrics.json b/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-js#2787/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-js#2787/metrics.json +++ b/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-js#2787/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-js#2846/metrics.json b/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-js#2846/metrics.json index 19c5ef85077..9764c56f837 100644 --- a/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-js#2846/metrics.json +++ b/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-js#2846/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-js#2929/metrics.json b/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-js#2929/metrics.json index 2052d5d52ee..7529eb1b86a 100644 --- a/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-js#2929/metrics.json +++ b/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-js#2929/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-js#3010/metrics.json b/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-js#3010/metrics.json index 3a2571d36aa..bdb24cbec79 100644 --- a/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-js#3010/metrics.json +++ b/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-js#3010/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-js#3107/metrics.json b/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-js#3107/metrics.json index fab92536d4c..44da94cb7f4 100644 --- a/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-js#3107/metrics.json +++ b/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-js#3107/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-js#3320/metrics.json b/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-js#3320/metrics.json index bcc2a3f74f9..26ccedcbcc6 100644 --- a/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-js#3320/metrics.json +++ b/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-js#3320/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-js#3365/metrics.json b/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-js#3365/metrics.json index 09d52d402e4..8e00f93fdad 100644 --- a/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-js#3365/metrics.json +++ b/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-js#3365/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-js#3394/metrics.json b/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-js#3394/metrics.json index 65f07ee5330..147feb028dc 100644 --- a/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-js#3394/metrics.json +++ b/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-js#3394/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-js#3426/metrics.json b/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-js#3426/metrics.json index c217fdfc61c..9ad682254db 100644 --- a/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-js#3426/metrics.json +++ b/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-js#3426/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-js#3548/metrics.json b/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-js#3548/metrics.json index 6e40c94905a..02b59466219 100644 --- a/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-js#3548/metrics.json +++ b/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-js#3548/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-js#3612/metrics.json b/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-js#3612/metrics.json index 35205631494..97a82f2c699 100644 --- a/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-js#3612/metrics.json +++ b/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-js#3612/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-js#3614/metrics.json b/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-js#3614/metrics.json index 2e017e0a393..1e9df4d1869 100644 --- a/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-js#3614/metrics.json +++ b/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-js#3614/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-js#3623/metrics.json b/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-js#3623/metrics.json index bc237525bb2..b508cf45785 100644 --- a/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-js#3623/metrics.json +++ b/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-js#3623/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-js#3633/metrics.json b/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-js#3633/metrics.json index e204a192de4..b762a231e10 100644 --- a/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-js#3633/metrics.json +++ b/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-js#3633/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-js#3682/metrics.json b/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-js#3682/metrics.json index 16485ab8b4a..29bd5d79b36 100644 --- a/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-js#3682/metrics.json +++ b/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-js#3682/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-js#3702/metrics.json b/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-js#3702/metrics.json index 0500eb4873c..9e161054551 100644 --- a/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-js#3702/metrics.json +++ b/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-js#3702/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-js#3723/metrics.json b/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-js#3723/metrics.json index a01add499ee..5bbb9e9e285 100644 --- a/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-js#3723/metrics.json +++ b/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-js#3723/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-js#3819/metrics.json b/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-js#3819/metrics.json index 50f1262c46f..5003122a5bc 100644 --- a/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-js#3819/metrics.json +++ b/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-js#3819/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-js#3903/metrics.json b/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-js#3903/metrics.json index ca19895c81d..385524356c4 100644 --- a/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-js#3903/metrics.json +++ b/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-js#3903/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-js#3910/metrics.json b/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-js#3910/metrics.json index f9443ff76e4..f3cf4089493 100644 --- a/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-js#3910/metrics.json +++ b/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-js#3910/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-js#3949/metrics.json b/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-js#3949/metrics.json index b7fcd045414..c5dc4e05e94 100644 --- a/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-js#3949/metrics.json +++ b/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-js#3949/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-js#4124/metrics.json b/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-js#4124/metrics.json index d4eae544558..c2b50ed1f4f 100644 --- a/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-js#4124/metrics.json +++ b/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-js#4124/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-js#4144/metrics.json b/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-js#4144/metrics.json index d4eae544558..c2b50ed1f4f 100644 --- a/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-js#4144/metrics.json +++ b/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-js#4144/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-js#4146/metrics.json b/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-js#4146/metrics.json index d4eae544558..c2b50ed1f4f 100644 --- a/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-js#4146/metrics.json +++ b/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-js#4146/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-js#4150/metrics.json b/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-js#4150/metrics.json index 485b59ab36f..2087e1a0787 100644 --- a/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-js#4150/metrics.json +++ b/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-js#4150/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-js#4172/metrics.json b/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-js#4172/metrics.json index 3468eac0f2f..a2ec1ec242d 100644 --- a/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-js#4172/metrics.json +++ b/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-js#4172/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-js#4235/metrics.json b/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-js#4235/metrics.json index ba3ca00114d..8bd27264ef8 100644 --- a/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-js#4235/metrics.json +++ b/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-js#4235/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-js#4550/metrics.json b/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-js#4550/metrics.json index 3a2571d36aa..bdb24cbec79 100644 --- a/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-js#4550/metrics.json +++ b/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-js#4550/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-js#4551/metrics.json b/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-js#4551/metrics.json index 48541088a87..eb4921578f7 100644 --- a/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-js#4551/metrics.json +++ b/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-js#4551/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-js#4564/metrics.json b/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-js#4564/metrics.json index 54f55f390df..6187e2ef578 100644 --- a/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-js#4564/metrics.json +++ b/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-js#4564/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-js#4573/metrics.json b/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-js#4573/metrics.json index 3a2571d36aa..bdb24cbec79 100644 --- a/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-js#4573/metrics.json +++ b/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-js#4573/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-js#4579/metrics.json b/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-js#4579/metrics.json index 5068fa89b0a..c0275692b33 100644 --- a/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-js#4579/metrics.json +++ b/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-js#4579/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-js#4605/metrics.json b/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-js#4605/metrics.json index 026b6be0310..ab1502aa76c 100644 --- a/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-js#4605/metrics.json +++ b/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-js#4605/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-js#4617/metrics.json b/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-js#4617/metrics.json index 026b6be0310..ab1502aa76c 100644 --- a/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-js#4617/metrics.json +++ b/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-js#4617/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-js#4647/metrics.json b/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-js#4647/metrics.json index e348c71619e..759f85ee08f 100644 --- a/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-js#4647/metrics.json +++ b/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-js#4647/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-js#4651/metrics.json b/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-js#4651/metrics.json index 77e26663adf..75208b6254d 100644 --- a/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-js#4651/metrics.json +++ b/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-js#4651/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-js#4860/metrics.json b/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-js#4860/metrics.json index 2a11129cdd7..a12bda145e5 100644 --- a/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-js#4860/metrics.json +++ b/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-js#4860/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-js#4928/metrics.json b/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-js#4928/metrics.json index e78c7480085..87958b98822 100644 --- a/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-js#4928/metrics.json +++ b/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-js#4928/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-js#5171/metrics.json b/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-js#5171/metrics.json index f116462d86f..a5d7f6590c5 100644 --- a/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-js#5171/metrics.json +++ b/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-js#5171/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-js#5370/metrics.json b/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-js#5370/metrics.json index bf5b94a7258..c5dccb9cead 100644 --- a/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-js#5370/metrics.json +++ b/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-js#5370/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-js#5466/metrics.json b/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-js#5466/metrics.json index 5e66f07df06..f30c133db82 100644 --- a/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-js#5466/metrics.json +++ b/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-js#5466/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-js#5496/metrics.json b/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-js#5496/metrics.json index b7fcd045414..c5dc4e05e94 100644 --- a/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-js#5496/metrics.json +++ b/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-js#5496/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-js#5544/metrics.json b/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-js#5544/metrics.json index 20fa03d3244..17a5608e4c0 100644 --- a/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-js#5544/metrics.json +++ b/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-js#5544/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-js#5546/metrics.json b/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-js#5546/metrics.json index 6b144b9538d..25ad6d321cf 100644 --- a/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-js#5546/metrics.json +++ b/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-js#5546/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-js#5576/metrics.json b/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-js#5576/metrics.json index 63e089963e3..5e613a090bd 100644 --- a/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-js#5576/metrics.json +++ b/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-js#5576/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-js#5599/metrics.json b/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-js#5599/metrics.json index 4ab1b5696c5..3085211089b 100644 --- a/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-js#5599/metrics.json +++ b/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-js#5599/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-js#5631/metrics.json b/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-js#5631/metrics.json index 7ce4c132485..b4d99c9639a 100644 --- a/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-js#5631/metrics.json +++ b/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-js#5631/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-js#5776/metrics.json b/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-js#5776/metrics.json index 2ce8e21873a..1a05422da51 100644 --- a/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-js#5776/metrics.json +++ b/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-js#5776/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-js#5911/metrics.json b/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-js#5911/metrics.json index 2043a63e49b..d0665fd606f 100644 --- a/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-js#5911/metrics.json +++ b/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-js#5911/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-js#5947/metrics.json b/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-js#5947/metrics.json index 9c7a3359c23..f946223a8d8 100644 --- a/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-js#5947/metrics.json +++ b/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-js#5947/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-js#5953/metrics.json b/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-js#5953/metrics.json index 873f47815fe..a1e24dbecc7 100644 --- a/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-js#5953/metrics.json +++ b/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-js#5953/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-js#5978/metrics.json b/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-js#5978/metrics.json index 7b8e778406e..34b13f90c07 100644 --- a/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-js#5978/metrics.json +++ b/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-js#5978/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-js#6160/metrics.json b/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-js#6160/metrics.json index f8108ef92fb..f89be7b1003 100644 --- a/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-js#6160/metrics.json +++ b/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-js#6160/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-js#6238/metrics.json b/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-js#6238/metrics.json index 873f47815fe..a1e24dbecc7 100644 --- a/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-js#6238/metrics.json +++ b/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-js#6238/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-js#6548/metrics.json b/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-js#6548/metrics.json index 64d5fea021d..3cf688b7a51 100644 --- a/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-js#6548/metrics.json +++ b/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-js#6548/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-js#6649/metrics.json b/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-js#6649/metrics.json index 89aa855d365..3d9e0fbbf80 100644 --- a/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-js#6649/metrics.json +++ b/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-js#6649/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-js#6660/metrics.json b/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-js#6660/metrics.json index 0206fc826fe..25471f81337 100644 --- a/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-js#6660/metrics.json +++ b/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-js#6660/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-js#6919/metrics.json b/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-js#6919/metrics.json index c8c3dee3946..d92cd64c54d 100644 --- a/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-js#6919/metrics.json +++ b/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-js#6919/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-js#7032/metrics.json b/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-js#7032/metrics.json index 693f7870426..e960f3f7cae 100644 --- a/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-js#7032/metrics.json +++ b/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-js#7032/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-js#7172/metrics.json b/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-js#7172/metrics.json index 79e78104863..a2643ebba77 100644 --- a/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-js#7172/metrics.json +++ b/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-js#7172/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-js#8273/metrics.json b/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-js#8273/metrics.json index 2e92924579b..4bc0d80686a 100644 --- a/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-js#8273/metrics.json +++ b/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-js#8273/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-js#9009/metrics.json b/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-js#9009/metrics.json index a5407ceb766..b82aa8853d3 100644 --- a/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-js#9009/metrics.json +++ b/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-js#9009/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-native#10849/metrics.json b/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-native#10849/metrics.json index a80aa837e47..9e3eb890c00 100644 --- a/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-native#10849/metrics.json +++ b/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-native#10849/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-native#11451/metrics.json b/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-native#11451/metrics.json index 501f64a004e..5ad8d61037a 100644 --- a/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-native#11451/metrics.json +++ b/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-native#11451/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-native#11729/metrics.json b/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-native#11729/metrics.json index 0be45de845d..51b147ed165 100644 --- a/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-native#11729/metrics.json +++ b/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-native#11729/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-native#12812/metrics.json b/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-native#12812/metrics.json index 89ccfdbed1f..70d140fcbe8 100644 --- a/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-native#12812/metrics.json +++ b/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-native#12812/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-native#14402/metrics.json b/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-native#14402/metrics.json index 98442c7f492..af60ac1aa34 100644 --- a/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-native#14402/metrics.json +++ b/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-native#14402/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-native#15139/metrics.json b/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-native#15139/metrics.json index 5cb2eb84281..366dde8ad6b 100644 --- a/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-native#15139/metrics.json +++ b/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-native#15139/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-native#3292/metrics.json b/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-native#3292/metrics.json index 873f47815fe..a1e24dbecc7 100644 --- a/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-native#3292/metrics.json +++ b/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-native#3292/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-native#5648/metrics.json b/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-native#5648/metrics.json index fb4e5552f7f..e85d091e9f4 100644 --- a/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-native#5648/metrics.json +++ b/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-native#5648/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-native#5701/metrics.json b/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-native#5701/metrics.json index fea6fe2e598..94fd76f9f2e 100644 --- a/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-native#5701/metrics.json +++ b/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-native#5701/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-native#5754/metrics.json b/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-native#5754/metrics.json index fea6fe2e598..94fd76f9f2e 100644 --- a/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-native#5754/metrics.json +++ b/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-native#5754/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-native#6063/metrics.json b/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-native#6063/metrics.json index ad0cf8a2675..96b40f548e9 100644 --- a/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-native#6063/metrics.json +++ b/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-native#6063/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-native#6233/metrics.json b/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-native#6233/metrics.json index bb8ac853884..5cfc25dfd95 100644 --- a/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-native#6233/metrics.json +++ b/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-native#6233/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-native#6820/metrics.json b/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-native#6820/metrics.json index daa3b24ba11..76c12734be8 100644 --- a/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-native#6820/metrics.json +++ b/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-native#6820/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-native#6903/metrics.json b/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-native#6903/metrics.json index e85e6b42dc7..600dae24320 100644 --- a/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-native#6903/metrics.json +++ b/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-native#6903/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-native#7241/metrics.json b/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-native#7241/metrics.json index 01b432fe214..e30b6a8224f 100644 --- a/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-native#7241/metrics.json +++ b/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-native#7241/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-native#7572/metrics.json b/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-native#7572/metrics.json index 38eab4e78e3..d0501b45165 100644 --- a/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-native#7572/metrics.json +++ b/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-native#7572/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-native#7714/metrics.json b/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-native#7714/metrics.json index 2bd3523e277..8c3137d8884 100644 --- a/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-native#7714/metrics.json +++ b/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-native#7714/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-native#7792/metrics.json b/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-native#7792/metrics.json index 01b432fe214..e30b6a8224f 100644 --- a/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-native#7792/metrics.json +++ b/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-native#7792/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-native#8078/metrics.json b/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-native#8078/metrics.json index 16c62d33f56..5448971d70e 100644 --- a/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-native#8078/metrics.json +++ b/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-native#8078/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-native#8303/metrics.json b/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-native#8303/metrics.json index fea6fe2e598..94fd76f9f2e 100644 --- a/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-native#8303/metrics.json +++ b/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-native#8303/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-native#8460/metrics.json b/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-native#8460/metrics.json index d4eae544558..c2b50ed1f4f 100644 --- a/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-native#8460/metrics.json +++ b/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-native#8460/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-native#8505/metrics.json b/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-native#8505/metrics.json index 50f1262c46f..5003122a5bc 100644 --- a/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-native#8505/metrics.json +++ b/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-native#8505/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-native#8871/metrics.json b/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-native#8871/metrics.json index ecd1b9eaf55..3eacb71976a 100644 --- a/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-native#8871/metrics.json +++ b/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-native#8871/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-native#8952/metrics.json b/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-native#8952/metrics.json index 7da07969667..7c49193327f 100644 --- a/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-native#8952/metrics.json +++ b/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-native#8952/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-native#9406/metrics.json b/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-native#9406/metrics.json index 4e5b247b073..36da688a67f 100644 --- a/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-native#9406/metrics.json +++ b/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-native#9406/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-native#9557/metrics.json b/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-native#9557/metrics.json index 7f54e748035..b9a7b5fe648 100644 --- a/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-native#9557/metrics.json +++ b/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-native#9557/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-native#9792/metrics.json b/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-native#9792/metrics.json index 6de6aa8e28f..9ecafe55c84 100644 --- a/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-native#9792/metrics.json +++ b/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-native#9792/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-native#9900/metrics.json b/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-native#9900/metrics.json index 662a5ca35c5..44aa3db9ce1 100644 --- a/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-native#9900/metrics.json +++ b/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-native#9900/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-native#9979/metrics.json b/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-native#9979/metrics.json index 5068fa89b0a..c0275692b33 100644 --- a/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-native#9979/metrics.json +++ b/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-native#9979/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-shaders#37/metrics.json b/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-shaders#37/metrics.json index eb891b578e4..596d5893bab 100644 --- a/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-shaders#37/metrics.json +++ b/metrics/android-render-test-runner/render-tests/regressions/mapbox-gl-shaders#37/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/remove-feature-state/composite-expression/metrics.json b/metrics/android-render-test-runner/render-tests/remove-feature-state/composite-expression/metrics.json index 3653638ee2e..199b2b57550 100644 --- a/metrics/android-render-test-runner/render-tests/remove-feature-state/composite-expression/metrics.json +++ b/metrics/android-render-test-runner/render-tests/remove-feature-state/composite-expression/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/remove-feature-state/data-expression/metrics.json b/metrics/android-render-test-runner/render-tests/remove-feature-state/data-expression/metrics.json index f6bec0e0459..8b4cf7dabaf 100644 --- a/metrics/android-render-test-runner/render-tests/remove-feature-state/data-expression/metrics.json +++ b/metrics/android-render-test-runner/render-tests/remove-feature-state/data-expression/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/remove-feature-state/vector-source/metrics.json b/metrics/android-render-test-runner/render-tests/remove-feature-state/vector-source/metrics.json index 16026dacebf..bb5b3e0e76f 100644 --- a/metrics/android-render-test-runner/render-tests/remove-feature-state/vector-source/metrics.json +++ b/metrics/android-render-test-runner/render-tests/remove-feature-state/vector-source/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/retina-raster/default/metrics.json b/metrics/android-render-test-runner/render-tests/retina-raster/default/metrics.json index 10305579d18..bf90ca9af08 100644 --- a/metrics/android-render-test-runner/render-tests/retina-raster/default/metrics.json +++ b/metrics/android-render-test-runner/render-tests/retina-raster/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/runtime-styling/filter-default-to-false/metrics.json b/metrics/android-render-test-runner/render-tests/runtime-styling/filter-default-to-false/metrics.json index 7d39e182955..4c937ec3278 100644 --- a/metrics/android-render-test-runner/render-tests/runtime-styling/filter-default-to-false/metrics.json +++ b/metrics/android-render-test-runner/render-tests/runtime-styling/filter-default-to-false/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/runtime-styling/filter-default-to-true/metrics.json b/metrics/android-render-test-runner/render-tests/runtime-styling/filter-default-to-true/metrics.json index fea6fe2e598..94fd76f9f2e 100644 --- a/metrics/android-render-test-runner/render-tests/runtime-styling/filter-default-to-true/metrics.json +++ b/metrics/android-render-test-runner/render-tests/runtime-styling/filter-default-to-true/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/runtime-styling/filter-false-to-default/metrics.json b/metrics/android-render-test-runner/render-tests/runtime-styling/filter-false-to-default/metrics.json index fea6fe2e598..94fd76f9f2e 100644 --- a/metrics/android-render-test-runner/render-tests/runtime-styling/filter-false-to-default/metrics.json +++ b/metrics/android-render-test-runner/render-tests/runtime-styling/filter-false-to-default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/runtime-styling/filter-false-to-true/metrics.json b/metrics/android-render-test-runner/render-tests/runtime-styling/filter-false-to-true/metrics.json index fea6fe2e598..94fd76f9f2e 100644 --- a/metrics/android-render-test-runner/render-tests/runtime-styling/filter-false-to-true/metrics.json +++ b/metrics/android-render-test-runner/render-tests/runtime-styling/filter-false-to-true/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/runtime-styling/filter-true-to-default/metrics.json b/metrics/android-render-test-runner/render-tests/runtime-styling/filter-true-to-default/metrics.json index fea6fe2e598..94fd76f9f2e 100644 --- a/metrics/android-render-test-runner/render-tests/runtime-styling/filter-true-to-default/metrics.json +++ b/metrics/android-render-test-runner/render-tests/runtime-styling/filter-true-to-default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/runtime-styling/filter-true-to-false/metrics.json b/metrics/android-render-test-runner/render-tests/runtime-styling/filter-true-to-false/metrics.json index 7d39e182955..4c937ec3278 100644 --- a/metrics/android-render-test-runner/render-tests/runtime-styling/filter-true-to-false/metrics.json +++ b/metrics/android-render-test-runner/render-tests/runtime-styling/filter-true-to-false/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/runtime-styling/image-add-1.5x-image-1x-screen/metrics.json b/metrics/android-render-test-runner/render-tests/runtime-styling/image-add-1.5x-image-1x-screen/metrics.json index 4deb44f270c..9051b2dd8a0 100644 --- a/metrics/android-render-test-runner/render-tests/runtime-styling/image-add-1.5x-image-1x-screen/metrics.json +++ b/metrics/android-render-test-runner/render-tests/runtime-styling/image-add-1.5x-image-1x-screen/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/runtime-styling/image-add-1.5x-image-2x-screen/metrics.json b/metrics/android-render-test-runner/render-tests/runtime-styling/image-add-1.5x-image-2x-screen/metrics.json index 4deb44f270c..9051b2dd8a0 100644 --- a/metrics/android-render-test-runner/render-tests/runtime-styling/image-add-1.5x-image-2x-screen/metrics.json +++ b/metrics/android-render-test-runner/render-tests/runtime-styling/image-add-1.5x-image-2x-screen/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/runtime-styling/image-add-1x-image-1x-screen/metrics.json b/metrics/android-render-test-runner/render-tests/runtime-styling/image-add-1x-image-1x-screen/metrics.json index 6faf862e935..195626668e5 100644 --- a/metrics/android-render-test-runner/render-tests/runtime-styling/image-add-1x-image-1x-screen/metrics.json +++ b/metrics/android-render-test-runner/render-tests/runtime-styling/image-add-1x-image-1x-screen/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/runtime-styling/image-add-1x-image-2x-screen/metrics.json b/metrics/android-render-test-runner/render-tests/runtime-styling/image-add-1x-image-2x-screen/metrics.json index 6faf862e935..195626668e5 100644 --- a/metrics/android-render-test-runner/render-tests/runtime-styling/image-add-1x-image-2x-screen/metrics.json +++ b/metrics/android-render-test-runner/render-tests/runtime-styling/image-add-1x-image-2x-screen/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/runtime-styling/image-add-2x-image-1x-screen/metrics.json b/metrics/android-render-test-runner/render-tests/runtime-styling/image-add-2x-image-1x-screen/metrics.json index e0baa0c9f5a..b2ee8647e41 100644 --- a/metrics/android-render-test-runner/render-tests/runtime-styling/image-add-2x-image-1x-screen/metrics.json +++ b/metrics/android-render-test-runner/render-tests/runtime-styling/image-add-2x-image-1x-screen/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/runtime-styling/image-add-2x-image-2x-screen/metrics.json b/metrics/android-render-test-runner/render-tests/runtime-styling/image-add-2x-image-2x-screen/metrics.json index e0baa0c9f5a..b2ee8647e41 100644 --- a/metrics/android-render-test-runner/render-tests/runtime-styling/image-add-2x-image-2x-screen/metrics.json +++ b/metrics/android-render-test-runner/render-tests/runtime-styling/image-add-2x-image-2x-screen/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/runtime-styling/image-add-alpha/metrics.json b/metrics/android-render-test-runner/render-tests/runtime-styling/image-add-alpha/metrics.json index 7b309facc7a..e7846c68293 100644 --- a/metrics/android-render-test-runner/render-tests/runtime-styling/image-add-alpha/metrics.json +++ b/metrics/android-render-test-runner/render-tests/runtime-styling/image-add-alpha/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/runtime-styling/image-add-nonsdf/metrics.json b/metrics/android-render-test-runner/render-tests/runtime-styling/image-add-nonsdf/metrics.json index 672f6c43ed1..c58c3f22a42 100644 --- a/metrics/android-render-test-runner/render-tests/runtime-styling/image-add-nonsdf/metrics.json +++ b/metrics/android-render-test-runner/render-tests/runtime-styling/image-add-nonsdf/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/runtime-styling/image-add-sdf/metrics.json b/metrics/android-render-test-runner/render-tests/runtime-styling/image-add-sdf/metrics.json index 672f6c43ed1..c58c3f22a42 100644 --- a/metrics/android-render-test-runner/render-tests/runtime-styling/image-add-sdf/metrics.json +++ b/metrics/android-render-test-runner/render-tests/runtime-styling/image-add-sdf/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/runtime-styling/image-remove/metrics.json b/metrics/android-render-test-runner/render-tests/runtime-styling/image-remove/metrics.json index ac4b3251ff9..c47506deede 100644 --- a/metrics/android-render-test-runner/render-tests/runtime-styling/image-remove/metrics.json +++ b/metrics/android-render-test-runner/render-tests/runtime-styling/image-remove/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/runtime-styling/image-update-icon/metrics.json b/metrics/android-render-test-runner/render-tests/runtime-styling/image-update-icon/metrics.json index 9b2e396f8e8..08221c27b57 100644 --- a/metrics/android-render-test-runner/render-tests/runtime-styling/image-update-icon/metrics.json +++ b/metrics/android-render-test-runner/render-tests/runtime-styling/image-update-icon/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/runtime-styling/layer-add-background/metrics.json b/metrics/android-render-test-runner/render-tests/runtime-styling/layer-add-background/metrics.json index ca19895c81d..385524356c4 100644 --- a/metrics/android-render-test-runner/render-tests/runtime-styling/layer-add-background/metrics.json +++ b/metrics/android-render-test-runner/render-tests/runtime-styling/layer-add-background/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/runtime-styling/layer-add-circle/metrics.json b/metrics/android-render-test-runner/render-tests/runtime-styling/layer-add-circle/metrics.json index 01b432fe214..e30b6a8224f 100644 --- a/metrics/android-render-test-runner/render-tests/runtime-styling/layer-add-circle/metrics.json +++ b/metrics/android-render-test-runner/render-tests/runtime-styling/layer-add-circle/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/runtime-styling/layer-add-fill/metrics.json b/metrics/android-render-test-runner/render-tests/runtime-styling/layer-add-fill/metrics.json index 873f47815fe..a1e24dbecc7 100644 --- a/metrics/android-render-test-runner/render-tests/runtime-styling/layer-add-fill/metrics.json +++ b/metrics/android-render-test-runner/render-tests/runtime-styling/layer-add-fill/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/runtime-styling/layer-add-line/metrics.json b/metrics/android-render-test-runner/render-tests/runtime-styling/layer-add-line/metrics.json index bb8ac853884..5cfc25dfd95 100644 --- a/metrics/android-render-test-runner/render-tests/runtime-styling/layer-add-line/metrics.json +++ b/metrics/android-render-test-runner/render-tests/runtime-styling/layer-add-line/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/runtime-styling/layer-add-raster/metrics.json b/metrics/android-render-test-runner/render-tests/runtime-styling/layer-add-raster/metrics.json index 2e017e0a393..1e9df4d1869 100644 --- a/metrics/android-render-test-runner/render-tests/runtime-styling/layer-add-raster/metrics.json +++ b/metrics/android-render-test-runner/render-tests/runtime-styling/layer-add-raster/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/runtime-styling/layer-add-symbol/metrics.json b/metrics/android-render-test-runner/render-tests/runtime-styling/layer-add-symbol/metrics.json index fea6fe2e598..94fd76f9f2e 100644 --- a/metrics/android-render-test-runner/render-tests/runtime-styling/layer-add-symbol/metrics.json +++ b/metrics/android-render-test-runner/render-tests/runtime-styling/layer-add-symbol/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/runtime-styling/layer-remove-background/metrics.json b/metrics/android-render-test-runner/render-tests/runtime-styling/layer-remove-background/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/android-render-test-runner/render-tests/runtime-styling/layer-remove-background/metrics.json +++ b/metrics/android-render-test-runner/render-tests/runtime-styling/layer-remove-background/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/runtime-styling/layer-remove-circle/metrics.json b/metrics/android-render-test-runner/render-tests/runtime-styling/layer-remove-circle/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/android-render-test-runner/render-tests/runtime-styling/layer-remove-circle/metrics.json +++ b/metrics/android-render-test-runner/render-tests/runtime-styling/layer-remove-circle/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/runtime-styling/layer-remove-fill/metrics.json b/metrics/android-render-test-runner/render-tests/runtime-styling/layer-remove-fill/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/android-render-test-runner/render-tests/runtime-styling/layer-remove-fill/metrics.json +++ b/metrics/android-render-test-runner/render-tests/runtime-styling/layer-remove-fill/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/runtime-styling/layer-remove-line/metrics.json b/metrics/android-render-test-runner/render-tests/runtime-styling/layer-remove-line/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/android-render-test-runner/render-tests/runtime-styling/layer-remove-line/metrics.json +++ b/metrics/android-render-test-runner/render-tests/runtime-styling/layer-remove-line/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/runtime-styling/layer-remove-raster/metrics.json b/metrics/android-render-test-runner/render-tests/runtime-styling/layer-remove-raster/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/android-render-test-runner/render-tests/runtime-styling/layer-remove-raster/metrics.json +++ b/metrics/android-render-test-runner/render-tests/runtime-styling/layer-remove-raster/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/runtime-styling/layer-remove-symbol/metrics.json b/metrics/android-render-test-runner/render-tests/runtime-styling/layer-remove-symbol/metrics.json index d1d3c719b69..2cd5816ef0d 100644 --- a/metrics/android-render-test-runner/render-tests/runtime-styling/layer-remove-symbol/metrics.json +++ b/metrics/android-render-test-runner/render-tests/runtime-styling/layer-remove-symbol/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/runtime-styling/layout-property-default-to-literal/metrics.json b/metrics/android-render-test-runner/render-tests/runtime-styling/layout-property-default-to-literal/metrics.json index fea6fe2e598..94fd76f9f2e 100644 --- a/metrics/android-render-test-runner/render-tests/runtime-styling/layout-property-default-to-literal/metrics.json +++ b/metrics/android-render-test-runner/render-tests/runtime-styling/layout-property-default-to-literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/runtime-styling/layout-property-default-to-property-expression/metrics.json b/metrics/android-render-test-runner/render-tests/runtime-styling/layout-property-default-to-property-expression/metrics.json index 43f81ae9e8f..7b15f7584f8 100644 --- a/metrics/android-render-test-runner/render-tests/runtime-styling/layout-property-default-to-property-expression/metrics.json +++ b/metrics/android-render-test-runner/render-tests/runtime-styling/layout-property-default-to-property-expression/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/runtime-styling/layout-property-default-to-property-function/metrics.json b/metrics/android-render-test-runner/render-tests/runtime-styling/layout-property-default-to-property-function/metrics.json index 43f81ae9e8f..7b15f7584f8 100644 --- a/metrics/android-render-test-runner/render-tests/runtime-styling/layout-property-default-to-property-function/metrics.json +++ b/metrics/android-render-test-runner/render-tests/runtime-styling/layout-property-default-to-property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/runtime-styling/layout-property-default-to-zoom-expression/metrics.json b/metrics/android-render-test-runner/render-tests/runtime-styling/layout-property-default-to-zoom-expression/metrics.json index fea6fe2e598..94fd76f9f2e 100644 --- a/metrics/android-render-test-runner/render-tests/runtime-styling/layout-property-default-to-zoom-expression/metrics.json +++ b/metrics/android-render-test-runner/render-tests/runtime-styling/layout-property-default-to-zoom-expression/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/runtime-styling/layout-property-default-to-zoom-function/metrics.json b/metrics/android-render-test-runner/render-tests/runtime-styling/layout-property-default-to-zoom-function/metrics.json index fea6fe2e598..94fd76f9f2e 100644 --- a/metrics/android-render-test-runner/render-tests/runtime-styling/layout-property-default-to-zoom-function/metrics.json +++ b/metrics/android-render-test-runner/render-tests/runtime-styling/layout-property-default-to-zoom-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/runtime-styling/layout-property-literal-to-default/metrics.json b/metrics/android-render-test-runner/render-tests/runtime-styling/layout-property-literal-to-default/metrics.json index 7d39e182955..4c937ec3278 100644 --- a/metrics/android-render-test-runner/render-tests/runtime-styling/layout-property-literal-to-default/metrics.json +++ b/metrics/android-render-test-runner/render-tests/runtime-styling/layout-property-literal-to-default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/runtime-styling/layout-property-literal-to-property-expression/metrics.json b/metrics/android-render-test-runner/render-tests/runtime-styling/layout-property-literal-to-property-expression/metrics.json index 43f81ae9e8f..7b15f7584f8 100644 --- a/metrics/android-render-test-runner/render-tests/runtime-styling/layout-property-literal-to-property-expression/metrics.json +++ b/metrics/android-render-test-runner/render-tests/runtime-styling/layout-property-literal-to-property-expression/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/runtime-styling/layout-property-literal-to-property-function/metrics.json b/metrics/android-render-test-runner/render-tests/runtime-styling/layout-property-literal-to-property-function/metrics.json index 43f81ae9e8f..7b15f7584f8 100644 --- a/metrics/android-render-test-runner/render-tests/runtime-styling/layout-property-literal-to-property-function/metrics.json +++ b/metrics/android-render-test-runner/render-tests/runtime-styling/layout-property-literal-to-property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/runtime-styling/layout-property-literal-to-zoom-expression/metrics.json b/metrics/android-render-test-runner/render-tests/runtime-styling/layout-property-literal-to-zoom-expression/metrics.json index fea6fe2e598..94fd76f9f2e 100644 --- a/metrics/android-render-test-runner/render-tests/runtime-styling/layout-property-literal-to-zoom-expression/metrics.json +++ b/metrics/android-render-test-runner/render-tests/runtime-styling/layout-property-literal-to-zoom-expression/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/runtime-styling/layout-property-literal-to-zoom-function/metrics.json b/metrics/android-render-test-runner/render-tests/runtime-styling/layout-property-literal-to-zoom-function/metrics.json index fea6fe2e598..94fd76f9f2e 100644 --- a/metrics/android-render-test-runner/render-tests/runtime-styling/layout-property-literal-to-zoom-function/metrics.json +++ b/metrics/android-render-test-runner/render-tests/runtime-styling/layout-property-literal-to-zoom-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/runtime-styling/layout-property-override-paint-property-expression/metrics.json b/metrics/android-render-test-runner/render-tests/runtime-styling/layout-property-override-paint-property-expression/metrics.json index c4c12ce6ccf..8fc0848bdb8 100644 --- a/metrics/android-render-test-runner/render-tests/runtime-styling/layout-property-override-paint-property-expression/metrics.json +++ b/metrics/android-render-test-runner/render-tests/runtime-styling/layout-property-override-paint-property-expression/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/runtime-styling/layout-property-override-paint-property-literal/metrics.json b/metrics/android-render-test-runner/render-tests/runtime-styling/layout-property-override-paint-property-literal/metrics.json index ded111d5dbd..4a0222bf2cd 100644 --- a/metrics/android-render-test-runner/render-tests/runtime-styling/layout-property-override-paint-property-literal/metrics.json +++ b/metrics/android-render-test-runner/render-tests/runtime-styling/layout-property-override-paint-property-literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/runtime-styling/layout-property-property-expression-to-default/metrics.json b/metrics/android-render-test-runner/render-tests/runtime-styling/layout-property-property-expression-to-default/metrics.json index 43f81ae9e8f..7b15f7584f8 100644 --- a/metrics/android-render-test-runner/render-tests/runtime-styling/layout-property-property-expression-to-default/metrics.json +++ b/metrics/android-render-test-runner/render-tests/runtime-styling/layout-property-property-expression-to-default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/runtime-styling/layout-property-property-expression-to-literal/metrics.json b/metrics/android-render-test-runner/render-tests/runtime-styling/layout-property-property-expression-to-literal/metrics.json index 43f81ae9e8f..7b15f7584f8 100644 --- a/metrics/android-render-test-runner/render-tests/runtime-styling/layout-property-property-expression-to-literal/metrics.json +++ b/metrics/android-render-test-runner/render-tests/runtime-styling/layout-property-property-expression-to-literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/runtime-styling/layout-property-property-expression-to-property-expression/metrics.json b/metrics/android-render-test-runner/render-tests/runtime-styling/layout-property-property-expression-to-property-expression/metrics.json index 43f81ae9e8f..7b15f7584f8 100644 --- a/metrics/android-render-test-runner/render-tests/runtime-styling/layout-property-property-expression-to-property-expression/metrics.json +++ b/metrics/android-render-test-runner/render-tests/runtime-styling/layout-property-property-expression-to-property-expression/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/runtime-styling/layout-property-property-expression-to-zoom-expression/metrics.json b/metrics/android-render-test-runner/render-tests/runtime-styling/layout-property-property-expression-to-zoom-expression/metrics.json index fea6fe2e598..94fd76f9f2e 100644 --- a/metrics/android-render-test-runner/render-tests/runtime-styling/layout-property-property-expression-to-zoom-expression/metrics.json +++ b/metrics/android-render-test-runner/render-tests/runtime-styling/layout-property-property-expression-to-zoom-expression/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/runtime-styling/layout-property-property-function-to-default/metrics.json b/metrics/android-render-test-runner/render-tests/runtime-styling/layout-property-property-function-to-default/metrics.json index 43f81ae9e8f..7b15f7584f8 100644 --- a/metrics/android-render-test-runner/render-tests/runtime-styling/layout-property-property-function-to-default/metrics.json +++ b/metrics/android-render-test-runner/render-tests/runtime-styling/layout-property-property-function-to-default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/runtime-styling/layout-property-property-function-to-literal/metrics.json b/metrics/android-render-test-runner/render-tests/runtime-styling/layout-property-property-function-to-literal/metrics.json index 43f81ae9e8f..7b15f7584f8 100644 --- a/metrics/android-render-test-runner/render-tests/runtime-styling/layout-property-property-function-to-literal/metrics.json +++ b/metrics/android-render-test-runner/render-tests/runtime-styling/layout-property-property-function-to-literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/runtime-styling/layout-property-text-variable-anchor/metrics.json b/metrics/android-render-test-runner/render-tests/runtime-styling/layout-property-text-variable-anchor/metrics.json index 7c2bcc88a93..56d2c48830a 100644 --- a/metrics/android-render-test-runner/render-tests/runtime-styling/layout-property-text-variable-anchor/metrics.json +++ b/metrics/android-render-test-runner/render-tests/runtime-styling/layout-property-text-variable-anchor/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/runtime-styling/layout-property-zoom-and-property-expression-to-property-expression/metrics.json b/metrics/android-render-test-runner/render-tests/runtime-styling/layout-property-zoom-and-property-expression-to-property-expression/metrics.json index 43f81ae9e8f..7b15f7584f8 100644 --- a/metrics/android-render-test-runner/render-tests/runtime-styling/layout-property-zoom-and-property-expression-to-property-expression/metrics.json +++ b/metrics/android-render-test-runner/render-tests/runtime-styling/layout-property-zoom-and-property-expression-to-property-expression/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/runtime-styling/layout-property-zoom-and-property-expression-to-zoom-and-property-expression/metrics.json b/metrics/android-render-test-runner/render-tests/runtime-styling/layout-property-zoom-and-property-expression-to-zoom-and-property-expression/metrics.json index 43f81ae9e8f..7b15f7584f8 100644 --- a/metrics/android-render-test-runner/render-tests/runtime-styling/layout-property-zoom-and-property-expression-to-zoom-and-property-expression/metrics.json +++ b/metrics/android-render-test-runner/render-tests/runtime-styling/layout-property-zoom-and-property-expression-to-zoom-and-property-expression/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/runtime-styling/layout-property-zoom-and-property-expression-to-zoom-expression/metrics.json b/metrics/android-render-test-runner/render-tests/runtime-styling/layout-property-zoom-and-property-expression-to-zoom-expression/metrics.json index fea6fe2e598..94fd76f9f2e 100644 --- a/metrics/android-render-test-runner/render-tests/runtime-styling/layout-property-zoom-and-property-expression-to-zoom-expression/metrics.json +++ b/metrics/android-render-test-runner/render-tests/runtime-styling/layout-property-zoom-and-property-expression-to-zoom-expression/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/runtime-styling/layout-property-zoom-expression-to-default/metrics.json b/metrics/android-render-test-runner/render-tests/runtime-styling/layout-property-zoom-expression-to-default/metrics.json index 7d39e182955..4c937ec3278 100644 --- a/metrics/android-render-test-runner/render-tests/runtime-styling/layout-property-zoom-expression-to-default/metrics.json +++ b/metrics/android-render-test-runner/render-tests/runtime-styling/layout-property-zoom-expression-to-default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/runtime-styling/layout-property-zoom-expression-to-literal/metrics.json b/metrics/android-render-test-runner/render-tests/runtime-styling/layout-property-zoom-expression-to-literal/metrics.json index fea6fe2e598..94fd76f9f2e 100644 --- a/metrics/android-render-test-runner/render-tests/runtime-styling/layout-property-zoom-expression-to-literal/metrics.json +++ b/metrics/android-render-test-runner/render-tests/runtime-styling/layout-property-zoom-expression-to-literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/runtime-styling/layout-property-zoom-expression-to-property-expression/metrics.json b/metrics/android-render-test-runner/render-tests/runtime-styling/layout-property-zoom-expression-to-property-expression/metrics.json index 43f81ae9e8f..7b15f7584f8 100644 --- a/metrics/android-render-test-runner/render-tests/runtime-styling/layout-property-zoom-expression-to-property-expression/metrics.json +++ b/metrics/android-render-test-runner/render-tests/runtime-styling/layout-property-zoom-expression-to-property-expression/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/runtime-styling/layout-property-zoom-expression-to-zoom-and-property-expression/metrics.json b/metrics/android-render-test-runner/render-tests/runtime-styling/layout-property-zoom-expression-to-zoom-and-property-expression/metrics.json index 43f81ae9e8f..7b15f7584f8 100644 --- a/metrics/android-render-test-runner/render-tests/runtime-styling/layout-property-zoom-expression-to-zoom-and-property-expression/metrics.json +++ b/metrics/android-render-test-runner/render-tests/runtime-styling/layout-property-zoom-expression-to-zoom-and-property-expression/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/runtime-styling/layout-property-zoom-expression-to-zoom-expression/metrics.json b/metrics/android-render-test-runner/render-tests/runtime-styling/layout-property-zoom-expression-to-zoom-expression/metrics.json index fea6fe2e598..94fd76f9f2e 100644 --- a/metrics/android-render-test-runner/render-tests/runtime-styling/layout-property-zoom-expression-to-zoom-expression/metrics.json +++ b/metrics/android-render-test-runner/render-tests/runtime-styling/layout-property-zoom-expression-to-zoom-expression/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/runtime-styling/layout-property-zoom-function-to-default/metrics.json b/metrics/android-render-test-runner/render-tests/runtime-styling/layout-property-zoom-function-to-default/metrics.json index 7d39e182955..4c937ec3278 100644 --- a/metrics/android-render-test-runner/render-tests/runtime-styling/layout-property-zoom-function-to-default/metrics.json +++ b/metrics/android-render-test-runner/render-tests/runtime-styling/layout-property-zoom-function-to-default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/runtime-styling/layout-property-zoom-function-to-literal/metrics.json b/metrics/android-render-test-runner/render-tests/runtime-styling/layout-property-zoom-function-to-literal/metrics.json index fea6fe2e598..94fd76f9f2e 100644 --- a/metrics/android-render-test-runner/render-tests/runtime-styling/layout-property-zoom-function-to-literal/metrics.json +++ b/metrics/android-render-test-runner/render-tests/runtime-styling/layout-property-zoom-function-to-literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/runtime-styling/paint-property-default-to-literal/metrics.json b/metrics/android-render-test-runner/render-tests/runtime-styling/paint-property-default-to-literal/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/android-render-test-runner/render-tests/runtime-styling/paint-property-default-to-literal/metrics.json +++ b/metrics/android-render-test-runner/render-tests/runtime-styling/paint-property-default-to-literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/runtime-styling/paint-property-default-to-property-expression/metrics.json b/metrics/android-render-test-runner/render-tests/runtime-styling/paint-property-default-to-property-expression/metrics.json index bf5b94a7258..c5dccb9cead 100644 --- a/metrics/android-render-test-runner/render-tests/runtime-styling/paint-property-default-to-property-expression/metrics.json +++ b/metrics/android-render-test-runner/render-tests/runtime-styling/paint-property-default-to-property-expression/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/runtime-styling/paint-property-default-to-property-function/metrics.json b/metrics/android-render-test-runner/render-tests/runtime-styling/paint-property-default-to-property-function/metrics.json index bf5b94a7258..c5dccb9cead 100644 --- a/metrics/android-render-test-runner/render-tests/runtime-styling/paint-property-default-to-property-function/metrics.json +++ b/metrics/android-render-test-runner/render-tests/runtime-styling/paint-property-default-to-property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/runtime-styling/paint-property-default-to-zoom-expression/metrics.json b/metrics/android-render-test-runner/render-tests/runtime-styling/paint-property-default-to-zoom-expression/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/android-render-test-runner/render-tests/runtime-styling/paint-property-default-to-zoom-expression/metrics.json +++ b/metrics/android-render-test-runner/render-tests/runtime-styling/paint-property-default-to-zoom-expression/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/runtime-styling/paint-property-default-to-zoom-function/metrics.json b/metrics/android-render-test-runner/render-tests/runtime-styling/paint-property-default-to-zoom-function/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/android-render-test-runner/render-tests/runtime-styling/paint-property-default-to-zoom-function/metrics.json +++ b/metrics/android-render-test-runner/render-tests/runtime-styling/paint-property-default-to-zoom-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/runtime-styling/paint-property-fill-flat-to-extrude/metrics.json b/metrics/android-render-test-runner/render-tests/runtime-styling/paint-property-fill-flat-to-extrude/metrics.json index 869c4378bf3..f712c8f66dc 100644 --- a/metrics/android-render-test-runner/render-tests/runtime-styling/paint-property-fill-flat-to-extrude/metrics.json +++ b/metrics/android-render-test-runner/render-tests/runtime-styling/paint-property-fill-flat-to-extrude/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/runtime-styling/paint-property-literal-to-default/metrics.json b/metrics/android-render-test-runner/render-tests/runtime-styling/paint-property-literal-to-default/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/android-render-test-runner/render-tests/runtime-styling/paint-property-literal-to-default/metrics.json +++ b/metrics/android-render-test-runner/render-tests/runtime-styling/paint-property-literal-to-default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/runtime-styling/paint-property-literal-to-expression/metrics.json b/metrics/android-render-test-runner/render-tests/runtime-styling/paint-property-literal-to-expression/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/android-render-test-runner/render-tests/runtime-styling/paint-property-literal-to-expression/metrics.json +++ b/metrics/android-render-test-runner/render-tests/runtime-styling/paint-property-literal-to-expression/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/runtime-styling/paint-property-literal-to-function/metrics.json b/metrics/android-render-test-runner/render-tests/runtime-styling/paint-property-literal-to-function/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/android-render-test-runner/render-tests/runtime-styling/paint-property-literal-to-function/metrics.json +++ b/metrics/android-render-test-runner/render-tests/runtime-styling/paint-property-literal-to-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/runtime-styling/paint-property-literal-to-property-expression/metrics.json b/metrics/android-render-test-runner/render-tests/runtime-styling/paint-property-literal-to-property-expression/metrics.json index bf5b94a7258..c5dccb9cead 100644 --- a/metrics/android-render-test-runner/render-tests/runtime-styling/paint-property-literal-to-property-expression/metrics.json +++ b/metrics/android-render-test-runner/render-tests/runtime-styling/paint-property-literal-to-property-expression/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/runtime-styling/paint-property-literal-to-property-function/metrics.json b/metrics/android-render-test-runner/render-tests/runtime-styling/paint-property-literal-to-property-function/metrics.json index bf5b94a7258..c5dccb9cead 100644 --- a/metrics/android-render-test-runner/render-tests/runtime-styling/paint-property-literal-to-property-function/metrics.json +++ b/metrics/android-render-test-runner/render-tests/runtime-styling/paint-property-literal-to-property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/runtime-styling/paint-property-overriden-default-to-expression/metrics.json b/metrics/android-render-test-runner/render-tests/runtime-styling/paint-property-overriden-default-to-expression/metrics.json index 23b829f1681..663c3ce98a2 100644 --- a/metrics/android-render-test-runner/render-tests/runtime-styling/paint-property-overriden-default-to-expression/metrics.json +++ b/metrics/android-render-test-runner/render-tests/runtime-styling/paint-property-overriden-default-to-expression/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/runtime-styling/paint-property-overriden-default-to-literal/metrics.json b/metrics/android-render-test-runner/render-tests/runtime-styling/paint-property-overriden-default-to-literal/metrics.json index 47108b29bc1..1d0d7d25ccf 100644 --- a/metrics/android-render-test-runner/render-tests/runtime-styling/paint-property-overriden-default-to-literal/metrics.json +++ b/metrics/android-render-test-runner/render-tests/runtime-styling/paint-property-overriden-default-to-literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/runtime-styling/paint-property-overriden-expression-to-literal/metrics.json b/metrics/android-render-test-runner/render-tests/runtime-styling/paint-property-overriden-expression-to-literal/metrics.json index 9d89d5f2f3a..225b328f706 100644 --- a/metrics/android-render-test-runner/render-tests/runtime-styling/paint-property-overriden-expression-to-literal/metrics.json +++ b/metrics/android-render-test-runner/render-tests/runtime-styling/paint-property-overriden-expression-to-literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/runtime-styling/paint-property-property-expression-to-default/metrics.json b/metrics/android-render-test-runner/render-tests/runtime-styling/paint-property-property-expression-to-default/metrics.json index b7fcd045414..c5dc4e05e94 100644 --- a/metrics/android-render-test-runner/render-tests/runtime-styling/paint-property-property-expression-to-default/metrics.json +++ b/metrics/android-render-test-runner/render-tests/runtime-styling/paint-property-property-expression-to-default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/runtime-styling/paint-property-property-expression-to-literal/metrics.json b/metrics/android-render-test-runner/render-tests/runtime-styling/paint-property-property-expression-to-literal/metrics.json index b7fcd045414..c5dc4e05e94 100644 --- a/metrics/android-render-test-runner/render-tests/runtime-styling/paint-property-property-expression-to-literal/metrics.json +++ b/metrics/android-render-test-runner/render-tests/runtime-styling/paint-property-property-expression-to-literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/runtime-styling/paint-property-property-expression-to-property-expression/metrics.json b/metrics/android-render-test-runner/render-tests/runtime-styling/paint-property-property-expression-to-property-expression/metrics.json index bf5b94a7258..c5dccb9cead 100644 --- a/metrics/android-render-test-runner/render-tests/runtime-styling/paint-property-property-expression-to-property-expression/metrics.json +++ b/metrics/android-render-test-runner/render-tests/runtime-styling/paint-property-property-expression-to-property-expression/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/runtime-styling/paint-property-property-expression-to-zoom-expression/metrics.json b/metrics/android-render-test-runner/render-tests/runtime-styling/paint-property-property-expression-to-zoom-expression/metrics.json index b7fcd045414..c5dc4e05e94 100644 --- a/metrics/android-render-test-runner/render-tests/runtime-styling/paint-property-property-expression-to-zoom-expression/metrics.json +++ b/metrics/android-render-test-runner/render-tests/runtime-styling/paint-property-property-expression-to-zoom-expression/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/runtime-styling/paint-property-property-function-to-default/metrics.json b/metrics/android-render-test-runner/render-tests/runtime-styling/paint-property-property-function-to-default/metrics.json index b7fcd045414..c5dc4e05e94 100644 --- a/metrics/android-render-test-runner/render-tests/runtime-styling/paint-property-property-function-to-default/metrics.json +++ b/metrics/android-render-test-runner/render-tests/runtime-styling/paint-property-property-function-to-default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/runtime-styling/paint-property-property-function-to-literal/metrics.json b/metrics/android-render-test-runner/render-tests/runtime-styling/paint-property-property-function-to-literal/metrics.json index b7fcd045414..c5dc4e05e94 100644 --- a/metrics/android-render-test-runner/render-tests/runtime-styling/paint-property-property-function-to-literal/metrics.json +++ b/metrics/android-render-test-runner/render-tests/runtime-styling/paint-property-property-function-to-literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/runtime-styling/paint-property-zoom-and-property-expression-to-property-expression/metrics.json b/metrics/android-render-test-runner/render-tests/runtime-styling/paint-property-zoom-and-property-expression-to-property-expression/metrics.json index bf5b94a7258..c5dccb9cead 100644 --- a/metrics/android-render-test-runner/render-tests/runtime-styling/paint-property-zoom-and-property-expression-to-property-expression/metrics.json +++ b/metrics/android-render-test-runner/render-tests/runtime-styling/paint-property-zoom-and-property-expression-to-property-expression/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/runtime-styling/paint-property-zoom-and-property-expression-to-zoom-and-property-expression/metrics.json b/metrics/android-render-test-runner/render-tests/runtime-styling/paint-property-zoom-and-property-expression-to-zoom-and-property-expression/metrics.json index 2b00a4fa064..5c78b6b810e 100644 --- a/metrics/android-render-test-runner/render-tests/runtime-styling/paint-property-zoom-and-property-expression-to-zoom-and-property-expression/metrics.json +++ b/metrics/android-render-test-runner/render-tests/runtime-styling/paint-property-zoom-and-property-expression-to-zoom-and-property-expression/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/runtime-styling/paint-property-zoom-and-property-expression-to-zoom-expression/metrics.json b/metrics/android-render-test-runner/render-tests/runtime-styling/paint-property-zoom-and-property-expression-to-zoom-expression/metrics.json index b7fcd045414..c5dc4e05e94 100644 --- a/metrics/android-render-test-runner/render-tests/runtime-styling/paint-property-zoom-and-property-expression-to-zoom-expression/metrics.json +++ b/metrics/android-render-test-runner/render-tests/runtime-styling/paint-property-zoom-and-property-expression-to-zoom-expression/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/runtime-styling/paint-property-zoom-expression-to-default/metrics.json b/metrics/android-render-test-runner/render-tests/runtime-styling/paint-property-zoom-expression-to-default/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/android-render-test-runner/render-tests/runtime-styling/paint-property-zoom-expression-to-default/metrics.json +++ b/metrics/android-render-test-runner/render-tests/runtime-styling/paint-property-zoom-expression-to-default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/runtime-styling/paint-property-zoom-expression-to-literal/metrics.json b/metrics/android-render-test-runner/render-tests/runtime-styling/paint-property-zoom-expression-to-literal/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/android-render-test-runner/render-tests/runtime-styling/paint-property-zoom-expression-to-literal/metrics.json +++ b/metrics/android-render-test-runner/render-tests/runtime-styling/paint-property-zoom-expression-to-literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/runtime-styling/paint-property-zoom-expression-to-property-expression/metrics.json b/metrics/android-render-test-runner/render-tests/runtime-styling/paint-property-zoom-expression-to-property-expression/metrics.json index bf5b94a7258..c5dccb9cead 100644 --- a/metrics/android-render-test-runner/render-tests/runtime-styling/paint-property-zoom-expression-to-property-expression/metrics.json +++ b/metrics/android-render-test-runner/render-tests/runtime-styling/paint-property-zoom-expression-to-property-expression/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/runtime-styling/paint-property-zoom-expression-to-zoom-and-property-expression/metrics.json b/metrics/android-render-test-runner/render-tests/runtime-styling/paint-property-zoom-expression-to-zoom-and-property-expression/metrics.json index 2b00a4fa064..5c78b6b810e 100644 --- a/metrics/android-render-test-runner/render-tests/runtime-styling/paint-property-zoom-expression-to-zoom-and-property-expression/metrics.json +++ b/metrics/android-render-test-runner/render-tests/runtime-styling/paint-property-zoom-expression-to-zoom-and-property-expression/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/runtime-styling/paint-property-zoom-expression-to-zoom-expression/metrics.json b/metrics/android-render-test-runner/render-tests/runtime-styling/paint-property-zoom-expression-to-zoom-expression/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/android-render-test-runner/render-tests/runtime-styling/paint-property-zoom-expression-to-zoom-expression/metrics.json +++ b/metrics/android-render-test-runner/render-tests/runtime-styling/paint-property-zoom-expression-to-zoom-expression/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/runtime-styling/paint-property-zoom-function-to-default/metrics.json b/metrics/android-render-test-runner/render-tests/runtime-styling/paint-property-zoom-function-to-default/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/android-render-test-runner/render-tests/runtime-styling/paint-property-zoom-function-to-default/metrics.json +++ b/metrics/android-render-test-runner/render-tests/runtime-styling/paint-property-zoom-function-to-default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/runtime-styling/paint-property-zoom-function-to-literal/metrics.json b/metrics/android-render-test-runner/render-tests/runtime-styling/paint-property-zoom-function-to-literal/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/android-render-test-runner/render-tests/runtime-styling/paint-property-zoom-function-to-literal/metrics.json +++ b/metrics/android-render-test-runner/render-tests/runtime-styling/paint-property-zoom-function-to-literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/runtime-styling/set-style-filter-default-to-false/metrics.json b/metrics/android-render-test-runner/render-tests/runtime-styling/set-style-filter-default-to-false/metrics.json index 7d39e182955..4c937ec3278 100644 --- a/metrics/android-render-test-runner/render-tests/runtime-styling/set-style-filter-default-to-false/metrics.json +++ b/metrics/android-render-test-runner/render-tests/runtime-styling/set-style-filter-default-to-false/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/runtime-styling/set-style-filter-default-to-true/metrics.json b/metrics/android-render-test-runner/render-tests/runtime-styling/set-style-filter-default-to-true/metrics.json index fea6fe2e598..94fd76f9f2e 100644 --- a/metrics/android-render-test-runner/render-tests/runtime-styling/set-style-filter-default-to-true/metrics.json +++ b/metrics/android-render-test-runner/render-tests/runtime-styling/set-style-filter-default-to-true/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/runtime-styling/set-style-filter-false-to-default/metrics.json b/metrics/android-render-test-runner/render-tests/runtime-styling/set-style-filter-false-to-default/metrics.json index fea6fe2e598..94fd76f9f2e 100644 --- a/metrics/android-render-test-runner/render-tests/runtime-styling/set-style-filter-false-to-default/metrics.json +++ b/metrics/android-render-test-runner/render-tests/runtime-styling/set-style-filter-false-to-default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/runtime-styling/set-style-filter-false-to-true/metrics.json b/metrics/android-render-test-runner/render-tests/runtime-styling/set-style-filter-false-to-true/metrics.json index fea6fe2e598..94fd76f9f2e 100644 --- a/metrics/android-render-test-runner/render-tests/runtime-styling/set-style-filter-false-to-true/metrics.json +++ b/metrics/android-render-test-runner/render-tests/runtime-styling/set-style-filter-false-to-true/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/runtime-styling/set-style-filter-true-to-default/metrics.json b/metrics/android-render-test-runner/render-tests/runtime-styling/set-style-filter-true-to-default/metrics.json index fea6fe2e598..94fd76f9f2e 100644 --- a/metrics/android-render-test-runner/render-tests/runtime-styling/set-style-filter-true-to-default/metrics.json +++ b/metrics/android-render-test-runner/render-tests/runtime-styling/set-style-filter-true-to-default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/runtime-styling/set-style-filter-true-to-false/metrics.json b/metrics/android-render-test-runner/render-tests/runtime-styling/set-style-filter-true-to-false/metrics.json index 7d39e182955..4c937ec3278 100644 --- a/metrics/android-render-test-runner/render-tests/runtime-styling/set-style-filter-true-to-false/metrics.json +++ b/metrics/android-render-test-runner/render-tests/runtime-styling/set-style-filter-true-to-false/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/runtime-styling/set-style-glyphs/metrics.json b/metrics/android-render-test-runner/render-tests/runtime-styling/set-style-glyphs/metrics.json index dea2cb3857d..ea696c62b6b 100644 --- a/metrics/android-render-test-runner/render-tests/runtime-styling/set-style-glyphs/metrics.json +++ b/metrics/android-render-test-runner/render-tests/runtime-styling/set-style-glyphs/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/runtime-styling/set-style-layer-add-background/metrics.json b/metrics/android-render-test-runner/render-tests/runtime-styling/set-style-layer-add-background/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/android-render-test-runner/render-tests/runtime-styling/set-style-layer-add-background/metrics.json +++ b/metrics/android-render-test-runner/render-tests/runtime-styling/set-style-layer-add-background/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/runtime-styling/set-style-layer-add-circle/metrics.json b/metrics/android-render-test-runner/render-tests/runtime-styling/set-style-layer-add-circle/metrics.json index 01b432fe214..e30b6a8224f 100644 --- a/metrics/android-render-test-runner/render-tests/runtime-styling/set-style-layer-add-circle/metrics.json +++ b/metrics/android-render-test-runner/render-tests/runtime-styling/set-style-layer-add-circle/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/runtime-styling/set-style-layer-add-fill/metrics.json b/metrics/android-render-test-runner/render-tests/runtime-styling/set-style-layer-add-fill/metrics.json index 873f47815fe..a1e24dbecc7 100644 --- a/metrics/android-render-test-runner/render-tests/runtime-styling/set-style-layer-add-fill/metrics.json +++ b/metrics/android-render-test-runner/render-tests/runtime-styling/set-style-layer-add-fill/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/runtime-styling/set-style-layer-add-line/metrics.json b/metrics/android-render-test-runner/render-tests/runtime-styling/set-style-layer-add-line/metrics.json index bb8ac853884..5cfc25dfd95 100644 --- a/metrics/android-render-test-runner/render-tests/runtime-styling/set-style-layer-add-line/metrics.json +++ b/metrics/android-render-test-runner/render-tests/runtime-styling/set-style-layer-add-line/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/runtime-styling/set-style-layer-add-raster/metrics.json b/metrics/android-render-test-runner/render-tests/runtime-styling/set-style-layer-add-raster/metrics.json index 2e017e0a393..1e9df4d1869 100644 --- a/metrics/android-render-test-runner/render-tests/runtime-styling/set-style-layer-add-raster/metrics.json +++ b/metrics/android-render-test-runner/render-tests/runtime-styling/set-style-layer-add-raster/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/runtime-styling/set-style-layer-add-symbol/metrics.json b/metrics/android-render-test-runner/render-tests/runtime-styling/set-style-layer-add-symbol/metrics.json index fea6fe2e598..94fd76f9f2e 100644 --- a/metrics/android-render-test-runner/render-tests/runtime-styling/set-style-layer-add-symbol/metrics.json +++ b/metrics/android-render-test-runner/render-tests/runtime-styling/set-style-layer-add-symbol/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/runtime-styling/set-style-layer-change-source-layer/metrics.json b/metrics/android-render-test-runner/render-tests/runtime-styling/set-style-layer-change-source-layer/metrics.json index e0426e7b513..6acf36d07ec 100644 --- a/metrics/android-render-test-runner/render-tests/runtime-styling/set-style-layer-change-source-layer/metrics.json +++ b/metrics/android-render-test-runner/render-tests/runtime-styling/set-style-layer-change-source-layer/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/runtime-styling/set-style-layer-change-source-type/metrics.json b/metrics/android-render-test-runner/render-tests/runtime-styling/set-style-layer-change-source-type/metrics.json index e204a192de4..b762a231e10 100644 --- a/metrics/android-render-test-runner/render-tests/runtime-styling/set-style-layer-change-source-type/metrics.json +++ b/metrics/android-render-test-runner/render-tests/runtime-styling/set-style-layer-change-source-type/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/runtime-styling/set-style-layer-change-source/metrics.json b/metrics/android-render-test-runner/render-tests/runtime-styling/set-style-layer-change-source/metrics.json index 01b432fe214..e30b6a8224f 100644 --- a/metrics/android-render-test-runner/render-tests/runtime-styling/set-style-layer-change-source/metrics.json +++ b/metrics/android-render-test-runner/render-tests/runtime-styling/set-style-layer-change-source/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/runtime-styling/set-style-layer-remove-background/metrics.json b/metrics/android-render-test-runner/render-tests/runtime-styling/set-style-layer-remove-background/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/android-render-test-runner/render-tests/runtime-styling/set-style-layer-remove-background/metrics.json +++ b/metrics/android-render-test-runner/render-tests/runtime-styling/set-style-layer-remove-background/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/runtime-styling/set-style-layer-remove-circle/metrics.json b/metrics/android-render-test-runner/render-tests/runtime-styling/set-style-layer-remove-circle/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/android-render-test-runner/render-tests/runtime-styling/set-style-layer-remove-circle/metrics.json +++ b/metrics/android-render-test-runner/render-tests/runtime-styling/set-style-layer-remove-circle/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/runtime-styling/set-style-layer-remove-fill/metrics.json b/metrics/android-render-test-runner/render-tests/runtime-styling/set-style-layer-remove-fill/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/android-render-test-runner/render-tests/runtime-styling/set-style-layer-remove-fill/metrics.json +++ b/metrics/android-render-test-runner/render-tests/runtime-styling/set-style-layer-remove-fill/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/runtime-styling/set-style-layer-remove-line/metrics.json b/metrics/android-render-test-runner/render-tests/runtime-styling/set-style-layer-remove-line/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/android-render-test-runner/render-tests/runtime-styling/set-style-layer-remove-line/metrics.json +++ b/metrics/android-render-test-runner/render-tests/runtime-styling/set-style-layer-remove-line/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/runtime-styling/set-style-layer-remove-raster/metrics.json b/metrics/android-render-test-runner/render-tests/runtime-styling/set-style-layer-remove-raster/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/android-render-test-runner/render-tests/runtime-styling/set-style-layer-remove-raster/metrics.json +++ b/metrics/android-render-test-runner/render-tests/runtime-styling/set-style-layer-remove-raster/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/runtime-styling/set-style-layer-remove-symbol/metrics.json b/metrics/android-render-test-runner/render-tests/runtime-styling/set-style-layer-remove-symbol/metrics.json index d1d3c719b69..2cd5816ef0d 100644 --- a/metrics/android-render-test-runner/render-tests/runtime-styling/set-style-layer-remove-symbol/metrics.json +++ b/metrics/android-render-test-runner/render-tests/runtime-styling/set-style-layer-remove-symbol/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/runtime-styling/set-style-layer-reorder/metrics.json b/metrics/android-render-test-runner/render-tests/runtime-styling/set-style-layer-reorder/metrics.json index ecd1b9eaf55..3eacb71976a 100644 --- a/metrics/android-render-test-runner/render-tests/runtime-styling/set-style-layer-reorder/metrics.json +++ b/metrics/android-render-test-runner/render-tests/runtime-styling/set-style-layer-reorder/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/runtime-styling/set-style-layout-property-default-to-literal/metrics.json b/metrics/android-render-test-runner/render-tests/runtime-styling/set-style-layout-property-default-to-literal/metrics.json index fea6fe2e598..94fd76f9f2e 100644 --- a/metrics/android-render-test-runner/render-tests/runtime-styling/set-style-layout-property-default-to-literal/metrics.json +++ b/metrics/android-render-test-runner/render-tests/runtime-styling/set-style-layout-property-default-to-literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/runtime-styling/set-style-layout-property-default-to-property-expression/metrics.json b/metrics/android-render-test-runner/render-tests/runtime-styling/set-style-layout-property-default-to-property-expression/metrics.json index 43f81ae9e8f..7b15f7584f8 100644 --- a/metrics/android-render-test-runner/render-tests/runtime-styling/set-style-layout-property-default-to-property-expression/metrics.json +++ b/metrics/android-render-test-runner/render-tests/runtime-styling/set-style-layout-property-default-to-property-expression/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/runtime-styling/set-style-layout-property-default-to-property-function/metrics.json b/metrics/android-render-test-runner/render-tests/runtime-styling/set-style-layout-property-default-to-property-function/metrics.json index 43f81ae9e8f..7b15f7584f8 100644 --- a/metrics/android-render-test-runner/render-tests/runtime-styling/set-style-layout-property-default-to-property-function/metrics.json +++ b/metrics/android-render-test-runner/render-tests/runtime-styling/set-style-layout-property-default-to-property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/runtime-styling/set-style-layout-property-default-to-zoom-expression/metrics.json b/metrics/android-render-test-runner/render-tests/runtime-styling/set-style-layout-property-default-to-zoom-expression/metrics.json index fea6fe2e598..94fd76f9f2e 100644 --- a/metrics/android-render-test-runner/render-tests/runtime-styling/set-style-layout-property-default-to-zoom-expression/metrics.json +++ b/metrics/android-render-test-runner/render-tests/runtime-styling/set-style-layout-property-default-to-zoom-expression/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/runtime-styling/set-style-layout-property-default-to-zoom-function/metrics.json b/metrics/android-render-test-runner/render-tests/runtime-styling/set-style-layout-property-default-to-zoom-function/metrics.json index fea6fe2e598..94fd76f9f2e 100644 --- a/metrics/android-render-test-runner/render-tests/runtime-styling/set-style-layout-property-default-to-zoom-function/metrics.json +++ b/metrics/android-render-test-runner/render-tests/runtime-styling/set-style-layout-property-default-to-zoom-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/runtime-styling/set-style-layout-property-literal-to-default/metrics.json b/metrics/android-render-test-runner/render-tests/runtime-styling/set-style-layout-property-literal-to-default/metrics.json index 7d39e182955..4c937ec3278 100644 --- a/metrics/android-render-test-runner/render-tests/runtime-styling/set-style-layout-property-literal-to-default/metrics.json +++ b/metrics/android-render-test-runner/render-tests/runtime-styling/set-style-layout-property-literal-to-default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/runtime-styling/set-style-layout-property-literal-to-property-expression/metrics.json b/metrics/android-render-test-runner/render-tests/runtime-styling/set-style-layout-property-literal-to-property-expression/metrics.json index 43f81ae9e8f..7b15f7584f8 100644 --- a/metrics/android-render-test-runner/render-tests/runtime-styling/set-style-layout-property-literal-to-property-expression/metrics.json +++ b/metrics/android-render-test-runner/render-tests/runtime-styling/set-style-layout-property-literal-to-property-expression/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/runtime-styling/set-style-layout-property-literal-to-property-function/metrics.json b/metrics/android-render-test-runner/render-tests/runtime-styling/set-style-layout-property-literal-to-property-function/metrics.json index 43f81ae9e8f..7b15f7584f8 100644 --- a/metrics/android-render-test-runner/render-tests/runtime-styling/set-style-layout-property-literal-to-property-function/metrics.json +++ b/metrics/android-render-test-runner/render-tests/runtime-styling/set-style-layout-property-literal-to-property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/runtime-styling/set-style-layout-property-literal-to-zoom-expression/metrics.json b/metrics/android-render-test-runner/render-tests/runtime-styling/set-style-layout-property-literal-to-zoom-expression/metrics.json index fea6fe2e598..94fd76f9f2e 100644 --- a/metrics/android-render-test-runner/render-tests/runtime-styling/set-style-layout-property-literal-to-zoom-expression/metrics.json +++ b/metrics/android-render-test-runner/render-tests/runtime-styling/set-style-layout-property-literal-to-zoom-expression/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/runtime-styling/set-style-layout-property-literal-to-zoom-function/metrics.json b/metrics/android-render-test-runner/render-tests/runtime-styling/set-style-layout-property-literal-to-zoom-function/metrics.json index fea6fe2e598..94fd76f9f2e 100644 --- a/metrics/android-render-test-runner/render-tests/runtime-styling/set-style-layout-property-literal-to-zoom-function/metrics.json +++ b/metrics/android-render-test-runner/render-tests/runtime-styling/set-style-layout-property-literal-to-zoom-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/runtime-styling/set-style-layout-property-property-expression-to-default/metrics.json b/metrics/android-render-test-runner/render-tests/runtime-styling/set-style-layout-property-property-expression-to-default/metrics.json index 43f81ae9e8f..7b15f7584f8 100644 --- a/metrics/android-render-test-runner/render-tests/runtime-styling/set-style-layout-property-property-expression-to-default/metrics.json +++ b/metrics/android-render-test-runner/render-tests/runtime-styling/set-style-layout-property-property-expression-to-default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/runtime-styling/set-style-layout-property-property-expression-to-literal/metrics.json b/metrics/android-render-test-runner/render-tests/runtime-styling/set-style-layout-property-property-expression-to-literal/metrics.json index 43f81ae9e8f..7b15f7584f8 100644 --- a/metrics/android-render-test-runner/render-tests/runtime-styling/set-style-layout-property-property-expression-to-literal/metrics.json +++ b/metrics/android-render-test-runner/render-tests/runtime-styling/set-style-layout-property-property-expression-to-literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/runtime-styling/set-style-layout-property-property-function-to-default/metrics.json b/metrics/android-render-test-runner/render-tests/runtime-styling/set-style-layout-property-property-function-to-default/metrics.json index 43f81ae9e8f..7b15f7584f8 100644 --- a/metrics/android-render-test-runner/render-tests/runtime-styling/set-style-layout-property-property-function-to-default/metrics.json +++ b/metrics/android-render-test-runner/render-tests/runtime-styling/set-style-layout-property-property-function-to-default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/runtime-styling/set-style-layout-property-property-function-to-literal/metrics.json b/metrics/android-render-test-runner/render-tests/runtime-styling/set-style-layout-property-property-function-to-literal/metrics.json index 43f81ae9e8f..7b15f7584f8 100644 --- a/metrics/android-render-test-runner/render-tests/runtime-styling/set-style-layout-property-property-function-to-literal/metrics.json +++ b/metrics/android-render-test-runner/render-tests/runtime-styling/set-style-layout-property-property-function-to-literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/runtime-styling/set-style-layout-property-zoom-expression-to-default/metrics.json b/metrics/android-render-test-runner/render-tests/runtime-styling/set-style-layout-property-zoom-expression-to-default/metrics.json index 7d39e182955..4c937ec3278 100644 --- a/metrics/android-render-test-runner/render-tests/runtime-styling/set-style-layout-property-zoom-expression-to-default/metrics.json +++ b/metrics/android-render-test-runner/render-tests/runtime-styling/set-style-layout-property-zoom-expression-to-default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/runtime-styling/set-style-layout-property-zoom-expression-to-literal/metrics.json b/metrics/android-render-test-runner/render-tests/runtime-styling/set-style-layout-property-zoom-expression-to-literal/metrics.json index fea6fe2e598..94fd76f9f2e 100644 --- a/metrics/android-render-test-runner/render-tests/runtime-styling/set-style-layout-property-zoom-expression-to-literal/metrics.json +++ b/metrics/android-render-test-runner/render-tests/runtime-styling/set-style-layout-property-zoom-expression-to-literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/runtime-styling/set-style-layout-property-zoom-function-to-default/metrics.json b/metrics/android-render-test-runner/render-tests/runtime-styling/set-style-layout-property-zoom-function-to-default/metrics.json index 7d39e182955..4c937ec3278 100644 --- a/metrics/android-render-test-runner/render-tests/runtime-styling/set-style-layout-property-zoom-function-to-default/metrics.json +++ b/metrics/android-render-test-runner/render-tests/runtime-styling/set-style-layout-property-zoom-function-to-default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/runtime-styling/set-style-layout-property-zoom-function-to-literal/metrics.json b/metrics/android-render-test-runner/render-tests/runtime-styling/set-style-layout-property-zoom-function-to-literal/metrics.json index fea6fe2e598..94fd76f9f2e 100644 --- a/metrics/android-render-test-runner/render-tests/runtime-styling/set-style-layout-property-zoom-function-to-literal/metrics.json +++ b/metrics/android-render-test-runner/render-tests/runtime-styling/set-style-layout-property-zoom-function-to-literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/runtime-styling/set-style-paint-property-default-to-literal/metrics.json b/metrics/android-render-test-runner/render-tests/runtime-styling/set-style-paint-property-default-to-literal/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/android-render-test-runner/render-tests/runtime-styling/set-style-paint-property-default-to-literal/metrics.json +++ b/metrics/android-render-test-runner/render-tests/runtime-styling/set-style-paint-property-default-to-literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/runtime-styling/set-style-paint-property-default-to-property-expression/metrics.json b/metrics/android-render-test-runner/render-tests/runtime-styling/set-style-paint-property-default-to-property-expression/metrics.json index bf5b94a7258..c5dccb9cead 100644 --- a/metrics/android-render-test-runner/render-tests/runtime-styling/set-style-paint-property-default-to-property-expression/metrics.json +++ b/metrics/android-render-test-runner/render-tests/runtime-styling/set-style-paint-property-default-to-property-expression/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/runtime-styling/set-style-paint-property-default-to-property-function/metrics.json b/metrics/android-render-test-runner/render-tests/runtime-styling/set-style-paint-property-default-to-property-function/metrics.json index bf5b94a7258..c5dccb9cead 100644 --- a/metrics/android-render-test-runner/render-tests/runtime-styling/set-style-paint-property-default-to-property-function/metrics.json +++ b/metrics/android-render-test-runner/render-tests/runtime-styling/set-style-paint-property-default-to-property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/runtime-styling/set-style-paint-property-default-to-zoom-expression/metrics.json b/metrics/android-render-test-runner/render-tests/runtime-styling/set-style-paint-property-default-to-zoom-expression/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/android-render-test-runner/render-tests/runtime-styling/set-style-paint-property-default-to-zoom-expression/metrics.json +++ b/metrics/android-render-test-runner/render-tests/runtime-styling/set-style-paint-property-default-to-zoom-expression/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/runtime-styling/set-style-paint-property-default-to-zoom-function/metrics.json b/metrics/android-render-test-runner/render-tests/runtime-styling/set-style-paint-property-default-to-zoom-function/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/android-render-test-runner/render-tests/runtime-styling/set-style-paint-property-default-to-zoom-function/metrics.json +++ b/metrics/android-render-test-runner/render-tests/runtime-styling/set-style-paint-property-default-to-zoom-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/runtime-styling/set-style-paint-property-fill-flat-to-extrude/metrics.json b/metrics/android-render-test-runner/render-tests/runtime-styling/set-style-paint-property-fill-flat-to-extrude/metrics.json index 869c4378bf3..f712c8f66dc 100644 --- a/metrics/android-render-test-runner/render-tests/runtime-styling/set-style-paint-property-fill-flat-to-extrude/metrics.json +++ b/metrics/android-render-test-runner/render-tests/runtime-styling/set-style-paint-property-fill-flat-to-extrude/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/runtime-styling/set-style-paint-property-literal-to-default/metrics.json b/metrics/android-render-test-runner/render-tests/runtime-styling/set-style-paint-property-literal-to-default/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/android-render-test-runner/render-tests/runtime-styling/set-style-paint-property-literal-to-default/metrics.json +++ b/metrics/android-render-test-runner/render-tests/runtime-styling/set-style-paint-property-literal-to-default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/runtime-styling/set-style-paint-property-literal-to-expression/metrics.json b/metrics/android-render-test-runner/render-tests/runtime-styling/set-style-paint-property-literal-to-expression/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/android-render-test-runner/render-tests/runtime-styling/set-style-paint-property-literal-to-expression/metrics.json +++ b/metrics/android-render-test-runner/render-tests/runtime-styling/set-style-paint-property-literal-to-expression/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/runtime-styling/set-style-paint-property-literal-to-function/metrics.json b/metrics/android-render-test-runner/render-tests/runtime-styling/set-style-paint-property-literal-to-function/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/android-render-test-runner/render-tests/runtime-styling/set-style-paint-property-literal-to-function/metrics.json +++ b/metrics/android-render-test-runner/render-tests/runtime-styling/set-style-paint-property-literal-to-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/runtime-styling/set-style-paint-property-literal-to-property-expression/metrics.json b/metrics/android-render-test-runner/render-tests/runtime-styling/set-style-paint-property-literal-to-property-expression/metrics.json index bf5b94a7258..c5dccb9cead 100644 --- a/metrics/android-render-test-runner/render-tests/runtime-styling/set-style-paint-property-literal-to-property-expression/metrics.json +++ b/metrics/android-render-test-runner/render-tests/runtime-styling/set-style-paint-property-literal-to-property-expression/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/runtime-styling/set-style-paint-property-literal-to-property-function/metrics.json b/metrics/android-render-test-runner/render-tests/runtime-styling/set-style-paint-property-literal-to-property-function/metrics.json index bf5b94a7258..c5dccb9cead 100644 --- a/metrics/android-render-test-runner/render-tests/runtime-styling/set-style-paint-property-literal-to-property-function/metrics.json +++ b/metrics/android-render-test-runner/render-tests/runtime-styling/set-style-paint-property-literal-to-property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/runtime-styling/set-style-paint-property-property-expression-to-default/metrics.json b/metrics/android-render-test-runner/render-tests/runtime-styling/set-style-paint-property-property-expression-to-default/metrics.json index b7fcd045414..c5dc4e05e94 100644 --- a/metrics/android-render-test-runner/render-tests/runtime-styling/set-style-paint-property-property-expression-to-default/metrics.json +++ b/metrics/android-render-test-runner/render-tests/runtime-styling/set-style-paint-property-property-expression-to-default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/runtime-styling/set-style-paint-property-property-expression-to-literal/metrics.json b/metrics/android-render-test-runner/render-tests/runtime-styling/set-style-paint-property-property-expression-to-literal/metrics.json index b7fcd045414..c5dc4e05e94 100644 --- a/metrics/android-render-test-runner/render-tests/runtime-styling/set-style-paint-property-property-expression-to-literal/metrics.json +++ b/metrics/android-render-test-runner/render-tests/runtime-styling/set-style-paint-property-property-expression-to-literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/runtime-styling/set-style-paint-property-property-function-to-default/metrics.json b/metrics/android-render-test-runner/render-tests/runtime-styling/set-style-paint-property-property-function-to-default/metrics.json index b7fcd045414..c5dc4e05e94 100644 --- a/metrics/android-render-test-runner/render-tests/runtime-styling/set-style-paint-property-property-function-to-default/metrics.json +++ b/metrics/android-render-test-runner/render-tests/runtime-styling/set-style-paint-property-property-function-to-default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/runtime-styling/set-style-paint-property-property-function-to-literal/metrics.json b/metrics/android-render-test-runner/render-tests/runtime-styling/set-style-paint-property-property-function-to-literal/metrics.json index b7fcd045414..c5dc4e05e94 100644 --- a/metrics/android-render-test-runner/render-tests/runtime-styling/set-style-paint-property-property-function-to-literal/metrics.json +++ b/metrics/android-render-test-runner/render-tests/runtime-styling/set-style-paint-property-property-function-to-literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/runtime-styling/set-style-paint-property-zoom-expression-to-default/metrics.json b/metrics/android-render-test-runner/render-tests/runtime-styling/set-style-paint-property-zoom-expression-to-default/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/android-render-test-runner/render-tests/runtime-styling/set-style-paint-property-zoom-expression-to-default/metrics.json +++ b/metrics/android-render-test-runner/render-tests/runtime-styling/set-style-paint-property-zoom-expression-to-default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/runtime-styling/set-style-paint-property-zoom-expression-to-literal/metrics.json b/metrics/android-render-test-runner/render-tests/runtime-styling/set-style-paint-property-zoom-expression-to-literal/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/android-render-test-runner/render-tests/runtime-styling/set-style-paint-property-zoom-expression-to-literal/metrics.json +++ b/metrics/android-render-test-runner/render-tests/runtime-styling/set-style-paint-property-zoom-expression-to-literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/runtime-styling/set-style-paint-property-zoom-function-to-default/metrics.json b/metrics/android-render-test-runner/render-tests/runtime-styling/set-style-paint-property-zoom-function-to-default/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/android-render-test-runner/render-tests/runtime-styling/set-style-paint-property-zoom-function-to-default/metrics.json +++ b/metrics/android-render-test-runner/render-tests/runtime-styling/set-style-paint-property-zoom-function-to-default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/runtime-styling/set-style-paint-property-zoom-function-to-literal/metrics.json b/metrics/android-render-test-runner/render-tests/runtime-styling/set-style-paint-property-zoom-function-to-literal/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/android-render-test-runner/render-tests/runtime-styling/set-style-paint-property-zoom-function-to-literal/metrics.json +++ b/metrics/android-render-test-runner/render-tests/runtime-styling/set-style-paint-property-zoom-function-to-literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/runtime-styling/set-style-source-add-geojson-inline/metrics.json b/metrics/android-render-test-runner/render-tests/runtime-styling/set-style-source-add-geojson-inline/metrics.json index 01b432fe214..e30b6a8224f 100644 --- a/metrics/android-render-test-runner/render-tests/runtime-styling/set-style-source-add-geojson-inline/metrics.json +++ b/metrics/android-render-test-runner/render-tests/runtime-styling/set-style-source-add-geojson-inline/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/runtime-styling/set-style-source-add-geojson-url/metrics.json b/metrics/android-render-test-runner/render-tests/runtime-styling/set-style-source-add-geojson-url/metrics.json index 7f4a0466396..2cacd07ae36 100644 --- a/metrics/android-render-test-runner/render-tests/runtime-styling/set-style-source-add-geojson-url/metrics.json +++ b/metrics/android-render-test-runner/render-tests/runtime-styling/set-style-source-add-geojson-url/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/runtime-styling/set-style-source-add-raster-inline/metrics.json b/metrics/android-render-test-runner/render-tests/runtime-styling/set-style-source-add-raster-inline/metrics.json index 2e017e0a393..1e9df4d1869 100644 --- a/metrics/android-render-test-runner/render-tests/runtime-styling/set-style-source-add-raster-inline/metrics.json +++ b/metrics/android-render-test-runner/render-tests/runtime-styling/set-style-source-add-raster-inline/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/runtime-styling/set-style-source-add-raster-url/metrics.json b/metrics/android-render-test-runner/render-tests/runtime-styling/set-style-source-add-raster-url/metrics.json index 95c3df52a82..837ce203cf6 100644 --- a/metrics/android-render-test-runner/render-tests/runtime-styling/set-style-source-add-raster-url/metrics.json +++ b/metrics/android-render-test-runner/render-tests/runtime-styling/set-style-source-add-raster-url/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/runtime-styling/set-style-source-add-vector-inline/metrics.json b/metrics/android-render-test-runner/render-tests/runtime-styling/set-style-source-add-vector-inline/metrics.json index 9028b81da14..b6fa97f3499 100644 --- a/metrics/android-render-test-runner/render-tests/runtime-styling/set-style-source-add-vector-inline/metrics.json +++ b/metrics/android-render-test-runner/render-tests/runtime-styling/set-style-source-add-vector-inline/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/runtime-styling/set-style-source-add-vector-url/metrics.json b/metrics/android-render-test-runner/render-tests/runtime-styling/set-style-source-add-vector-url/metrics.json index 848e2d81c43..693d4819b79 100644 --- a/metrics/android-render-test-runner/render-tests/runtime-styling/set-style-source-add-vector-url/metrics.json +++ b/metrics/android-render-test-runner/render-tests/runtime-styling/set-style-source-add-vector-url/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/runtime-styling/set-style-source-update/metrics.json b/metrics/android-render-test-runner/render-tests/runtime-styling/set-style-source-update/metrics.json index 01b432fe214..e30b6a8224f 100644 --- a/metrics/android-render-test-runner/render-tests/runtime-styling/set-style-source-update/metrics.json +++ b/metrics/android-render-test-runner/render-tests/runtime-styling/set-style-source-update/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/runtime-styling/set-style-sprite/metrics.json b/metrics/android-render-test-runner/render-tests/runtime-styling/set-style-sprite/metrics.json index 79e78104863..a2643ebba77 100644 --- a/metrics/android-render-test-runner/render-tests/runtime-styling/set-style-sprite/metrics.json +++ b/metrics/android-render-test-runner/render-tests/runtime-styling/set-style-sprite/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/runtime-styling/set-style-visibility-default-to-none/metrics.json b/metrics/android-render-test-runner/render-tests/runtime-styling/set-style-visibility-default-to-none/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/android-render-test-runner/render-tests/runtime-styling/set-style-visibility-default-to-none/metrics.json +++ b/metrics/android-render-test-runner/render-tests/runtime-styling/set-style-visibility-default-to-none/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/runtime-styling/set-style-visibility-default-to-visible/metrics.json b/metrics/android-render-test-runner/render-tests/runtime-styling/set-style-visibility-default-to-visible/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/android-render-test-runner/render-tests/runtime-styling/set-style-visibility-default-to-visible/metrics.json +++ b/metrics/android-render-test-runner/render-tests/runtime-styling/set-style-visibility-default-to-visible/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/runtime-styling/set-style-visibility-none-to-default/metrics.json b/metrics/android-render-test-runner/render-tests/runtime-styling/set-style-visibility-none-to-default/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/android-render-test-runner/render-tests/runtime-styling/set-style-visibility-none-to-default/metrics.json +++ b/metrics/android-render-test-runner/render-tests/runtime-styling/set-style-visibility-none-to-default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/runtime-styling/set-style-visibility-none-to-visible/metrics.json b/metrics/android-render-test-runner/render-tests/runtime-styling/set-style-visibility-none-to-visible/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/android-render-test-runner/render-tests/runtime-styling/set-style-visibility-none-to-visible/metrics.json +++ b/metrics/android-render-test-runner/render-tests/runtime-styling/set-style-visibility-none-to-visible/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/runtime-styling/set-style-visibility-visible-to-default/metrics.json b/metrics/android-render-test-runner/render-tests/runtime-styling/set-style-visibility-visible-to-default/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/android-render-test-runner/render-tests/runtime-styling/set-style-visibility-visible-to-default/metrics.json +++ b/metrics/android-render-test-runner/render-tests/runtime-styling/set-style-visibility-visible-to-default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/runtime-styling/set-style-visibility-visible-to-none/metrics.json b/metrics/android-render-test-runner/render-tests/runtime-styling/set-style-visibility-visible-to-none/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/android-render-test-runner/render-tests/runtime-styling/set-style-visibility-visible-to-none/metrics.json +++ b/metrics/android-render-test-runner/render-tests/runtime-styling/set-style-visibility-visible-to-none/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/runtime-styling/source-add-geojson-inline/metrics.json b/metrics/android-render-test-runner/render-tests/runtime-styling/source-add-geojson-inline/metrics.json index 01b432fe214..e30b6a8224f 100644 --- a/metrics/android-render-test-runner/render-tests/runtime-styling/source-add-geojson-inline/metrics.json +++ b/metrics/android-render-test-runner/render-tests/runtime-styling/source-add-geojson-inline/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/runtime-styling/source-add-geojson-url/metrics.json b/metrics/android-render-test-runner/render-tests/runtime-styling/source-add-geojson-url/metrics.json index 7f4a0466396..2cacd07ae36 100644 --- a/metrics/android-render-test-runner/render-tests/runtime-styling/source-add-geojson-url/metrics.json +++ b/metrics/android-render-test-runner/render-tests/runtime-styling/source-add-geojson-url/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/runtime-styling/source-add-raster-inline/metrics.json b/metrics/android-render-test-runner/render-tests/runtime-styling/source-add-raster-inline/metrics.json index 2e017e0a393..1e9df4d1869 100644 --- a/metrics/android-render-test-runner/render-tests/runtime-styling/source-add-raster-inline/metrics.json +++ b/metrics/android-render-test-runner/render-tests/runtime-styling/source-add-raster-inline/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/runtime-styling/source-add-raster-url/metrics.json b/metrics/android-render-test-runner/render-tests/runtime-styling/source-add-raster-url/metrics.json index 95c3df52a82..837ce203cf6 100644 --- a/metrics/android-render-test-runner/render-tests/runtime-styling/source-add-raster-url/metrics.json +++ b/metrics/android-render-test-runner/render-tests/runtime-styling/source-add-raster-url/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/runtime-styling/source-add-vector-inline/metrics.json b/metrics/android-render-test-runner/render-tests/runtime-styling/source-add-vector-inline/metrics.json index 9028b81da14..b6fa97f3499 100644 --- a/metrics/android-render-test-runner/render-tests/runtime-styling/source-add-vector-inline/metrics.json +++ b/metrics/android-render-test-runner/render-tests/runtime-styling/source-add-vector-inline/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/runtime-styling/source-add-vector-url/metrics.json b/metrics/android-render-test-runner/render-tests/runtime-styling/source-add-vector-url/metrics.json index 848e2d81c43..693d4819b79 100644 --- a/metrics/android-render-test-runner/render-tests/runtime-styling/source-add-vector-url/metrics.json +++ b/metrics/android-render-test-runner/render-tests/runtime-styling/source-add-vector-url/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/runtime-styling/visibility-default-to-none/metrics.json b/metrics/android-render-test-runner/render-tests/runtime-styling/visibility-default-to-none/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/android-render-test-runner/render-tests/runtime-styling/visibility-default-to-none/metrics.json +++ b/metrics/android-render-test-runner/render-tests/runtime-styling/visibility-default-to-none/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/runtime-styling/visibility-default-to-visible/metrics.json b/metrics/android-render-test-runner/render-tests/runtime-styling/visibility-default-to-visible/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/android-render-test-runner/render-tests/runtime-styling/visibility-default-to-visible/metrics.json +++ b/metrics/android-render-test-runner/render-tests/runtime-styling/visibility-default-to-visible/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/runtime-styling/visibility-none-to-default/metrics.json b/metrics/android-render-test-runner/render-tests/runtime-styling/visibility-none-to-default/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/android-render-test-runner/render-tests/runtime-styling/visibility-none-to-default/metrics.json +++ b/metrics/android-render-test-runner/render-tests/runtime-styling/visibility-none-to-default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/runtime-styling/visibility-none-to-visible/metrics.json b/metrics/android-render-test-runner/render-tests/runtime-styling/visibility-none-to-visible/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/android-render-test-runner/render-tests/runtime-styling/visibility-none-to-visible/metrics.json +++ b/metrics/android-render-test-runner/render-tests/runtime-styling/visibility-none-to-visible/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/runtime-styling/visibility-visible-to-default/metrics.json b/metrics/android-render-test-runner/render-tests/runtime-styling/visibility-visible-to-default/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/android-render-test-runner/render-tests/runtime-styling/visibility-visible-to-default/metrics.json +++ b/metrics/android-render-test-runner/render-tests/runtime-styling/visibility-visible-to-default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/runtime-styling/visibility-visible-to-none/metrics.json b/metrics/android-render-test-runner/render-tests/runtime-styling/visibility-visible-to-none/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/android-render-test-runner/render-tests/runtime-styling/visibility-visible-to-none/metrics.json +++ b/metrics/android-render-test-runner/render-tests/runtime-styling/visibility-visible-to-none/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/satellite-v9/z0/metrics.json b/metrics/android-render-test-runner/render-tests/satellite-v9/z0/metrics.json index b3dedd944d2..7ab4dff21d4 100644 --- a/metrics/android-render-test-runner/render-tests/satellite-v9/z0/metrics.json +++ b/metrics/android-render-test-runner/render-tests/satellite-v9/z0/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/sparse-tileset/overdraw/metrics.json b/metrics/android-render-test-runner/render-tests/sparse-tileset/overdraw/metrics.json index 04af83427d6..ec1e0dd374c 100644 --- a/metrics/android-render-test-runner/render-tests/sparse-tileset/overdraw/metrics.json +++ b/metrics/android-render-test-runner/render-tests/sparse-tileset/overdraw/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/sprites/1x-screen-1x-icon/metrics.json b/metrics/android-render-test-runner/render-tests/sprites/1x-screen-1x-icon/metrics.json index 20bd7543c10..c08a49c598c 100644 --- a/metrics/android-render-test-runner/render-tests/sprites/1x-screen-1x-icon/metrics.json +++ b/metrics/android-render-test-runner/render-tests/sprites/1x-screen-1x-icon/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/sprites/1x-screen-1x-pattern/metrics.json b/metrics/android-render-test-runner/render-tests/sprites/1x-screen-1x-pattern/metrics.json index 450fd3b15f0..6d05bbbaa61 100644 --- a/metrics/android-render-test-runner/render-tests/sprites/1x-screen-1x-pattern/metrics.json +++ b/metrics/android-render-test-runner/render-tests/sprites/1x-screen-1x-pattern/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/sprites/1x-screen-2x-icon/metrics.json b/metrics/android-render-test-runner/render-tests/sprites/1x-screen-2x-icon/metrics.json index e962ac627ed..af537789248 100644 --- a/metrics/android-render-test-runner/render-tests/sprites/1x-screen-2x-icon/metrics.json +++ b/metrics/android-render-test-runner/render-tests/sprites/1x-screen-2x-icon/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/sprites/1x-screen-2x-pattern/metrics.json b/metrics/android-render-test-runner/render-tests/sprites/1x-screen-2x-pattern/metrics.json index fb033edaf0c..c0f6d012bee 100644 --- a/metrics/android-render-test-runner/render-tests/sprites/1x-screen-2x-pattern/metrics.json +++ b/metrics/android-render-test-runner/render-tests/sprites/1x-screen-2x-pattern/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/sprites/2x-screen-1x-icon/metrics.json b/metrics/android-render-test-runner/render-tests/sprites/2x-screen-1x-icon/metrics.json index 20bd7543c10..c08a49c598c 100644 --- a/metrics/android-render-test-runner/render-tests/sprites/2x-screen-1x-icon/metrics.json +++ b/metrics/android-render-test-runner/render-tests/sprites/2x-screen-1x-icon/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/sprites/2x-screen-1x-pattern/metrics.json b/metrics/android-render-test-runner/render-tests/sprites/2x-screen-1x-pattern/metrics.json index 450fd3b15f0..6d05bbbaa61 100644 --- a/metrics/android-render-test-runner/render-tests/sprites/2x-screen-1x-pattern/metrics.json +++ b/metrics/android-render-test-runner/render-tests/sprites/2x-screen-1x-pattern/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/sprites/2x-screen-2x-icon/metrics.json b/metrics/android-render-test-runner/render-tests/sprites/2x-screen-2x-icon/metrics.json index e962ac627ed..af537789248 100644 --- a/metrics/android-render-test-runner/render-tests/sprites/2x-screen-2x-icon/metrics.json +++ b/metrics/android-render-test-runner/render-tests/sprites/2x-screen-2x-icon/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/sprites/2x-screen-2x-pattern/metrics.json b/metrics/android-render-test-runner/render-tests/sprites/2x-screen-2x-pattern/metrics.json index fb033edaf0c..c0f6d012bee 100644 --- a/metrics/android-render-test-runner/render-tests/sprites/2x-screen-2x-pattern/metrics.json +++ b/metrics/android-render-test-runner/render-tests/sprites/2x-screen-2x-pattern/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/sprites/array-default-only/metrics.json b/metrics/android-render-test-runner/render-tests/sprites/array-default-only/metrics.json index 28c44c7705c..3f7e1d890f1 100644 --- a/metrics/android-render-test-runner/render-tests/sprites/array-default-only/metrics.json +++ b/metrics/android-render-test-runner/render-tests/sprites/array-default-only/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/sprites/array-multiple/metrics.json b/metrics/android-render-test-runner/render-tests/sprites/array-multiple/metrics.json index 45342fbc3d7..625ad67cbb7 100644 --- a/metrics/android-render-test-runner/render-tests/sprites/array-multiple/metrics.json +++ b/metrics/android-render-test-runner/render-tests/sprites/array-multiple/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/symbol-geometry/linestring/metrics.json b/metrics/android-render-test-runner/render-tests/symbol-geometry/linestring/metrics.json index 10e4e9f2ba1..aec759ba819 100644 --- a/metrics/android-render-test-runner/render-tests/symbol-geometry/linestring/metrics.json +++ b/metrics/android-render-test-runner/render-tests/symbol-geometry/linestring/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/symbol-geometry/multilinestring/metrics.json b/metrics/android-render-test-runner/render-tests/symbol-geometry/multilinestring/metrics.json index 9deff6e405c..6f60266cf89 100644 --- a/metrics/android-render-test-runner/render-tests/symbol-geometry/multilinestring/metrics.json +++ b/metrics/android-render-test-runner/render-tests/symbol-geometry/multilinestring/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/symbol-geometry/multipoint/metrics.json b/metrics/android-render-test-runner/render-tests/symbol-geometry/multipoint/metrics.json index 9deff6e405c..6f60266cf89 100644 --- a/metrics/android-render-test-runner/render-tests/symbol-geometry/multipoint/metrics.json +++ b/metrics/android-render-test-runner/render-tests/symbol-geometry/multipoint/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/symbol-geometry/multipolygon/metrics.json b/metrics/android-render-test-runner/render-tests/symbol-geometry/multipolygon/metrics.json index 9deff6e405c..6f60266cf89 100644 --- a/metrics/android-render-test-runner/render-tests/symbol-geometry/multipolygon/metrics.json +++ b/metrics/android-render-test-runner/render-tests/symbol-geometry/multipolygon/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/symbol-geometry/point/metrics.json b/metrics/android-render-test-runner/render-tests/symbol-geometry/point/metrics.json index 10e4e9f2ba1..aec759ba819 100644 --- a/metrics/android-render-test-runner/render-tests/symbol-geometry/point/metrics.json +++ b/metrics/android-render-test-runner/render-tests/symbol-geometry/point/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/symbol-geometry/polygon/metrics.json b/metrics/android-render-test-runner/render-tests/symbol-geometry/polygon/metrics.json index 10e4e9f2ba1..aec759ba819 100644 --- a/metrics/android-render-test-runner/render-tests/symbol-geometry/polygon/metrics.json +++ b/metrics/android-render-test-runner/render-tests/symbol-geometry/polygon/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/symbol-placement/line-center-buffer-tile-map-mode/metrics.json b/metrics/android-render-test-runner/render-tests/symbol-placement/line-center-buffer-tile-map-mode/metrics.json index 228731dd4e2..32fd5783b7d 100644 --- a/metrics/android-render-test-runner/render-tests/symbol-placement/line-center-buffer-tile-map-mode/metrics.json +++ b/metrics/android-render-test-runner/render-tests/symbol-placement/line-center-buffer-tile-map-mode/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/symbol-placement/line-center-buffer/metrics.json b/metrics/android-render-test-runner/render-tests/symbol-placement/line-center-buffer/metrics.json index 2bdb228c522..1b06ecb414c 100644 --- a/metrics/android-render-test-runner/render-tests/symbol-placement/line-center-buffer/metrics.json +++ b/metrics/android-render-test-runner/render-tests/symbol-placement/line-center-buffer/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/symbol-placement/line-center-tile-map-mode/metrics.json b/metrics/android-render-test-runner/render-tests/symbol-placement/line-center-tile-map-mode/metrics.json index e6f162de074..af208f4742d 100644 --- a/metrics/android-render-test-runner/render-tests/symbol-placement/line-center-tile-map-mode/metrics.json +++ b/metrics/android-render-test-runner/render-tests/symbol-placement/line-center-tile-map-mode/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/symbol-placement/line-center/metrics.json b/metrics/android-render-test-runner/render-tests/symbol-placement/line-center/metrics.json index 480f8a18cdc..ae11e16aa4a 100644 --- a/metrics/android-render-test-runner/render-tests/symbol-placement/line-center/metrics.json +++ b/metrics/android-render-test-runner/render-tests/symbol-placement/line-center/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/symbol-placement/line-overscaled/metrics.json b/metrics/android-render-test-runner/render-tests/symbol-placement/line-overscaled/metrics.json index daaadcdba24..88efc5dd13c 100644 --- a/metrics/android-render-test-runner/render-tests/symbol-placement/line-overscaled/metrics.json +++ b/metrics/android-render-test-runner/render-tests/symbol-placement/line-overscaled/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/symbol-placement/line/metrics.json b/metrics/android-render-test-runner/render-tests/symbol-placement/line/metrics.json index 178821e1ca4..33339ca2639 100644 --- a/metrics/android-render-test-runner/render-tests/symbol-placement/line/metrics.json +++ b/metrics/android-render-test-runner/render-tests/symbol-placement/line/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/symbol-placement/point-polygon/metrics.json b/metrics/android-render-test-runner/render-tests/symbol-placement/point-polygon/metrics.json index 95aa395c60a..1147f972284 100644 --- a/metrics/android-render-test-runner/render-tests/symbol-placement/point-polygon/metrics.json +++ b/metrics/android-render-test-runner/render-tests/symbol-placement/point-polygon/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/symbol-placement/point/metrics.json b/metrics/android-render-test-runner/render-tests/symbol-placement/point/metrics.json index 178821e1ca4..33339ca2639 100644 --- a/metrics/android-render-test-runner/render-tests/symbol-placement/point/metrics.json +++ b/metrics/android-render-test-runner/render-tests/symbol-placement/point/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/symbol-sort-key/icon-expression/metrics.json b/metrics/android-render-test-runner/render-tests/symbol-sort-key/icon-expression/metrics.json index 6c810abb8ae..86bf8e915bc 100644 --- a/metrics/android-render-test-runner/render-tests/symbol-sort-key/icon-expression/metrics.json +++ b/metrics/android-render-test-runner/render-tests/symbol-sort-key/icon-expression/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/symbol-sort-key/placement-tile-boundary-left-then-right/metrics.json b/metrics/android-render-test-runner/render-tests/symbol-sort-key/placement-tile-boundary-left-then-right/metrics.json index 6c810abb8ae..86bf8e915bc 100644 --- a/metrics/android-render-test-runner/render-tests/symbol-sort-key/placement-tile-boundary-left-then-right/metrics.json +++ b/metrics/android-render-test-runner/render-tests/symbol-sort-key/placement-tile-boundary-left-then-right/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/symbol-sort-key/text-expression/metrics.json b/metrics/android-render-test-runner/render-tests/symbol-sort-key/text-expression/metrics.json index 7298ff45e05..435793eb902 100644 --- a/metrics/android-render-test-runner/render-tests/symbol-sort-key/text-expression/metrics.json +++ b/metrics/android-render-test-runner/render-tests/symbol-sort-key/text-expression/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/symbol-sort-key/text-ignore-placement/metrics.json b/metrics/android-render-test-runner/render-tests/symbol-sort-key/text-ignore-placement/metrics.json index c501cdfe8be..aad7ceb6948 100644 --- a/metrics/android-render-test-runner/render-tests/symbol-sort-key/text-ignore-placement/metrics.json +++ b/metrics/android-render-test-runner/render-tests/symbol-sort-key/text-ignore-placement/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/symbol-sort-key/text-placement/metrics.json b/metrics/android-render-test-runner/render-tests/symbol-sort-key/text-placement/metrics.json index b6cfd840ae3..eeb740f782a 100644 --- a/metrics/android-render-test-runner/render-tests/symbol-sort-key/text-placement/metrics.json +++ b/metrics/android-render-test-runner/render-tests/symbol-sort-key/text-placement/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/symbol-spacing/line-close/metrics.json b/metrics/android-render-test-runner/render-tests/symbol-spacing/line-close/metrics.json index bfed6ec2971..1f4e959c7eb 100644 --- a/metrics/android-render-test-runner/render-tests/symbol-spacing/line-close/metrics.json +++ b/metrics/android-render-test-runner/render-tests/symbol-spacing/line-close/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/symbol-spacing/line-far/metrics.json b/metrics/android-render-test-runner/render-tests/symbol-spacing/line-far/metrics.json index bfed6ec2971..1f4e959c7eb 100644 --- a/metrics/android-render-test-runner/render-tests/symbol-spacing/line-far/metrics.json +++ b/metrics/android-render-test-runner/render-tests/symbol-spacing/line-far/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/symbol-spacing/line-overscaled/metrics.json b/metrics/android-render-test-runner/render-tests/symbol-spacing/line-overscaled/metrics.json index 23e6cccadb7..6445ef0b27b 100644 --- a/metrics/android-render-test-runner/render-tests/symbol-spacing/line-overscaled/metrics.json +++ b/metrics/android-render-test-runner/render-tests/symbol-spacing/line-overscaled/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/symbol-spacing/point-close/metrics.json b/metrics/android-render-test-runner/render-tests/symbol-spacing/point-close/metrics.json index bfed6ec2971..1f4e959c7eb 100644 --- a/metrics/android-render-test-runner/render-tests/symbol-spacing/point-close/metrics.json +++ b/metrics/android-render-test-runner/render-tests/symbol-spacing/point-close/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/symbol-spacing/point-far/metrics.json b/metrics/android-render-test-runner/render-tests/symbol-spacing/point-far/metrics.json index bfed6ec2971..1f4e959c7eb 100644 --- a/metrics/android-render-test-runner/render-tests/symbol-spacing/point-far/metrics.json +++ b/metrics/android-render-test-runner/render-tests/symbol-spacing/point-far/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/symbol-visibility/none/metrics.json b/metrics/android-render-test-runner/render-tests/symbol-visibility/none/metrics.json index 95a181bd8c4..ee07c12cbd3 100644 --- a/metrics/android-render-test-runner/render-tests/symbol-visibility/none/metrics.json +++ b/metrics/android-render-test-runner/render-tests/symbol-visibility/none/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/symbol-visibility/visible/metrics.json b/metrics/android-render-test-runner/render-tests/symbol-visibility/visible/metrics.json index 1de5e049d89..9de5637253b 100644 --- a/metrics/android-render-test-runner/render-tests/symbol-visibility/visible/metrics.json +++ b/metrics/android-render-test-runner/render-tests/symbol-visibility/visible/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/symbol-z-order/default/metrics.json b/metrics/android-render-test-runner/render-tests/symbol-z-order/default/metrics.json index b5449900fc3..0ca3c5d6926 100644 --- a/metrics/android-render-test-runner/render-tests/symbol-z-order/default/metrics.json +++ b/metrics/android-render-test-runner/render-tests/symbol-z-order/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/symbol-z-order/disabled/metrics.json b/metrics/android-render-test-runner/render-tests/symbol-z-order/disabled/metrics.json index b5449900fc3..0ca3c5d6926 100644 --- a/metrics/android-render-test-runner/render-tests/symbol-z-order/disabled/metrics.json +++ b/metrics/android-render-test-runner/render-tests/symbol-z-order/disabled/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/symbol-z-order/icon-with-text/metrics.json b/metrics/android-render-test-runner/render-tests/symbol-z-order/icon-with-text/metrics.json index 2acbad453c7..6f58354de6b 100644 --- a/metrics/android-render-test-runner/render-tests/symbol-z-order/icon-with-text/metrics.json +++ b/metrics/android-render-test-runner/render-tests/symbol-z-order/icon-with-text/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/symbol-z-order/pitched/metrics.json b/metrics/android-render-test-runner/render-tests/symbol-z-order/pitched/metrics.json index b5449900fc3..0ca3c5d6926 100644 --- a/metrics/android-render-test-runner/render-tests/symbol-z-order/pitched/metrics.json +++ b/metrics/android-render-test-runner/render-tests/symbol-z-order/pitched/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/symbol-z-order/viewport-y/metrics.json b/metrics/android-render-test-runner/render-tests/symbol-z-order/viewport-y/metrics.json index 2acbad453c7..6f58354de6b 100644 --- a/metrics/android-render-test-runner/render-tests/symbol-z-order/viewport-y/metrics.json +++ b/metrics/android-render-test-runner/render-tests/symbol-z-order/viewport-y/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/text-anchor/bottom-left/metrics.json b/metrics/android-render-test-runner/render-tests/text-anchor/bottom-left/metrics.json index 7cdd3a48121..1dab2fc4043 100644 --- a/metrics/android-render-test-runner/render-tests/text-anchor/bottom-left/metrics.json +++ b/metrics/android-render-test-runner/render-tests/text-anchor/bottom-left/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/text-anchor/bottom-right/metrics.json b/metrics/android-render-test-runner/render-tests/text-anchor/bottom-right/metrics.json index 7cdd3a48121..1dab2fc4043 100644 --- a/metrics/android-render-test-runner/render-tests/text-anchor/bottom-right/metrics.json +++ b/metrics/android-render-test-runner/render-tests/text-anchor/bottom-right/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/text-anchor/bottom/metrics.json b/metrics/android-render-test-runner/render-tests/text-anchor/bottom/metrics.json index 7cdd3a48121..1dab2fc4043 100644 --- a/metrics/android-render-test-runner/render-tests/text-anchor/bottom/metrics.json +++ b/metrics/android-render-test-runner/render-tests/text-anchor/bottom/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/text-anchor/center/metrics.json b/metrics/android-render-test-runner/render-tests/text-anchor/center/metrics.json index 7cdd3a48121..1dab2fc4043 100644 --- a/metrics/android-render-test-runner/render-tests/text-anchor/center/metrics.json +++ b/metrics/android-render-test-runner/render-tests/text-anchor/center/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/text-anchor/left/metrics.json b/metrics/android-render-test-runner/render-tests/text-anchor/left/metrics.json index 7cdd3a48121..1dab2fc4043 100644 --- a/metrics/android-render-test-runner/render-tests/text-anchor/left/metrics.json +++ b/metrics/android-render-test-runner/render-tests/text-anchor/left/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/text-anchor/property-function/metrics.json b/metrics/android-render-test-runner/render-tests/text-anchor/property-function/metrics.json index 6d769f56489..f8232fdc316 100644 --- a/metrics/android-render-test-runner/render-tests/text-anchor/property-function/metrics.json +++ b/metrics/android-render-test-runner/render-tests/text-anchor/property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/text-anchor/right/metrics.json b/metrics/android-render-test-runner/render-tests/text-anchor/right/metrics.json index 7cdd3a48121..1dab2fc4043 100644 --- a/metrics/android-render-test-runner/render-tests/text-anchor/right/metrics.json +++ b/metrics/android-render-test-runner/render-tests/text-anchor/right/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/text-anchor/top-left/metrics.json b/metrics/android-render-test-runner/render-tests/text-anchor/top-left/metrics.json index 7cdd3a48121..1dab2fc4043 100644 --- a/metrics/android-render-test-runner/render-tests/text-anchor/top-left/metrics.json +++ b/metrics/android-render-test-runner/render-tests/text-anchor/top-left/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/text-anchor/top-right/metrics.json b/metrics/android-render-test-runner/render-tests/text-anchor/top-right/metrics.json index 7cdd3a48121..1dab2fc4043 100644 --- a/metrics/android-render-test-runner/render-tests/text-anchor/top-right/metrics.json +++ b/metrics/android-render-test-runner/render-tests/text-anchor/top-right/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/text-anchor/top/metrics.json b/metrics/android-render-test-runner/render-tests/text-anchor/top/metrics.json index 7cdd3a48121..1dab2fc4043 100644 --- a/metrics/android-render-test-runner/render-tests/text-anchor/top/metrics.json +++ b/metrics/android-render-test-runner/render-tests/text-anchor/top/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/text-arabic/letter-spacing/metrics.json b/metrics/android-render-test-runner/render-tests/text-arabic/letter-spacing/metrics.json index 932066a29ff..e09d6f41454 100644 --- a/metrics/android-render-test-runner/render-tests/text-arabic/letter-spacing/metrics.json +++ b/metrics/android-render-test-runner/render-tests/text-arabic/letter-spacing/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/text-arabic/line-break-mixed/metrics.json b/metrics/android-render-test-runner/render-tests/text-arabic/line-break-mixed/metrics.json index ed9a1358311..83245913acb 100644 --- a/metrics/android-render-test-runner/render-tests/text-arabic/line-break-mixed/metrics.json +++ b/metrics/android-render-test-runner/render-tests/text-arabic/line-break-mixed/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/text-arabic/line-break/metrics.json b/metrics/android-render-test-runner/render-tests/text-arabic/line-break/metrics.json index 8ebd514b428..579f22445b9 100644 --- a/metrics/android-render-test-runner/render-tests/text-arabic/line-break/metrics.json +++ b/metrics/android-render-test-runner/render-tests/text-arabic/line-break/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/text-arabic/mixed-numeric/metrics.json b/metrics/android-render-test-runner/render-tests/text-arabic/mixed-numeric/metrics.json index a2ea9c5fb7a..ce349c7a6f4 100644 --- a/metrics/android-render-test-runner/render-tests/text-arabic/mixed-numeric/metrics.json +++ b/metrics/android-render-test-runner/render-tests/text-arabic/mixed-numeric/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/text-arabic/multi-paragraph/metrics.json b/metrics/android-render-test-runner/render-tests/text-arabic/multi-paragraph/metrics.json index 987740be5e8..c55637c8d41 100644 --- a/metrics/android-render-test-runner/render-tests/text-arabic/multi-paragraph/metrics.json +++ b/metrics/android-render-test-runner/render-tests/text-arabic/multi-paragraph/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/text-color/default/metrics.json b/metrics/android-render-test-runner/render-tests/text-color/default/metrics.json index cd668f351a5..e87a6d1819e 100644 --- a/metrics/android-render-test-runner/render-tests/text-color/default/metrics.json +++ b/metrics/android-render-test-runner/render-tests/text-color/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/text-color/function/metrics.json b/metrics/android-render-test-runner/render-tests/text-color/function/metrics.json index cd668f351a5..e87a6d1819e 100644 --- a/metrics/android-render-test-runner/render-tests/text-color/function/metrics.json +++ b/metrics/android-render-test-runner/render-tests/text-color/function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/text-color/literal/metrics.json b/metrics/android-render-test-runner/render-tests/text-color/literal/metrics.json index cd668f351a5..e87a6d1819e 100644 --- a/metrics/android-render-test-runner/render-tests/text-color/literal/metrics.json +++ b/metrics/android-render-test-runner/render-tests/text-color/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/text-color/property-function/metrics.json b/metrics/android-render-test-runner/render-tests/text-color/property-function/metrics.json index 60c3ad345f2..73139e6820d 100644 --- a/metrics/android-render-test-runner/render-tests/text-color/property-function/metrics.json +++ b/metrics/android-render-test-runner/render-tests/text-color/property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/text-field/formatted-arabic/metrics.json b/metrics/android-render-test-runner/render-tests/text-field/formatted-arabic/metrics.json index 526f4071d82..222affd61ac 100644 --- a/metrics/android-render-test-runner/render-tests/text-field/formatted-arabic/metrics.json +++ b/metrics/android-render-test-runner/render-tests/text-field/formatted-arabic/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/text-field/formatted-images-constant-size/metrics.json b/metrics/android-render-test-runner/render-tests/text-field/formatted-images-constant-size/metrics.json index 62c000b2908..0651bd495a9 100644 --- a/metrics/android-render-test-runner/render-tests/text-field/formatted-images-constant-size/metrics.json +++ b/metrics/android-render-test-runner/render-tests/text-field/formatted-images-constant-size/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/text-field/formatted-images-line/metrics.json b/metrics/android-render-test-runner/render-tests/text-field/formatted-images-line/metrics.json index a02d0672473..d5b4bbeb562 100644 --- a/metrics/android-render-test-runner/render-tests/text-field/formatted-images-line/metrics.json +++ b/metrics/android-render-test-runner/render-tests/text-field/formatted-images-line/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/text-field/formatted-images-multiline/metrics.json b/metrics/android-render-test-runner/render-tests/text-field/formatted-images-multiline/metrics.json index 137e66bf148..62f32bae66d 100644 --- a/metrics/android-render-test-runner/render-tests/text-field/formatted-images-multiline/metrics.json +++ b/metrics/android-render-test-runner/render-tests/text-field/formatted-images-multiline/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/text-field/formatted-images-variable-anchors-justification/metrics.json b/metrics/android-render-test-runner/render-tests/text-field/formatted-images-variable-anchors-justification/metrics.json index a56a73a714c..691d4ace71c 100644 --- a/metrics/android-render-test-runner/render-tests/text-field/formatted-images-variable-anchors-justification/metrics.json +++ b/metrics/android-render-test-runner/render-tests/text-field/formatted-images-variable-anchors-justification/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/text-field/formatted-images-vertical/metrics.json b/metrics/android-render-test-runner/render-tests/text-field/formatted-images-vertical/metrics.json index 197cdb9b500..af7da93c877 100644 --- a/metrics/android-render-test-runner/render-tests/text-field/formatted-images-vertical/metrics.json +++ b/metrics/android-render-test-runner/render-tests/text-field/formatted-images-vertical/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/text-field/formatted-images-zoom-dependent-size/metrics.json b/metrics/android-render-test-runner/render-tests/text-field/formatted-images-zoom-dependent-size/metrics.json index 4b81074408a..2acfc02c635 100644 --- a/metrics/android-render-test-runner/render-tests/text-field/formatted-images-zoom-dependent-size/metrics.json +++ b/metrics/android-render-test-runner/render-tests/text-field/formatted-images-zoom-dependent-size/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/text-field/formatted-images/metrics.json b/metrics/android-render-test-runner/render-tests/text-field/formatted-images/metrics.json index 52b1978f293..9bc5091e3ad 100644 --- a/metrics/android-render-test-runner/render-tests/text-field/formatted-images/metrics.json +++ b/metrics/android-render-test-runner/render-tests/text-field/formatted-images/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/text-field/formatted-line/metrics.json b/metrics/android-render-test-runner/render-tests/text-field/formatted-line/metrics.json index 089da63a881..57cdbdbfbf1 100644 --- a/metrics/android-render-test-runner/render-tests/text-field/formatted-line/metrics.json +++ b/metrics/android-render-test-runner/render-tests/text-field/formatted-line/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/text-field/formatted-text-color-overrides-nested-expression/metrics.json b/metrics/android-render-test-runner/render-tests/text-field/formatted-text-color-overrides-nested-expression/metrics.json index 128115bae73..87eea7d36c2 100644 --- a/metrics/android-render-test-runner/render-tests/text-field/formatted-text-color-overrides-nested-expression/metrics.json +++ b/metrics/android-render-test-runner/render-tests/text-field/formatted-text-color-overrides-nested-expression/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/text-field/formatted-text-color-overrides/metrics.json b/metrics/android-render-test-runner/render-tests/text-field/formatted-text-color-overrides/metrics.json index 0f1b65a6db0..d34153252ac 100644 --- a/metrics/android-render-test-runner/render-tests/text-field/formatted-text-color-overrides/metrics.json +++ b/metrics/android-render-test-runner/render-tests/text-field/formatted-text-color-overrides/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/text-field/formatted-text-color/metrics.json b/metrics/android-render-test-runner/render-tests/text-field/formatted-text-color/metrics.json index 1640b2b40ba..0f9f3642b62 100644 --- a/metrics/android-render-test-runner/render-tests/text-field/formatted-text-color/metrics.json +++ b/metrics/android-render-test-runner/render-tests/text-field/formatted-text-color/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/text-field/formatted/metrics.json b/metrics/android-render-test-runner/render-tests/text-field/formatted/metrics.json index 883429ed733..e985f09179b 100644 --- a/metrics/android-render-test-runner/render-tests/text-field/formatted/metrics.json +++ b/metrics/android-render-test-runner/render-tests/text-field/formatted/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/text-field/literal/metrics.json b/metrics/android-render-test-runner/render-tests/text-field/literal/metrics.json index 0206fc826fe..25471f81337 100644 --- a/metrics/android-render-test-runner/render-tests/text-field/literal/metrics.json +++ b/metrics/android-render-test-runner/render-tests/text-field/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/text-field/property-function/metrics.json b/metrics/android-render-test-runner/render-tests/text-field/property-function/metrics.json index f20b89d82f2..a84be9b316a 100644 --- a/metrics/android-render-test-runner/render-tests/text-field/property-function/metrics.json +++ b/metrics/android-render-test-runner/render-tests/text-field/property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/text-field/token/metrics.json b/metrics/android-render-test-runner/render-tests/text-field/token/metrics.json index fa46462cc5a..b2eb00bfb73 100644 --- a/metrics/android-render-test-runner/render-tests/text-field/token/metrics.json +++ b/metrics/android-render-test-runner/render-tests/text-field/token/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/text-font/camera-function/metrics.json b/metrics/android-render-test-runner/render-tests/text-font/camera-function/metrics.json index 0206fc826fe..25471f81337 100644 --- a/metrics/android-render-test-runner/render-tests/text-font/camera-function/metrics.json +++ b/metrics/android-render-test-runner/render-tests/text-font/camera-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/text-font/chinese/metrics.json b/metrics/android-render-test-runner/render-tests/text-font/chinese/metrics.json index 46fdec9d053..147bf1ce648 100644 --- a/metrics/android-render-test-runner/render-tests/text-font/chinese/metrics.json +++ b/metrics/android-render-test-runner/render-tests/text-font/chinese/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/text-font/data-expression/metrics.json b/metrics/android-render-test-runner/render-tests/text-font/data-expression/metrics.json index aac1bbcfbce..e33d12c1328 100644 --- a/metrics/android-render-test-runner/render-tests/text-font/data-expression/metrics.json +++ b/metrics/android-render-test-runner/render-tests/text-font/data-expression/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/text-font/literal/metrics.json b/metrics/android-render-test-runner/render-tests/text-font/literal/metrics.json index cd668f351a5..e87a6d1819e 100644 --- a/metrics/android-render-test-runner/render-tests/text-font/literal/metrics.json +++ b/metrics/android-render-test-runner/render-tests/text-font/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/text-halo-blur/default/metrics.json b/metrics/android-render-test-runner/render-tests/text-halo-blur/default/metrics.json index 860834fedbb..4a929fd1bd4 100644 --- a/metrics/android-render-test-runner/render-tests/text-halo-blur/default/metrics.json +++ b/metrics/android-render-test-runner/render-tests/text-halo-blur/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/text-halo-blur/function/metrics.json b/metrics/android-render-test-runner/render-tests/text-halo-blur/function/metrics.json index 860834fedbb..4a929fd1bd4 100644 --- a/metrics/android-render-test-runner/render-tests/text-halo-blur/function/metrics.json +++ b/metrics/android-render-test-runner/render-tests/text-halo-blur/function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/text-halo-blur/literal/metrics.json b/metrics/android-render-test-runner/render-tests/text-halo-blur/literal/metrics.json index 860834fedbb..4a929fd1bd4 100644 --- a/metrics/android-render-test-runner/render-tests/text-halo-blur/literal/metrics.json +++ b/metrics/android-render-test-runner/render-tests/text-halo-blur/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/text-halo-blur/property-function/metrics.json b/metrics/android-render-test-runner/render-tests/text-halo-blur/property-function/metrics.json index 37f4af4128c..895a928afe6 100644 --- a/metrics/android-render-test-runner/render-tests/text-halo-blur/property-function/metrics.json +++ b/metrics/android-render-test-runner/render-tests/text-halo-blur/property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/text-halo-color/default/metrics.json b/metrics/android-render-test-runner/render-tests/text-halo-color/default/metrics.json index bf6832d42b7..0da18b6700e 100644 --- a/metrics/android-render-test-runner/render-tests/text-halo-color/default/metrics.json +++ b/metrics/android-render-test-runner/render-tests/text-halo-color/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/text-halo-color/function/metrics.json b/metrics/android-render-test-runner/render-tests/text-halo-color/function/metrics.json index 860834fedbb..4a929fd1bd4 100644 --- a/metrics/android-render-test-runner/render-tests/text-halo-color/function/metrics.json +++ b/metrics/android-render-test-runner/render-tests/text-halo-color/function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/text-halo-color/literal/metrics.json b/metrics/android-render-test-runner/render-tests/text-halo-color/literal/metrics.json index 860834fedbb..4a929fd1bd4 100644 --- a/metrics/android-render-test-runner/render-tests/text-halo-color/literal/metrics.json +++ b/metrics/android-render-test-runner/render-tests/text-halo-color/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/text-halo-color/property-function/metrics.json b/metrics/android-render-test-runner/render-tests/text-halo-color/property-function/metrics.json index 47cea62594c..4604bb28368 100644 --- a/metrics/android-render-test-runner/render-tests/text-halo-color/property-function/metrics.json +++ b/metrics/android-render-test-runner/render-tests/text-halo-color/property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/text-halo-width/default/metrics.json b/metrics/android-render-test-runner/render-tests/text-halo-width/default/metrics.json index bf6832d42b7..0da18b6700e 100644 --- a/metrics/android-render-test-runner/render-tests/text-halo-width/default/metrics.json +++ b/metrics/android-render-test-runner/render-tests/text-halo-width/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/text-halo-width/function/metrics.json b/metrics/android-render-test-runner/render-tests/text-halo-width/function/metrics.json index 860834fedbb..4a929fd1bd4 100644 --- a/metrics/android-render-test-runner/render-tests/text-halo-width/function/metrics.json +++ b/metrics/android-render-test-runner/render-tests/text-halo-width/function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/text-halo-width/literal/metrics.json b/metrics/android-render-test-runner/render-tests/text-halo-width/literal/metrics.json index 860834fedbb..4a929fd1bd4 100644 --- a/metrics/android-render-test-runner/render-tests/text-halo-width/literal/metrics.json +++ b/metrics/android-render-test-runner/render-tests/text-halo-width/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/text-halo-width/property-function/metrics.json b/metrics/android-render-test-runner/render-tests/text-halo-width/property-function/metrics.json index 37f4af4128c..895a928afe6 100644 --- a/metrics/android-render-test-runner/render-tests/text-halo-width/property-function/metrics.json +++ b/metrics/android-render-test-runner/render-tests/text-halo-width/property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/text-justify/auto/metrics.json b/metrics/android-render-test-runner/render-tests/text-justify/auto/metrics.json index 0f7801b2e47..863c1e62521 100644 --- a/metrics/android-render-test-runner/render-tests/text-justify/auto/metrics.json +++ b/metrics/android-render-test-runner/render-tests/text-justify/auto/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/text-justify/left/metrics.json b/metrics/android-render-test-runner/render-tests/text-justify/left/metrics.json index 41ff7515c7d..82bd5b085e5 100644 --- a/metrics/android-render-test-runner/render-tests/text-justify/left/metrics.json +++ b/metrics/android-render-test-runner/render-tests/text-justify/left/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/text-justify/property-function/metrics.json b/metrics/android-render-test-runner/render-tests/text-justify/property-function/metrics.json index 5c1e774f37b..7c404abd685 100644 --- a/metrics/android-render-test-runner/render-tests/text-justify/property-function/metrics.json +++ b/metrics/android-render-test-runner/render-tests/text-justify/property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/text-justify/right/metrics.json b/metrics/android-render-test-runner/render-tests/text-justify/right/metrics.json index 41ff7515c7d..82bd5b085e5 100644 --- a/metrics/android-render-test-runner/render-tests/text-justify/right/metrics.json +++ b/metrics/android-render-test-runner/render-tests/text-justify/right/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/text-keep-upright/line-placement-false/metrics.json b/metrics/android-render-test-runner/render-tests/text-keep-upright/line-placement-false/metrics.json index 8a117769b21..a814f827a9f 100644 --- a/metrics/android-render-test-runner/render-tests/text-keep-upright/line-placement-false/metrics.json +++ b/metrics/android-render-test-runner/render-tests/text-keep-upright/line-placement-false/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/text-keep-upright/line-placement-true-offset/metrics.json b/metrics/android-render-test-runner/render-tests/text-keep-upright/line-placement-true-offset/metrics.json index 1a478f98578..d161cae9206 100644 --- a/metrics/android-render-test-runner/render-tests/text-keep-upright/line-placement-true-offset/metrics.json +++ b/metrics/android-render-test-runner/render-tests/text-keep-upright/line-placement-true-offset/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/text-keep-upright/line-placement-true-pitched/metrics.json b/metrics/android-render-test-runner/render-tests/text-keep-upright/line-placement-true-pitched/metrics.json index 8a117769b21..a814f827a9f 100644 --- a/metrics/android-render-test-runner/render-tests/text-keep-upright/line-placement-true-pitched/metrics.json +++ b/metrics/android-render-test-runner/render-tests/text-keep-upright/line-placement-true-pitched/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/text-keep-upright/line-placement-true-rotated/metrics.json b/metrics/android-render-test-runner/render-tests/text-keep-upright/line-placement-true-rotated/metrics.json index 8a117769b21..a814f827a9f 100644 --- a/metrics/android-render-test-runner/render-tests/text-keep-upright/line-placement-true-rotated/metrics.json +++ b/metrics/android-render-test-runner/render-tests/text-keep-upright/line-placement-true-rotated/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/text-keep-upright/line-placement-true-text-anchor/metrics.json b/metrics/android-render-test-runner/render-tests/text-keep-upright/line-placement-true-text-anchor/metrics.json index 2412b1cc57c..c06d5652ab9 100644 --- a/metrics/android-render-test-runner/render-tests/text-keep-upright/line-placement-true-text-anchor/metrics.json +++ b/metrics/android-render-test-runner/render-tests/text-keep-upright/line-placement-true-text-anchor/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/text-keep-upright/line-placement-true/metrics.json b/metrics/android-render-test-runner/render-tests/text-keep-upright/line-placement-true/metrics.json index 8a117769b21..a814f827a9f 100644 --- a/metrics/android-render-test-runner/render-tests/text-keep-upright/line-placement-true/metrics.json +++ b/metrics/android-render-test-runner/render-tests/text-keep-upright/line-placement-true/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/text-keep-upright/point-placement-align-map-false/metrics.json b/metrics/android-render-test-runner/render-tests/text-keep-upright/point-placement-align-map-false/metrics.json index 68d8b35e758..f26776bcda2 100644 --- a/metrics/android-render-test-runner/render-tests/text-keep-upright/point-placement-align-map-false/metrics.json +++ b/metrics/android-render-test-runner/render-tests/text-keep-upright/point-placement-align-map-false/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/text-keep-upright/point-placement-align-map-true/metrics.json b/metrics/android-render-test-runner/render-tests/text-keep-upright/point-placement-align-map-true/metrics.json index 68d8b35e758..f26776bcda2 100644 --- a/metrics/android-render-test-runner/render-tests/text-keep-upright/point-placement-align-map-true/metrics.json +++ b/metrics/android-render-test-runner/render-tests/text-keep-upright/point-placement-align-map-true/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/text-keep-upright/point-placement-align-viewport-false/metrics.json b/metrics/android-render-test-runner/render-tests/text-keep-upright/point-placement-align-viewport-false/metrics.json index 68d8b35e758..f26776bcda2 100644 --- a/metrics/android-render-test-runner/render-tests/text-keep-upright/point-placement-align-viewport-false/metrics.json +++ b/metrics/android-render-test-runner/render-tests/text-keep-upright/point-placement-align-viewport-false/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/text-keep-upright/point-placement-align-viewport-true/metrics.json b/metrics/android-render-test-runner/render-tests/text-keep-upright/point-placement-align-viewport-true/metrics.json index 68d8b35e758..f26776bcda2 100644 --- a/metrics/android-render-test-runner/render-tests/text-keep-upright/point-placement-align-viewport-true/metrics.json +++ b/metrics/android-render-test-runner/render-tests/text-keep-upright/point-placement-align-viewport-true/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/text-letter-spacing/function-close/metrics.json b/metrics/android-render-test-runner/render-tests/text-letter-spacing/function-close/metrics.json index cd668f351a5..e87a6d1819e 100644 --- a/metrics/android-render-test-runner/render-tests/text-letter-spacing/function-close/metrics.json +++ b/metrics/android-render-test-runner/render-tests/text-letter-spacing/function-close/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/text-letter-spacing/function-far/metrics.json b/metrics/android-render-test-runner/render-tests/text-letter-spacing/function-far/metrics.json index cd668f351a5..e87a6d1819e 100644 --- a/metrics/android-render-test-runner/render-tests/text-letter-spacing/function-far/metrics.json +++ b/metrics/android-render-test-runner/render-tests/text-letter-spacing/function-far/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/text-letter-spacing/literal/metrics.json b/metrics/android-render-test-runner/render-tests/text-letter-spacing/literal/metrics.json index cd668f351a5..e87a6d1819e 100644 --- a/metrics/android-render-test-runner/render-tests/text-letter-spacing/literal/metrics.json +++ b/metrics/android-render-test-runner/render-tests/text-letter-spacing/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/text-letter-spacing/property-function/metrics.json b/metrics/android-render-test-runner/render-tests/text-letter-spacing/property-function/metrics.json index 97d7f27021a..f9c43e0ab08 100644 --- a/metrics/android-render-test-runner/render-tests/text-letter-spacing/property-function/metrics.json +++ b/metrics/android-render-test-runner/render-tests/text-letter-spacing/property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/text-letter-spacing/zoom-and-property-function/metrics.json b/metrics/android-render-test-runner/render-tests/text-letter-spacing/zoom-and-property-function/metrics.json index fd1ea83213d..ba13f3666cd 100644 --- a/metrics/android-render-test-runner/render-tests/text-letter-spacing/zoom-and-property-function/metrics.json +++ b/metrics/android-render-test-runner/render-tests/text-letter-spacing/zoom-and-property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/text-line-height/literal/metrics.json b/metrics/android-render-test-runner/render-tests/text-line-height/literal/metrics.json index 41ff7515c7d..82bd5b085e5 100644 --- a/metrics/android-render-test-runner/render-tests/text-line-height/literal/metrics.json +++ b/metrics/android-render-test-runner/render-tests/text-line-height/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/text-max-angle/line-center/metrics.json b/metrics/android-render-test-runner/render-tests/text-max-angle/line-center/metrics.json index 9551aabb147..e455ed04458 100644 --- a/metrics/android-render-test-runner/render-tests/text-max-angle/line-center/metrics.json +++ b/metrics/android-render-test-runner/render-tests/text-max-angle/line-center/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/text-max-angle/literal/metrics.json b/metrics/android-render-test-runner/render-tests/text-max-angle/literal/metrics.json index 2ad59dd984e..719c16bc68f 100644 --- a/metrics/android-render-test-runner/render-tests/text-max-angle/literal/metrics.json +++ b/metrics/android-render-test-runner/render-tests/text-max-angle/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/text-max-width/force-double-newline/metrics.json b/metrics/android-render-test-runner/render-tests/text-max-width/force-double-newline/metrics.json index b553d8692d0..9c8863e6884 100644 --- a/metrics/android-render-test-runner/render-tests/text-max-width/force-double-newline/metrics.json +++ b/metrics/android-render-test-runner/render-tests/text-max-width/force-double-newline/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/text-max-width/force-newline/metrics.json b/metrics/android-render-test-runner/render-tests/text-max-width/force-newline/metrics.json index b553d8692d0..9c8863e6884 100644 --- a/metrics/android-render-test-runner/render-tests/text-max-width/force-newline/metrics.json +++ b/metrics/android-render-test-runner/render-tests/text-max-width/force-newline/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/text-max-width/ideographic-breaking/metrics.json b/metrics/android-render-test-runner/render-tests/text-max-width/ideographic-breaking/metrics.json index 4c0301c08db..bfba8c6501e 100644 --- a/metrics/android-render-test-runner/render-tests/text-max-width/ideographic-breaking/metrics.json +++ b/metrics/android-render-test-runner/render-tests/text-max-width/ideographic-breaking/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/text-max-width/ideographic-punctuation-breaking/metrics.json b/metrics/android-render-test-runner/render-tests/text-max-width/ideographic-punctuation-breaking/metrics.json index e6477234cc3..0bacf085d65 100644 --- a/metrics/android-render-test-runner/render-tests/text-max-width/ideographic-punctuation-breaking/metrics.json +++ b/metrics/android-render-test-runner/render-tests/text-max-width/ideographic-punctuation-breaking/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/text-max-width/literal/metrics.json b/metrics/android-render-test-runner/render-tests/text-max-width/literal/metrics.json index 05279818ae7..8fe82720b12 100644 --- a/metrics/android-render-test-runner/render-tests/text-max-width/literal/metrics.json +++ b/metrics/android-render-test-runner/render-tests/text-max-width/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/text-max-width/property-function/metrics.json b/metrics/android-render-test-runner/render-tests/text-max-width/property-function/metrics.json index 8eef9a41661..a997dce756f 100644 --- a/metrics/android-render-test-runner/render-tests/text-max-width/property-function/metrics.json +++ b/metrics/android-render-test-runner/render-tests/text-max-width/property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/text-max-width/zoom-and-property-function/metrics.json b/metrics/android-render-test-runner/render-tests/text-max-width/zoom-and-property-function/metrics.json index b95ec5af3cb..5a07d80519e 100644 --- a/metrics/android-render-test-runner/render-tests/text-max-width/zoom-and-property-function/metrics.json +++ b/metrics/android-render-test-runner/render-tests/text-max-width/zoom-and-property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/text-no-cross-source-collision/default/metrics.json b/metrics/android-render-test-runner/render-tests/text-no-cross-source-collision/default/metrics.json index 563004e9125..bc1581ced4b 100644 --- a/metrics/android-render-test-runner/render-tests/text-no-cross-source-collision/default/metrics.json +++ b/metrics/android-render-test-runner/render-tests/text-no-cross-source-collision/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/text-offset/literal-multiline-anchorcenter-justifycenter-offsetnegative/metrics.json b/metrics/android-render-test-runner/render-tests/text-offset/literal-multiline-anchorcenter-justifycenter-offsetnegative/metrics.json index 6ad395e0b52..9073a53d114 100644 --- a/metrics/android-render-test-runner/render-tests/text-offset/literal-multiline-anchorcenter-justifycenter-offsetnegative/metrics.json +++ b/metrics/android-render-test-runner/render-tests/text-offset/literal-multiline-anchorcenter-justifycenter-offsetnegative/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/text-offset/literal-multiline-anchorcenter-justifycenter-offsetpositive/metrics.json b/metrics/android-render-test-runner/render-tests/text-offset/literal-multiline-anchorcenter-justifycenter-offsetpositive/metrics.json index 6ad395e0b52..9073a53d114 100644 --- a/metrics/android-render-test-runner/render-tests/text-offset/literal-multiline-anchorcenter-justifycenter-offsetpositive/metrics.json +++ b/metrics/android-render-test-runner/render-tests/text-offset/literal-multiline-anchorcenter-justifycenter-offsetpositive/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/text-offset/literal-multiline-anchorcenter-justifyleft-offsetnegative/metrics.json b/metrics/android-render-test-runner/render-tests/text-offset/literal-multiline-anchorcenter-justifyleft-offsetnegative/metrics.json index 6ad395e0b52..9073a53d114 100644 --- a/metrics/android-render-test-runner/render-tests/text-offset/literal-multiline-anchorcenter-justifyleft-offsetnegative/metrics.json +++ b/metrics/android-render-test-runner/render-tests/text-offset/literal-multiline-anchorcenter-justifyleft-offsetnegative/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/text-offset/literal-multiline-anchorcenter-justifyleft-offsetpositive/metrics.json b/metrics/android-render-test-runner/render-tests/text-offset/literal-multiline-anchorcenter-justifyleft-offsetpositive/metrics.json index 6ad395e0b52..9073a53d114 100644 --- a/metrics/android-render-test-runner/render-tests/text-offset/literal-multiline-anchorcenter-justifyleft-offsetpositive/metrics.json +++ b/metrics/android-render-test-runner/render-tests/text-offset/literal-multiline-anchorcenter-justifyleft-offsetpositive/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/text-offset/literal-multiline-anchorcenter-justifyright-offsetnegative/metrics.json b/metrics/android-render-test-runner/render-tests/text-offset/literal-multiline-anchorcenter-justifyright-offsetnegative/metrics.json index 6ad395e0b52..9073a53d114 100644 --- a/metrics/android-render-test-runner/render-tests/text-offset/literal-multiline-anchorcenter-justifyright-offsetnegative/metrics.json +++ b/metrics/android-render-test-runner/render-tests/text-offset/literal-multiline-anchorcenter-justifyright-offsetnegative/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/text-offset/literal-multiline-anchorcenter-justifyright-offsetpositive/metrics.json b/metrics/android-render-test-runner/render-tests/text-offset/literal-multiline-anchorcenter-justifyright-offsetpositive/metrics.json index 6ad395e0b52..9073a53d114 100644 --- a/metrics/android-render-test-runner/render-tests/text-offset/literal-multiline-anchorcenter-justifyright-offsetpositive/metrics.json +++ b/metrics/android-render-test-runner/render-tests/text-offset/literal-multiline-anchorcenter-justifyright-offsetpositive/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/text-offset/literal-multiline-anchorleft-justifycenter-offsetnegative/metrics.json b/metrics/android-render-test-runner/render-tests/text-offset/literal-multiline-anchorleft-justifycenter-offsetnegative/metrics.json index 6ad395e0b52..9073a53d114 100644 --- a/metrics/android-render-test-runner/render-tests/text-offset/literal-multiline-anchorleft-justifycenter-offsetnegative/metrics.json +++ b/metrics/android-render-test-runner/render-tests/text-offset/literal-multiline-anchorleft-justifycenter-offsetnegative/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/text-offset/literal-multiline-anchorleft-justifycenter-offsetpositive/metrics.json b/metrics/android-render-test-runner/render-tests/text-offset/literal-multiline-anchorleft-justifycenter-offsetpositive/metrics.json index 6ad395e0b52..9073a53d114 100644 --- a/metrics/android-render-test-runner/render-tests/text-offset/literal-multiline-anchorleft-justifycenter-offsetpositive/metrics.json +++ b/metrics/android-render-test-runner/render-tests/text-offset/literal-multiline-anchorleft-justifycenter-offsetpositive/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/text-offset/literal-multiline-anchorleft-justifyleft-offsetnegative/metrics.json b/metrics/android-render-test-runner/render-tests/text-offset/literal-multiline-anchorleft-justifyleft-offsetnegative/metrics.json index 6ad395e0b52..9073a53d114 100644 --- a/metrics/android-render-test-runner/render-tests/text-offset/literal-multiline-anchorleft-justifyleft-offsetnegative/metrics.json +++ b/metrics/android-render-test-runner/render-tests/text-offset/literal-multiline-anchorleft-justifyleft-offsetnegative/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/text-offset/literal-multiline-anchorleft-justifyleft-offsetpositive/metrics.json b/metrics/android-render-test-runner/render-tests/text-offset/literal-multiline-anchorleft-justifyleft-offsetpositive/metrics.json index 6ad395e0b52..9073a53d114 100644 --- a/metrics/android-render-test-runner/render-tests/text-offset/literal-multiline-anchorleft-justifyleft-offsetpositive/metrics.json +++ b/metrics/android-render-test-runner/render-tests/text-offset/literal-multiline-anchorleft-justifyleft-offsetpositive/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/text-offset/literal-multiline-anchorleft-justifyright-offsetnegative/metrics.json b/metrics/android-render-test-runner/render-tests/text-offset/literal-multiline-anchorleft-justifyright-offsetnegative/metrics.json index 6ad395e0b52..9073a53d114 100644 --- a/metrics/android-render-test-runner/render-tests/text-offset/literal-multiline-anchorleft-justifyright-offsetnegative/metrics.json +++ b/metrics/android-render-test-runner/render-tests/text-offset/literal-multiline-anchorleft-justifyright-offsetnegative/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/text-offset/literal-multiline-anchorleft-justifyright-offsetpositive/metrics.json b/metrics/android-render-test-runner/render-tests/text-offset/literal-multiline-anchorleft-justifyright-offsetpositive/metrics.json index 6ad395e0b52..9073a53d114 100644 --- a/metrics/android-render-test-runner/render-tests/text-offset/literal-multiline-anchorleft-justifyright-offsetpositive/metrics.json +++ b/metrics/android-render-test-runner/render-tests/text-offset/literal-multiline-anchorleft-justifyright-offsetpositive/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/text-offset/literal-multiline-anchorright-justifycenter-offsetnegative/metrics.json b/metrics/android-render-test-runner/render-tests/text-offset/literal-multiline-anchorright-justifycenter-offsetnegative/metrics.json index 6ad395e0b52..9073a53d114 100644 --- a/metrics/android-render-test-runner/render-tests/text-offset/literal-multiline-anchorright-justifycenter-offsetnegative/metrics.json +++ b/metrics/android-render-test-runner/render-tests/text-offset/literal-multiline-anchorright-justifycenter-offsetnegative/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/text-offset/literal-multiline-anchorright-justifycenter-offsetpositive/metrics.json b/metrics/android-render-test-runner/render-tests/text-offset/literal-multiline-anchorright-justifycenter-offsetpositive/metrics.json index 6ad395e0b52..9073a53d114 100644 --- a/metrics/android-render-test-runner/render-tests/text-offset/literal-multiline-anchorright-justifycenter-offsetpositive/metrics.json +++ b/metrics/android-render-test-runner/render-tests/text-offset/literal-multiline-anchorright-justifycenter-offsetpositive/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/text-offset/literal-multiline-anchorright-justifyleft-offsetnegative/metrics.json b/metrics/android-render-test-runner/render-tests/text-offset/literal-multiline-anchorright-justifyleft-offsetnegative/metrics.json index 6ad395e0b52..9073a53d114 100644 --- a/metrics/android-render-test-runner/render-tests/text-offset/literal-multiline-anchorright-justifyleft-offsetnegative/metrics.json +++ b/metrics/android-render-test-runner/render-tests/text-offset/literal-multiline-anchorright-justifyleft-offsetnegative/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/text-offset/literal-multiline-anchorright-justifyleft-offsetpositive/metrics.json b/metrics/android-render-test-runner/render-tests/text-offset/literal-multiline-anchorright-justifyleft-offsetpositive/metrics.json index 6ad395e0b52..9073a53d114 100644 --- a/metrics/android-render-test-runner/render-tests/text-offset/literal-multiline-anchorright-justifyleft-offsetpositive/metrics.json +++ b/metrics/android-render-test-runner/render-tests/text-offset/literal-multiline-anchorright-justifyleft-offsetpositive/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/text-offset/literal-multiline-anchorright-justifyright-offsetnegative/metrics.json b/metrics/android-render-test-runner/render-tests/text-offset/literal-multiline-anchorright-justifyright-offsetnegative/metrics.json index 6ad395e0b52..9073a53d114 100644 --- a/metrics/android-render-test-runner/render-tests/text-offset/literal-multiline-anchorright-justifyright-offsetnegative/metrics.json +++ b/metrics/android-render-test-runner/render-tests/text-offset/literal-multiline-anchorright-justifyright-offsetnegative/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/text-offset/literal-multiline-anchorright-justifyright-offsetpositive/metrics.json b/metrics/android-render-test-runner/render-tests/text-offset/literal-multiline-anchorright-justifyright-offsetpositive/metrics.json index 6ad395e0b52..9073a53d114 100644 --- a/metrics/android-render-test-runner/render-tests/text-offset/literal-multiline-anchorright-justifyright-offsetpositive/metrics.json +++ b/metrics/android-render-test-runner/render-tests/text-offset/literal-multiline-anchorright-justifyright-offsetpositive/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/text-offset/literal/metrics.json b/metrics/android-render-test-runner/render-tests/text-offset/literal/metrics.json index cd668f351a5..e87a6d1819e 100644 --- a/metrics/android-render-test-runner/render-tests/text-offset/literal/metrics.json +++ b/metrics/android-render-test-runner/render-tests/text-offset/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/text-offset/property-function/metrics.json b/metrics/android-render-test-runner/render-tests/text-offset/property-function/metrics.json index 384ce4dadbc..b628e4f1fa4 100644 --- a/metrics/android-render-test-runner/render-tests/text-offset/property-function/metrics.json +++ b/metrics/android-render-test-runner/render-tests/text-offset/property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/text-opacity/default/metrics.json b/metrics/android-render-test-runner/render-tests/text-opacity/default/metrics.json index cd668f351a5..e87a6d1819e 100644 --- a/metrics/android-render-test-runner/render-tests/text-opacity/default/metrics.json +++ b/metrics/android-render-test-runner/render-tests/text-opacity/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/text-opacity/function/metrics.json b/metrics/android-render-test-runner/render-tests/text-opacity/function/metrics.json index cd668f351a5..e87a6d1819e 100644 --- a/metrics/android-render-test-runner/render-tests/text-opacity/function/metrics.json +++ b/metrics/android-render-test-runner/render-tests/text-opacity/function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/text-opacity/literal/metrics.json b/metrics/android-render-test-runner/render-tests/text-opacity/literal/metrics.json index cd668f351a5..e87a6d1819e 100644 --- a/metrics/android-render-test-runner/render-tests/text-opacity/literal/metrics.json +++ b/metrics/android-render-test-runner/render-tests/text-opacity/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/text-opacity/property-function/metrics.json b/metrics/android-render-test-runner/render-tests/text-opacity/property-function/metrics.json index 6734d0b0460..2bd94ca5323 100644 --- a/metrics/android-render-test-runner/render-tests/text-opacity/property-function/metrics.json +++ b/metrics/android-render-test-runner/render-tests/text-opacity/property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/text-pitch-alignment/auto-text-rotation-alignment-map/metrics.json b/metrics/android-render-test-runner/render-tests/text-pitch-alignment/auto-text-rotation-alignment-map/metrics.json index 1514cee615b..62e171b0cc7 100644 --- a/metrics/android-render-test-runner/render-tests/text-pitch-alignment/auto-text-rotation-alignment-map/metrics.json +++ b/metrics/android-render-test-runner/render-tests/text-pitch-alignment/auto-text-rotation-alignment-map/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/text-pitch-alignment/auto-text-rotation-alignment-viewport/metrics.json b/metrics/android-render-test-runner/render-tests/text-pitch-alignment/auto-text-rotation-alignment-viewport/metrics.json index 1514cee615b..62e171b0cc7 100644 --- a/metrics/android-render-test-runner/render-tests/text-pitch-alignment/auto-text-rotation-alignment-viewport/metrics.json +++ b/metrics/android-render-test-runner/render-tests/text-pitch-alignment/auto-text-rotation-alignment-viewport/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/text-pitch-alignment/map-text-depthtest/metrics.json b/metrics/android-render-test-runner/render-tests/text-pitch-alignment/map-text-depthtest/metrics.json index 2292400be69..8d77e25e27f 100644 --- a/metrics/android-render-test-runner/render-tests/text-pitch-alignment/map-text-depthtest/metrics.json +++ b/metrics/android-render-test-runner/render-tests/text-pitch-alignment/map-text-depthtest/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/text-pitch-alignment/map-text-rotation-alignment-map/metrics.json b/metrics/android-render-test-runner/render-tests/text-pitch-alignment/map-text-rotation-alignment-map/metrics.json index 1514cee615b..62e171b0cc7 100644 --- a/metrics/android-render-test-runner/render-tests/text-pitch-alignment/map-text-rotation-alignment-map/metrics.json +++ b/metrics/android-render-test-runner/render-tests/text-pitch-alignment/map-text-rotation-alignment-map/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/text-pitch-alignment/map-text-rotation-alignment-viewport/metrics.json b/metrics/android-render-test-runner/render-tests/text-pitch-alignment/map-text-rotation-alignment-viewport/metrics.json index 1514cee615b..62e171b0cc7 100644 --- a/metrics/android-render-test-runner/render-tests/text-pitch-alignment/map-text-rotation-alignment-viewport/metrics.json +++ b/metrics/android-render-test-runner/render-tests/text-pitch-alignment/map-text-rotation-alignment-viewport/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/text-pitch-alignment/viewport-overzoomed-single-glyph/metrics.json b/metrics/android-render-test-runner/render-tests/text-pitch-alignment/viewport-overzoomed-single-glyph/metrics.json index d05556cd14e..0ed9a3c07b9 100644 --- a/metrics/android-render-test-runner/render-tests/text-pitch-alignment/viewport-overzoomed-single-glyph/metrics.json +++ b/metrics/android-render-test-runner/render-tests/text-pitch-alignment/viewport-overzoomed-single-glyph/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/text-pitch-alignment/viewport-overzoomed/metrics.json b/metrics/android-render-test-runner/render-tests/text-pitch-alignment/viewport-overzoomed/metrics.json index edd93c6655a..338809341fd 100644 --- a/metrics/android-render-test-runner/render-tests/text-pitch-alignment/viewport-overzoomed/metrics.json +++ b/metrics/android-render-test-runner/render-tests/text-pitch-alignment/viewport-overzoomed/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/text-pitch-alignment/viewport-text-depthtest/metrics.json b/metrics/android-render-test-runner/render-tests/text-pitch-alignment/viewport-text-depthtest/metrics.json index 2292400be69..8d77e25e27f 100644 --- a/metrics/android-render-test-runner/render-tests/text-pitch-alignment/viewport-text-depthtest/metrics.json +++ b/metrics/android-render-test-runner/render-tests/text-pitch-alignment/viewport-text-depthtest/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/text-pitch-alignment/viewport-text-rotation-alignment-map/metrics.json b/metrics/android-render-test-runner/render-tests/text-pitch-alignment/viewport-text-rotation-alignment-map/metrics.json index 1514cee615b..62e171b0cc7 100644 --- a/metrics/android-render-test-runner/render-tests/text-pitch-alignment/viewport-text-rotation-alignment-map/metrics.json +++ b/metrics/android-render-test-runner/render-tests/text-pitch-alignment/viewport-text-rotation-alignment-map/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/text-pitch-alignment/viewport-text-rotation-alignment-viewport/metrics.json b/metrics/android-render-test-runner/render-tests/text-pitch-alignment/viewport-text-rotation-alignment-viewport/metrics.json index 1514cee615b..62e171b0cc7 100644 --- a/metrics/android-render-test-runner/render-tests/text-pitch-alignment/viewport-text-rotation-alignment-viewport/metrics.json +++ b/metrics/android-render-test-runner/render-tests/text-pitch-alignment/viewport-text-rotation-alignment-viewport/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/text-pitch-scaling/line-half/metrics.json b/metrics/android-render-test-runner/render-tests/text-pitch-scaling/line-half/metrics.json index 1514cee615b..62e171b0cc7 100644 --- a/metrics/android-render-test-runner/render-tests/text-pitch-scaling/line-half/metrics.json +++ b/metrics/android-render-test-runner/render-tests/text-pitch-scaling/line-half/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/text-radial-offset/basic/metrics.json b/metrics/android-render-test-runner/render-tests/text-radial-offset/basic/metrics.json index dfa75209163..12fe2bbe545 100644 --- a/metrics/android-render-test-runner/render-tests/text-radial-offset/basic/metrics.json +++ b/metrics/android-render-test-runner/render-tests/text-radial-offset/basic/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/text-rotate/anchor-bottom/metrics.json b/metrics/android-render-test-runner/render-tests/text-rotate/anchor-bottom/metrics.json index 789eb531ac2..6e235d123bd 100644 --- a/metrics/android-render-test-runner/render-tests/text-rotate/anchor-bottom/metrics.json +++ b/metrics/android-render-test-runner/render-tests/text-rotate/anchor-bottom/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/text-rotate/anchor-left/metrics.json b/metrics/android-render-test-runner/render-tests/text-rotate/anchor-left/metrics.json index 789eb531ac2..6e235d123bd 100644 --- a/metrics/android-render-test-runner/render-tests/text-rotate/anchor-left/metrics.json +++ b/metrics/android-render-test-runner/render-tests/text-rotate/anchor-left/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/text-rotate/anchor-right/metrics.json b/metrics/android-render-test-runner/render-tests/text-rotate/anchor-right/metrics.json index 789eb531ac2..6e235d123bd 100644 --- a/metrics/android-render-test-runner/render-tests/text-rotate/anchor-right/metrics.json +++ b/metrics/android-render-test-runner/render-tests/text-rotate/anchor-right/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/text-rotate/anchor-top/metrics.json b/metrics/android-render-test-runner/render-tests/text-rotate/anchor-top/metrics.json index 789eb531ac2..6e235d123bd 100644 --- a/metrics/android-render-test-runner/render-tests/text-rotate/anchor-top/metrics.json +++ b/metrics/android-render-test-runner/render-tests/text-rotate/anchor-top/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/text-rotate/function/metrics.json b/metrics/android-render-test-runner/render-tests/text-rotate/function/metrics.json index 0206fc826fe..25471f81337 100644 --- a/metrics/android-render-test-runner/render-tests/text-rotate/function/metrics.json +++ b/metrics/android-render-test-runner/render-tests/text-rotate/function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/text-rotate/literal/metrics.json b/metrics/android-render-test-runner/render-tests/text-rotate/literal/metrics.json index 0206fc826fe..25471f81337 100644 --- a/metrics/android-render-test-runner/render-tests/text-rotate/literal/metrics.json +++ b/metrics/android-render-test-runner/render-tests/text-rotate/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/text-rotate/property-function/metrics.json b/metrics/android-render-test-runner/render-tests/text-rotate/property-function/metrics.json index 08593319169..d736cae4602 100644 --- a/metrics/android-render-test-runner/render-tests/text-rotate/property-function/metrics.json +++ b/metrics/android-render-test-runner/render-tests/text-rotate/property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/text-rotate/with-offset/metrics.json b/metrics/android-render-test-runner/render-tests/text-rotate/with-offset/metrics.json index e348c71619e..759f85ee08f 100644 --- a/metrics/android-render-test-runner/render-tests/text-rotate/with-offset/metrics.json +++ b/metrics/android-render-test-runner/render-tests/text-rotate/with-offset/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/text-rotation-alignment/auto-symbol-placement-line/metrics.json b/metrics/android-render-test-runner/render-tests/text-rotation-alignment/auto-symbol-placement-line/metrics.json index 70ac3608a98..ad45e05ba62 100644 --- a/metrics/android-render-test-runner/render-tests/text-rotation-alignment/auto-symbol-placement-line/metrics.json +++ b/metrics/android-render-test-runner/render-tests/text-rotation-alignment/auto-symbol-placement-line/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/text-rotation-alignment/auto-symbol-placement-point/metrics.json b/metrics/android-render-test-runner/render-tests/text-rotation-alignment/auto-symbol-placement-point/metrics.json index 905846132df..880749e242a 100644 --- a/metrics/android-render-test-runner/render-tests/text-rotation-alignment/auto-symbol-placement-point/metrics.json +++ b/metrics/android-render-test-runner/render-tests/text-rotation-alignment/auto-symbol-placement-point/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/text-rotation-alignment/map-symbol-placement-line/metrics.json b/metrics/android-render-test-runner/render-tests/text-rotation-alignment/map-symbol-placement-line/metrics.json index 70ac3608a98..ad45e05ba62 100644 --- a/metrics/android-render-test-runner/render-tests/text-rotation-alignment/map-symbol-placement-line/metrics.json +++ b/metrics/android-render-test-runner/render-tests/text-rotation-alignment/map-symbol-placement-line/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/text-rotation-alignment/map-symbol-placement-point/metrics.json b/metrics/android-render-test-runner/render-tests/text-rotation-alignment/map-symbol-placement-point/metrics.json index 905846132df..880749e242a 100644 --- a/metrics/android-render-test-runner/render-tests/text-rotation-alignment/map-symbol-placement-point/metrics.json +++ b/metrics/android-render-test-runner/render-tests/text-rotation-alignment/map-symbol-placement-point/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/text-rotation-alignment/viewport-symbol-placement-line/metrics.json b/metrics/android-render-test-runner/render-tests/text-rotation-alignment/viewport-symbol-placement-line/metrics.json index 70ac3608a98..ad45e05ba62 100644 --- a/metrics/android-render-test-runner/render-tests/text-rotation-alignment/viewport-symbol-placement-line/metrics.json +++ b/metrics/android-render-test-runner/render-tests/text-rotation-alignment/viewport-symbol-placement-line/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/text-rotation-alignment/viewport-symbol-placement-point/metrics.json b/metrics/android-render-test-runner/render-tests/text-rotation-alignment/viewport-symbol-placement-point/metrics.json index 905846132df..880749e242a 100644 --- a/metrics/android-render-test-runner/render-tests/text-rotation-alignment/viewport-symbol-placement-point/metrics.json +++ b/metrics/android-render-test-runner/render-tests/text-rotation-alignment/viewport-symbol-placement-point/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/text-size/camera-function-high-base/metrics.json b/metrics/android-render-test-runner/render-tests/text-size/camera-function-high-base/metrics.json index 84fc4fe605e..2ff31eaf3ca 100644 --- a/metrics/android-render-test-runner/render-tests/text-size/camera-function-high-base/metrics.json +++ b/metrics/android-render-test-runner/render-tests/text-size/camera-function-high-base/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/text-size/camera-function-interval/metrics.json b/metrics/android-render-test-runner/render-tests/text-size/camera-function-interval/metrics.json index bf6832d42b7..0da18b6700e 100644 --- a/metrics/android-render-test-runner/render-tests/text-size/camera-function-interval/metrics.json +++ b/metrics/android-render-test-runner/render-tests/text-size/camera-function-interval/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/text-size/composite-expression/metrics.json b/metrics/android-render-test-runner/render-tests/text-size/composite-expression/metrics.json index be4621cd935..5feb61dd830 100644 --- a/metrics/android-render-test-runner/render-tests/text-size/composite-expression/metrics.json +++ b/metrics/android-render-test-runner/render-tests/text-size/composite-expression/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/text-size/composite-function-line-placement/metrics.json b/metrics/android-render-test-runner/render-tests/text-size/composite-function-line-placement/metrics.json index 5c85a420f3c..59269fd43d8 100644 --- a/metrics/android-render-test-runner/render-tests/text-size/composite-function-line-placement/metrics.json +++ b/metrics/android-render-test-runner/render-tests/text-size/composite-function-line-placement/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/text-size/composite-function/metrics.json b/metrics/android-render-test-runner/render-tests/text-size/composite-function/metrics.json index 84fc4fe605e..2ff31eaf3ca 100644 --- a/metrics/android-render-test-runner/render-tests/text-size/composite-function/metrics.json +++ b/metrics/android-render-test-runner/render-tests/text-size/composite-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/text-size/default/metrics.json b/metrics/android-render-test-runner/render-tests/text-size/default/metrics.json index bf6832d42b7..0da18b6700e 100644 --- a/metrics/android-render-test-runner/render-tests/text-size/default/metrics.json +++ b/metrics/android-render-test-runner/render-tests/text-size/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/text-size/function/metrics.json b/metrics/android-render-test-runner/render-tests/text-size/function/metrics.json index bf6832d42b7..0da18b6700e 100644 --- a/metrics/android-render-test-runner/render-tests/text-size/function/metrics.json +++ b/metrics/android-render-test-runner/render-tests/text-size/function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/text-size/literal/metrics.json b/metrics/android-render-test-runner/render-tests/text-size/literal/metrics.json index bf6832d42b7..0da18b6700e 100644 --- a/metrics/android-render-test-runner/render-tests/text-size/literal/metrics.json +++ b/metrics/android-render-test-runner/render-tests/text-size/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/text-size/property-function/metrics.json b/metrics/android-render-test-runner/render-tests/text-size/property-function/metrics.json index 84fc4fe605e..2ff31eaf3ca 100644 --- a/metrics/android-render-test-runner/render-tests/text-size/property-function/metrics.json +++ b/metrics/android-render-test-runner/render-tests/text-size/property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/text-size/zero/metrics.json b/metrics/android-render-test-runner/render-tests/text-size/zero/metrics.json index 6acd7b5289c..ef15ba387e2 100644 --- a/metrics/android-render-test-runner/render-tests/text-size/zero/metrics.json +++ b/metrics/android-render-test-runner/render-tests/text-size/zero/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/text-tile-edge-clipping/default/metrics.json b/metrics/android-render-test-runner/render-tests/text-tile-edge-clipping/default/metrics.json index 05d7f575551..e15389d880a 100644 --- a/metrics/android-render-test-runner/render-tests/text-tile-edge-clipping/default/metrics.json +++ b/metrics/android-render-test-runner/render-tests/text-tile-edge-clipping/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/text-transform/lowercase/metrics.json b/metrics/android-render-test-runner/render-tests/text-transform/lowercase/metrics.json index 2bf7d113546..2aaf4ac7ce5 100644 --- a/metrics/android-render-test-runner/render-tests/text-transform/lowercase/metrics.json +++ b/metrics/android-render-test-runner/render-tests/text-transform/lowercase/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/text-transform/property-function/metrics.json b/metrics/android-render-test-runner/render-tests/text-transform/property-function/metrics.json index 94f6c3ccd62..6ce00b87e18 100644 --- a/metrics/android-render-test-runner/render-tests/text-transform/property-function/metrics.json +++ b/metrics/android-render-test-runner/render-tests/text-transform/property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/text-transform/uppercase/metrics.json b/metrics/android-render-test-runner/render-tests/text-transform/uppercase/metrics.json index ecb73166999..684f6471f8a 100644 --- a/metrics/android-render-test-runner/render-tests/text-transform/uppercase/metrics.json +++ b/metrics/android-render-test-runner/render-tests/text-transform/uppercase/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/text-translate-anchor/map/metrics.json b/metrics/android-render-test-runner/render-tests/text-translate-anchor/map/metrics.json index 9162d111f6e..43da58ebcc0 100644 --- a/metrics/android-render-test-runner/render-tests/text-translate-anchor/map/metrics.json +++ b/metrics/android-render-test-runner/render-tests/text-translate-anchor/map/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/text-translate-anchor/viewport/metrics.json b/metrics/android-render-test-runner/render-tests/text-translate-anchor/viewport/metrics.json index 9162d111f6e..43da58ebcc0 100644 --- a/metrics/android-render-test-runner/render-tests/text-translate-anchor/viewport/metrics.json +++ b/metrics/android-render-test-runner/render-tests/text-translate-anchor/viewport/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/text-translate/default/metrics.json b/metrics/android-render-test-runner/render-tests/text-translate/default/metrics.json index cd668f351a5..e87a6d1819e 100644 --- a/metrics/android-render-test-runner/render-tests/text-translate/default/metrics.json +++ b/metrics/android-render-test-runner/render-tests/text-translate/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/text-translate/function/metrics.json b/metrics/android-render-test-runner/render-tests/text-translate/function/metrics.json index cd668f351a5..e87a6d1819e 100644 --- a/metrics/android-render-test-runner/render-tests/text-translate/function/metrics.json +++ b/metrics/android-render-test-runner/render-tests/text-translate/function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/text-translate/literal/metrics.json b/metrics/android-render-test-runner/render-tests/text-translate/literal/metrics.json index cd668f351a5..e87a6d1819e 100644 --- a/metrics/android-render-test-runner/render-tests/text-translate/literal/metrics.json +++ b/metrics/android-render-test-runner/render-tests/text-translate/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/text-variable-anchor-offset/all-anchors-icon-text-fit/metrics.json b/metrics/android-render-test-runner/render-tests/text-variable-anchor-offset/all-anchors-icon-text-fit/metrics.json index 9953c2ea9e9..5b52bc09273 100644 --- a/metrics/android-render-test-runner/render-tests/text-variable-anchor-offset/all-anchors-icon-text-fit/metrics.json +++ b/metrics/android-render-test-runner/render-tests/text-variable-anchor-offset/all-anchors-icon-text-fit/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/text-variable-anchor-offset/all-anchors-text-allow-overlap/metrics.json b/metrics/android-render-test-runner/render-tests/text-variable-anchor-offset/all-anchors-text-allow-overlap/metrics.json index dca033517bc..a5ae1ce41c0 100644 --- a/metrics/android-render-test-runner/render-tests/text-variable-anchor-offset/all-anchors-text-allow-overlap/metrics.json +++ b/metrics/android-render-test-runner/render-tests/text-variable-anchor-offset/all-anchors-text-allow-overlap/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/text-variable-anchor-offset/all-anchors/metrics.json b/metrics/android-render-test-runner/render-tests/text-variable-anchor-offset/all-anchors/metrics.json index 806d886e75c..2b9d167c6fb 100644 --- a/metrics/android-render-test-runner/render-tests/text-variable-anchor-offset/all-anchors/metrics.json +++ b/metrics/android-render-test-runner/render-tests/text-variable-anchor-offset/all-anchors/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/text-variable-anchor-offset/databind-coalesce/metrics.json b/metrics/android-render-test-runner/render-tests/text-variable-anchor-offset/databind-coalesce/metrics.json index 806d886e75c..2b9d167c6fb 100644 --- a/metrics/android-render-test-runner/render-tests/text-variable-anchor-offset/databind-coalesce/metrics.json +++ b/metrics/android-render-test-runner/render-tests/text-variable-anchor-offset/databind-coalesce/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/text-variable-anchor-offset/databind-interpolate/metrics.json b/metrics/android-render-test-runner/render-tests/text-variable-anchor-offset/databind-interpolate/metrics.json index 806d886e75c..2b9d167c6fb 100644 --- a/metrics/android-render-test-runner/render-tests/text-variable-anchor-offset/databind-interpolate/metrics.json +++ b/metrics/android-render-test-runner/render-tests/text-variable-anchor-offset/databind-interpolate/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/text-variable-anchor-offset/icon-image-all-anchors/metrics.json b/metrics/android-render-test-runner/render-tests/text-variable-anchor-offset/icon-image-all-anchors/metrics.json index 031fe71047b..8ccc0a429ec 100644 --- a/metrics/android-render-test-runner/render-tests/text-variable-anchor-offset/icon-image-all-anchors/metrics.json +++ b/metrics/android-render-test-runner/render-tests/text-variable-anchor-offset/icon-image-all-anchors/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/text-variable-anchor-offset/icon-image-offset/metrics.json b/metrics/android-render-test-runner/render-tests/text-variable-anchor-offset/icon-image-offset/metrics.json index 806d886e75c..2b9d167c6fb 100644 --- a/metrics/android-render-test-runner/render-tests/text-variable-anchor-offset/icon-image-offset/metrics.json +++ b/metrics/android-render-test-runner/render-tests/text-variable-anchor-offset/icon-image-offset/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/text-variable-anchor-offset/icon-image/metrics.json b/metrics/android-render-test-runner/render-tests/text-variable-anchor-offset/icon-image/metrics.json index 031fe71047b..8ccc0a429ec 100644 --- a/metrics/android-render-test-runner/render-tests/text-variable-anchor-offset/icon-image/metrics.json +++ b/metrics/android-render-test-runner/render-tests/text-variable-anchor-offset/icon-image/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/text-variable-anchor-offset/icon-text-fit-collision-box/metrics.json b/metrics/android-render-test-runner/render-tests/text-variable-anchor-offset/icon-text-fit-collision-box/metrics.json index 9f778921724..97a627d210f 100644 --- a/metrics/android-render-test-runner/render-tests/text-variable-anchor-offset/icon-text-fit-collision-box/metrics.json +++ b/metrics/android-render-test-runner/render-tests/text-variable-anchor-offset/icon-text-fit-collision-box/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/text-variable-anchor-offset/no-animate-zoom/metrics.json b/metrics/android-render-test-runner/render-tests/text-variable-anchor-offset/no-animate-zoom/metrics.json index 2a7b3b9cd61..e6630885fc9 100644 --- a/metrics/android-render-test-runner/render-tests/text-variable-anchor-offset/no-animate-zoom/metrics.json +++ b/metrics/android-render-test-runner/render-tests/text-variable-anchor-offset/no-animate-zoom/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/text-variable-anchor-offset/pitched-offset/metrics.json b/metrics/android-render-test-runner/render-tests/text-variable-anchor-offset/pitched-offset/metrics.json index b06ed0feb28..e946eeffb5b 100644 --- a/metrics/android-render-test-runner/render-tests/text-variable-anchor-offset/pitched-offset/metrics.json +++ b/metrics/android-render-test-runner/render-tests/text-variable-anchor-offset/pitched-offset/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/text-variable-anchor-offset/pitched-with-map/metrics.json b/metrics/android-render-test-runner/render-tests/text-variable-anchor-offset/pitched-with-map/metrics.json index b06ed0feb28..e946eeffb5b 100644 --- a/metrics/android-render-test-runner/render-tests/text-variable-anchor-offset/pitched-with-map/metrics.json +++ b/metrics/android-render-test-runner/render-tests/text-variable-anchor-offset/pitched-with-map/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/text-variable-anchor-offset/pitched/metrics.json b/metrics/android-render-test-runner/render-tests/text-variable-anchor-offset/pitched/metrics.json index b06ed0feb28..e946eeffb5b 100644 --- a/metrics/android-render-test-runner/render-tests/text-variable-anchor-offset/pitched/metrics.json +++ b/metrics/android-render-test-runner/render-tests/text-variable-anchor-offset/pitched/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/text-variable-anchor-offset/rotated-offset/metrics.json b/metrics/android-render-test-runner/render-tests/text-variable-anchor-offset/rotated-offset/metrics.json index 33eed36df4c..3eb290a1dfa 100644 --- a/metrics/android-render-test-runner/render-tests/text-variable-anchor-offset/rotated-offset/metrics.json +++ b/metrics/android-render-test-runner/render-tests/text-variable-anchor-offset/rotated-offset/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/text-variable-anchor-offset/rotated-with-map/metrics.json b/metrics/android-render-test-runner/render-tests/text-variable-anchor-offset/rotated-with-map/metrics.json index 33eed36df4c..3eb290a1dfa 100644 --- a/metrics/android-render-test-runner/render-tests/text-variable-anchor-offset/rotated-with-map/metrics.json +++ b/metrics/android-render-test-runner/render-tests/text-variable-anchor-offset/rotated-with-map/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/text-variable-anchor-offset/rotated/metrics.json b/metrics/android-render-test-runner/render-tests/text-variable-anchor-offset/rotated/metrics.json index 33eed36df4c..3eb290a1dfa 100644 --- a/metrics/android-render-test-runner/render-tests/text-variable-anchor-offset/rotated/metrics.json +++ b/metrics/android-render-test-runner/render-tests/text-variable-anchor-offset/rotated/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/text-variable-anchor-offset/single-justification/metrics.json b/metrics/android-render-test-runner/render-tests/text-variable-anchor-offset/single-justification/metrics.json index 9dca847cbba..7d32eb2d016 100644 --- a/metrics/android-render-test-runner/render-tests/text-variable-anchor-offset/single-justification/metrics.json +++ b/metrics/android-render-test-runner/render-tests/text-variable-anchor-offset/single-justification/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/text-variable-anchor-offset/single-line/metrics.json b/metrics/android-render-test-runner/render-tests/text-variable-anchor-offset/single-line/metrics.json index a8acd89723c..f654c1386cd 100644 --- a/metrics/android-render-test-runner/render-tests/text-variable-anchor-offset/single-line/metrics.json +++ b/metrics/android-render-test-runner/render-tests/text-variable-anchor-offset/single-line/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/text-variable-anchor-offset/text-allow-overlap/metrics.json b/metrics/android-render-test-runner/render-tests/text-variable-anchor-offset/text-allow-overlap/metrics.json index 40b67f14452..23048d8379d 100644 --- a/metrics/android-render-test-runner/render-tests/text-variable-anchor-offset/text-allow-overlap/metrics.json +++ b/metrics/android-render-test-runner/render-tests/text-variable-anchor-offset/text-allow-overlap/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/text-variable-anchor-offset/top-bottom-left-right/metrics.json b/metrics/android-render-test-runner/render-tests/text-variable-anchor-offset/top-bottom-left-right/metrics.json index 74f5df99b33..d9ed35b7a88 100644 --- a/metrics/android-render-test-runner/render-tests/text-variable-anchor-offset/top-bottom-left-right/metrics.json +++ b/metrics/android-render-test-runner/render-tests/text-variable-anchor-offset/top-bottom-left-right/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/text-variable-anchor/all-anchors-icon-text-fit/metrics.json b/metrics/android-render-test-runner/render-tests/text-variable-anchor/all-anchors-icon-text-fit/metrics.json index 9953c2ea9e9..5b52bc09273 100644 --- a/metrics/android-render-test-runner/render-tests/text-variable-anchor/all-anchors-icon-text-fit/metrics.json +++ b/metrics/android-render-test-runner/render-tests/text-variable-anchor/all-anchors-icon-text-fit/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/text-variable-anchor/all-anchors-offset-zero/metrics.json b/metrics/android-render-test-runner/render-tests/text-variable-anchor/all-anchors-offset-zero/metrics.json index dfa75209163..12fe2bbe545 100644 --- a/metrics/android-render-test-runner/render-tests/text-variable-anchor/all-anchors-offset-zero/metrics.json +++ b/metrics/android-render-test-runner/render-tests/text-variable-anchor/all-anchors-offset-zero/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/text-variable-anchor/all-anchors-offset/metrics.json b/metrics/android-render-test-runner/render-tests/text-variable-anchor/all-anchors-offset/metrics.json index dfa75209163..12fe2bbe545 100644 --- a/metrics/android-render-test-runner/render-tests/text-variable-anchor/all-anchors-offset/metrics.json +++ b/metrics/android-render-test-runner/render-tests/text-variable-anchor/all-anchors-offset/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/text-variable-anchor/all-anchors-radial-offset-zero/metrics.json b/metrics/android-render-test-runner/render-tests/text-variable-anchor/all-anchors-radial-offset-zero/metrics.json index dfa75209163..12fe2bbe545 100644 --- a/metrics/android-render-test-runner/render-tests/text-variable-anchor/all-anchors-radial-offset-zero/metrics.json +++ b/metrics/android-render-test-runner/render-tests/text-variable-anchor/all-anchors-radial-offset-zero/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/text-variable-anchor/all-anchors-text-allow-overlap/metrics.json b/metrics/android-render-test-runner/render-tests/text-variable-anchor/all-anchors-text-allow-overlap/metrics.json index dca033517bc..a5ae1ce41c0 100644 --- a/metrics/android-render-test-runner/render-tests/text-variable-anchor/all-anchors-text-allow-overlap/metrics.json +++ b/metrics/android-render-test-runner/render-tests/text-variable-anchor/all-anchors-text-allow-overlap/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/text-variable-anchor/all-anchors-tile-map-mode/metrics.json b/metrics/android-render-test-runner/render-tests/text-variable-anchor/all-anchors-tile-map-mode/metrics.json index 1a348fa3efe..17a3110abc7 100644 --- a/metrics/android-render-test-runner/render-tests/text-variable-anchor/all-anchors-tile-map-mode/metrics.json +++ b/metrics/android-render-test-runner/render-tests/text-variable-anchor/all-anchors-tile-map-mode/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/text-variable-anchor/all-anchors-two-dimentional-offset-negative/metrics.json b/metrics/android-render-test-runner/render-tests/text-variable-anchor/all-anchors-two-dimentional-offset-negative/metrics.json index dfa75209163..12fe2bbe545 100644 --- a/metrics/android-render-test-runner/render-tests/text-variable-anchor/all-anchors-two-dimentional-offset-negative/metrics.json +++ b/metrics/android-render-test-runner/render-tests/text-variable-anchor/all-anchors-two-dimentional-offset-negative/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/text-variable-anchor/all-anchors-two-dimentional-offset-zero/metrics.json b/metrics/android-render-test-runner/render-tests/text-variable-anchor/all-anchors-two-dimentional-offset-zero/metrics.json index dfa75209163..12fe2bbe545 100644 --- a/metrics/android-render-test-runner/render-tests/text-variable-anchor/all-anchors-two-dimentional-offset-zero/metrics.json +++ b/metrics/android-render-test-runner/render-tests/text-variable-anchor/all-anchors-two-dimentional-offset-zero/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/text-variable-anchor/all-anchors-two-dimentional-offset/metrics.json b/metrics/android-render-test-runner/render-tests/text-variable-anchor/all-anchors-two-dimentional-offset/metrics.json index dfa75209163..12fe2bbe545 100644 --- a/metrics/android-render-test-runner/render-tests/text-variable-anchor/all-anchors-two-dimentional-offset/metrics.json +++ b/metrics/android-render-test-runner/render-tests/text-variable-anchor/all-anchors-two-dimentional-offset/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/text-variable-anchor/all-anchors/metrics.json b/metrics/android-render-test-runner/render-tests/text-variable-anchor/all-anchors/metrics.json index 806d886e75c..2b9d167c6fb 100644 --- a/metrics/android-render-test-runner/render-tests/text-variable-anchor/all-anchors/metrics.json +++ b/metrics/android-render-test-runner/render-tests/text-variable-anchor/all-anchors/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/text-variable-anchor/icon-image-all-anchors/metrics.json b/metrics/android-render-test-runner/render-tests/text-variable-anchor/icon-image-all-anchors/metrics.json index 031fe71047b..8ccc0a429ec 100644 --- a/metrics/android-render-test-runner/render-tests/text-variable-anchor/icon-image-all-anchors/metrics.json +++ b/metrics/android-render-test-runner/render-tests/text-variable-anchor/icon-image-all-anchors/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/text-variable-anchor/icon-image/metrics.json b/metrics/android-render-test-runner/render-tests/text-variable-anchor/icon-image/metrics.json index 031fe71047b..8ccc0a429ec 100644 --- a/metrics/android-render-test-runner/render-tests/text-variable-anchor/icon-image/metrics.json +++ b/metrics/android-render-test-runner/render-tests/text-variable-anchor/icon-image/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/text-variable-anchor/icon-text-fit-collision-box/metrics.json b/metrics/android-render-test-runner/render-tests/text-variable-anchor/icon-text-fit-collision-box/metrics.json index 9f778921724..97a627d210f 100644 --- a/metrics/android-render-test-runner/render-tests/text-variable-anchor/icon-text-fit-collision-box/metrics.json +++ b/metrics/android-render-test-runner/render-tests/text-variable-anchor/icon-text-fit-collision-box/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/text-variable-anchor/left-top-right-bottom-offset-tile-map-mode/metrics.json b/metrics/android-render-test-runner/render-tests/text-variable-anchor/left-top-right-bottom-offset-tile-map-mode/metrics.json index 22295b952a8..e94f38d898d 100644 --- a/metrics/android-render-test-runner/render-tests/text-variable-anchor/left-top-right-bottom-offset-tile-map-mode/metrics.json +++ b/metrics/android-render-test-runner/render-tests/text-variable-anchor/left-top-right-bottom-offset-tile-map-mode/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/text-variable-anchor/no-animate-zoom/metrics.json b/metrics/android-render-test-runner/render-tests/text-variable-anchor/no-animate-zoom/metrics.json index c4efa5911f0..6db6f402c62 100644 --- a/metrics/android-render-test-runner/render-tests/text-variable-anchor/no-animate-zoom/metrics.json +++ b/metrics/android-render-test-runner/render-tests/text-variable-anchor/no-animate-zoom/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/text-variable-anchor/pitched-offset/metrics.json b/metrics/android-render-test-runner/render-tests/text-variable-anchor/pitched-offset/metrics.json index b06ed0feb28..e946eeffb5b 100644 --- a/metrics/android-render-test-runner/render-tests/text-variable-anchor/pitched-offset/metrics.json +++ b/metrics/android-render-test-runner/render-tests/text-variable-anchor/pitched-offset/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/text-variable-anchor/pitched-rotated-debug/metrics.json b/metrics/android-render-test-runner/render-tests/text-variable-anchor/pitched-rotated-debug/metrics.json index 102e62664bd..dc4294751f6 100644 --- a/metrics/android-render-test-runner/render-tests/text-variable-anchor/pitched-rotated-debug/metrics.json +++ b/metrics/android-render-test-runner/render-tests/text-variable-anchor/pitched-rotated-debug/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/text-variable-anchor/pitched-with-map/metrics.json b/metrics/android-render-test-runner/render-tests/text-variable-anchor/pitched-with-map/metrics.json index b06ed0feb28..e946eeffb5b 100644 --- a/metrics/android-render-test-runner/render-tests/text-variable-anchor/pitched-with-map/metrics.json +++ b/metrics/android-render-test-runner/render-tests/text-variable-anchor/pitched-with-map/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/text-variable-anchor/pitched/metrics.json b/metrics/android-render-test-runner/render-tests/text-variable-anchor/pitched/metrics.json index b06ed0feb28..e946eeffb5b 100644 --- a/metrics/android-render-test-runner/render-tests/text-variable-anchor/pitched/metrics.json +++ b/metrics/android-render-test-runner/render-tests/text-variable-anchor/pitched/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/text-variable-anchor/rotated-offset/metrics.json b/metrics/android-render-test-runner/render-tests/text-variable-anchor/rotated-offset/metrics.json index 33eed36df4c..3eb290a1dfa 100644 --- a/metrics/android-render-test-runner/render-tests/text-variable-anchor/rotated-offset/metrics.json +++ b/metrics/android-render-test-runner/render-tests/text-variable-anchor/rotated-offset/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/text-variable-anchor/rotated-with-map/metrics.json b/metrics/android-render-test-runner/render-tests/text-variable-anchor/rotated-with-map/metrics.json index 33eed36df4c..3eb290a1dfa 100644 --- a/metrics/android-render-test-runner/render-tests/text-variable-anchor/rotated-with-map/metrics.json +++ b/metrics/android-render-test-runner/render-tests/text-variable-anchor/rotated-with-map/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/text-variable-anchor/rotated/metrics.json b/metrics/android-render-test-runner/render-tests/text-variable-anchor/rotated/metrics.json index 33eed36df4c..3eb290a1dfa 100644 --- a/metrics/android-render-test-runner/render-tests/text-variable-anchor/rotated/metrics.json +++ b/metrics/android-render-test-runner/render-tests/text-variable-anchor/rotated/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/text-variable-anchor/single-justification/metrics.json b/metrics/android-render-test-runner/render-tests/text-variable-anchor/single-justification/metrics.json index 9dca847cbba..7d32eb2d016 100644 --- a/metrics/android-render-test-runner/render-tests/text-variable-anchor/single-justification/metrics.json +++ b/metrics/android-render-test-runner/render-tests/text-variable-anchor/single-justification/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/text-variable-anchor/single-line/metrics.json b/metrics/android-render-test-runner/render-tests/text-variable-anchor/single-line/metrics.json index a8acd89723c..f654c1386cd 100644 --- a/metrics/android-render-test-runner/render-tests/text-variable-anchor/single-line/metrics.json +++ b/metrics/android-render-test-runner/render-tests/text-variable-anchor/single-line/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/text-variable-anchor/text-allow-overlap/metrics.json b/metrics/android-render-test-runner/render-tests/text-variable-anchor/text-allow-overlap/metrics.json index 40b67f14452..23048d8379d 100644 --- a/metrics/android-render-test-runner/render-tests/text-variable-anchor/text-allow-overlap/metrics.json +++ b/metrics/android-render-test-runner/render-tests/text-variable-anchor/text-allow-overlap/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/text-variable-anchor/top-bottom-left-right/metrics.json b/metrics/android-render-test-runner/render-tests/text-variable-anchor/top-bottom-left-right/metrics.json index 74f5df99b33..d9ed35b7a88 100644 --- a/metrics/android-render-test-runner/render-tests/text-variable-anchor/top-bottom-left-right/metrics.json +++ b/metrics/android-render-test-runner/render-tests/text-variable-anchor/top-bottom-left-right/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/text-visibility/none/metrics.json b/metrics/android-render-test-runner/render-tests/text-visibility/none/metrics.json index 7da07969667..7c49193327f 100644 --- a/metrics/android-render-test-runner/render-tests/text-visibility/none/metrics.json +++ b/metrics/android-render-test-runner/render-tests/text-visibility/none/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/text-visibility/visible/metrics.json b/metrics/android-render-test-runner/render-tests/text-visibility/visible/metrics.json index d7ff42c1270..09a1f9f03cd 100644 --- a/metrics/android-render-test-runner/render-tests/text-visibility/visible/metrics.json +++ b/metrics/android-render-test-runner/render-tests/text-visibility/visible/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/text-writing-mode/line_label/chinese-punctuation/metrics.json b/metrics/android-render-test-runner/render-tests/text-writing-mode/line_label/chinese-punctuation/metrics.json index 4da17ca35c8..1e674f4ec88 100644 --- a/metrics/android-render-test-runner/render-tests/text-writing-mode/line_label/chinese-punctuation/metrics.json +++ b/metrics/android-render-test-runner/render-tests/text-writing-mode/line_label/chinese-punctuation/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/text-writing-mode/line_label/chinese/metrics.json b/metrics/android-render-test-runner/render-tests/text-writing-mode/line_label/chinese/metrics.json index 4c978ab6c2b..25c693e246c 100644 --- a/metrics/android-render-test-runner/render-tests/text-writing-mode/line_label/chinese/metrics.json +++ b/metrics/android-render-test-runner/render-tests/text-writing-mode/line_label/chinese/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/text-writing-mode/line_label/latin/metrics.json b/metrics/android-render-test-runner/render-tests/text-writing-mode/line_label/latin/metrics.json index 8c2cc0dbcb2..cc4ed080710 100644 --- a/metrics/android-render-test-runner/render-tests/text-writing-mode/line_label/latin/metrics.json +++ b/metrics/android-render-test-runner/render-tests/text-writing-mode/line_label/latin/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/text-writing-mode/line_label/mixed/metrics.json b/metrics/android-render-test-runner/render-tests/text-writing-mode/line_label/mixed/metrics.json index caf18baec7c..591800d8a39 100644 --- a/metrics/android-render-test-runner/render-tests/text-writing-mode/line_label/mixed/metrics.json +++ b/metrics/android-render-test-runner/render-tests/text-writing-mode/line_label/mixed/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/text-writing-mode/point_label/cjk-arabic-vertical-mode/metrics.json b/metrics/android-render-test-runner/render-tests/text-writing-mode/point_label/cjk-arabic-vertical-mode/metrics.json index 23e8621fe30..bca64dfb298 100644 --- a/metrics/android-render-test-runner/render-tests/text-writing-mode/point_label/cjk-arabic-vertical-mode/metrics.json +++ b/metrics/android-render-test-runner/render-tests/text-writing-mode/point_label/cjk-arabic-vertical-mode/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/text-writing-mode/point_label/cjk-horizontal-vertical-mode/metrics.json b/metrics/android-render-test-runner/render-tests/text-writing-mode/point_label/cjk-horizontal-vertical-mode/metrics.json index 7d4c49afdfb..250e6afdab5 100644 --- a/metrics/android-render-test-runner/render-tests/text-writing-mode/point_label/cjk-horizontal-vertical-mode/metrics.json +++ b/metrics/android-render-test-runner/render-tests/text-writing-mode/point_label/cjk-horizontal-vertical-mode/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/text-writing-mode/point_label/cjk-multiline-vertical-horizontal-mode/metrics.json b/metrics/android-render-test-runner/render-tests/text-writing-mode/point_label/cjk-multiline-vertical-horizontal-mode/metrics.json index eabb4022be5..6b909dcba83 100644 --- a/metrics/android-render-test-runner/render-tests/text-writing-mode/point_label/cjk-multiline-vertical-horizontal-mode/metrics.json +++ b/metrics/android-render-test-runner/render-tests/text-writing-mode/point_label/cjk-multiline-vertical-horizontal-mode/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/text-writing-mode/point_label/cjk-punctuation-vertical-mode/metrics.json b/metrics/android-render-test-runner/render-tests/text-writing-mode/point_label/cjk-punctuation-vertical-mode/metrics.json index 25fb8b4d1e0..d66c5516354 100644 --- a/metrics/android-render-test-runner/render-tests/text-writing-mode/point_label/cjk-punctuation-vertical-mode/metrics.json +++ b/metrics/android-render-test-runner/render-tests/text-writing-mode/point_label/cjk-punctuation-vertical-mode/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/text-writing-mode/point_label/cjk-variable-anchors-vertical-horizontal-mode-icon-text-fit/metrics.json b/metrics/android-render-test-runner/render-tests/text-writing-mode/point_label/cjk-variable-anchors-vertical-horizontal-mode-icon-text-fit/metrics.json index d8ccbe177ba..a573e66c767 100644 --- a/metrics/android-render-test-runner/render-tests/text-writing-mode/point_label/cjk-variable-anchors-vertical-horizontal-mode-icon-text-fit/metrics.json +++ b/metrics/android-render-test-runner/render-tests/text-writing-mode/point_label/cjk-variable-anchors-vertical-horizontal-mode-icon-text-fit/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/text-writing-mode/point_label/cjk-variable-anchors-vertical-horizontal-mode/metrics.json b/metrics/android-render-test-runner/render-tests/text-writing-mode/point_label/cjk-variable-anchors-vertical-horizontal-mode/metrics.json index 632a29ad175..1570a3859bd 100644 --- a/metrics/android-render-test-runner/render-tests/text-writing-mode/point_label/cjk-variable-anchors-vertical-horizontal-mode/metrics.json +++ b/metrics/android-render-test-runner/render-tests/text-writing-mode/point_label/cjk-variable-anchors-vertical-horizontal-mode/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/text-writing-mode/point_label/cjk-variable-anchors-vertical-mode/metrics.json b/metrics/android-render-test-runner/render-tests/text-writing-mode/point_label/cjk-variable-anchors-vertical-mode/metrics.json index 7d4c49afdfb..250e6afdab5 100644 --- a/metrics/android-render-test-runner/render-tests/text-writing-mode/point_label/cjk-variable-anchors-vertical-mode/metrics.json +++ b/metrics/android-render-test-runner/render-tests/text-writing-mode/point_label/cjk-variable-anchors-vertical-mode/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/text-writing-mode/point_label/cjk-vertical-horizontal-mode/metrics.json b/metrics/android-render-test-runner/render-tests/text-writing-mode/point_label/cjk-vertical-horizontal-mode/metrics.json index 7d4c49afdfb..250e6afdab5 100644 --- a/metrics/android-render-test-runner/render-tests/text-writing-mode/point_label/cjk-vertical-horizontal-mode/metrics.json +++ b/metrics/android-render-test-runner/render-tests/text-writing-mode/point_label/cjk-vertical-horizontal-mode/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/text-writing-mode/point_label/cjk-vertical-mode/metrics.json b/metrics/android-render-test-runner/render-tests/text-writing-mode/point_label/cjk-vertical-mode/metrics.json index 7d4c49afdfb..250e6afdab5 100644 --- a/metrics/android-render-test-runner/render-tests/text-writing-mode/point_label/cjk-vertical-mode/metrics.json +++ b/metrics/android-render-test-runner/render-tests/text-writing-mode/point_label/cjk-vertical-mode/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/text-writing-mode/point_label/latin-vertical-mode/metrics.json b/metrics/android-render-test-runner/render-tests/text-writing-mode/point_label/latin-vertical-mode/metrics.json index 5cf22c6b3e5..378f68df584 100644 --- a/metrics/android-render-test-runner/render-tests/text-writing-mode/point_label/latin-vertical-mode/metrics.json +++ b/metrics/android-render-test-runner/render-tests/text-writing-mode/point_label/latin-vertical-mode/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/text-writing-mode/point_label/mixed-multiline-vertical-horizontal-mode-icon-text-fit/metrics.json b/metrics/android-render-test-runner/render-tests/text-writing-mode/point_label/mixed-multiline-vertical-horizontal-mode-icon-text-fit/metrics.json index ad6e567fda4..05bcdf449e3 100644 --- a/metrics/android-render-test-runner/render-tests/text-writing-mode/point_label/mixed-multiline-vertical-horizontal-mode-icon-text-fit/metrics.json +++ b/metrics/android-render-test-runner/render-tests/text-writing-mode/point_label/mixed-multiline-vertical-horizontal-mode-icon-text-fit/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/text-writing-mode/point_label/mixed-multiline-vertical-horizontal-mode/metrics.json b/metrics/android-render-test-runner/render-tests/text-writing-mode/point_label/mixed-multiline-vertical-horizontal-mode/metrics.json index c1486937e1d..a98dfa19917 100644 --- a/metrics/android-render-test-runner/render-tests/text-writing-mode/point_label/mixed-multiline-vertical-horizontal-mode/metrics.json +++ b/metrics/android-render-test-runner/render-tests/text-writing-mode/point_label/mixed-multiline-vertical-horizontal-mode/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/tile-mode/streets-v11/metrics.json b/metrics/android-render-test-runner/render-tests/tile-mode/streets-v11/metrics.json index ec0fb1dab9e..8159de630c8 100644 --- a/metrics/android-render-test-runner/render-tests/tile-mode/streets-v11/metrics.json +++ b/metrics/android-render-test-runner/render-tests/tile-mode/streets-v11/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/tilejson-bounds/default/metrics.json b/metrics/android-render-test-runner/render-tests/tilejson-bounds/default/metrics.json index 9ff0b2697cf..179a2b73116 100644 --- a/metrics/android-render-test-runner/render-tests/tilejson-bounds/default/metrics.json +++ b/metrics/android-render-test-runner/render-tests/tilejson-bounds/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/tilejson-bounds/overwrite-bounds/metrics.json b/metrics/android-render-test-runner/render-tests/tilejson-bounds/overwrite-bounds/metrics.json index 9ff0b2697cf..179a2b73116 100644 --- a/metrics/android-render-test-runner/render-tests/tilejson-bounds/overwrite-bounds/metrics.json +++ b/metrics/android-render-test-runner/render-tests/tilejson-bounds/overwrite-bounds/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/tms/tms/metrics.json b/metrics/android-render-test-runner/render-tests/tms/tms/metrics.json index f7ca11c2324..8781deb0b2e 100644 --- a/metrics/android-render-test-runner/render-tests/tms/tms/metrics.json +++ b/metrics/android-render-test-runner/render-tests/tms/tms/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/within/filter-with-inlined-geojson/metrics.json b/metrics/android-render-test-runner/render-tests/within/filter-with-inlined-geojson/metrics.json index 12b2edda3bf..4a5dd3be30f 100644 --- a/metrics/android-render-test-runner/render-tests/within/filter-with-inlined-geojson/metrics.json +++ b/metrics/android-render-test-runner/render-tests/within/filter-with-inlined-geojson/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/within/layout-text/metrics.json b/metrics/android-render-test-runner/render-tests/within/layout-text/metrics.json index 022aba25a68..599a5b1a43d 100644 --- a/metrics/android-render-test-runner/render-tests/within/layout-text/metrics.json +++ b/metrics/android-render-test-runner/render-tests/within/layout-text/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/within/paint-circle/metrics.json b/metrics/android-render-test-runner/render-tests/within/paint-circle/metrics.json index e76ac664a03..4eb35bdc276 100644 --- a/metrics/android-render-test-runner/render-tests/within/paint-circle/metrics.json +++ b/metrics/android-render-test-runner/render-tests/within/paint-circle/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/within/paint-icon/metrics.json b/metrics/android-render-test-runner/render-tests/within/paint-icon/metrics.json index a65edfc8c98..a06ba3bc1ef 100644 --- a/metrics/android-render-test-runner/render-tests/within/paint-icon/metrics.json +++ b/metrics/android-render-test-runner/render-tests/within/paint-icon/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/within/paint-line/metrics.json b/metrics/android-render-test-runner/render-tests/within/paint-line/metrics.json index c32db503cbc..c97315898ef 100644 --- a/metrics/android-render-test-runner/render-tests/within/paint-line/metrics.json +++ b/metrics/android-render-test-runner/render-tests/within/paint-line/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/within/paint-text/metrics.json b/metrics/android-render-test-runner/render-tests/within/paint-text/metrics.json index b42b2f76347..52fa44e8b12 100644 --- a/metrics/android-render-test-runner/render-tests/within/paint-text/metrics.json +++ b/metrics/android-render-test-runner/render-tests/within/paint-text/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/zoom-history/in/metrics.json b/metrics/android-render-test-runner/render-tests/zoom-history/in/metrics.json index ba820d16da7..7448faf1686 100644 --- a/metrics/android-render-test-runner/render-tests/zoom-history/in/metrics.json +++ b/metrics/android-render-test-runner/render-tests/zoom-history/in/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/zoom-history/out/metrics.json b/metrics/android-render-test-runner/render-tests/zoom-history/out/metrics.json index ba820d16da7..7448faf1686 100644 --- a/metrics/android-render-test-runner/render-tests/zoom-history/out/metrics.json +++ b/metrics/android-render-test-runner/render-tests/zoom-history/out/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/zoom-visibility/above/metrics.json b/metrics/android-render-test-runner/render-tests/zoom-visibility/above/metrics.json index 8fbd5d92e32..1b60f77adfb 100644 --- a/metrics/android-render-test-runner/render-tests/zoom-visibility/above/metrics.json +++ b/metrics/android-render-test-runner/render-tests/zoom-visibility/above/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/zoom-visibility/below/metrics.json b/metrics/android-render-test-runner/render-tests/zoom-visibility/below/metrics.json index d11ea20c717..ad1ba7c6cf7 100644 --- a/metrics/android-render-test-runner/render-tests/zoom-visibility/below/metrics.json +++ b/metrics/android-render-test-runner/render-tests/zoom-visibility/below/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/zoom-visibility/in-range/metrics.json b/metrics/android-render-test-runner/render-tests/zoom-visibility/in-range/metrics.json index ed487147357..2fd2e941a31 100644 --- a/metrics/android-render-test-runner/render-tests/zoom-visibility/in-range/metrics.json +++ b/metrics/android-render-test-runner/render-tests/zoom-visibility/in-range/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/zoom-visibility/out-of-range/metrics.json b/metrics/android-render-test-runner/render-tests/zoom-visibility/out-of-range/metrics.json index 8fbd5d92e32..1b60f77adfb 100644 --- a/metrics/android-render-test-runner/render-tests/zoom-visibility/out-of-range/metrics.json +++ b/metrics/android-render-test-runner/render-tests/zoom-visibility/out-of-range/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/zoom-visibility/was-above/metrics.json b/metrics/android-render-test-runner/render-tests/zoom-visibility/was-above/metrics.json index b51667187e3..4d504053c7a 100644 --- a/metrics/android-render-test-runner/render-tests/zoom-visibility/was-above/metrics.json +++ b/metrics/android-render-test-runner/render-tests/zoom-visibility/was-above/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/zoom-visibility/was-below/metrics.json b/metrics/android-render-test-runner/render-tests/zoom-visibility/was-below/metrics.json index 01b432fe214..e30b6a8224f 100644 --- a/metrics/android-render-test-runner/render-tests/zoom-visibility/was-below/metrics.json +++ b/metrics/android-render-test-runner/render-tests/zoom-visibility/was-below/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/zoomed-fill/default/metrics.json b/metrics/android-render-test-runner/render-tests/zoomed-fill/default/metrics.json index ca6ff8e3338..15742bd2d9e 100644 --- a/metrics/android-render-test-runner/render-tests/zoomed-fill/default/metrics.json +++ b/metrics/android-render-test-runner/render-tests/zoomed-fill/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/zoomed-raster/fractional/metrics.json b/metrics/android-render-test-runner/render-tests/zoomed-raster/fractional/metrics.json index 4859f4afb12..0f05c16ab79 100644 --- a/metrics/android-render-test-runner/render-tests/zoomed-raster/fractional/metrics.json +++ b/metrics/android-render-test-runner/render-tests/zoomed-raster/fractional/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/zoomed-raster/overzoom/metrics.json b/metrics/android-render-test-runner/render-tests/zoomed-raster/overzoom/metrics.json index 10305579d18..bf90ca9af08 100644 --- a/metrics/android-render-test-runner/render-tests/zoomed-raster/overzoom/metrics.json +++ b/metrics/android-render-test-runner/render-tests/zoomed-raster/overzoom/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/android-render-test-runner/render-tests/zoomed-raster/underzoom/metrics.json b/metrics/android-render-test-runner/render-tests/zoomed-raster/underzoom/metrics.json index 50f1262c46f..5003122a5bc 100644 --- a/metrics/android-render-test-runner/render-tests/zoomed-raster/underzoom/metrics.json +++ b/metrics/android-render-test-runner/render-tests/zoomed-raster/underzoom/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/binary-size/android-arm64-v8a/metrics.json b/metrics/binary-size/android-arm64-v8a/metrics.json index 61b7bd537d3..15000d16ce0 100644 --- a/metrics/binary-size/android-arm64-v8a/metrics.json +++ b/metrics/binary-size/android-arm64-v8a/metrics.json @@ -6,4 +6,4 @@ 1878341 ] ] -} \ No newline at end of file +} diff --git a/metrics/binary-size/android-armeabi-v7a/metrics.json b/metrics/binary-size/android-armeabi-v7a/metrics.json index 01fcd3be41b..d9e71155f78 100644 --- a/metrics/binary-size/android-armeabi-v7a/metrics.json +++ b/metrics/binary-size/android-armeabi-v7a/metrics.json @@ -6,4 +6,4 @@ 1575622 ] ] -} \ No newline at end of file +} diff --git a/metrics/binary-size/android-x86/metrics.json b/metrics/binary-size/android-x86/metrics.json index 7870fa3679b..ad9e1099d89 100644 --- a/metrics/binary-size/android-x86/metrics.json +++ b/metrics/binary-size/android-x86/metrics.json @@ -6,4 +6,4 @@ 1918282 ] ] -} \ No newline at end of file +} diff --git a/metrics/binary-size/android-x86_64/metrics.json b/metrics/binary-size/android-x86_64/metrics.json index 28506c0c219..65e05bcfc59 100644 --- a/metrics/binary-size/android-x86_64/metrics.json +++ b/metrics/binary-size/android-x86_64/metrics.json @@ -6,4 +6,4 @@ 1914027 ] ] -} \ No newline at end of file +} diff --git a/metrics/binary-size/linux-clang8/metrics.json b/metrics/binary-size/linux-clang8/metrics.json index 3decd0b9e42..17043f90336 100644 --- a/metrics/binary-size/linux-clang8/metrics.json +++ b/metrics/binary-size/linux-clang8/metrics.json @@ -16,4 +16,4 @@ 6679512 ] ] -} \ No newline at end of file +} diff --git a/metrics/binary-size/linux-gcc8/metrics.json b/metrics/binary-size/linux-gcc8/metrics.json index 8dba5175b02..cf04d54d42d 100644 --- a/metrics/binary-size/linux-gcc8/metrics.json +++ b/metrics/binary-size/linux-gcc8/metrics.json @@ -16,4 +16,4 @@ 7787024 ] ] -} \ No newline at end of file +} diff --git a/metrics/binary-size/macos-xcode11/metrics.json b/metrics/binary-size/macos-xcode11/metrics.json index 226f2c65696..2c8f202a5e3 100644 --- a/metrics/binary-size/macos-xcode11/metrics.json +++ b/metrics/binary-size/macos-xcode11/metrics.json @@ -16,4 +16,4 @@ 5089824 ] ] -} \ No newline at end of file +} diff --git a/metrics/ignores/linux-drawable.json b/metrics/ignores/linux-drawable.json index 0634f7d272a..d5afd0d8e9c 100644 --- a/metrics/ignores/linux-drawable.json +++ b/metrics/ignores/linux-drawable.json @@ -1,3 +1,3 @@ { "render-tests/regressions/mapbox-gl-js#3426": "https://github.com/maplibre/maplibre-native/issues/1734" -} \ No newline at end of file +} diff --git a/metrics/ignores/linux-vulkan.json b/metrics/ignores/linux-vulkan.json index a0d601b4203..89192bd904b 100644 --- a/metrics/ignores/linux-vulkan.json +++ b/metrics/ignores/linux-vulkan.json @@ -2,4 +2,4 @@ "render-tests/fill-extrusion-color/function": "Layer Z Fighting: https://github.com/maplibre/maplibre-native/issues/1847", "render-tests/tilejson-bounds/default": "flaky on CI", "render-tests/icon-text-fit/textFit-grid-long": "Needs to be investigated" -} \ No newline at end of file +} diff --git a/metrics/ignores/platform-android-vulkan.json b/metrics/ignores/platform-android-vulkan.json index 419d6fb1b1c..c230c1b91eb 100644 --- a/metrics/ignores/platform-android-vulkan.json +++ b/metrics/ignores/platform-android-vulkan.json @@ -1,4 +1,4 @@ { "render-tests/fill-extrusion-color/function": "Layer Z Fighting: https://github.com/maplibre/maplibre-native/issues/1847", "render-tests/combinations/fill-opaque--image-translucent": "investigate" -} \ No newline at end of file +} diff --git a/metrics/integration/data/chinese.geojson b/metrics/integration/data/chinese.geojson index f1dd53bb31f..21736d18a3c 100644 --- a/metrics/integration/data/chinese.geojson +++ b/metrics/integration/data/chinese.geojson @@ -1 +1 @@ -{"type":"FeatureCollection","features":[{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.73270889049581,43.41627085800398]},"properties":{"name":"的一是不了"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.76298169713937,43.44261374841698]},"properties":{"name":"在人有我他"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.73750788686539,43.42129081598136]},"properties":{"name":"这个们中来"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.68983653183295,43.36893537983959]},"properties":{"name":"上大为和国"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.78480371728801,43.385713038402734]},"properties":{"name":"地到以说时"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.82444442057749,43.3981364143174]},"properties":{"name":"要就出会可"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.73178458119855,43.42150465372435]},"properties":{"name":"也你对生能"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.81785610131647,43.36772142802819]},"properties":{"name":"而子那得于"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.71407211903534,43.396000025590936]},"properties":{"name":"着下自之年"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.79407351218833,43.41860722639433]},"properties":{"name":"过发后作里"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.67633907003255,43.4171921149322]},"properties":{"name":"用道行所然"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.77300637827193,43.39388127052078]},"properties":{"name":"家种事成方"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.81926263607329,43.339585481875]},"properties":{"name":"多经么去法"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.76701252093699,43.35773661014847]},"properties":{"name":"学如都同现"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.7737515090821,43.44366259492489]},"properties":{"name":"当没动面起"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.73829309937992,43.34378736524005]},"properties":{"name":"看定天分还"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.71836466571312,43.33057012451926]},"properties":{"name":"进好小部其"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.8115615374345,43.43176089412675]},"properties":{"name":"些主样理心"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.72375031275442,43.427220939712534]},"properties":{"name":"她本前开但"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.70314387005055,43.389688637563765]},"properties":{"name":"因只从想实"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.76039207819576,43.36975807892726]},"properties":{"name":"日军者意无"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.78682420394216,43.365202354108135]},"properties":{"name":"力它与长把"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.78460575433382,43.430490774626286]},"properties":{"name":"机十民第公"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.7823602114513,43.35546405309943]},"properties":{"name":"此已工使情"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.69186049292512,43.422688902696564]},"properties":{"name":"明性知全三"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.80768244315095,43.43381601437478]},"properties":{"name":"又关点正业"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.72756567031774,43.400333914786785]},"properties":{"name":"外将两高间"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.69534099799966,43.422190395818994]},"properties":{"name":"由问很最重"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.83581194006001,43.41564978584469]},"properties":{"name":"并物手应战"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.74950948614969,43.43062747741384]},"properties":{"name":"向头文体政"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.72733267952117,43.39116317525604]},"properties":{"name":"美相见被利"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.72085520401288,43.43205067390052]},"properties":{"name":"什二等产或"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.74851416375623,43.44382863716304]},"properties":{"name":"新己制身果"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.8394813306677,43.37578833067203]},"properties":{"name":"加西斯月话"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.77187743426293,43.359984149537226]},"properties":{"name":"合回特代内"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.69004478877105,43.32857475596884]},"properties":{"name":"信表化老给"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.7543304983983,43.45029457922705]},"properties":{"name":"世位次度门"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.74270392666222,43.436224623306195]},"properties":{"name":"任常先海通"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.70207094875059,43.39809173301537]},"properties":{"name":"教儿原东声"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.75571436014798,43.3468089398027]},"properties":{"name":"提立及比员"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.8233978214821,43.42514681243842]},"properties":{"name":"解水名筱论"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.68193517172404,43.43279789478497]},"properties":{"name":"处走义各入"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.80028992255848,43.33690838162077]},"properties":{"name":"几口认条平"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.71507317067244,43.401143748258455]},"properties":{"name":"系气题活尔"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.78889469900332,43.45182031313233]},"properties":{"name":"更别打女变"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.6791223720029,43.38861188362641]},"properties":{"name":"四神总何电"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.72988047792478,43.33359777731984]},"properties":{"name":"数安少报才"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.76988704019641,43.365757148416336]},"properties":{"name":"结反受目太"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.75657912670522,43.39062671107417]},"properties":{"name":"量再感建务"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.71694934526477,43.376825304235226]},"properties":{"name":"做接必场件"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.67458813089615,43.36108038884236]},"properties":{"name":"计管期市直"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.73092396663014,43.451194179973356]},"properties":{"name":"德资命山金"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.71805769966886,43.441661018342145]},"properties":{"name":"指克许统区"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.81861278781616,43.426572973941695]},"properties":{"name":"保至队形社"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.78874389125303,43.383000090716834]},"properties":{"name":"便空决治展"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.77038527017976,43.357431603981965]},"properties":{"name":"马科司五基"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.76028190008401,43.396620706760984]},"properties":{"name":"眼书非则听"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.72120167890262,43.33581886107876]},"properties":{"name":"白却界达光"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.83215351153285,43.42486709690492]},"properties":{"name":"放强即像难"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.74438919600198,43.33050804734877]},"properties":{"name":"且权思王象"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.78421479421195,43.40712629232671]},"properties":{"name":"完设式色路"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.7497489802472,43.33114312974759]},"properties":{"name":"记南品住告"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.66478914990057,43.38347958366816]},"properties":{"name":"类求据程北"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.79279423940079,43.444583002746775]},"properties":{"name":"边死张该交"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.76906741636776,43.419984311312625]},"properties":{"name":"规万取拉格"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.75612128325247,43.37612751347973]},"properties":{"name":"望觉术领共"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.77176654843697,43.43095760221496]},"properties":{"name":"确传师观清"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.77393503776875,43.373380874335005]},"properties":{"name":"今切院让识"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.71310318142423,43.43803340638478]},"properties":{"name":"候带导争运"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.81563594692398,43.346211434247635]},"properties":{"name":"笑飞风步改"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.69670553324158,43.4029553787535]},"properties":{"name":"收根干造言"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.68140692646466,43.45196741095145]},"properties":{"name":"联持组每济"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.71393977312255,43.352840358239604]},"properties":{"name":"车亲极林服"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.77520183044271,43.370446718107615]},"properties":{"name":"快办议往元"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.7705171135467,43.42031530315453]},"properties":{"name":"英士证近失"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.79700244767992,43.370796588876516]},"properties":{"name":"转夫令准布"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.68495501730467,43.44587605391778]},"properties":{"name":"始怎呢存未"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.66875438862098,43.428265013064504]},"properties":{"name":"远叫台单影"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.78255633374283,43.344190485138526]},"properties":{"name":"具罗字爱击"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.73950662616426,43.39914435521945]},"properties":{"name":"流备兵连调"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.66711705844682,43.42765258781692]},"properties":{"name":"深商算质团"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.67424805301926,43.367364311972324]},"properties":{"name":"集百需价花"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.73542075892419,43.405725847481825]},"properties":{"name":"党华城石级"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.83006410836333,43.35664000828751]},"properties":{"name":"整府离况亚"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.72345388556187,43.34752030391647]},"properties":{"name":"请技际约示"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.74116502544712,43.39729245583676]},"properties":{"name":"复病息究线"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.73088213630854,43.349605386889884]},"properties":{"name":"似官火断精"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.67745194820873,43.41123711240646]},"properties":{"name":"满支视消越"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.6817792850643,43.42344437828406]},"properties":{"name":"器容照须九"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.67395214801763,43.39977158479005]},"properties":{"name":"增研写称企"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.72161818475706,43.382293003810005]},"properties":{"name":"八功吗包片"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.72855664275721,43.41261360254286]},"properties":{"name":"史委乎查轻"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.83086291556356,43.36050725709127]},"properties":{"name":"易早曾除农"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.75354201321716,43.4442740937665]},"properties":{"name":"找装广显吧"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.7131699827778,43.345394151190725]},"properties":{"name":"阿李标谈吃"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.7649695364853,43.44088050766551]},"properties":{"name":"图念六引历"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.71225333661914,43.35591317841684]},"properties":{"name":"首医局突专"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.79971900833698,43.392362357661604]},"properties":{"name":"费号尽另周"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.70626144043672,43.42036951093048]},"properties":{"name":"较注语仅考"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.7040667445608,43.433803705173396]},"properties":{"name":"落青随选列"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.813440070051,43.385923123380685]},"properties":{"name":"武红响虽推"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.7070736167725,43.37259236901997]},"properties":{"name":"势参希古众"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.76888123702702,43.39800691496971]},"properties":{"name":"构房半节土"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.74421053508104,43.34325732766496]},"properties":{"name":"投某案黑维"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.69038090599406,43.366814529767844]},"properties":{"name":"革划敌致陈"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.66650853289048,43.34867037886478]},"properties":{"name":"律足态护七"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.66952516027868,43.40685068681997]},"properties":{"name":"兴派孩验责"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.68151887308431,43.3821590323556]},"properties":{"name":"营星够章音"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.71453679914157,43.41655508237566]},"properties":{"name":"跟志底站严"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.7286383345945,43.389659720807465]},"properties":{"name":"巴例防族供"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.78968425737912,43.42832250510841]},"properties":{"name":"效续施留讲"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.77126855272127,43.432091911546834]},"properties":{"name":"型料终答紧"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.80150644673267,43.384293717872744]},"properties":{"name":"黄绝奇察母"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.70325368034901,43.342142138944126]},"properties":{"name":"京段依批群"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.74350685450099,43.33815688393118]},"properties":{"name":"项故按河米"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.68640694219539,43.32988121926636]},"properties":{"name":"围江织害斗"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.82314765576484,43.36757657335591]},"properties":{"name":"双境客纪采"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.77855847885985,43.44537272495857]},"properties":{"name":"举杀攻父苏"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.69097776744456,43.38523317400271]},"properties":{"name":"密低朝友诉"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.7421211758674,43.3800236955169]},"properties":{"name":"止细愿千值"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.7755043980751,43.36667122483581]},"properties":{"name":"仍男钱破网"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.75295729292066,43.44281164137731]},"properties":{"name":"热助倒育属"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.77224286592354,43.3253127146371]},"properties":{"name":"坐帝限船脸"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.8242325149331,43.347561311210455]},"properties":{"name":"职速刻乐否"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.80801165451248,43.43367913152873]},"properties":{"name":"刚威毛状率"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.77302849618263,43.372749462523885]},"properties":{"name":"甚独球般普"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.73703546176603,43.328032643768076]},"properties":{"name":"怕弹校苦创"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.67624744048317,43.344889116256184]},"properties":{"name":"伟久错承印"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.79964252293848,43.38656670136357]},"properties":{"name":"晚兰试股拿"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.74049655553154,43.344659220383505]},"properties":{"name":"脑预谁益阳"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.72304384605104,43.35607154684429]},"properties":{"name":"若哪微尼继"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.7526981722367,43.39981729891517]},"properties":{"name":"送急血惊伤"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.68568625772969,43.34763712888965]},"properties":{"name":"素药适波夜"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.81743986333095,43.429533375195334]},"properties":{"name":"省初喜卫源"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.80579718643094,43.35988688107485]},"properties":{"name":"食险待述陆"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.83223099273255,43.43425284429113]},"properties":{"name":"习置居劳财"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.80006585484625,43.35132639892201]},"properties":{"name":"环排福纳欢"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.70924590877894,43.383011511165705]},"properties":{"name":"雷警获模充"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.68249560431013,43.35743306628053]},"properties":{"name":"负云停木游"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.68774304395902,43.33419609182944]},"properties":{"name":"龙树疑层冷"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.67733078337824,43.327826458540464]},"properties":{"name":"洲冲射略范"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.68834955622151,43.431281245921824]},"properties":{"name":"竟句室异激"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.8091257333308,43.43459785012007]},"properties":{"name":"汉村哈策演"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.67144809840102,43.397513621281995]},"properties":{"name":"简卡罪判担"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.82363606504714,43.37710068801484]},"properties":{"name":"州静退既衣"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.74061761816665,43.4212255093278]},"properties":{"name":"您宗积余痛"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.7045488688891,43.36750358756782]},"properties":{"name":"检差富灵协"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.82580595102172,43.42392475722188]},"properties":{"name":"角占配征修"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.77008645152546,43.34480018782685]},"properties":{"name":"皮挥胜降阶"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.71651166319498,43.34427801604752]},"properties":{"name":"审沉坚善妈"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.83028376706352,43.39600333853026]},"properties":{"name":"刘读啊超免"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.72932534685151,43.32911672353392]},"properties":{"name":"压银买皇养"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.68036932940231,43.36393499520703]},"properties":{"name":"伊怀执副乱"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.77298183161474,43.44003908109747]},"properties":{"name":"抗犯追帮宣"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.81552785528402,43.34735681961522]},"properties":{"name":"佛岁航优怪"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.78578499835658,43.41906317070564]},"properties":{"name":"香著田铁控"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.78354709597988,43.368113417254776]},"properties":{"name":"税左右份穿"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.82797590542668,43.35143064769927]},"properties":{"name":"艺背阵草脚"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.79055192707074,43.43537476712199]},"properties":{"name":"概恶块顿敢"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.70654512079273,43.41147087462913]},"properties":{"name":"守酒岛托央"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.68733618863007,43.41836228588271]},"properties":{"name":"户烈洋哥索"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.7154416231333,43.33529886942282]},"properties":{"name":"胡款靠评版"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.73493527274877,43.370844496181796]},"properties":{"name":"宝座释景顾"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.73770378945937,43.39088303970504]},"properties":{"name":"弟登货互付"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.83211159305392,43.32846502905939]},"properties":{"name":"伯慢欧换闻"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.68908894596007,43.44014380512324]},"properties":{"name":"危忙核暗姐"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.6902922126892,43.403538514368456]},"properties":{"name":"介坏讨丽良"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.76141611184084,43.36152240176037]},"properties":{"name":"序升监临亮"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.67547588081197,43.34877423379756]},"properties":{"name":"露永呼味野"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.74561868818364,43.40177322844116]},"properties":{"name":"架域沙掉括"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.82147468187486,43.345501872146336]},"properties":{"name":"舰鱼杂误湾"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.72331018618115,43.41869149001808]},"properties":{"name":"吉减编楚肯"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.81418024432423,43.39045046575978]},"properties":{"name":"测败屋跑梦"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.69068592136318,43.3685438560169]},"properties":{"name":"散温困剑渐"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.83747349864097,43.32783583160479]},"properties":{"name":"封救贵枪缺"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.66638697581311,43.38651479270904]},"properties":{"name":"楼县尚毫移"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.73073327718703,43.39856744262681]},"properties":{"name":"娘朋画班智"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.74104845728016,43.38961856762863]},"properties":{"name":"亦耳恩短掌"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.7539775992791,43.37962584070818]},"properties":{"name":"恐遗固席松"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.67308167308965,43.440433177549636]},"properties":{"name":"秘谢鲁遇康"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.68724650885542,43.3438023389739]},"properties":{"name":"虑幸均销钟"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.6690021588247,43.3604969931925]},"properties":{"name":"诗藏赶剧票"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.77503168804014,43.415001819151854]},"properties":{"name":"损忽巨炮旧"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.79229079700326,43.41771721089227]},"properties":{"name":"端探湖录叶"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.75545867980964,43.404726107598385]},"properties":{"name":"春乡附吸予"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.68343503303822,43.32628692794371]},"properties":{"name":"礼港雨呀板"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.7017168198081,43.408124296254805]},"properties":{"name":"庭妇归睛饭"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.75177113079917,43.40327950333013]},"properties":{"name":"额含顺输摇"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.70633448491662,43.33353916165031]},"properties":{"name":"招婚脱补谓"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.80796698838185,43.38855809467828]},"properties":{"name":"督毒油疗旅"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.71316371386729,43.40035203701606]},"properties":{"name":"泽材灭逐莫"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.73512074699465,43.39091219011503]},"properties":{"name":"笔亡鲜词圣"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.8091237096005,43.33089437793854]},"properties":{"name":"择寻厂睡博"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.71888919977027,43.37203728663009]},"properties":{"name":"勒烟授诺伦"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.6680803788322,43.4500067687054]},"properties":{"name":"岸奥唐卖俄"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.66925720953805,43.372341602453425]},"properties":{"name":"炸载洛健堂"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.66882286164855,43.423630694619916]},"properties":{"name":"旁宫喝借君"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.77390029854541,43.445009580661186]},"properties":{"name":"禁阴园谋宋"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.71985438791216,43.398099248509034]},"properties":{"name":"避抓荣姑孙"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.74294883903804,43.4173240632121]},"properties":{"name":"逃牙束跳顶"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.66689798156858,43.34124127734229]},"properties":{"name":"玉镇雪午练"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.75171381658947,43.39159204675984]},"properties":{"name":"迫爷篇肉嘴"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.81096888891352,43.42308178495851]},"properties":{"name":"馆遍凡础洞"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.73965294263871,43.40406594519991]},"properties":{"name":"卷坦牛宁纸"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.72554678621145,43.37774074563721]},"properties":{"name":"诸训私庄祖"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.67178856070768,43.389572230853304]},"properties":{"name":"丝翻暴森塔"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.66509793278783,43.41061135866706]},"properties":{"name":"默握戏隐熟"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.73326538252331,43.44230808801419]},"properties":{"name":"骨访弱蒙歌"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.763294657595,43.42569076002226]},"properties":{"name":"店鬼软典欲"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.70805275051043,43.33022223454242]},"properties":{"name":"萨伙遭盘爸"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.80356155228401,43.35448684283324]},"properties":{"name":"扩盖弄雄稳"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.71671550436804,43.358590543375485]},"properties":{"name":"忘亿刺拥徒"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.79930692168546,43.44009080139547]},"properties":{"name":"姆杨齐赛趣"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.79587187411107,43.353732548898144]},"properties":{"name":"曲刀床迎冰"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.79719578990535,43.37696041213408]},"properties":{"name":"虚玩析窗醒"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.69965497394605,43.36639187084689]},"properties":{"name":"妻透购替塞"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.7921343910175,43.39881694771324]},"properties":{"name":"努休虎扬途"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.72017632396182,43.38361317683319]},"properties":{"name":"侵刑绿兄迅"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.68359785932444,43.34831766076865]},"properties":{"name":"套贸毕唯谷"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.81414767105343,43.40958963502256]},"properties":{"name":"轮库迹尤竞"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.80253128177446,43.36605742276838]},"properties":{"name":"街促延震弃"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.70089574338908,43.44275792279891]},"properties":{"name":"甲伟麻川申"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.83317739247832,43.442243183384164]},"properties":{"name":"缓潜闪售灯"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.67721696102126,43.42843016937564]},"properties":{"name":"针哲络抵朱"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.71723432403815,43.36649527257002]},"properties":{"name":"埃抱鼓植纯"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.69481568423726,43.40301142667125]},"properties":{"name":"夏忍页杰筑"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.68468959578695,43.35720648266311]},"properties":{"name":"折郑贝尊吴"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.72149391956373,43.361699359813706]},"properties":{"name":"秀混臣雅振"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.70660354920619,43.38448871648363]},"properties":{"name":"染盛怒舞圆"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.76299651747377,43.35074913433199]},"properties":{"name":"搞狂措姓残"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.77539316698676,43.39435306815789]},"properties":{"name":"秋培迷诚宽"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.71830531729574,43.35119394975593]},"properties":{"name":"宇猛摆梅毁"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.81118685367528,43.37563814779732]},"properties":{"name":"伸摩盟末乃"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.79642660311492,43.377657505705734]},"properties":{"name":"悲拍丁赵硬"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.7888253988358,43.337163828964385]},"properties":{"name":"麦蒋操耶阻"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.70485407817159,43.42571907384735]},"properties":{"name":"订彩抽赞魔"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.66969568481909,43.35045513475347]},"properties":{"name":"纷沿喊违妹"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.66930716449406,43.44367042306718]},"properties":{"name":"浪汇币丰蓝"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.69189873670894,43.43076512052666]},"properties":{"name":"殊献桌啦瓦"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.79353235204508,43.37368059280777]},"properties":{"name":"莱援译夺汽"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.70219104390617,43.33231431216638]},"properties":{"name":"烧距裁偏符"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.76689379197433,43.36916089976166]},"properties":{"name":"勇触课敬哭"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.82121823517355,43.3890494143254]},"properties":{"name":"懂墙袭召罚"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.83471876958811,43.40298009860645]},"properties":{"name":"侠厅拜巧侧"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.79381721196569,43.43790173544968]},"properties":{"name":"韩冒债曼融"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.78649372015207,43.36341720491033]},"properties":{"name":"惯享戴童犹"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.78560735030351,43.44361961433385]},"properties":{"name":"乘挂奖绍厚"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.75079314695358,43.33861416363164]},"properties":{"name":"纵障讯涉彻"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.74953762736641,43.40607632034917]},"properties":{"name":"刊丈爆乌役"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.74238703575702,43.35555088566464]},"properties":{"name":"描洗玛患妙"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.83816796506198,43.41942390467601]},"properties":{"name":"镜唱烦签仙"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.81616133746593,43.350962266236195]},"properties":{"name":"彼弗症仿倾"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.79219311701308,43.387858965559424]},"properties":{"name":"牌陷鸟轰咱"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.66780267369268,43.36965922024568]},"properties":{"name":"菜闭奋庆撤"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.76678459362029,43.41517258008821]},"properties":{"name":"泪茶疾缘播"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.80142993141635,43.341730907669636]},"properties":{"name":"朗杜奶季丹"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.77921260855874,43.421873232284376]},"properties":{"name":"狗尾仪偷奔"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.83144706066832,43.36621272347986]},"properties":{"name":"珠虫驻孔宜"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.70722008394114,43.35038684779588]},"properties":{"name":"艾桥淡翼恨"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.79020734973255,43.33479279298051]},"properties":{"name":"繁寒伴叹旦"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.67291568124347,43.43540548255966]},"properties":{"name":"愈潮粮缩罢"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.82768299138934,43.36836454991645]},"properties":{"name":"聚径恰挑袋"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.75399246803045,43.418397519140655]},"properties":{"name":"灰捕徐珍幕"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.74220063622761,43.35676855353936]},"properties":{"name":"映裂泰隔启"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.67156749173591,43.32753321179319]},"properties":{"name":"尖忠累炎暂"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.7337656762229,43.362393286271406]},"properties":{"name":"估泛荒偿横"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.72030044521398,43.382476256772236]},"properties":{"name":"拒瑞忆孤鼻"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.7526464325656,43.436104808005915]},"properties":{"name":"闹羊呆厉衡"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.71485882023808,43.429619924972954]},"properties":{"name":"胞零穷舍码"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.75909970307748,43.330400132266675]},"properties":{"name":"赫婆魂灾洪"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.81135682893091,43.42006743640997]},"properties":{"name":"腿胆津俗辩"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.67022303291196,43.35877085029656]},"properties":{"name":"胸晓劲贫仁"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.73190488058117,43.36210649884719]},"properties":{"name":"偶辑邦恢赖"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.79749258159609,43.43829648566227]},"properties":{"name":"圈摸仰润堆"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.81412739294592,43.42486673759098]},"properties":{"name":"碰艇稍迟辆"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.73942862821696,43.41857560346666]},"properties":{"name":"废净凶署壁"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.73194496367705,43.36236970705654]},"properties":{"name":"御奉旋冬矿"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.77277965716348,43.42795996100599]},"properties":{"name":"抬蛋晨伏吹"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.79677774850097,43.386918730187254]},"properties":{"name":"鸡倍糊秦盾"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.7755677565865,43.41930911043181]},"properties":{"name":"杯租骑乏隆"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.83969235862696,43.40300089042435]},"properties":{"name":"诊奴摄丧污"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.79056823232804,43.36644340374012]},"properties":{"name":"渡旗甘耐凭"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.79024794978068,43.450759361929514]},"properties":{"name":"扎抢绪粗肩"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.7960531583467,43.42912547125532]},"properties":{"name":"梁幻菲皆碎"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.71188677769896,43.40578991754939]},"properties":{"name":"宙叔岩荡综"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.80973210979664,43.405074830026]},"properties":{"name":"爬荷悉蒂返"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.83094842280389,43.383506992650275]},"properties":{"name":"井壮薄悄扫"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.68880786616319,43.4408736919135]},"properties":{"name":"敏碍殖详迪"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.83637982623713,43.37932687230065]},"properties":{"name":"矛霍允幅撒"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.7120551129583,43.38478419358865]},"properties":{"name":"剩凯颗骂赏"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.79655496709165,43.353914671185876]},"properties":{"name":"液番箱贴漫"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.82183396335495,43.34951148058995]},"properties":{"name":"酸郎腰舒眉"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.7386077853289,43.42153859100138]},"properties":{"name":"忧浮辛恋餐"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.70073597694773,43.3950412068982]},"properties":{"name":"吓挺励辞艘"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.67738562238901,43.37299568230138]},"properties":{"name":"键伍峰尺昨"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.76967766127837,43.43523403455177]},"properties":{"name":"黎辈贯侦滑"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.66711217868942,43.34498516856536]},"properties":{"name":"券崇扰宪绕"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.71263407544393,43.44878125927471]},"properties":{"name":"趋慈乔阅汗"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.81736193811139,43.3268554930083]},"properties":{"name":"枝拖墨胁插"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.72823672941468,43.39913772571227]},"properties":{"name":"箭腊粉泥氏"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.80909585278732,43.42911070681641]},"properties":{"name":"彭拔骗凤慧"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.75079532407926,43.42721943663759]},"properties":{"name":"媒佩愤扑龄"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.71058457033814,43.367755763373076]},"properties":{"name":"驱惜豪掩兼"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.69298119807172,43.42626514840551]},"properties":{"name":"跃尸肃帕驶"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.83650346598006,43.41933636859189]},"properties":{"name":"堡届欣惠册"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.7067569578021,43.4410164115811]},"properties":{"name":"储飘桑闲惨"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.8266463758855,43.429931233602844]},"properties":{"name":"洁踪勃宾频"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.78659303223958,43.338321981323276]},"properties":{"name":"仇磨递邪撞"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.80639026067729,43.36026255177993]},"properties":{"name":"拟滚奏巡颜"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.68785430058597,43.391834351083176]},"properties":{"name":"剂绩贡疯坡"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.77329479710443,43.331029684633386]},"properties":{"name":"瞧截燃焦殿"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.83944140776111,43.36094548943541]},"properties":{"name":"伪柳锁逼颇"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.77328811212737,43.39281904629793]},"properties":{"name":"昏劝呈搜勤"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.80847732751408,43.37011711911654]},"properties":{"name":"戒驾漂饮曹"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.69083308544123,43.34616816533698]},"properties":{"name":"朵仔柔俩孟"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.71997028929218,43.39262356330771]},"properties":{"name":"腐幼践籍牧"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.70795456797441,43.43662706130826]},"properties":{"name":"凉牲佳娜浓"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.74983541518577,43.36433290673387]},"properties":{"name":"芳稿竹腹跌"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.72199664814889,43.399196067397874]},"properties":{"name":"逻垂遵脉貌"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.76282152809654,43.33979211362029]},"properties":{"name":"柏狱猜怜惑"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.72295717357065,43.32965718674516]},"properties":{"name":"陶兽帐饰贷"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.76962927584191,43.417191219398504]},"properties":{"name":"昌叙躺钢沟"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.79867291448863,43.44693460246704]},"properties":{"name":"寄扶铺邓寿"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.80762496150783,43.447198828628444]},"properties":{"name":"惧询汤盗肥"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.73700170958546,43.42215816219742]},"properties":{"name":"尝匆辉奈扣"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.79048870955376,43.368949995240996]},"properties":{"name":"廷澳嘛董迁"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.8255365161358,43.39707569876099]},"properties":{"name":"凝慰厌脏腾"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.67286163429799,43.38896639656718]},"properties":{"name":"幽怨鞋丢埋"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.76401826500387,43.37508033645364]},"properties":{"name":"泉涌辖躲晋"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.77611649584469,43.400255751529066]},"properties":{"name":"紫艰魏吾慌"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.70951490545667,43.33112009433672]},"properties":{"name":"祝邮吐狠鉴"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.7066983545883,43.42345908175173]},"properties":{"name":"曰械咬邻赤"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.82127073113952,43.339820786610595]},"properties":{"name":"挤弯椅陪割"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.71675786236483,43.43096503945724]},"properties":{"name":"揭韦悟聪雾"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.78950346431157,43.40237228555073]},"properties":{"name":"锋梯猫祥阔"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.75258281784954,43.390836247816566]},"properties":{"name":"誉筹丛牵鸣"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.76638218213247,43.32741343188597]},"properties":{"name":"沈阁穆屈旨"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.72154484965267,43.45222086361347]},"properties":{"name":"袖猎臂蛇贺"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.76627772335996,43.437491216616706]},"properties":{"name":"柱抛鼠瑟戈"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.73925198284087,43.44218709248913]},"properties":{"name":"牢逊迈欺吨"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.77499563521542,43.418523278482645]},"properties":{"name":"琴衰瓶恼燕"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.8169860967655,43.384473967748534]},"properties":{"name":"仲诱狼池疼"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.78032431371867,43.446660440194194]},"properties":{"name":"卢仗冠粒遥"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.71753936465939,43.45285380044917]},"properties":{"name":"吕玄尘冯抚"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.69263196333395,43.419665985695886]},"properties":{"name":"浅敦纠钻晶"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.70765474537438,43.42017682128563]},"properties":{"name":"岂峡苍喷耗"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.69765841770732,43.33820610443803]},"properties":{"name":"凌敲菌赔涂"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.82267605236211,43.42357169093535]},"properties":{"name":"粹扁亏寂煤"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.73336307802492,43.42297002833131]},"properties":{"name":"熊恭湿循暖"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.83811908518328,43.33925460912034]},"properties":{"name":"糖赋抑秩帽"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.73171881207145,43.354563903522724]},"properties":{"name":"哀宿踏烂袁"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.6961362492757,43.35411874665983]},"properties":{"name":"侯抖夹昆肝"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.68661836305637,43.36823198552959]},"properties":{"name":"擦猪炼恒慎"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.83961700277996,43.3510427803368]},"properties":{"name":"搬纽纹玻渔"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.74947187088583,43.39389891860199]},"properties":{"name":"磁铜齿跨押"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.72910695071641,43.36486528376062]},"properties":{"name":"怖漠疲叛遣"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.69754557797296,43.39387045930845]},"properties":{"name":"兹祭醉拳弥"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.73710033565021,43.384584096889725]},"properties":{"name":"斜档稀捷肤"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.68689162255396,43.36871487059363]},"properties":{"name":"疫肿豆削岗"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.7994804315831,43.33013942649552]},"properties":{"name":"晃吞宏癌肚"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.7988314518434,43.39336940273254]},"properties":{"name":"隶履涨耀扭"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.71307712205453,43.41174462631271]},"properties":{"name":"坛拨沃绘伐"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.72580987651236,43.38478891558823]},"properties":{"name":"堪仆郭牺歼"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.7036186715095,43.41690955477799]},"properties":{"name":"墓雇廉契拼"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.76149458704094,43.367965367570484]},"properties":{"name":"惩捉覆刷劫"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.8058814547212,43.403167911414506]},"properties":{"name":"嫌瓜歇雕闷"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.71361559233537,43.376334729032095]},"properties":{"name":"乳串娃缴唤"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.73154162252649,43.38490610787597]},"properties":{"name":"赢莲霸桃妥"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.79186204272446,43.376665125080876]},"properties":{"name":"瘦搭赴岳嘉"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.6661296359971,43.452468442692734]},"properties":{"name":"舱俊址庞耕"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.7616259928136,43.44408598398389]},"properties":{"name":"锐缝悔邀玲"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.78766358344183,43.37143374956189]},"properties":{"name":"惟斥宅添挖"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.68890499690951,43.44979275747692]},"properties":{"name":"呵讼氧浩羽"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.67281208362147,43.3973497257669]},"properties":{"name":"斤酷掠妖祸"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.71588028401948,43.442055130438646]},"properties":{"name":"侍乙妨贪挣"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.71721666322901,43.32562249083662]},"properties":{"name":"汪尿莉悬唇"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.67841066689653,43.34185192725603]},"properties":{"name":"翰仓轨枚盐"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.73531620540507,43.36415708253743]},"properties":{"name":"览傅帅庙芬"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.72425220806053,43.351560221312894]},"properties":{"name":"屏寺胖璃愚"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.68594161715737,43.409583613235085]},"properties":{"name":"滴疏萧姿颤"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.73655883818446,43.33441638119229]},"properties":{"name":"丑劣柯寸扔"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.6752721298426,43.32966752267923]},"properties":{"name":"盯辱匹俱辨"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.6904923700813,43.327341256271836]},"properties":{"name":"饿蜂哦腔郁"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.78054278610125,43.394614279098086]},"properties":{"name":"溃谨糟葛苗"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.74335729998438,43.40451717893259]},"properties":{"name":"肠忌溜鸿爵"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.7569937171229,43.44689633183004]},"properties":{"name":"鹏鹰笼丘桂"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.8360965058364,43.40171500153021]},"properties":{"name":"滋聊挡纲肌"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.71513986618811,43.43457019529001]},"properties":{"name":"茨壳痕碗穴"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.7952919780746,43.44165282752506]},"properties":{"name":"膀卓贤卧膜"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.68173948092863,43.44800154193802]},"properties":{"name":"毅锦欠哩函"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.81701665551464,43.389228319829925]},"properties":{"name":"茫昂薛皱夸"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.77895341666135,43.394861202037575]},"properties":{"name":"豫胃舌剥傲"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.75351540071551,43.4219368264491]},"properties":{"name":"拾窝睁携陵"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.81052088748493,43.424322611524985]},"properties":{"name":"哼棉晴铃填"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.69578376327627,43.37844309252077]},"properties":{"name":"饲渴吻扮逆"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.78368098309056,43.388133327996385]},"properties":{"name":"脆喘罩卜炉"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.70213684589817,43.400458123228596]},"properties":{"name":"柴愉绳胎蓄"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.75735508441994,43.33521557571769]},"properties":{"name":"眠竭喂傻慕"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.7165813035499,43.449836563440115]},"properties":{"name":"浑奸扇柜悦"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.67118947948529,43.32648454903178]},"properties":{"name":"拦诞饱乾泡"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.73583864324974,43.40494189377406]},"properties":{"name":"贼亭夕爹酬"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.7592708719767,43.37376037403405]},"properties":{"name":"儒姻卵氛泄"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.81937170824858,43.42605432516992]},"properties":{"name":"杆挨僧蜜吟"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.82074352007112,43.36580652869758]},"properties":{"name":"猩遂狭肖甜"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.7436711727496,43.372504265635634]},"properties":{"name":"霞驳裕顽於"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.67000504535372,43.38201541721379]},"properties":{"name":"摘矮秒卿畜"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.77440106794256,43.37650136295896]},"properties":{"name":"咽披辅勾盆"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.68061636193306,43.33728440664312]},"properties":{"name":"疆赌塑畏吵"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.66503257911336,43.38062935022041]},"properties":{"name":"囊嗯泊肺骤"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.70403178494416,43.36877483548238]},"properties":{"name":"缠冈羞瞪吊"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.75963805364609,43.40329643349728]},"properties":{"name":"贾漏斑涛悠"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.67318084901217,43.42404258860719]},"properties":{"name":"鹿俘锡卑葬"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.7664044443527,43.43862549454096]},"properties":{"name":"铭滩嫁催璇"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.76699292336798,43.37550577167776]},"properties":{"name":"翅盒蛮矣潘"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.73291945020628,43.3674976351091]},"properties":{"name":"歧赐鲍锅廊"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.80291150700305,43.3459863032626]},"properties":{"name":"拆灌勉盲宰"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.67799156621277,43.336989953022176]},"properties":{"name":"佐啥胀扯禧"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.75967314468016,43.44864855947221]},"properties":{"name":"辽抹筒棋裤"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.77895542262922,43.37606635807544]},"properties":{"name":"唉朴咐孕誓"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.74354294751629,43.401586326632675]},"properties":{"name":"喉妄拘链驰"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.71739241962405,43.32949392714524]},"properties":{"name":"栏逝窃艳臭"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.78738846011674,43.347806614069704]},"properties":{"name":"纤玑棵趁匠"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.68105058004221,43.384474385118985]},"properties":{"name":"盈翁愁瞬婴"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.74292700712704,43.43924277428903]},"properties":{"name":"孝颈倘浙谅"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.72330992960815,43.44448236676838]},"properties":{"name":"蔽畅赠妮莎"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.80374649087389,43.423236258780996]},"properties":{"name":"尉冻跪闯葡"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.7843960910941,43.37735348316894]},"properties":{"name":"後厨鸭颠遮"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.77111562727168,43.377397868656345]},"properties":{"name":"谊圳吁仑辟"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.75822663806775,43.403893701294244]},"properties":{"name":"瘤嫂陀框谭"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.76760909818859,43.365752206325446]},"properties":{"name":"亨钦庸歉芝"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.67688920728415,43.35171094097246]},"properties":{"name":"吼甫衫摊宴"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.81636243364756,43.37912531315445]},"properties":{"name":"嘱衷娇陕矩"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.76577508596074,43.34670065336113]},"properties":{"name":"浦讶耸裸碧"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.6734781883506,43.339763982233066]},"properties":{"name":"摧薪淋耻胶"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.67229678701096,43.37951866037416]},"properties":{"name":"屠鹅饥盼脖"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.67370422785643,43.33477495020771]},"properties":{"name":"虹翠崩账萍"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.72454219260635,43.38020083184419]},"properties":{"name":"逢赚撑翔倡"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.8127777939444,43.33011026808491]},"properties":{"name":"绵猴枯巫昭"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.82476845378096,43.345917052691725]},"properties":{"name":"怔渊凑溪蠢"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.79458199273176,43.37007854115475]},"properties":{"name":"禅阐旺寓藤"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.77530815590762,43.3745956095525]},"properties":{"name":"匪伞碑挪琼"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.81943466645043,43.38442804867082]},"properties":{"name":"脂谎慨菩萄"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.7111729135977,43.41659485703934]},"properties":{"name":"狮掘抄岭晕"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.81519536270207,43.35551688679179]},"properties":{"name":"逮砍掏狄晰"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.80141816757077,43.373296346452975]},"properties":{"name":"罕挽脾舟痴"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.73913970139529,43.36766474919193]},"properties":{"name":"蔡剪脊弓懒"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.68861229532558,43.447177904904464]},"properties":{"name":"叉拐喃僚捐"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.70887924537146,43.36989440125427]},"properties":{"name":"姊骚拓歪粘"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.72727783404389,43.43862238253905]},"properties":{"name":"柄坑陌窄湘"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.80459063938179,43.337120260313164]},"properties":{"name":"兆崖骄刹鞭"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.76679035695634,43.335932458145194]},"properties":{"name":"芒筋聘钩棍"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.6765199485153,43.33916485424814]},"properties":{"name":"嚷腺弦焰耍"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.80245708208167,43.40137212585799]},"properties":{"name":"俯厘愣厦恳"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.77978667389289,43.32653195985271]},"properties":{"name":"饶钉寡憾摔"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.83554141642708,43.36208645578587]},"properties":{"name":"叠惹喻谱愧"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.78226428764992,43.45214674512842]},"properties":{"name":"煌徽溶坠煞"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.68707804799033,43.389474442588785]},"properties":{"name":"巾滥洒堵瓷"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.80216082023526,43.35618116364861]},"properties":{"name":"咒姨棒郡浴"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.70300949696957,43.338949270378016]},"properties":{"name":"媚稣淮哎屁"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.68015060855032,43.40296808063941]},"properties":{"name":"漆淫巢吩撰"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.68989328476619,43.39232508258088]},"properties":{"name":"啸滞玫硕钓"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.71598403078042,43.38262581866229]},"properties":{"name":"蝶膝姚茂躯"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.71912615539532,43.452016174114505]},"properties":{"name":"吏猿寨恕渠"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.74577920821866,43.36541829164119]},"properties":{"name":"戚辰舶颁惶"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.72712613526619,43.39671896203547]},"properties":{"name":"狐讽笨袍嘲"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.70664604422745,43.34278992771991]},"properties":{"name":"啡泼衔倦涵"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.68493815003421,43.39354964761166]},"properties":{"name":"雀旬僵撕肢"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.75455462754235,43.36155500394566]},"properties":{"name":"垄夷逸茅侨"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.77873016450667,43.366122899933224]},"properties":{"name":"舆窑涅蒲谦"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.80791232048796,43.33394744370124]},"properties":{"name":"杭噢弊勋刮"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.6997965679875,43.40806371864969]},"properties":{"name":"郊凄捧浸砖"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.66838019631632,43.35606605074788]},"properties":{"name":"鼎篮蒸饼亩"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.7069571753982,43.34266177851345]},"properties":{"name":"肾陡爪兔殷"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.71273809195645,43.35495186858789]},"properties":{"name":"贞荐哑炭坟"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.73519729235159,43.4163297000404]},"properties":{"name":"眨搏咳拢舅"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.71910739744908,43.45181104214278]},"properties":{"name":"昧擅爽咖搁"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.72594206510075,43.33440744203501]},"properties":{"name":"禄雌哨巩绢"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.69001132062567,43.36003830098169]},"properties":{"name":"螺裹昔轩谬"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.76804370175068,43.37362703079163]},"properties":{"name":"谍龟媳姜瞎"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.77043742133355,43.325828830544545]},"properties":{"name":"冤鸦蓬巷琳"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.66452596219278,43.377082454312294]},"properties":{"name":"栽沾诈斋瞒"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.78052164197288,43.39882235229331]},"properties":{"name":"彪厄咨纺罐"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.74768201610368,43.34347333416988]},"properties":{"name":"桶壤糕颂膨"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.77257029502562,43.353659062164375]},"properties":{"name":"谐垒咕隙辣"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.82229997433387,43.36602478810474]},"properties":{"name":"绑宠嘿兑霉"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.77697418935259,43.39302377957722]},"properties":{"name":"挫稽辐乞纱"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.82932283412902,43.344460090153106]},"properties":{"name":"裙嘻哇绣杖"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.75834764860247,43.43886099129135]},"properties":{"name":"塘衍轴攀膊"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.71397262576284,43.43847474002368]},"properties":{"name":"譬斌祈踢肆"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.78490097957456,43.41708495277058]},"properties":{"name":"坎轿棚泣屡"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.82596603943784,43.37280499147228]},"properties":{"name":"躁邱凰溢椎"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.80376452461223,43.41299359444341]},"properties":{"name":"砸趟帘帆栖"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.73771479115749,43.38964563062126]},"properties":{"name":"窜丸斩堤塌"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.77914081236031,43.36200438697811]},"properties":{"name":"贩厢掀喀乖"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.6885010122187,43.3536150480067]},"properties":{"name":"谜捏阎滨虏"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.6809883295955,43.4279302964151]},"properties":{"name":"匙芦苹卸沼"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.66638088219406,43.356600228775875]},"properties":{"name":"钥株祷剖熙"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.81508020435649,43.44503598067335]},"properties":{"name":"哗劈怯棠胳"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.80562566482058,43.441746093418764]},"properties":{"name":"桩瑰娱娶沫"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.69680728921867,43.37119072206014]},"properties":{"name":"嗓蹲焚淘嫩"}}]} \ No newline at end of file +{"type":"FeatureCollection","features":[{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.73270889049581,43.41627085800398]},"properties":{"name":"的一是不了"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.76298169713937,43.44261374841698]},"properties":{"name":"在人有我他"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.73750788686539,43.42129081598136]},"properties":{"name":"这个们中来"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.68983653183295,43.36893537983959]},"properties":{"name":"上大为和国"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.78480371728801,43.385713038402734]},"properties":{"name":"地到以说时"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.82444442057749,43.3981364143174]},"properties":{"name":"要就出会可"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.73178458119855,43.42150465372435]},"properties":{"name":"也你对生能"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.81785610131647,43.36772142802819]},"properties":{"name":"而子那得于"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.71407211903534,43.396000025590936]},"properties":{"name":"着下自之年"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.79407351218833,43.41860722639433]},"properties":{"name":"过发后作里"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.67633907003255,43.4171921149322]},"properties":{"name":"用道行所然"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.77300637827193,43.39388127052078]},"properties":{"name":"家种事成方"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.81926263607329,43.339585481875]},"properties":{"name":"多经么去法"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.76701252093699,43.35773661014847]},"properties":{"name":"学如都同现"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.7737515090821,43.44366259492489]},"properties":{"name":"当没动面起"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.73829309937992,43.34378736524005]},"properties":{"name":"看定天分还"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.71836466571312,43.33057012451926]},"properties":{"name":"进好小部其"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.8115615374345,43.43176089412675]},"properties":{"name":"些主样理心"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.72375031275442,43.427220939712534]},"properties":{"name":"她本前开但"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.70314387005055,43.389688637563765]},"properties":{"name":"因只从想实"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.76039207819576,43.36975807892726]},"properties":{"name":"日军者意无"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.78682420394216,43.365202354108135]},"properties":{"name":"力它与长把"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.78460575433382,43.430490774626286]},"properties":{"name":"机十民第公"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.7823602114513,43.35546405309943]},"properties":{"name":"此已工使情"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.69186049292512,43.422688902696564]},"properties":{"name":"明性知全三"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.80768244315095,43.43381601437478]},"properties":{"name":"又关点正业"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.72756567031774,43.400333914786785]},"properties":{"name":"外将两高间"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.69534099799966,43.422190395818994]},"properties":{"name":"由问很最重"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.83581194006001,43.41564978584469]},"properties":{"name":"并物手应战"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.74950948614969,43.43062747741384]},"properties":{"name":"向头文体政"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.72733267952117,43.39116317525604]},"properties":{"name":"美相见被利"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.72085520401288,43.43205067390052]},"properties":{"name":"什二等产或"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.74851416375623,43.44382863716304]},"properties":{"name":"新己制身果"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.8394813306677,43.37578833067203]},"properties":{"name":"加西斯月话"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.77187743426293,43.359984149537226]},"properties":{"name":"合回特代内"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.69004478877105,43.32857475596884]},"properties":{"name":"信表化老给"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.7543304983983,43.45029457922705]},"properties":{"name":"世位次度门"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.74270392666222,43.436224623306195]},"properties":{"name":"任常先海通"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.70207094875059,43.39809173301537]},"properties":{"name":"教儿原东声"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.75571436014798,43.3468089398027]},"properties":{"name":"提立及比员"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.8233978214821,43.42514681243842]},"properties":{"name":"解水名筱论"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.68193517172404,43.43279789478497]},"properties":{"name":"处走义各入"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.80028992255848,43.33690838162077]},"properties":{"name":"几口认条平"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.71507317067244,43.401143748258455]},"properties":{"name":"系气题活尔"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.78889469900332,43.45182031313233]},"properties":{"name":"更别打女变"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.6791223720029,43.38861188362641]},"properties":{"name":"四神总何电"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.72988047792478,43.33359777731984]},"properties":{"name":"数安少报才"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.76988704019641,43.365757148416336]},"properties":{"name":"结反受目太"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.75657912670522,43.39062671107417]},"properties":{"name":"量再感建务"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.71694934526477,43.376825304235226]},"properties":{"name":"做接必场件"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.67458813089615,43.36108038884236]},"properties":{"name":"计管期市直"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.73092396663014,43.451194179973356]},"properties":{"name":"德资命山金"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.71805769966886,43.441661018342145]},"properties":{"name":"指克许统区"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.81861278781616,43.426572973941695]},"properties":{"name":"保至队形社"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.78874389125303,43.383000090716834]},"properties":{"name":"便空决治展"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.77038527017976,43.357431603981965]},"properties":{"name":"马科司五基"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.76028190008401,43.396620706760984]},"properties":{"name":"眼书非则听"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.72120167890262,43.33581886107876]},"properties":{"name":"白却界达光"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.83215351153285,43.42486709690492]},"properties":{"name":"放强即像难"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.74438919600198,43.33050804734877]},"properties":{"name":"且权思王象"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.78421479421195,43.40712629232671]},"properties":{"name":"完设式色路"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.7497489802472,43.33114312974759]},"properties":{"name":"记南品住告"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.66478914990057,43.38347958366816]},"properties":{"name":"类求据程北"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.79279423940079,43.444583002746775]},"properties":{"name":"边死张该交"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.76906741636776,43.419984311312625]},"properties":{"name":"规万取拉格"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.75612128325247,43.37612751347973]},"properties":{"name":"望觉术领共"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.77176654843697,43.43095760221496]},"properties":{"name":"确传师观清"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.77393503776875,43.373380874335005]},"properties":{"name":"今切院让识"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.71310318142423,43.43803340638478]},"properties":{"name":"候带导争运"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.81563594692398,43.346211434247635]},"properties":{"name":"笑飞风步改"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.69670553324158,43.4029553787535]},"properties":{"name":"收根干造言"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.68140692646466,43.45196741095145]},"properties":{"name":"联持组每济"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.71393977312255,43.352840358239604]},"properties":{"name":"车亲极林服"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.77520183044271,43.370446718107615]},"properties":{"name":"快办议往元"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.7705171135467,43.42031530315453]},"properties":{"name":"英士证近失"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.79700244767992,43.370796588876516]},"properties":{"name":"转夫令准布"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.68495501730467,43.44587605391778]},"properties":{"name":"始怎呢存未"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.66875438862098,43.428265013064504]},"properties":{"name":"远叫台单影"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.78255633374283,43.344190485138526]},"properties":{"name":"具罗字爱击"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.73950662616426,43.39914435521945]},"properties":{"name":"流备兵连调"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.66711705844682,43.42765258781692]},"properties":{"name":"深商算质团"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.67424805301926,43.367364311972324]},"properties":{"name":"集百需价花"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.73542075892419,43.405725847481825]},"properties":{"name":"党华城石级"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.83006410836333,43.35664000828751]},"properties":{"name":"整府离况亚"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.72345388556187,43.34752030391647]},"properties":{"name":"请技际约示"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.74116502544712,43.39729245583676]},"properties":{"name":"复病息究线"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.73088213630854,43.349605386889884]},"properties":{"name":"似官火断精"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.67745194820873,43.41123711240646]},"properties":{"name":"满支视消越"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.6817792850643,43.42344437828406]},"properties":{"name":"器容照须九"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.67395214801763,43.39977158479005]},"properties":{"name":"增研写称企"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.72161818475706,43.382293003810005]},"properties":{"name":"八功吗包片"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.72855664275721,43.41261360254286]},"properties":{"name":"史委乎查轻"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.83086291556356,43.36050725709127]},"properties":{"name":"易早曾除农"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.75354201321716,43.4442740937665]},"properties":{"name":"找装广显吧"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.7131699827778,43.345394151190725]},"properties":{"name":"阿李标谈吃"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.7649695364853,43.44088050766551]},"properties":{"name":"图念六引历"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.71225333661914,43.35591317841684]},"properties":{"name":"首医局突专"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.79971900833698,43.392362357661604]},"properties":{"name":"费号尽另周"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.70626144043672,43.42036951093048]},"properties":{"name":"较注语仅考"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.7040667445608,43.433803705173396]},"properties":{"name":"落青随选列"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.813440070051,43.385923123380685]},"properties":{"name":"武红响虽推"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.7070736167725,43.37259236901997]},"properties":{"name":"势参希古众"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.76888123702702,43.39800691496971]},"properties":{"name":"构房半节土"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.74421053508104,43.34325732766496]},"properties":{"name":"投某案黑维"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.69038090599406,43.366814529767844]},"properties":{"name":"革划敌致陈"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.66650853289048,43.34867037886478]},"properties":{"name":"律足态护七"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.66952516027868,43.40685068681997]},"properties":{"name":"兴派孩验责"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.68151887308431,43.3821590323556]},"properties":{"name":"营星够章音"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.71453679914157,43.41655508237566]},"properties":{"name":"跟志底站严"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.7286383345945,43.389659720807465]},"properties":{"name":"巴例防族供"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.78968425737912,43.42832250510841]},"properties":{"name":"效续施留讲"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.77126855272127,43.432091911546834]},"properties":{"name":"型料终答紧"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.80150644673267,43.384293717872744]},"properties":{"name":"黄绝奇察母"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.70325368034901,43.342142138944126]},"properties":{"name":"京段依批群"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.74350685450099,43.33815688393118]},"properties":{"name":"项故按河米"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.68640694219539,43.32988121926636]},"properties":{"name":"围江织害斗"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.82314765576484,43.36757657335591]},"properties":{"name":"双境客纪采"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.77855847885985,43.44537272495857]},"properties":{"name":"举杀攻父苏"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.69097776744456,43.38523317400271]},"properties":{"name":"密低朝友诉"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.7421211758674,43.3800236955169]},"properties":{"name":"止细愿千值"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.7755043980751,43.36667122483581]},"properties":{"name":"仍男钱破网"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.75295729292066,43.44281164137731]},"properties":{"name":"热助倒育属"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.77224286592354,43.3253127146371]},"properties":{"name":"坐帝限船脸"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.8242325149331,43.347561311210455]},"properties":{"name":"职速刻乐否"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.80801165451248,43.43367913152873]},"properties":{"name":"刚威毛状率"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.77302849618263,43.372749462523885]},"properties":{"name":"甚独球般普"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.73703546176603,43.328032643768076]},"properties":{"name":"怕弹校苦创"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.67624744048317,43.344889116256184]},"properties":{"name":"伟久错承印"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.79964252293848,43.38656670136357]},"properties":{"name":"晚兰试股拿"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.74049655553154,43.344659220383505]},"properties":{"name":"脑预谁益阳"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.72304384605104,43.35607154684429]},"properties":{"name":"若哪微尼继"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.7526981722367,43.39981729891517]},"properties":{"name":"送急血惊伤"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.68568625772969,43.34763712888965]},"properties":{"name":"素药适波夜"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.81743986333095,43.429533375195334]},"properties":{"name":"省初喜卫源"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.80579718643094,43.35988688107485]},"properties":{"name":"食险待述陆"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.83223099273255,43.43425284429113]},"properties":{"name":"习置居劳财"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.80006585484625,43.35132639892201]},"properties":{"name":"环排福纳欢"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.70924590877894,43.383011511165705]},"properties":{"name":"雷警获模充"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.68249560431013,43.35743306628053]},"properties":{"name":"负云停木游"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.68774304395902,43.33419609182944]},"properties":{"name":"龙树疑层冷"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.67733078337824,43.327826458540464]},"properties":{"name":"洲冲射略范"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.68834955622151,43.431281245921824]},"properties":{"name":"竟句室异激"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.8091257333308,43.43459785012007]},"properties":{"name":"汉村哈策演"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.67144809840102,43.397513621281995]},"properties":{"name":"简卡罪判担"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.82363606504714,43.37710068801484]},"properties":{"name":"州静退既衣"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.74061761816665,43.4212255093278]},"properties":{"name":"您宗积余痛"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.7045488688891,43.36750358756782]},"properties":{"name":"检差富灵协"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.82580595102172,43.42392475722188]},"properties":{"name":"角占配征修"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.77008645152546,43.34480018782685]},"properties":{"name":"皮挥胜降阶"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.71651166319498,43.34427801604752]},"properties":{"name":"审沉坚善妈"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.83028376706352,43.39600333853026]},"properties":{"name":"刘读啊超免"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.72932534685151,43.32911672353392]},"properties":{"name":"压银买皇养"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.68036932940231,43.36393499520703]},"properties":{"name":"伊怀执副乱"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.77298183161474,43.44003908109747]},"properties":{"name":"抗犯追帮宣"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.81552785528402,43.34735681961522]},"properties":{"name":"佛岁航优怪"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.78578499835658,43.41906317070564]},"properties":{"name":"香著田铁控"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.78354709597988,43.368113417254776]},"properties":{"name":"税左右份穿"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.82797590542668,43.35143064769927]},"properties":{"name":"艺背阵草脚"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.79055192707074,43.43537476712199]},"properties":{"name":"概恶块顿敢"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.70654512079273,43.41147087462913]},"properties":{"name":"守酒岛托央"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.68733618863007,43.41836228588271]},"properties":{"name":"户烈洋哥索"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.7154416231333,43.33529886942282]},"properties":{"name":"胡款靠评版"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.73493527274877,43.370844496181796]},"properties":{"name":"宝座释景顾"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.73770378945937,43.39088303970504]},"properties":{"name":"弟登货互付"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.83211159305392,43.32846502905939]},"properties":{"name":"伯慢欧换闻"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.68908894596007,43.44014380512324]},"properties":{"name":"危忙核暗姐"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.6902922126892,43.403538514368456]},"properties":{"name":"介坏讨丽良"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.76141611184084,43.36152240176037]},"properties":{"name":"序升监临亮"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.67547588081197,43.34877423379756]},"properties":{"name":"露永呼味野"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.74561868818364,43.40177322844116]},"properties":{"name":"架域沙掉括"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.82147468187486,43.345501872146336]},"properties":{"name":"舰鱼杂误湾"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.72331018618115,43.41869149001808]},"properties":{"name":"吉减编楚肯"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.81418024432423,43.39045046575978]},"properties":{"name":"测败屋跑梦"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.69068592136318,43.3685438560169]},"properties":{"name":"散温困剑渐"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.83747349864097,43.32783583160479]},"properties":{"name":"封救贵枪缺"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.66638697581311,43.38651479270904]},"properties":{"name":"楼县尚毫移"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.73073327718703,43.39856744262681]},"properties":{"name":"娘朋画班智"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.74104845728016,43.38961856762863]},"properties":{"name":"亦耳恩短掌"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.7539775992791,43.37962584070818]},"properties":{"name":"恐遗固席松"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.67308167308965,43.440433177549636]},"properties":{"name":"秘谢鲁遇康"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.68724650885542,43.3438023389739]},"properties":{"name":"虑幸均销钟"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.6690021588247,43.3604969931925]},"properties":{"name":"诗藏赶剧票"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.77503168804014,43.415001819151854]},"properties":{"name":"损忽巨炮旧"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.79229079700326,43.41771721089227]},"properties":{"name":"端探湖录叶"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.75545867980964,43.404726107598385]},"properties":{"name":"春乡附吸予"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.68343503303822,43.32628692794371]},"properties":{"name":"礼港雨呀板"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.7017168198081,43.408124296254805]},"properties":{"name":"庭妇归睛饭"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.75177113079917,43.40327950333013]},"properties":{"name":"额含顺输摇"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.70633448491662,43.33353916165031]},"properties":{"name":"招婚脱补谓"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.80796698838185,43.38855809467828]},"properties":{"name":"督毒油疗旅"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.71316371386729,43.40035203701606]},"properties":{"name":"泽材灭逐莫"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.73512074699465,43.39091219011503]},"properties":{"name":"笔亡鲜词圣"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.8091237096005,43.33089437793854]},"properties":{"name":"择寻厂睡博"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.71888919977027,43.37203728663009]},"properties":{"name":"勒烟授诺伦"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.6680803788322,43.4500067687054]},"properties":{"name":"岸奥唐卖俄"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.66925720953805,43.372341602453425]},"properties":{"name":"炸载洛健堂"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.66882286164855,43.423630694619916]},"properties":{"name":"旁宫喝借君"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.77390029854541,43.445009580661186]},"properties":{"name":"禁阴园谋宋"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.71985438791216,43.398099248509034]},"properties":{"name":"避抓荣姑孙"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.74294883903804,43.4173240632121]},"properties":{"name":"逃牙束跳顶"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.66689798156858,43.34124127734229]},"properties":{"name":"玉镇雪午练"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.75171381658947,43.39159204675984]},"properties":{"name":"迫爷篇肉嘴"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.81096888891352,43.42308178495851]},"properties":{"name":"馆遍凡础洞"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.73965294263871,43.40406594519991]},"properties":{"name":"卷坦牛宁纸"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.72554678621145,43.37774074563721]},"properties":{"name":"诸训私庄祖"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.67178856070768,43.389572230853304]},"properties":{"name":"丝翻暴森塔"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.66509793278783,43.41061135866706]},"properties":{"name":"默握戏隐熟"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.73326538252331,43.44230808801419]},"properties":{"name":"骨访弱蒙歌"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.763294657595,43.42569076002226]},"properties":{"name":"店鬼软典欲"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.70805275051043,43.33022223454242]},"properties":{"name":"萨伙遭盘爸"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.80356155228401,43.35448684283324]},"properties":{"name":"扩盖弄雄稳"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.71671550436804,43.358590543375485]},"properties":{"name":"忘亿刺拥徒"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.79930692168546,43.44009080139547]},"properties":{"name":"姆杨齐赛趣"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.79587187411107,43.353732548898144]},"properties":{"name":"曲刀床迎冰"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.79719578990535,43.37696041213408]},"properties":{"name":"虚玩析窗醒"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.69965497394605,43.36639187084689]},"properties":{"name":"妻透购替塞"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.7921343910175,43.39881694771324]},"properties":{"name":"努休虎扬途"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.72017632396182,43.38361317683319]},"properties":{"name":"侵刑绿兄迅"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.68359785932444,43.34831766076865]},"properties":{"name":"套贸毕唯谷"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.81414767105343,43.40958963502256]},"properties":{"name":"轮库迹尤竞"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.80253128177446,43.36605742276838]},"properties":{"name":"街促延震弃"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.70089574338908,43.44275792279891]},"properties":{"name":"甲伟麻川申"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.83317739247832,43.442243183384164]},"properties":{"name":"缓潜闪售灯"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.67721696102126,43.42843016937564]},"properties":{"name":"针哲络抵朱"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.71723432403815,43.36649527257002]},"properties":{"name":"埃抱鼓植纯"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.69481568423726,43.40301142667125]},"properties":{"name":"夏忍页杰筑"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.68468959578695,43.35720648266311]},"properties":{"name":"折郑贝尊吴"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.72149391956373,43.361699359813706]},"properties":{"name":"秀混臣雅振"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.70660354920619,43.38448871648363]},"properties":{"name":"染盛怒舞圆"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.76299651747377,43.35074913433199]},"properties":{"name":"搞狂措姓残"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.77539316698676,43.39435306815789]},"properties":{"name":"秋培迷诚宽"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.71830531729574,43.35119394975593]},"properties":{"name":"宇猛摆梅毁"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.81118685367528,43.37563814779732]},"properties":{"name":"伸摩盟末乃"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.79642660311492,43.377657505705734]},"properties":{"name":"悲拍丁赵硬"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.7888253988358,43.337163828964385]},"properties":{"name":"麦蒋操耶阻"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.70485407817159,43.42571907384735]},"properties":{"name":"订彩抽赞魔"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.66969568481909,43.35045513475347]},"properties":{"name":"纷沿喊违妹"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.66930716449406,43.44367042306718]},"properties":{"name":"浪汇币丰蓝"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.69189873670894,43.43076512052666]},"properties":{"name":"殊献桌啦瓦"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.79353235204508,43.37368059280777]},"properties":{"name":"莱援译夺汽"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.70219104390617,43.33231431216638]},"properties":{"name":"烧距裁偏符"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.76689379197433,43.36916089976166]},"properties":{"name":"勇触课敬哭"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.82121823517355,43.3890494143254]},"properties":{"name":"懂墙袭召罚"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.83471876958811,43.40298009860645]},"properties":{"name":"侠厅拜巧侧"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.79381721196569,43.43790173544968]},"properties":{"name":"韩冒债曼融"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.78649372015207,43.36341720491033]},"properties":{"name":"惯享戴童犹"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.78560735030351,43.44361961433385]},"properties":{"name":"乘挂奖绍厚"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.75079314695358,43.33861416363164]},"properties":{"name":"纵障讯涉彻"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.74953762736641,43.40607632034917]},"properties":{"name":"刊丈爆乌役"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.74238703575702,43.35555088566464]},"properties":{"name":"描洗玛患妙"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.83816796506198,43.41942390467601]},"properties":{"name":"镜唱烦签仙"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.81616133746593,43.350962266236195]},"properties":{"name":"彼弗症仿倾"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.79219311701308,43.387858965559424]},"properties":{"name":"牌陷鸟轰咱"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.66780267369268,43.36965922024568]},"properties":{"name":"菜闭奋庆撤"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.76678459362029,43.41517258008821]},"properties":{"name":"泪茶疾缘播"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.80142993141635,43.341730907669636]},"properties":{"name":"朗杜奶季丹"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.77921260855874,43.421873232284376]},"properties":{"name":"狗尾仪偷奔"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.83144706066832,43.36621272347986]},"properties":{"name":"珠虫驻孔宜"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.70722008394114,43.35038684779588]},"properties":{"name":"艾桥淡翼恨"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.79020734973255,43.33479279298051]},"properties":{"name":"繁寒伴叹旦"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.67291568124347,43.43540548255966]},"properties":{"name":"愈潮粮缩罢"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.82768299138934,43.36836454991645]},"properties":{"name":"聚径恰挑袋"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.75399246803045,43.418397519140655]},"properties":{"name":"灰捕徐珍幕"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.74220063622761,43.35676855353936]},"properties":{"name":"映裂泰隔启"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.67156749173591,43.32753321179319]},"properties":{"name":"尖忠累炎暂"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.7337656762229,43.362393286271406]},"properties":{"name":"估泛荒偿横"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.72030044521398,43.382476256772236]},"properties":{"name":"拒瑞忆孤鼻"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.7526464325656,43.436104808005915]},"properties":{"name":"闹羊呆厉衡"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.71485882023808,43.429619924972954]},"properties":{"name":"胞零穷舍码"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.75909970307748,43.330400132266675]},"properties":{"name":"赫婆魂灾洪"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.81135682893091,43.42006743640997]},"properties":{"name":"腿胆津俗辩"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.67022303291196,43.35877085029656]},"properties":{"name":"胸晓劲贫仁"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.73190488058117,43.36210649884719]},"properties":{"name":"偶辑邦恢赖"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.79749258159609,43.43829648566227]},"properties":{"name":"圈摸仰润堆"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.81412739294592,43.42486673759098]},"properties":{"name":"碰艇稍迟辆"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.73942862821696,43.41857560346666]},"properties":{"name":"废净凶署壁"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.73194496367705,43.36236970705654]},"properties":{"name":"御奉旋冬矿"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.77277965716348,43.42795996100599]},"properties":{"name":"抬蛋晨伏吹"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.79677774850097,43.386918730187254]},"properties":{"name":"鸡倍糊秦盾"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.7755677565865,43.41930911043181]},"properties":{"name":"杯租骑乏隆"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.83969235862696,43.40300089042435]},"properties":{"name":"诊奴摄丧污"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.79056823232804,43.36644340374012]},"properties":{"name":"渡旗甘耐凭"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.79024794978068,43.450759361929514]},"properties":{"name":"扎抢绪粗肩"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.7960531583467,43.42912547125532]},"properties":{"name":"梁幻菲皆碎"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.71188677769896,43.40578991754939]},"properties":{"name":"宙叔岩荡综"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.80973210979664,43.405074830026]},"properties":{"name":"爬荷悉蒂返"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.83094842280389,43.383506992650275]},"properties":{"name":"井壮薄悄扫"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.68880786616319,43.4408736919135]},"properties":{"name":"敏碍殖详迪"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.83637982623713,43.37932687230065]},"properties":{"name":"矛霍允幅撒"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.7120551129583,43.38478419358865]},"properties":{"name":"剩凯颗骂赏"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.79655496709165,43.353914671185876]},"properties":{"name":"液番箱贴漫"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.82183396335495,43.34951148058995]},"properties":{"name":"酸郎腰舒眉"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.7386077853289,43.42153859100138]},"properties":{"name":"忧浮辛恋餐"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.70073597694773,43.3950412068982]},"properties":{"name":"吓挺励辞艘"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.67738562238901,43.37299568230138]},"properties":{"name":"键伍峰尺昨"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.76967766127837,43.43523403455177]},"properties":{"name":"黎辈贯侦滑"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.66711217868942,43.34498516856536]},"properties":{"name":"券崇扰宪绕"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.71263407544393,43.44878125927471]},"properties":{"name":"趋慈乔阅汗"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.81736193811139,43.3268554930083]},"properties":{"name":"枝拖墨胁插"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.72823672941468,43.39913772571227]},"properties":{"name":"箭腊粉泥氏"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.80909585278732,43.42911070681641]},"properties":{"name":"彭拔骗凤慧"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.75079532407926,43.42721943663759]},"properties":{"name":"媒佩愤扑龄"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.71058457033814,43.367755763373076]},"properties":{"name":"驱惜豪掩兼"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.69298119807172,43.42626514840551]},"properties":{"name":"跃尸肃帕驶"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.83650346598006,43.41933636859189]},"properties":{"name":"堡届欣惠册"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.7067569578021,43.4410164115811]},"properties":{"name":"储飘桑闲惨"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.8266463758855,43.429931233602844]},"properties":{"name":"洁踪勃宾频"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.78659303223958,43.338321981323276]},"properties":{"name":"仇磨递邪撞"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.80639026067729,43.36026255177993]},"properties":{"name":"拟滚奏巡颜"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.68785430058597,43.391834351083176]},"properties":{"name":"剂绩贡疯坡"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.77329479710443,43.331029684633386]},"properties":{"name":"瞧截燃焦殿"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.83944140776111,43.36094548943541]},"properties":{"name":"伪柳锁逼颇"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.77328811212737,43.39281904629793]},"properties":{"name":"昏劝呈搜勤"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.80847732751408,43.37011711911654]},"properties":{"name":"戒驾漂饮曹"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.69083308544123,43.34616816533698]},"properties":{"name":"朵仔柔俩孟"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.71997028929218,43.39262356330771]},"properties":{"name":"腐幼践籍牧"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.70795456797441,43.43662706130826]},"properties":{"name":"凉牲佳娜浓"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.74983541518577,43.36433290673387]},"properties":{"name":"芳稿竹腹跌"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.72199664814889,43.399196067397874]},"properties":{"name":"逻垂遵脉貌"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.76282152809654,43.33979211362029]},"properties":{"name":"柏狱猜怜惑"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.72295717357065,43.32965718674516]},"properties":{"name":"陶兽帐饰贷"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.76962927584191,43.417191219398504]},"properties":{"name":"昌叙躺钢沟"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.79867291448863,43.44693460246704]},"properties":{"name":"寄扶铺邓寿"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.80762496150783,43.447198828628444]},"properties":{"name":"惧询汤盗肥"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.73700170958546,43.42215816219742]},"properties":{"name":"尝匆辉奈扣"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.79048870955376,43.368949995240996]},"properties":{"name":"廷澳嘛董迁"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.8255365161358,43.39707569876099]},"properties":{"name":"凝慰厌脏腾"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.67286163429799,43.38896639656718]},"properties":{"name":"幽怨鞋丢埋"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.76401826500387,43.37508033645364]},"properties":{"name":"泉涌辖躲晋"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.77611649584469,43.400255751529066]},"properties":{"name":"紫艰魏吾慌"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.70951490545667,43.33112009433672]},"properties":{"name":"祝邮吐狠鉴"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.7066983545883,43.42345908175173]},"properties":{"name":"曰械咬邻赤"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.82127073113952,43.339820786610595]},"properties":{"name":"挤弯椅陪割"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.71675786236483,43.43096503945724]},"properties":{"name":"揭韦悟聪雾"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.78950346431157,43.40237228555073]},"properties":{"name":"锋梯猫祥阔"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.75258281784954,43.390836247816566]},"properties":{"name":"誉筹丛牵鸣"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.76638218213247,43.32741343188597]},"properties":{"name":"沈阁穆屈旨"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.72154484965267,43.45222086361347]},"properties":{"name":"袖猎臂蛇贺"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.76627772335996,43.437491216616706]},"properties":{"name":"柱抛鼠瑟戈"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.73925198284087,43.44218709248913]},"properties":{"name":"牢逊迈欺吨"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.77499563521542,43.418523278482645]},"properties":{"name":"琴衰瓶恼燕"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.8169860967655,43.384473967748534]},"properties":{"name":"仲诱狼池疼"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.78032431371867,43.446660440194194]},"properties":{"name":"卢仗冠粒遥"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.71753936465939,43.45285380044917]},"properties":{"name":"吕玄尘冯抚"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.69263196333395,43.419665985695886]},"properties":{"name":"浅敦纠钻晶"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.70765474537438,43.42017682128563]},"properties":{"name":"岂峡苍喷耗"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.69765841770732,43.33820610443803]},"properties":{"name":"凌敲菌赔涂"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.82267605236211,43.42357169093535]},"properties":{"name":"粹扁亏寂煤"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.73336307802492,43.42297002833131]},"properties":{"name":"熊恭湿循暖"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.83811908518328,43.33925460912034]},"properties":{"name":"糖赋抑秩帽"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.73171881207145,43.354563903522724]},"properties":{"name":"哀宿踏烂袁"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.6961362492757,43.35411874665983]},"properties":{"name":"侯抖夹昆肝"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.68661836305637,43.36823198552959]},"properties":{"name":"擦猪炼恒慎"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.83961700277996,43.3510427803368]},"properties":{"name":"搬纽纹玻渔"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.74947187088583,43.39389891860199]},"properties":{"name":"磁铜齿跨押"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.72910695071641,43.36486528376062]},"properties":{"name":"怖漠疲叛遣"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.69754557797296,43.39387045930845]},"properties":{"name":"兹祭醉拳弥"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.73710033565021,43.384584096889725]},"properties":{"name":"斜档稀捷肤"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.68689162255396,43.36871487059363]},"properties":{"name":"疫肿豆削岗"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.7994804315831,43.33013942649552]},"properties":{"name":"晃吞宏癌肚"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.7988314518434,43.39336940273254]},"properties":{"name":"隶履涨耀扭"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.71307712205453,43.41174462631271]},"properties":{"name":"坛拨沃绘伐"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.72580987651236,43.38478891558823]},"properties":{"name":"堪仆郭牺歼"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.7036186715095,43.41690955477799]},"properties":{"name":"墓雇廉契拼"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.76149458704094,43.367965367570484]},"properties":{"name":"惩捉覆刷劫"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.8058814547212,43.403167911414506]},"properties":{"name":"嫌瓜歇雕闷"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.71361559233537,43.376334729032095]},"properties":{"name":"乳串娃缴唤"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.73154162252649,43.38490610787597]},"properties":{"name":"赢莲霸桃妥"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.79186204272446,43.376665125080876]},"properties":{"name":"瘦搭赴岳嘉"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.6661296359971,43.452468442692734]},"properties":{"name":"舱俊址庞耕"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.7616259928136,43.44408598398389]},"properties":{"name":"锐缝悔邀玲"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.78766358344183,43.37143374956189]},"properties":{"name":"惟斥宅添挖"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.68890499690951,43.44979275747692]},"properties":{"name":"呵讼氧浩羽"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.67281208362147,43.3973497257669]},"properties":{"name":"斤酷掠妖祸"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.71588028401948,43.442055130438646]},"properties":{"name":"侍乙妨贪挣"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.71721666322901,43.32562249083662]},"properties":{"name":"汪尿莉悬唇"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.67841066689653,43.34185192725603]},"properties":{"name":"翰仓轨枚盐"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.73531620540507,43.36415708253743]},"properties":{"name":"览傅帅庙芬"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.72425220806053,43.351560221312894]},"properties":{"name":"屏寺胖璃愚"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.68594161715737,43.409583613235085]},"properties":{"name":"滴疏萧姿颤"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.73655883818446,43.33441638119229]},"properties":{"name":"丑劣柯寸扔"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.6752721298426,43.32966752267923]},"properties":{"name":"盯辱匹俱辨"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.6904923700813,43.327341256271836]},"properties":{"name":"饿蜂哦腔郁"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.78054278610125,43.394614279098086]},"properties":{"name":"溃谨糟葛苗"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.74335729998438,43.40451717893259]},"properties":{"name":"肠忌溜鸿爵"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.7569937171229,43.44689633183004]},"properties":{"name":"鹏鹰笼丘桂"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.8360965058364,43.40171500153021]},"properties":{"name":"滋聊挡纲肌"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.71513986618811,43.43457019529001]},"properties":{"name":"茨壳痕碗穴"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.7952919780746,43.44165282752506]},"properties":{"name":"膀卓贤卧膜"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.68173948092863,43.44800154193802]},"properties":{"name":"毅锦欠哩函"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.81701665551464,43.389228319829925]},"properties":{"name":"茫昂薛皱夸"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.77895341666135,43.394861202037575]},"properties":{"name":"豫胃舌剥傲"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.75351540071551,43.4219368264491]},"properties":{"name":"拾窝睁携陵"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.81052088748493,43.424322611524985]},"properties":{"name":"哼棉晴铃填"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.69578376327627,43.37844309252077]},"properties":{"name":"饲渴吻扮逆"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.78368098309056,43.388133327996385]},"properties":{"name":"脆喘罩卜炉"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.70213684589817,43.400458123228596]},"properties":{"name":"柴愉绳胎蓄"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.75735508441994,43.33521557571769]},"properties":{"name":"眠竭喂傻慕"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.7165813035499,43.449836563440115]},"properties":{"name":"浑奸扇柜悦"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.67118947948529,43.32648454903178]},"properties":{"name":"拦诞饱乾泡"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.73583864324974,43.40494189377406]},"properties":{"name":"贼亭夕爹酬"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.7592708719767,43.37376037403405]},"properties":{"name":"儒姻卵氛泄"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.81937170824858,43.42605432516992]},"properties":{"name":"杆挨僧蜜吟"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.82074352007112,43.36580652869758]},"properties":{"name":"猩遂狭肖甜"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.7436711727496,43.372504265635634]},"properties":{"name":"霞驳裕顽於"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.67000504535372,43.38201541721379]},"properties":{"name":"摘矮秒卿畜"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.77440106794256,43.37650136295896]},"properties":{"name":"咽披辅勾盆"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.68061636193306,43.33728440664312]},"properties":{"name":"疆赌塑畏吵"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.66503257911336,43.38062935022041]},"properties":{"name":"囊嗯泊肺骤"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.70403178494416,43.36877483548238]},"properties":{"name":"缠冈羞瞪吊"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.75963805364609,43.40329643349728]},"properties":{"name":"贾漏斑涛悠"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.67318084901217,43.42404258860719]},"properties":{"name":"鹿俘锡卑葬"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.7664044443527,43.43862549454096]},"properties":{"name":"铭滩嫁催璇"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.76699292336798,43.37550577167776]},"properties":{"name":"翅盒蛮矣潘"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.73291945020628,43.3674976351091]},"properties":{"name":"歧赐鲍锅廊"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.80291150700305,43.3459863032626]},"properties":{"name":"拆灌勉盲宰"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.67799156621277,43.336989953022176]},"properties":{"name":"佐啥胀扯禧"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.75967314468016,43.44864855947221]},"properties":{"name":"辽抹筒棋裤"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.77895542262922,43.37606635807544]},"properties":{"name":"唉朴咐孕誓"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.74354294751629,43.401586326632675]},"properties":{"name":"喉妄拘链驰"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.71739241962405,43.32949392714524]},"properties":{"name":"栏逝窃艳臭"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.78738846011674,43.347806614069704]},"properties":{"name":"纤玑棵趁匠"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.68105058004221,43.384474385118985]},"properties":{"name":"盈翁愁瞬婴"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.74292700712704,43.43924277428903]},"properties":{"name":"孝颈倘浙谅"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.72330992960815,43.44448236676838]},"properties":{"name":"蔽畅赠妮莎"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.80374649087389,43.423236258780996]},"properties":{"name":"尉冻跪闯葡"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.7843960910941,43.37735348316894]},"properties":{"name":"後厨鸭颠遮"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.77111562727168,43.377397868656345]},"properties":{"name":"谊圳吁仑辟"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.75822663806775,43.403893701294244]},"properties":{"name":"瘤嫂陀框谭"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.76760909818859,43.365752206325446]},"properties":{"name":"亨钦庸歉芝"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.67688920728415,43.35171094097246]},"properties":{"name":"吼甫衫摊宴"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.81636243364756,43.37912531315445]},"properties":{"name":"嘱衷娇陕矩"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.76577508596074,43.34670065336113]},"properties":{"name":"浦讶耸裸碧"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.6734781883506,43.339763982233066]},"properties":{"name":"摧薪淋耻胶"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.67229678701096,43.37951866037416]},"properties":{"name":"屠鹅饥盼脖"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.67370422785643,43.33477495020771]},"properties":{"name":"虹翠崩账萍"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.72454219260635,43.38020083184419]},"properties":{"name":"逢赚撑翔倡"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.8127777939444,43.33011026808491]},"properties":{"name":"绵猴枯巫昭"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.82476845378096,43.345917052691725]},"properties":{"name":"怔渊凑溪蠢"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.79458199273176,43.37007854115475]},"properties":{"name":"禅阐旺寓藤"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.77530815590762,43.3745956095525]},"properties":{"name":"匪伞碑挪琼"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.81943466645043,43.38442804867082]},"properties":{"name":"脂谎慨菩萄"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.7111729135977,43.41659485703934]},"properties":{"name":"狮掘抄岭晕"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.81519536270207,43.35551688679179]},"properties":{"name":"逮砍掏狄晰"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.80141816757077,43.373296346452975]},"properties":{"name":"罕挽脾舟痴"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.73913970139529,43.36766474919193]},"properties":{"name":"蔡剪脊弓懒"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.68861229532558,43.447177904904464]},"properties":{"name":"叉拐喃僚捐"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.70887924537146,43.36989440125427]},"properties":{"name":"姊骚拓歪粘"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.72727783404389,43.43862238253905]},"properties":{"name":"柄坑陌窄湘"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.80459063938179,43.337120260313164]},"properties":{"name":"兆崖骄刹鞭"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.76679035695634,43.335932458145194]},"properties":{"name":"芒筋聘钩棍"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.6765199485153,43.33916485424814]},"properties":{"name":"嚷腺弦焰耍"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.80245708208167,43.40137212585799]},"properties":{"name":"俯厘愣厦恳"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.77978667389289,43.32653195985271]},"properties":{"name":"饶钉寡憾摔"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.83554141642708,43.36208645578587]},"properties":{"name":"叠惹喻谱愧"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.78226428764992,43.45214674512842]},"properties":{"name":"煌徽溶坠煞"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.68707804799033,43.389474442588785]},"properties":{"name":"巾滥洒堵瓷"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.80216082023526,43.35618116364861]},"properties":{"name":"咒姨棒郡浴"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.70300949696957,43.338949270378016]},"properties":{"name":"媚稣淮哎屁"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.68015060855032,43.40296808063941]},"properties":{"name":"漆淫巢吩撰"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.68989328476619,43.39232508258088]},"properties":{"name":"啸滞玫硕钓"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.71598403078042,43.38262581866229]},"properties":{"name":"蝶膝姚茂躯"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.71912615539532,43.452016174114505]},"properties":{"name":"吏猿寨恕渠"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.74577920821866,43.36541829164119]},"properties":{"name":"戚辰舶颁惶"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.72712613526619,43.39671896203547]},"properties":{"name":"狐讽笨袍嘲"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.70664604422745,43.34278992771991]},"properties":{"name":"啡泼衔倦涵"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.68493815003421,43.39354964761166]},"properties":{"name":"雀旬僵撕肢"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.75455462754235,43.36155500394566]},"properties":{"name":"垄夷逸茅侨"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.77873016450667,43.366122899933224]},"properties":{"name":"舆窑涅蒲谦"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.80791232048796,43.33394744370124]},"properties":{"name":"杭噢弊勋刮"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.6997965679875,43.40806371864969]},"properties":{"name":"郊凄捧浸砖"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.66838019631632,43.35606605074788]},"properties":{"name":"鼎篮蒸饼亩"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.7069571753982,43.34266177851345]},"properties":{"name":"肾陡爪兔殷"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.71273809195645,43.35495186858789]},"properties":{"name":"贞荐哑炭坟"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.73519729235159,43.4163297000404]},"properties":{"name":"眨搏咳拢舅"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.71910739744908,43.45181104214278]},"properties":{"name":"昧擅爽咖搁"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.72594206510075,43.33440744203501]},"properties":{"name":"禄雌哨巩绢"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.69001132062567,43.36003830098169]},"properties":{"name":"螺裹昔轩谬"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.76804370175068,43.37362703079163]},"properties":{"name":"谍龟媳姜瞎"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.77043742133355,43.325828830544545]},"properties":{"name":"冤鸦蓬巷琳"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.66452596219278,43.377082454312294]},"properties":{"name":"栽沾诈斋瞒"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.78052164197288,43.39882235229331]},"properties":{"name":"彪厄咨纺罐"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.74768201610368,43.34347333416988]},"properties":{"name":"桶壤糕颂膨"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.77257029502562,43.353659062164375]},"properties":{"name":"谐垒咕隙辣"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.82229997433387,43.36602478810474]},"properties":{"name":"绑宠嘿兑霉"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.77697418935259,43.39302377957722]},"properties":{"name":"挫稽辐乞纱"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.82932283412902,43.344460090153106]},"properties":{"name":"裙嘻哇绣杖"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.75834764860247,43.43886099129135]},"properties":{"name":"塘衍轴攀膊"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.71397262576284,43.43847474002368]},"properties":{"name":"譬斌祈踢肆"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.78490097957456,43.41708495277058]},"properties":{"name":"坎轿棚泣屡"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.82596603943784,43.37280499147228]},"properties":{"name":"躁邱凰溢椎"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.80376452461223,43.41299359444341]},"properties":{"name":"砸趟帘帆栖"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.73771479115749,43.38964563062126]},"properties":{"name":"窜丸斩堤塌"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.77914081236031,43.36200438697811]},"properties":{"name":"贩厢掀喀乖"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.6885010122187,43.3536150480067]},"properties":{"name":"谜捏阎滨虏"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.6809883295955,43.4279302964151]},"properties":{"name":"匙芦苹卸沼"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.66638088219406,43.356600228775875]},"properties":{"name":"钥株祷剖熙"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.81508020435649,43.44503598067335]},"properties":{"name":"哗劈怯棠胳"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.80562566482058,43.441746093418764]},"properties":{"name":"桩瑰娱娶沫"}},{"type":"Feature","geometry":{"type":"Point","coordinates":[-70.69680728921867,43.37119072206014]},"properties":{"name":"嗓蹲焚淘嫩"}}]} diff --git a/metrics/integration/data/places.geojson b/metrics/integration/data/places.geojson index b9ffbd329da..6fa6cf2b8ea 100644 --- a/metrics/integration/data/places.geojson +++ b/metrics/integration/data/places.geojson @@ -1 +1 @@ -{"type":"FeatureCollection","features":[{"type":"Feature","properties":{"scalerank":2,"name":"Niagara Falls","comment":null,"name_alt":null,"lat_y":43.087653,"long_x":-79.044073,"region":"North America","subregion":null,"featureclass":"waterfall"},"geometry":{"type":"Point","coordinates":[-79.04411780507252,43.08771393436908]},"id":163},{"type":"Feature","properties":{"scalerank":2,"name":"Salto Angel","comment":null,"name_alt":"Angel Falls","lat_y":5.686836,"long_x":-62.061848,"region":"South America","subregion":null,"featureclass":"waterfall"},"geometry":{"type":"Point","coordinates":[-62.06181800038502,5.686896063275327]},"id":164},{"type":"Feature","properties":{"scalerank":2,"name":"Iguazu Falls","comment":null,"name_alt":null,"lat_y":-25.568265,"long_x":-54.582842,"region":"South America","subregion":null,"featureclass":"waterfall"},"geometry":{"type":"Point","coordinates":[-54.58299719960377,-25.568291925005923]},"id":165},{"type":"Feature","properties":{"scalerank":3,"name":"Gees Gwardafuy","comment":null,"name_alt":null,"lat_y":11.812855,"long_x":51.235173,"region":"Africa","subregion":null,"featureclass":"cape"},"geometry":{"type":"Point","coordinates":[51.258313644180184,11.822028799226407]},"id":166},{"type":"Feature","properties":{"scalerank":3,"name":"Victoria Falls","comment":null,"name_alt":null,"lat_y":-17.77079,"long_x":25.460133,"region":"Africa","subregion":null,"featureclass":"waterfall"},"geometry":{"type":"Point","coordinates":[25.852793816021233,-17.928033135943423]},"id":167},{"type":"Feature","properties":{"scalerank":3,"name":"Wright I.","comment":null,"name_alt":null,"lat_y":-50.959168,"long_x":-72.995002,"region":"Antarctica","subregion":null,"featureclass":"island"},"geometry":{"type":"Point","coordinates":[-116.89262854726002,-74.06670501094342]},"id":168},{"type":"Feature","properties":{"scalerank":3,"name":"Grant I.","comment":null,"name_alt":null,"lat_y":-50.959168,"long_x":-72.995002,"region":"Antarctica","subregion":null,"featureclass":"island"},"geometry":{"type":"Point","coordinates":[-131.48540198476002,-74.48272063594342]},"id":169},{"type":"Feature","properties":{"scalerank":3,"name":"Newman I.","comment":null,"name_alt":null,"lat_y":-50.959168,"long_x":-72.995002,"region":"Antarctica","subregion":null,"featureclass":"island"},"geometry":{"type":"Point","coordinates":[-145.68681800038502,-75.59185149531842]},"id":170},{"type":"Feature","properties":{"scalerank":3,"name":"Dean I.","comment":null,"name_alt":null,"lat_y":-50.959168,"long_x":-72.995002,"region":"Antarctica","subregion":null,"featureclass":"island"},"geometry":{"type":"Point","coordinates":[-127.63438880116627,-74.50066497188092]},"id":171},{"type":"Feature","properties":{"scalerank":3,"name":"Cape Canaveral","comment":null,"name_alt":null,"lat_y":28.483713,"long_x":-80.534941,"region":"North America","subregion":null,"featureclass":"cape"},"geometry":{"type":"Point","coordinates":[-80.53625603636821,28.473056814472134]},"id":172},{"type":"Feature","properties":{"scalerank":3,"name":"Cape Mendocino","comment":null,"name_alt":null,"lat_y":40.350222,"long_x":-124.323474,"region":"North America","subregion":null,"featureclass":"cape"},"geometry":{"type":"Point","coordinates":[-124.39201745043425,40.44222065537283]},"id":173},{"type":"Feature","properties":{"scalerank":3,"name":"Cabo San Lucas","comment":null,"name_alt":null,"lat_y":22.887711,"long_x":-109.969843,"region":"North America","subregion":null,"featureclass":"cape"},"geometry":{"type":"Point","coordinates":[-109.96983801991627,22.887762762494077]},"id":174},{"type":"Feature","properties":{"scalerank":3,"name":"Cape Churchill","comment":null,"name_alt":null,"lat_y":58.752014,"long_x":-93.182023,"region":"North America","subregion":null,"featureclass":"cape"},"geometry":{"type":"Point","coordinates":[-93.18211829335377,58.75208161015033]},"id":175},{"type":"Feature","properties":{"scalerank":3,"name":"Cape Cod","comment":null,"name_alt":null,"lat_y":41.734867,"long_x":-69.964865,"region":"North America","subregion":null,"featureclass":"cape"},"geometry":{"type":"Point","coordinates":[-70.03687833567446,41.9914589934385]},"id":176},{"type":"Feature","properties":{"scalerank":3,"name":"Cape May","comment":null,"name_alt":null,"lat_y":37.2017,"long_x":-75.926791,"region":"North America","subregion":null,"featureclass":"cape"},"geometry":{"type":"Point","coordinates":[-74.95121933164988,38.92969645987068]},"id":177},{"type":"Feature","properties":{"scalerank":3,"name":"Cabo de Hornos","comment":null,"name_alt":"Cape Horn","lat_y":-55.862824,"long_x":-67.169425,"region":"South America","subregion":null,"featureclass":"cape"},"geometry":{"type":"Point","coordinates":[-67.16942298085377,-55.86284758906842]},"id":178},{"type":"Feature","properties":{"scalerank":3,"name":"Cape of Good Hope","comment":null,"name_alt":null,"lat_y":-34.307311,"long_x":18.441206,"region":"Africa","subregion":null,"featureclass":"cape"},"geometry":{"type":"Point","coordinates":[18.441294792583733,-34.30718352656842]},"id":179},{"type":"Feature","properties":{"scalerank":3,"name":"Cape Palmas","comment":null,"name_alt":null,"lat_y":4.373924,"long_x":-7.457356,"region":"Africa","subregion":null,"featureclass":"cape"},"geometry":{"type":"Point","coordinates":[-7.457386848041267,4.373968817181577]},"id":180},{"type":"Feature","properties":{"scalerank":3,"name":"Cape Verde","comment":null,"name_alt":null,"lat_y":14.732312,"long_x":-17.471776,"region":"Africa","subregion":null,"featureclass":"cape"},"geometry":{"type":"Point","coordinates":[-17.471730109760017,14.732489324994077]},"id":181},{"type":"Feature","properties":{"scalerank":3,"name":"Cap Bon","comment":null,"name_alt":null,"lat_y":37.073954,"long_x":11.024061,"region":"Africa","subregion":null,"featureclass":"cape"},"geometry":{"type":"Point","coordinates":[11.024180534771233,37.07398102421283]},"id":182},{"type":"Feature","properties":{"scalerank":3,"name":"Oceanic pole of inaccessibility","comment":null,"name_alt":null,"lat_y":-48.865032,"long_x":-123.401986,"region":"Seven seas (open ocean)","subregion":"South Pacific Ocean","featureclass":"pole"},"geometry":{"type":"Point","coordinates":[-123.40202796132252,-48.86504485469342]},"id":183},{"type":"Feature","properties":{"scalerank":3,"name":"South Magnetic Pole 2005 (est)","comment":null,"name_alt":null,"lat_y":-48.865032,"long_x":-123.401986,"region":"Antarctica","subregion":"Southern Ocean","featureclass":"pole"},"geometry":{"type":"Point","coordinates":[137.85425865977123,-64.51824309688092]},"id":184},{"type":"Feature","properties":{"scalerank":3,"name":"North Magnetic Pole 2005 (est)","comment":null,"name_alt":null,"lat_y":-48.865032,"long_x":-123.401986,"region":"Seven seas (open ocean)","subregion":"Arctic Ocean","featureclass":"pole"},"geometry":{"type":"Point","coordinates":[-114.40569007069752,82.71008942265033]},"id":185},{"type":"Feature","properties":{"scalerank":4,"name":"Lands End","comment":null,"name_alt":null,"lat_y":50.069677,"long_x":-5.668629,"region":"Europe","subregion":"British Isles","featureclass":"cape"},"geometry":{"type":"Point","coordinates":[-5.668629523822517,50.06970856327533]},"id":186},{"type":"Feature","properties":{"scalerank":4,"name":"Cape York","comment":null,"name_alt":null,"lat_y":76.218919,"long_x":-68.218612,"region":"North America","subregion":"Greenland","featureclass":"cape"},"geometry":{"type":"Point","coordinates":[-68.21861731679127,76.21887848515033]},"id":187},{"type":"Feature","properties":{"scalerank":4,"name":"Nunap Isua","comment":null,"name_alt":"Cape Farewell","lat_y":59.862583,"long_x":-43.90088,"region":"North America","subregion":"Greenland","featureclass":"cape"},"geometry":{"type":"Point","coordinates":[-43.90080725819752,59.86267731327533]},"id":188},{"type":"Feature","properties":{"scalerank":4,"name":"Cape Vohimena","comment":null,"name_alt":null,"lat_y":-25.546355,"long_x":45.158683,"region":"Africa","subregion":"Indian Ocean","featureclass":"cape"},"geometry":{"type":"Point","coordinates":[45.15870201914623,-25.546319268755923]},"id":189},{"type":"Feature","properties":{"scalerank":4,"name":"Vavau","comment":null,"name_alt":null,"lat_y":-18.590062,"long_x":-173.976769,"region":"Oceania","subregion":"Polynesia","featureclass":"island"},"geometry":{"type":"Point","coordinates":[-173.97673499257252,-18.590020440630923]},"id":190},{"type":"Feature","properties":{"scalerank":4,"name":"I. de Pascua","comment":null,"name_alt":"Easter I.","lat_y":-27.102117,"long_x":-109.367953,"region":"Oceania","subregion":"Polynesia","featureclass":"island"},"geometry":{"type":"Point","coordinates":[-109.36790930897877,-27.102227471880923]},"id":191},{"type":"Feature","properties":{"scalerank":4,"name":"Cape Agulhas","comment":null,"name_alt":null,"lat_y":-34.801182,"long_x":19.993472,"region":"Africa","subregion":null,"featureclass":"cape"},"geometry":{"type":"Point","coordinates":[19.993418816021233,-34.80108001094342]},"id":192},{"type":"Feature","properties":{"scalerank":4,"name":"Plain of Jars","comment":null,"name_alt":null,"lat_y":20.550709,"long_x":101.890532,"region":"Asia","subregion":null,"featureclass":"plain"},"geometry":{"type":"Point","coordinates":[101.89063561289623,20.550909735150327]},"id":193},{"type":"Feature","properties":{"scalerank":4,"name":"Cabo Corrientes","comment":null,"name_alt":null,"lat_y":20.409471,"long_x":-105.683581,"region":"North America","subregion":null,"featureclass":"cape"},"geometry":{"type":"Point","coordinates":[-105.67795873874799,20.420365114940253]},"id":194},{"type":"Feature","properties":{"scalerank":4,"name":"Pt. Eugenia","comment":null,"name_alt":null,"lat_y":27.861925,"long_x":-115.07629,"region":"North America","subregion":null,"featureclass":"cape"},"geometry":{"type":"Point","coordinates":[-115.04623945046137,27.842887092585283]},"id":195},{"type":"Feature","properties":{"scalerank":4,"name":"Point Conception","comment":null,"name_alt":null,"lat_y":34.582313,"long_x":-120.659016,"region":"North America","subregion":null,"featureclass":"cape"},"geometry":{"type":"Point","coordinates":[-120.46360036202867,34.46027592467621]},"id":196},{"type":"Feature","properties":{"scalerank":4,"name":"Cape Hatteras","comment":null,"name_alt":null,"lat_y":35.437762,"long_x":-75.450543,"region":"North America","subregion":null,"featureclass":"cape"},"geometry":{"type":"Point","coordinates":[-75.54032952413311,35.24475263812895]},"id":197},{"type":"Feature","properties":{"scalerank":4,"name":"Cape Sable","comment":null,"name_alt":null,"lat_y":25.124896,"long_x":-81.090442,"region":"North America","subregion":null,"featureclass":"cape"},"geometry":{"type":"Point","coordinates":[-81.09044348866627,25.124762274212827]},"id":198},{"type":"Feature","properties":{"scalerank":4,"name":"Cape Hope","comment":null,"name_alt":null,"lat_y":68.35638,"long_x":-166.815582,"region":"North America","subregion":null,"featureclass":"cape"},"geometry":{"type":"Point","coordinates":[-166.81321268769543,68.35380207543972]},"id":199},{"type":"Feature","properties":{"scalerank":4,"name":"Point Barrow","comment":null,"name_alt":null,"lat_y":71.372637,"long_x":-156.615894,"region":"North America","subregion":null,"featureclass":"cape"},"geometry":{"type":"Point","coordinates":[-156.4719492091668,71.40589128763096]},"id":200},{"type":"Feature","properties":{"scalerank":4,"name":"Punta Negra","comment":null,"name_alt":null,"lat_y":-5.948875,"long_x":-81.108252,"region":"South America","subregion":null,"featureclass":"cape"},"geometry":{"type":"Point","coordinates":[-81.10832678944752,-5.948663018755923]},"id":201},{"type":"Feature","properties":{"scalerank":4,"name":"Punta Lavapié","comment":null,"name_alt":null,"lat_y":-37.262867,"long_x":-73.606377,"region":"South America","subregion":null,"featureclass":"cape"},"geometry":{"type":"Point","coordinates":[-73.60304396243782,-37.17120002933805]},"id":202},{"type":"Feature","properties":{"scalerank":4,"name":"Punta Galera","comment":null,"name_alt":null,"lat_y":0.731221,"long_x":-80.062205,"region":"South America","subregion":null,"featureclass":"cape"},"geometry":{"type":"Point","coordinates":[-80.06212317616627,0.731207586712827]},"id":203},{"type":"Feature","properties":{"scalerank":4,"name":"Cap Lopez","comment":null,"name_alt":null,"lat_y":-0.604761,"long_x":8.726423,"region":"Africa","subregion":null,"featureclass":"cape"},"geometry":{"type":"Point","coordinates":[8.727299789450319,-0.615086490513119]},"id":204},{"type":"Feature","properties":{"scalerank":4,"name":"Cape Bobaomby","comment":null,"name_alt":null,"lat_y":-11.966598,"long_x":49.262904,"region":"Africa","subregion":null,"featureclass":"cape"},"geometry":{"type":"Point","coordinates":[49.26282799570873,-11.966485284380923]},"id":205},{"type":"Feature","properties":{"scalerank":4,"name":"Cap Blanc","comment":null,"name_alt":null,"lat_y":20.822108,"long_x":-17.052856,"region":"Africa","subregion":null,"featureclass":"cape"},"geometry":{"type":"Point","coordinates":[-17.052906867572517,20.822088934369077]},"id":206},{"type":"Feature","properties":{"scalerank":5,"name":"South West Cape","comment":null,"name_alt":null,"lat_y":-43.510984,"long_x":146.054227,"region":"Oceania","subregion":"Australia","featureclass":"cape"},"geometry":{"type":"Point","coordinates":[146.03379804609568,-43.5404025683706]},"id":207},{"type":"Feature","properties":{"scalerank":5,"name":"Cape Howe","comment":null,"name_alt":null,"lat_y":-37.488775,"long_x":149.95853,"region":"Oceania","subregion":"Australia","featureclass":"cape"},"geometry":{"type":"Point","coordinates":[149.95838463633373,-37.48894622188092]},"id":208},{"type":"Feature","properties":{"scalerank":5,"name":"Cape Otway","comment":null,"name_alt":null,"lat_y":-38.857622,"long_x":143.565403,"region":"Oceania","subregion":"Australia","featureclass":"cape"},"geometry":{"type":"Point","coordinates":[143.537005108191,-38.85472383068997]},"id":209},{"type":"Feature","properties":{"scalerank":5,"name":"Cape Jaffa","comment":null,"name_alt":null,"lat_y":-36.944244,"long_x":139.690866,"region":"Oceania","subregion":"Australia","featureclass":"cape"},"geometry":{"type":"Point","coordinates":[139.68061977964746,-36.95624316107086]},"id":210},{"type":"Feature","properties":{"scalerank":5,"name":"Cape Carnot","comment":null,"name_alt":null,"lat_y":-34.920233,"long_x":135.656027,"region":"Oceania","subregion":"Australia","featureclass":"cape"},"geometry":{"type":"Point","coordinates":[135.65378326897053,-34.93870859313661]},"id":211},{"type":"Feature","properties":{"scalerank":5,"name":"Cape Byron","comment":null,"name_alt":null,"lat_y":-28.658282,"long_x":153.632849,"region":"Oceania","subregion":"Australia","featureclass":"cape"},"geometry":{"type":"Point","coordinates":[153.62799176015545,-28.66197417050363]},"id":212},{"type":"Feature","properties":{"scalerank":5,"name":"Cape Manifold","comment":null,"name_alt":null,"lat_y":-22.702081,"long_x":150.811228,"region":"Oceania","subregion":"Australia","featureclass":"cape"},"geometry":{"type":"Point","coordinates":[150.81116783945873,-22.702080987505923]},"id":213},{"type":"Feature","properties":{"scalerank":5,"name":"Cape York","comment":null,"name_alt":null,"lat_y":-10.710859,"long_x":142.522018,"region":"Oceania","subregion":"Australia","featureclass":"cape"},"geometry":{"type":"Point","coordinates":[142.52173912852123,-10.710747979693423]},"id":214},{"type":"Feature","properties":{"scalerank":5,"name":"Cape Melville","comment":null,"name_alt":null,"lat_y":-14.163629,"long_x":144.506417,"region":"Oceania","subregion":"Australia","featureclass":"cape"},"geometry":{"type":"Point","coordinates":[144.50660240977123,-14.163506768755923]},"id":215},{"type":"Feature","properties":{"scalerank":5,"name":"Cape Arnhem","comment":null,"name_alt":null,"lat_y":-12.337984,"long_x":136.952429,"region":"Oceania","subregion":"Australia","featureclass":"cape"},"geometry":{"type":"Point","coordinates":[136.91481885262823,-12.295662864626316]},"id":216},{"type":"Feature","properties":{"scalerank":5,"name":"West Cape Howe","comment":null,"name_alt":null,"lat_y":-35.104301,"long_x":117.597011,"region":"Oceania","subregion":"Australia","featureclass":"cape"},"geometry":{"type":"Point","coordinates":[117.59693444102123,-35.10430266719342]},"id":217},{"type":"Feature","properties":{"scalerank":5,"name":"Cape Leeuwin","comment":null,"name_alt":null,"lat_y":-34.297841,"long_x":115.10633,"region":"Oceania","subregion":"Australia","featureclass":"cape"},"geometry":{"type":"Point","coordinates":[115.1280088910596,-34.328007092559645]},"id":218},{"type":"Feature","properties":{"scalerank":5,"name":"Cape Pasley","comment":null,"name_alt":null,"lat_y":-33.929054,"long_x":123.517283,"region":"Oceania","subregion":"Australia","featureclass":"cape"},"geometry":{"type":"Point","coordinates":[123.51722252695873,-33.92888762813092]},"id":219},{"type":"Feature","properties":{"scalerank":5,"name":"Cape Londonderry","comment":null,"name_alt":null,"lat_y":-13.713856,"long_x":126.964514,"region":"Oceania","subregion":"Australia","featureclass":"cape"},"geometry":{"type":"Point","coordinates":[126.94130045687105,-13.74290642667802]},"id":220},{"type":"Feature","properties":{"scalerank":5,"name":"Steep Point","comment":null,"name_alt":null,"lat_y":-26.16822,"long_x":113.169959,"region":"Oceania","subregion":"Australia","featureclass":"cape"},"geometry":{"type":"Point","coordinates":[113.14519563289093,-26.157463616878637]},"id":221},{"type":"Feature","properties":{"scalerank":5,"name":"North West Cape","comment":null,"name_alt":null,"lat_y":-21.809776,"long_x":114.117534,"region":"Oceania","subregion":"Australia","featureclass":"cape"},"geometry":{"type":"Point","coordinates":[114.16010761213809,-21.801474697071743]},"id":222},{"type":"Feature","properties":{"scalerank":5,"name":"Cabo Gracias a Dios","comment":null,"name_alt":null,"lat_y":14.994242,"long_x":-83.15866,"region":"North America","subregion":"Central America","featureclass":"cape"},"geometry":{"type":"Point","coordinates":[-83.15874182851002,14.994208074994077]},"id":223},{"type":"Feature","properties":{"scalerank":5,"name":"Cape Brewster","comment":null,"name_alt":null,"lat_y":70.150754,"long_x":-22.122616,"region":"North America","subregion":"Greenland","featureclass":"cape"},"geometry":{"type":"Point","coordinates":[-22.122731086322517,70.15088532108783]},"id":224},{"type":"Feature","properties":{"scalerank":5,"name":"Cape Morris Jesup","comment":null,"name_alt":null,"lat_y":83.626331,"long_x":-32.491541,"region":"North America","subregion":"Greenland","featureclass":"cape"},"geometry":{"type":"Point","coordinates":[-32.49150550038502,83.62628815311908]},"id":225},{"type":"Feature","properties":{"scalerank":5,"name":"Grmsey","comment":null,"name_alt":null,"lat_y":66.669359,"long_x":-18.251096,"region":"Europe","subregion":"Iceland","featureclass":"island"},"geometry":{"type":"Point","coordinates":[-18.251088019916267,66.66937897343158]},"id":226},{"type":"Feature","properties":{"scalerank":5,"name":"Surtsey","comment":null,"name_alt":null,"lat_y":63.217764,"long_x":-20.434929,"region":"Europe","subregion":"Iceland","featureclass":"island"},"geometry":{"type":"Point","coordinates":[-20.434803840228767,63.21771881718158]},"id":227},{"type":"Feature","properties":{"scalerank":5,"name":"Cap Est","comment":null,"name_alt":null,"lat_y":-15.274849,"long_x":50.499889,"region":"Africa","subregion":"Indian Ocean","featureclass":"cape"},"geometry":{"type":"Point","coordinates":[50.49976647227123,-15.274956964068423]},"id":228},{"type":"Feature","properties":{"scalerank":5,"name":"Cape Cretin","comment":null,"name_alt":null,"lat_y":-6.637492,"long_x":147.852392,"region":"Oceania","subregion":"Melanesia","featureclass":"cape"},"geometry":{"type":"Point","coordinates":[147.85242760508373,-6.637261651568423]},"id":229},{"type":"Feature","properties":{"scalerank":5,"name":"Îles Chesterfield","comment":null,"name_alt":null,"lat_y":-19.20447,"long_x":159.95171,"region":"Oceania","subregion":"Melanesia","featureclass":"island"},"geometry":{"type":"Point","coordinates":[159.95167076914623,-19.204644464068423]},"id":230},{"type":"Feature","properties":{"scalerank":5,"name":"Pagan","comment":null,"name_alt":null,"lat_y":18.119631,"long_x":145.785087,"region":"Oceania","subregion":"Micronesia","featureclass":"island"},"geometry":{"type":"Point","coordinates":[145.78492272227123,18.119635321087827]},"id":231},{"type":"Feature","properties":{"scalerank":5,"name":"Wake I.","comment":null,"name_alt":null,"lat_y":19.303497,"long_x":166.63626,"region":"Oceania","subregion":"Micronesia","featureclass":"island"},"geometry":{"type":"Point","coordinates":[166.63624108164623,19.303595282025327]},"id":232},{"type":"Feature","properties":{"scalerank":5,"name":"Tabiteuea","comment":null,"name_alt":null,"lat_y":-1.201405,"long_x":174.755207,"region":"Oceania","subregion":"Micronesia","featureclass":"island"},"geometry":{"type":"Point","coordinates":[174.75513756602123,-1.201348565630923]},"id":233},{"type":"Feature","properties":{"scalerank":5,"name":"Aranuka","comment":null,"name_alt":null,"lat_y":0.226766,"long_x":173.626286,"region":"Oceania","subregion":"Micronesia","featureclass":"island"},"geometry":{"type":"Point","coordinates":[173.62623131602123,0.226752020306577]},"id":234},{"type":"Feature","properties":{"scalerank":5,"name":"Nauru","comment":null,"name_alt":null,"lat_y":-0.505856,"long_x":166.930778,"region":"Oceania","subregion":"Micronesia","featureclass":"island"},"geometry":{"type":"Point","coordinates":[166.93067467539623,-0.505791925005923]},"id":235},{"type":"Feature","properties":{"scalerank":5,"name":"Ebon","comment":null,"name_alt":null,"lat_y":4.59977,"long_x":168.736432,"region":"Oceania","subregion":"Micronesia","featureclass":"island"},"geometry":{"type":"Point","coordinates":[168.73633873789623,4.599798895306577]},"id":236},{"type":"Feature","properties":{"scalerank":5,"name":"Jaluit","comment":null,"name_alt":null,"lat_y":5.964455,"long_x":169.682894,"region":"Oceania","subregion":"Micronesia","featureclass":"island"},"geometry":{"type":"Point","coordinates":[169.68299401133373,5.964483953900327]},"id":237},{"type":"Feature","properties":{"scalerank":5,"name":"Mili","comment":null,"name_alt":null,"lat_y":6.107334,"long_x":171.725875,"region":"Oceania","subregion":"Micronesia","featureclass":"island"},"geometry":{"type":"Point","coordinates":[171.72584069102123,6.107489324994077]},"id":238},{"type":"Feature","properties":{"scalerank":5,"name":"Majuro","comment":null,"name_alt":null,"lat_y":7.118009,"long_x":171.159743,"region":"Oceania","subregion":"Micronesia","featureclass":"island"},"geometry":{"type":"Point","coordinates":[171.15980065195873,7.117987371869077]},"id":239},{"type":"Feature","properties":{"scalerank":5,"name":"Ailinglapalap","comment":null,"name_alt":null,"lat_y":7.276392,"long_x":168.596926,"region":"Oceania","subregion":"Micronesia","featureclass":"island"},"geometry":{"type":"Point","coordinates":[168.59693444102123,7.276495672650327]},"id":240},{"type":"Feature","properties":{"scalerank":5,"name":"Kwajalein","comment":null,"name_alt":null,"lat_y":8.746619,"long_x":167.735072,"region":"Oceania","subregion":"Micronesia","featureclass":"island"},"geometry":{"type":"Point","coordinates":[167.73511803477123,8.746710516400327]},"id":241},{"type":"Feature","properties":{"scalerank":5,"name":"Rongelap","comment":null,"name_alt":null,"lat_y":11.164329,"long_x":166.869876,"region":"Oceania","subregion":"Micronesia","featureclass":"island"},"geometry":{"type":"Point","coordinates":[166.86988365977123,11.164496160931577]},"id":242},{"type":"Feature","properties":{"scalerank":5,"name":"Bikini","comment":null,"name_alt":null,"lat_y":11.639231,"long_x":165.550698,"region":"Oceania","subregion":"Micronesia","featureclass":"island"},"geometry":{"type":"Point","coordinates":[165.55042565195873,11.639288641400327]},"id":243},{"type":"Feature","properties":{"scalerank":5,"name":"Cape Reinga","comment":null,"name_alt":null,"lat_y":-34.432767,"long_x":172.7285,"region":"Oceania","subregion":"New Zealand","featureclass":"cape"},"geometry":{"type":"Point","coordinates":[172.70558117137455,-34.42039113947056]},"id":244},{"type":"Feature","properties":{"scalerank":5,"name":"Kanton","comment":null,"name_alt":null,"lat_y":-2.757106,"long_x":-171.71703,"region":"Oceania","subregion":"Polynesia","featureclass":"island"},"geometry":{"type":"Point","coordinates":[-171.71703040272877,-2.757134698443423]},"id":245},{"type":"Feature","properties":{"scalerank":5,"name":"Tabuaeran","comment":null,"name_alt":"Fanning I.","lat_y":3.866545,"long_x":-159.326781,"region":"Oceania","subregion":"Polynesia","featureclass":"island"},"geometry":{"type":"Point","coordinates":[-159.32683264882252,3.866705633587827]},"id":246},{"type":"Feature","properties":{"scalerank":5,"name":"Malden","comment":null,"name_alt":null,"lat_y":-4.042491,"long_x":-154.983478,"region":"Oceania","subregion":"Polynesia","featureclass":"island"},"geometry":{"type":"Point","coordinates":[-154.98350989491627,-4.042657159380923]},"id":247},{"type":"Feature","properties":{"scalerank":5,"name":"Rarotonga","comment":null,"name_alt":null,"lat_y":-21.201867,"long_x":-159.797637,"region":"Oceania","subregion":"Polynesia","featureclass":"island"},"geometry":{"type":"Point","coordinates":[-159.79771887929127,-21.201836846880923]},"id":248},{"type":"Feature","properties":{"scalerank":5,"name":"Rangiroa","comment":null,"name_alt":null,"lat_y":-15.2046,"long_x":-147.773967,"region":"Oceania","subregion":"Polynesia","featureclass":"island"},"geometry":{"type":"Point","coordinates":[-147.77403723866627,-15.204766534380923]},"id":249},{"type":"Feature","properties":{"scalerank":5,"name":"Funafuti","comment":null,"name_alt":null,"lat_y":-8.491577,"long_x":179.19841,"region":"Oceania","subregion":"Polynesia","featureclass":"island"},"geometry":{"type":"Point","coordinates":[179.19837487070873,-8.491631768755923]},"id":250},{"type":"Feature","properties":{"scalerank":5,"name":"St. Croix","comment":null,"name_alt":null,"lat_y":17.762944,"long_x":-64.763088,"region":"North America","subregion":"West Indies","featureclass":"island"},"geometry":{"type":"Point","coordinates":[-64.76317298085377,17.763006903119077]},"id":251},{"type":"Feature","properties":{"scalerank":5,"name":"Grand Cayman","comment":null,"name_alt":null,"lat_y":19.315829,"long_x":-81.271416,"region":"North America","subregion":"West Indies","featureclass":"island"},"geometry":{"type":"Point","coordinates":[-81.27159583241627,19.315802313275327]},"id":252},{"type":"Feature","properties":{"scalerank":5,"name":"San Salvador","comment":null,"name_alt":null,"lat_y":24.052793,"long_x":-74.492848,"region":"North America","subregion":"West Indies","featureclass":"island"},"geometry":{"type":"Point","coordinates":[-74.49290930897877,24.052801824994077]},"id":253},{"type":"Feature","properties":{"scalerank":5,"name":"Grenada","comment":null,"name_alt":null,"lat_y":12.105978,"long_x":-61.723079,"region":"North America","subregion":"West Indies","featureclass":"island"},"geometry":{"type":"Point","coordinates":[-61.72319495351002,12.105963446087827]},"id":254},{"type":"Feature","properties":{"scalerank":5,"name":"Barbuda","comment":null,"name_alt":null,"lat_y":17.622525,"long_x":-61.789243,"region":"North America","subregion":"West Indies","featureclass":"island"},"geometry":{"type":"Point","coordinates":[-61.78929602772877,17.622626043744077]},"id":255},{"type":"Feature","properties":{"scalerank":5,"name":"Antigua","comment":null,"name_alt":null,"lat_y":17.040441,"long_x":-61.775982,"region":"North America","subregion":"West Indies","featureclass":"island"},"geometry":{"type":"Point","coordinates":[-61.77592932851002,17.040594793744077]},"id":256},{"type":"Feature","properties":{"scalerank":5,"name":"Guadeloupe","comment":null,"name_alt":null,"lat_y":16.180583,"long_x":-61.656947,"region":"North America","subregion":"West Indies","featureclass":"island"},"geometry":{"type":"Point","coordinates":[-61.65703284413502,16.180670477337827]},"id":257},{"type":"Feature","properties":{"scalerank":5,"name":"Dominica","comment":null,"name_alt":null,"lat_y":15.452943,"long_x":-61.352652,"region":"North America","subregion":"West Indies","featureclass":"island"},"geometry":{"type":"Point","coordinates":[-61.35271155507252,15.452887274212827]},"id":258},{"type":"Feature","properties":{"scalerank":5,"name":"Martinique","comment":null,"name_alt":null,"lat_y":14.672462,"long_x":-61.008715,"region":"North America","subregion":"West Indies","featureclass":"island"},"geometry":{"type":"Point","coordinates":[-61.00883948476002,14.672491766400327]},"id":259},{"type":"Feature","properties":{"scalerank":5,"name":"Saint Lucia","comment":null,"name_alt":null,"lat_y":13.918332,"long_x":-60.982225,"region":"North America","subregion":"West Indies","featureclass":"island"},"geometry":{"type":"Point","coordinates":[-60.98222815663502,13.918280340619077]},"id":260},{"type":"Feature","properties":{"scalerank":5,"name":"Saint Vincent","comment":null,"name_alt":null,"lat_y":13.270131,"long_x":-61.207143,"region":"North America","subregion":"West Indies","featureclass":"island"},"geometry":{"type":"Point","coordinates":[-61.20720374257252,13.270209051556577]},"id":261},{"type":"Feature","properties":{"scalerank":5,"name":"Barbados","comment":null,"name_alt":null,"lat_y":13.164326,"long_x":-59.566742,"region":"North America","subregion":"West Indies","featureclass":"island"},"geometry":{"type":"Point","coordinates":[-59.56682288319752,13.164252020306577]},"id":262},{"type":"Feature","properties":{"scalerank":5,"name":"Tobago","comment":null,"name_alt":null,"lat_y":11.259334,"long_x":-60.677992,"region":"South America","subregion":"West Indies","featureclass":"island"},"geometry":{"type":"Point","coordinates":[-60.67808997304127,11.259283758587827]},"id":263},{"type":"Feature","properties":{"scalerank":5,"name":"Margarita","comment":null,"name_alt":null,"lat_y":10.981467,"long_x":-64.051401,"region":"South America","subregion":"West Indies","featureclass":"island"},"geometry":{"type":"Point","coordinates":[-64.05144202382252,10.981512762494077]},"id":264},{"type":"Feature","properties":{"scalerank":5,"name":"Curaao","comment":null,"name_alt":null,"lat_y":12.185355,"long_x":-68.999109,"region":"North America","subregion":"West Indies","featureclass":"island"},"geometry":{"type":"Point","coordinates":[-68.99919593007252,12.185309149212827]},"id":265},{"type":"Feature","properties":{"scalerank":5,"name":"Aruba","comment":null,"name_alt":null,"lat_y":12.502849,"long_x":-69.96488,"region":"North America","subregion":"West Indies","featureclass":"island"},"geometry":{"type":"Point","coordinates":[-69.96501624257252,12.502752996869077]},"id":266},{"type":"Feature","properties":{"scalerank":5,"name":"Ra’s Banäs","comment":null,"name_alt":null,"lat_y":23.950592,"long_x":35.778059,"region":"Africa","subregion":null,"featureclass":"cape"},"geometry":{"type":"Point","coordinates":[35.77808678477123,23.950628973431577]},"id":267},{"type":"Feature","properties":{"scalerank":5,"name":"Ponta das Salinas","comment":null,"name_alt":null,"lat_y":-12.832908,"long_x":12.928991,"region":"Africa","subregion":null,"featureclass":"cape"},"geometry":{"type":"Point","coordinates":[12.968705086077254,-12.855718342716505]},"id":268},{"type":"Feature","properties":{"scalerank":5,"name":"Ponta das Palmeirinhas","comment":null,"name_alt":null,"lat_y":-9.071387,"long_x":12.999549,"region":"Africa","subregion":null,"featureclass":"cape"},"geometry":{"type":"Point","coordinates":[13.033811372274608,-9.099938228394153]},"id":269},{"type":"Feature","properties":{"scalerank":5,"name":"Cabo Bojador","comment":null,"name_alt":null,"lat_y":26.157836,"long_x":-14.473111,"region":"Africa","subregion":null,"featureclass":"cape"},"geometry":{"type":"Point","coordinates":[-14.473194953510017,26.157965399212827]},"id":270},{"type":"Feature","properties":{"scalerank":5,"name":"Cape Comorin","comment":null,"name_alt":null,"lat_y":8.143554,"long_x":77.471497,"region":"Asia","subregion":null,"featureclass":"cape"},"geometry":{"type":"Point","coordinates":[77.51210506924555,8.085338515340696]},"id":271},{"type":"Feature","properties":{"scalerank":5,"name":"Dondra Head","comment":null,"name_alt":null,"lat_y":5.947528,"long_x":80.616321,"region":"Asia","subregion":null,"featureclass":"cape"},"geometry":{"type":"Point","coordinates":[80.59180925571331,5.929580617022318]},"id":272},{"type":"Feature","properties":{"scalerank":5,"name":"Cape Yelizavety","comment":null,"name_alt":null,"lat_y":54.416083,"long_x":142.720445,"region":"Asia","subregion":null,"featureclass":"cape"},"geometry":{"type":"Point","coordinates":[142.72059166758373,54.41620514530658]},"id":273},{"type":"Feature","properties":{"scalerank":5,"name":"Pt. Yuzhnyy","comment":null,"name_alt":null,"lat_y":57.733572,"long_x":156.796426,"region":"Asia","subregion":null,"featureclass":"cape"},"geometry":{"type":"Point","coordinates":[156.79664147227123,57.73346588749408]},"id":274},{"type":"Feature","properties":{"scalerank":5,"name":"Cape Sata","comment":null,"name_alt":null,"lat_y":31.026941,"long_x":130.695089,"region":"Asia","subregion":null,"featureclass":"cape"},"geometry":{"type":"Point","coordinates":[130.69520104258373,31.026922918744077]},"id":275},{"type":"Feature","properties":{"scalerank":5,"name":"Cape Aniva","comment":null,"name_alt":null,"lat_y":46.081706,"long_x":143.43487,"region":"Asia","subregion":null,"featureclass":"cape"},"geometry":{"type":"Point","coordinates":[143.43482506602123,46.08179352421283]},"id":276},{"type":"Feature","properties":{"scalerank":5,"name":"Cape Terpeniya","comment":null,"name_alt":null,"lat_y":48.66928,"long_x":144.712582,"region":"Asia","subregion":null,"featureclass":"cape"},"geometry":{"type":"Point","coordinates":[144.71253502695873,48.66937897343158]},"id":277},{"type":"Feature","properties":{"scalerank":5,"name":"Cape Lopatka","comment":null,"name_alt":null,"lat_y":50.914155,"long_x":156.651536,"region":"Asia","subregion":null,"featureclass":"cape"},"geometry":{"type":"Point","coordinates":[156.65162194102123,50.91412994999408]},"id":278},{"type":"Feature","properties":{"scalerank":5,"name":"Cape Ozernoy","comment":null,"name_alt":null,"lat_y":57.7708,"long_x":163.246685,"region":"Asia","subregion":null,"featureclass":"cape"},"geometry":{"type":"Point","coordinates":[163.24683678477123,57.77088043827533]},"id":279},{"type":"Feature","properties":{"scalerank":5,"name":"Cape Olyutorskiy","comment":null,"name_alt":null,"lat_y":59.960807,"long_x":170.31265,"region":"Asia","subregion":null,"featureclass":"cape"},"geometry":{"type":"Point","coordinates":[170.31287682383373,59.96082184452533]},"id":280},{"type":"Feature","properties":{"scalerank":5,"name":"Cape Navarin","comment":null,"name_alt":null,"lat_y":62.327239,"long_x":179.074225,"region":"Asia","subregion":null,"featureclass":"cape"},"geometry":{"type":"Point","coordinates":[179.07422936289623,62.32727692265033]},"id":281},{"type":"Feature","properties":{"scalerank":5,"name":"Cape Lopatka","comment":null,"name_alt":null,"lat_y":71.907853,"long_x":150.066042,"region":"Asia","subregion":null,"featureclass":"cape"},"geometry":{"type":"Point","coordinates":[150.06592858164623,71.90778229374408]},"id":282},{"type":"Feature","properties":{"scalerank":5,"name":"Cape Ince","comment":null,"name_alt":null,"lat_y":42.084312,"long_x":34.983358,"region":"Asia","subregion":null,"featureclass":"cape"},"geometry":{"type":"Point","coordinates":[34.98328698008373,42.08417389530658]},"id":283},{"type":"Feature","properties":{"scalerank":5,"name":"Ra’s Fartak","comment":null,"name_alt":null,"lat_y":15.677412,"long_x":52.229105,"region":"Asia","subregion":null,"featureclass":"cape"},"geometry":{"type":"Point","coordinates":[52.2389696999939,15.65795249845498]},"id":284},{"type":"Feature","properties":{"scalerank":5,"name":"Ras Sharbatat","comment":null,"name_alt":null,"lat_y":18.164534,"long_x":56.56827,"region":"Asia","subregion":null,"featureclass":"cape"},"geometry":{"type":"Point","coordinates":[56.558165806017215,18.166986171245085]},"id":285},{"type":"Feature","properties":{"scalerank":5,"name":"Ra's al Had","comment":null,"name_alt":null,"lat_y":22.530158,"long_x":59.849134,"region":"Asia","subregion":null,"featureclass":"cape"},"geometry":{"type":"Point","coordinates":[59.7995168175437,22.518675327148298]},"id":286},{"type":"Feature","properties":{"scalerank":5,"name":"Hachijjima","comment":null,"name_alt":null,"lat_y":33.109796,"long_x":139.804903,"region":"Asia","subregion":null,"featureclass":"island"},"geometry":{"type":"Point","coordinates":[139.80482018320873,33.10980866093158]},"id":287},{"type":"Feature","properties":{"scalerank":5,"name":"Nordkapp","comment":null,"name_alt":null,"lat_y":71.18337,"long_x":25.662398,"region":"Europe","subregion":null,"featureclass":"cape"},"geometry":{"type":"Point","coordinates":[25.66067519711473,71.15450206702127]},"id":288},{"type":"Feature","properties":{"scalerank":5,"name":"Cabo de São Vicentete","comment":null,"name_alt":null,"lat_y":37.038304,"long_x":-8.969391,"region":"Europe","subregion":null,"featureclass":"cape"},"geometry":{"type":"Point","coordinates":[-8.969410773822517,37.03827545780658]},"id":289},{"type":"Feature","properties":{"scalerank":5,"name":"Cabo Fisterra","comment":null,"name_alt":null,"lat_y":42.952418,"long_x":-9.267837,"region":"Europe","subregion":null,"featureclass":"cape"},"geometry":{"type":"Point","coordinates":[-9.26996282865152,42.92873605781255]},"id":290},{"type":"Feature","properties":{"scalerank":5,"name":"Cape San Blas","comment":null,"name_alt":null,"lat_y":29.713967,"long_x":-85.270961,"region":"North America","subregion":null,"featureclass":"cape"},"geometry":{"type":"Point","coordinates":[-85.27092444569752,29.713995672650327]},"id":291},{"type":"Feature","properties":{"scalerank":5,"name":"Cape Sable","comment":null,"name_alt":null,"lat_y":43.469097,"long_x":-65.610769,"region":"North America","subregion":null,"featureclass":"cape"},"geometry":{"type":"Point","coordinates":[-65.61082923085377,43.46900055546283]},"id":292},{"type":"Feature","properties":{"scalerank":5,"name":"Cape Bauld","comment":null,"name_alt":null,"lat_y":51.568576,"long_x":-55.430306,"region":"North America","subregion":null,"featureclass":"cape"},"geometry":{"type":"Point","coordinates":[-55.43028723866627,51.56848786015033]},"id":293},{"type":"Feature","properties":{"scalerank":5,"name":"Cape Fear","comment":null,"name_alt":null,"lat_y":33.867949,"long_x":-77.990568,"region":"North America","subregion":null,"featureclass":"cape"},"geometry":{"type":"Point","coordinates":[-77.99058997304127,33.86798737186908]},"id":294},{"type":"Feature","properties":{"scalerank":5,"name":"I. Guadalupe","comment":null,"name_alt":null,"lat_y":29.052552,"long_x":-118.317465,"region":"Seven seas (open ocean)","subregion":"North Pacific Ocean","featureclass":"island"},"geometry":{"type":"Point","coordinates":[-118.31749426991627,29.052496649212827]},"id":295},{"type":"Feature","properties":{"scalerank":5,"name":"Miquelon","comment":null,"name_alt":null,"lat_y":46.929526,"long_x":-56.329884,"region":"North America","subregion":null,"featureclass":"island"},"geometry":{"type":"Point","coordinates":[-56.32988440663502,46.92938873905658]},"id":296},{"type":"Feature","properties":{"scalerank":5,"name":"I. Robinson Crusoe","comment":null,"name_alt":null,"lat_y":-33.589852,"long_x":-78.872522,"region":"Seven seas (open ocean)","subregion":"South Pacific Ocean","featureclass":"island"},"geometry":{"type":"Point","coordinates":[-78.87254798085377,-33.58965422969342]},"id":297},{"type":"Feature","properties":{"scalerank":5,"name":"Cabo Orange","comment":null,"name_alt":null,"lat_y":4.125735,"long_x":-51.242144,"region":"South America","subregion":null,"featureclass":"cape"},"geometry":{"type":"Point","coordinates":[-51.26287766987179,4.135614177285231]},"id":298},{"type":"Feature","properties":{"scalerank":5,"name":"Cabo de Santa Marta Grande","comment":null,"name_alt":null,"lat_y":-28.558078,"long_x":-48.735526,"region":"South America","subregion":null,"featureclass":"cape"},"geometry":{"type":"Point","coordinates":[-48.80338037734664,-28.57198267323537]},"id":299},{"type":"Feature","properties":{"scalerank":5,"name":"Punta del Este","comment":null,"name_alt":null,"lat_y":-34.975503,"long_x":-54.933154,"region":"South America","subregion":null,"featureclass":"cape"},"geometry":{"type":"Point","coordinates":[-54.94628769070382,-34.96658679840526]},"id":300},{"type":"Feature","properties":{"scalerank":5,"name":"Cabo San Antonio","comment":null,"name_alt":null,"lat_y":-36.381052,"long_x":-56.655377,"region":"South America","subregion":null,"featureclass":"cape"},"geometry":{"type":"Point","coordinates":[-56.716792100626165,-36.40959917438929]},"id":301},{"type":"Feature","properties":{"scalerank":5,"name":"Cabo Corrientes","comment":null,"name_alt":null,"lat_y":-38.135985,"long_x":-57.546212,"region":"South America","subregion":null,"featureclass":"cape"},"geometry":{"type":"Point","coordinates":[-57.56252349612641,-38.066376942128464]},"id":302},{"type":"Feature","properties":{"scalerank":5,"name":"Punta Rasa","comment":null,"name_alt":null,"lat_y":-40.834718,"long_x":-62.282201,"region":"South America","subregion":null,"featureclass":"cape"},"geometry":{"type":"Point","coordinates":[-62.25911745789756,-40.72626411656719]},"id":303},{"type":"Feature","properties":{"scalerank":5,"name":"Cabo Dos Bahías","comment":null,"name_alt":null,"lat_y":-44.9887,"long_x":-65.615952,"region":"South America","subregion":null,"featureclass":"cape"},"geometry":{"type":"Point","coordinates":[-65.5438334451688,-44.89439847091873]},"id":304},{"type":"Feature","properties":{"scalerank":5,"name":"Cabo Delgado","comment":null,"name_alt":null,"lat_y":-10.670103,"long_x":40.624309,"region":"Africa","subregion":null,"featureclass":"cape"},"geometry":{"type":"Point","coordinates":[40.62440026133373,-10.670098565630923]},"id":305},{"type":"Feature","properties":{"scalerank":5,"name":"Ponta da Barra","comment":null,"name_alt":null,"lat_y":-23.829888,"long_x":35.515696,"region":"Africa","subregion":null,"featureclass":"cape"},"geometry":{"type":"Point","coordinates":[35.51563561289623,-23.830010675005923]},"id":306},{"type":"Feature","properties":{"scalerank":5,"name":"Ponta São Sebastio","comment":null,"name_alt":null,"lat_y":-22.118899,"long_x":35.480417,"region":"Africa","subregion":null,"featureclass":"cape"},"geometry":{"type":"Point","coordinates":[35.48023522227123,-22.118829034380923]},"id":307},{"type":"Feature","properties":{"scalerank":5,"name":"Ras Cantin","comment":null,"name_alt":null,"lat_y":32.581636,"long_x":-9.273918,"region":"Africa","subregion":null,"featureclass":"cape"},"geometry":{"type":"Point","coordinates":[-9.273915168353767,32.58161041874408]},"id":308},{"type":"Feature","properties":{"scalerank":5,"name":"Ra’s Kasr","comment":null,"name_alt":null,"lat_y":18.076817,"long_x":38.573746,"region":"Africa","subregion":null,"featureclass":"cape"},"geometry":{"type":"Point","coordinates":[38.58027735871919,18.075167704493374]},"id":309},{"type":"Feature","properties":{"scalerank":5,"name":"Ponta de Jericoacoara","comment":null,"name_alt":null,"lat_y":-2.85044,"long_x":-40.067208,"region":"South America","subregion":null,"featureclass":"cape"},"geometry":{"type":"Point","coordinates":[-39.991649927946355,-2.851822991583529]},"id":310},{"type":"Feature","properties":{"scalerank":5,"name":"Cabo de São Roque","comment":null,"name_alt":null,"lat_y":-5.193476,"long_x":-35.447654,"region":"South America","subregion":null,"featureclass":"cape"},"geometry":{"type":"Point","coordinates":[-35.50994900651512,-5.156866121305913]},"id":311},{"type":"Feature","properties":{"scalerank":5,"name":"Ponta da Baleia","comment":null,"name_alt":null,"lat_y":-17.710136,"long_x":-39.157619,"region":"South America","subregion":null,"featureclass":"cape"},"geometry":{"type":"Point","coordinates":[-39.14557867836578,-17.678753845220847]},"id":312},{"type":"Feature","properties":{"scalerank":5,"name":"Cabo de São Tomé","comment":null,"name_alt":null,"lat_y":-21.996382,"long_x":-41.009692,"region":"South America","subregion":null,"featureclass":"cape"},"geometry":{"type":"Point","coordinates":[-40.98763990313761,-21.971754611783773]},"id":313},{"type":"Feature","properties":{"scalerank":5,"name":"Cabo Frio","comment":null,"name_alt":null,"lat_y":-22.869501,"long_x":-41.962188,"region":"South America","subregion":null,"featureclass":"cape"},"geometry":{"type":"Point","coordinates":[-41.89015627474056,-22.759730815669258]},"id":314},{"type":"Feature","properties":{"scalerank":5,"name":"Cabo San Diego","comment":null,"name_alt":null,"lat_y":-54.6406,"long_x":-65.21365,"region":"South America","subregion":null,"featureclass":"cape"},"geometry":{"type":"Point","coordinates":[-65.21361243397877,-54.64067962031842]},"id":315},{"type":"Feature","properties":{"scalerank":5,"name":"Cabo Tres Puntas","comment":null,"name_alt":null,"lat_y":-47.237629,"long_x":-65.774707,"region":"South America","subregion":null,"featureclass":"cape"},"geometry":{"type":"Point","coordinates":[-65.74439816328368,-47.328778975372465]},"id":316},{"type":"Feature","properties":{"scalerank":5,"name":"Cap Saint André","comment":null,"name_alt":null,"lat_y":-16.174457,"long_x":44.467405,"region":"Africa","subregion":null,"featureclass":"cape"},"geometry":{"type":"Point","coordinates":[44.46729576914623,-16.174493096880923]},"id":317},{"type":"Feature","properties":{"scalerank":5,"name":"Cape St. Lucia","comment":null,"name_alt":null,"lat_y":-28.552694,"long_x":32.367221,"region":"Africa","subregion":null,"featureclass":"cape"},"geometry":{"type":"Point","coordinates":[32.36732018320873,-28.552666925005923]},"id":318},{"type":"Feature","properties":{"scalerank":5,"name":"Cape St. Francis","comment":null,"name_alt":null,"lat_y":-34.171766,"long_x":24.817688,"region":"Africa","subregion":null,"featureclass":"cape"},"geometry":{"type":"Point","coordinates":[24.84143613032799,-34.18861022316314]},"id":319},{"type":"Feature","properties":{"scalerank":5,"name":"Minamitori-shima","comment":null,"name_alt":"Marcus I.","lat_y":24.319813,"long_x":153.958899,"region":"Seven seas (open ocean)","subregion":"North Pacific Ocean","featureclass":"island"},"geometry":{"type":"Point","coordinates":[153.95887291758373,24.319769598431577]},"id":320},{"type":"Feature","properties":{"scalerank":5,"name":"Is. Martin Vaz","comment":null,"name_alt":null,"lat_y":-20.559422,"long_x":-29.338439,"region":"Seven seas (open ocean)","subregion":"Southern Atlantic Ocean","featureclass":"island"},"geometry":{"type":"Point","coordinates":[-29.338429328510017,-20.559502862505923]},"id":321},{"type":"Feature","properties":{"scalerank":5,"name":"Rockall","comment":null,"name_alt":null,"lat_y":58.163524,"long_x":-12.408715,"region":"Seven seas (open ocean)","subregion":"North Atlantic Ocean","featureclass":"island"},"geometry":{"type":"Point","coordinates":[-12.408741828510017,58.16339752811908]},"id":322},{"type":"Feature","properties":{"scalerank":5,"name":"I. de Cozumel","comment":null,"name_alt":null,"lat_y":20.444687,"long_x":-86.880555,"region":"North America","subregion":null,"featureclass":"island"},"geometry":{"type":"Point","coordinates":[-86.88060462147877,20.444708563275327]},"id":323},{"type":"Feature","properties":{"scalerank":5,"name":"Bermuda Islands","comment":null,"name_alt":null,"lat_y":32.317339,"long_x":-64.742895,"region":"Seven seas (open ocean)","subregion":"North Atlantic Ocean","featureclass":"island"},"geometry":{"type":"Point","coordinates":[-64.74290930897877,32.31726715702533]},"id":324}]} \ No newline at end of file +{"type":"FeatureCollection","features":[{"type":"Feature","properties":{"scalerank":2,"name":"Niagara Falls","comment":null,"name_alt":null,"lat_y":43.087653,"long_x":-79.044073,"region":"North America","subregion":null,"featureclass":"waterfall"},"geometry":{"type":"Point","coordinates":[-79.04411780507252,43.08771393436908]},"id":163},{"type":"Feature","properties":{"scalerank":2,"name":"Salto Angel","comment":null,"name_alt":"Angel Falls","lat_y":5.686836,"long_x":-62.061848,"region":"South America","subregion":null,"featureclass":"waterfall"},"geometry":{"type":"Point","coordinates":[-62.06181800038502,5.686896063275327]},"id":164},{"type":"Feature","properties":{"scalerank":2,"name":"Iguazu Falls","comment":null,"name_alt":null,"lat_y":-25.568265,"long_x":-54.582842,"region":"South America","subregion":null,"featureclass":"waterfall"},"geometry":{"type":"Point","coordinates":[-54.58299719960377,-25.568291925005923]},"id":165},{"type":"Feature","properties":{"scalerank":3,"name":"Gees Gwardafuy","comment":null,"name_alt":null,"lat_y":11.812855,"long_x":51.235173,"region":"Africa","subregion":null,"featureclass":"cape"},"geometry":{"type":"Point","coordinates":[51.258313644180184,11.822028799226407]},"id":166},{"type":"Feature","properties":{"scalerank":3,"name":"Victoria Falls","comment":null,"name_alt":null,"lat_y":-17.77079,"long_x":25.460133,"region":"Africa","subregion":null,"featureclass":"waterfall"},"geometry":{"type":"Point","coordinates":[25.852793816021233,-17.928033135943423]},"id":167},{"type":"Feature","properties":{"scalerank":3,"name":"Wright I.","comment":null,"name_alt":null,"lat_y":-50.959168,"long_x":-72.995002,"region":"Antarctica","subregion":null,"featureclass":"island"},"geometry":{"type":"Point","coordinates":[-116.89262854726002,-74.06670501094342]},"id":168},{"type":"Feature","properties":{"scalerank":3,"name":"Grant I.","comment":null,"name_alt":null,"lat_y":-50.959168,"long_x":-72.995002,"region":"Antarctica","subregion":null,"featureclass":"island"},"geometry":{"type":"Point","coordinates":[-131.48540198476002,-74.48272063594342]},"id":169},{"type":"Feature","properties":{"scalerank":3,"name":"Newman I.","comment":null,"name_alt":null,"lat_y":-50.959168,"long_x":-72.995002,"region":"Antarctica","subregion":null,"featureclass":"island"},"geometry":{"type":"Point","coordinates":[-145.68681800038502,-75.59185149531842]},"id":170},{"type":"Feature","properties":{"scalerank":3,"name":"Dean I.","comment":null,"name_alt":null,"lat_y":-50.959168,"long_x":-72.995002,"region":"Antarctica","subregion":null,"featureclass":"island"},"geometry":{"type":"Point","coordinates":[-127.63438880116627,-74.50066497188092]},"id":171},{"type":"Feature","properties":{"scalerank":3,"name":"Cape Canaveral","comment":null,"name_alt":null,"lat_y":28.483713,"long_x":-80.534941,"region":"North America","subregion":null,"featureclass":"cape"},"geometry":{"type":"Point","coordinates":[-80.53625603636821,28.473056814472134]},"id":172},{"type":"Feature","properties":{"scalerank":3,"name":"Cape Mendocino","comment":null,"name_alt":null,"lat_y":40.350222,"long_x":-124.323474,"region":"North America","subregion":null,"featureclass":"cape"},"geometry":{"type":"Point","coordinates":[-124.39201745043425,40.44222065537283]},"id":173},{"type":"Feature","properties":{"scalerank":3,"name":"Cabo San Lucas","comment":null,"name_alt":null,"lat_y":22.887711,"long_x":-109.969843,"region":"North America","subregion":null,"featureclass":"cape"},"geometry":{"type":"Point","coordinates":[-109.96983801991627,22.887762762494077]},"id":174},{"type":"Feature","properties":{"scalerank":3,"name":"Cape Churchill","comment":null,"name_alt":null,"lat_y":58.752014,"long_x":-93.182023,"region":"North America","subregion":null,"featureclass":"cape"},"geometry":{"type":"Point","coordinates":[-93.18211829335377,58.75208161015033]},"id":175},{"type":"Feature","properties":{"scalerank":3,"name":"Cape Cod","comment":null,"name_alt":null,"lat_y":41.734867,"long_x":-69.964865,"region":"North America","subregion":null,"featureclass":"cape"},"geometry":{"type":"Point","coordinates":[-70.03687833567446,41.9914589934385]},"id":176},{"type":"Feature","properties":{"scalerank":3,"name":"Cape May","comment":null,"name_alt":null,"lat_y":37.2017,"long_x":-75.926791,"region":"North America","subregion":null,"featureclass":"cape"},"geometry":{"type":"Point","coordinates":[-74.95121933164988,38.92969645987068]},"id":177},{"type":"Feature","properties":{"scalerank":3,"name":"Cabo de Hornos","comment":null,"name_alt":"Cape Horn","lat_y":-55.862824,"long_x":-67.169425,"region":"South America","subregion":null,"featureclass":"cape"},"geometry":{"type":"Point","coordinates":[-67.16942298085377,-55.86284758906842]},"id":178},{"type":"Feature","properties":{"scalerank":3,"name":"Cape of Good Hope","comment":null,"name_alt":null,"lat_y":-34.307311,"long_x":18.441206,"region":"Africa","subregion":null,"featureclass":"cape"},"geometry":{"type":"Point","coordinates":[18.441294792583733,-34.30718352656842]},"id":179},{"type":"Feature","properties":{"scalerank":3,"name":"Cape Palmas","comment":null,"name_alt":null,"lat_y":4.373924,"long_x":-7.457356,"region":"Africa","subregion":null,"featureclass":"cape"},"geometry":{"type":"Point","coordinates":[-7.457386848041267,4.373968817181577]},"id":180},{"type":"Feature","properties":{"scalerank":3,"name":"Cape Verde","comment":null,"name_alt":null,"lat_y":14.732312,"long_x":-17.471776,"region":"Africa","subregion":null,"featureclass":"cape"},"geometry":{"type":"Point","coordinates":[-17.471730109760017,14.732489324994077]},"id":181},{"type":"Feature","properties":{"scalerank":3,"name":"Cap Bon","comment":null,"name_alt":null,"lat_y":37.073954,"long_x":11.024061,"region":"Africa","subregion":null,"featureclass":"cape"},"geometry":{"type":"Point","coordinates":[11.024180534771233,37.07398102421283]},"id":182},{"type":"Feature","properties":{"scalerank":3,"name":"Oceanic pole of inaccessibility","comment":null,"name_alt":null,"lat_y":-48.865032,"long_x":-123.401986,"region":"Seven seas (open ocean)","subregion":"South Pacific Ocean","featureclass":"pole"},"geometry":{"type":"Point","coordinates":[-123.40202796132252,-48.86504485469342]},"id":183},{"type":"Feature","properties":{"scalerank":3,"name":"South Magnetic Pole 2005 (est)","comment":null,"name_alt":null,"lat_y":-48.865032,"long_x":-123.401986,"region":"Antarctica","subregion":"Southern Ocean","featureclass":"pole"},"geometry":{"type":"Point","coordinates":[137.85425865977123,-64.51824309688092]},"id":184},{"type":"Feature","properties":{"scalerank":3,"name":"North Magnetic Pole 2005 (est)","comment":null,"name_alt":null,"lat_y":-48.865032,"long_x":-123.401986,"region":"Seven seas (open ocean)","subregion":"Arctic Ocean","featureclass":"pole"},"geometry":{"type":"Point","coordinates":[-114.40569007069752,82.71008942265033]},"id":185},{"type":"Feature","properties":{"scalerank":4,"name":"Lands End","comment":null,"name_alt":null,"lat_y":50.069677,"long_x":-5.668629,"region":"Europe","subregion":"British Isles","featureclass":"cape"},"geometry":{"type":"Point","coordinates":[-5.668629523822517,50.06970856327533]},"id":186},{"type":"Feature","properties":{"scalerank":4,"name":"Cape York","comment":null,"name_alt":null,"lat_y":76.218919,"long_x":-68.218612,"region":"North America","subregion":"Greenland","featureclass":"cape"},"geometry":{"type":"Point","coordinates":[-68.21861731679127,76.21887848515033]},"id":187},{"type":"Feature","properties":{"scalerank":4,"name":"Nunap Isua","comment":null,"name_alt":"Cape Farewell","lat_y":59.862583,"long_x":-43.90088,"region":"North America","subregion":"Greenland","featureclass":"cape"},"geometry":{"type":"Point","coordinates":[-43.90080725819752,59.86267731327533]},"id":188},{"type":"Feature","properties":{"scalerank":4,"name":"Cape Vohimena","comment":null,"name_alt":null,"lat_y":-25.546355,"long_x":45.158683,"region":"Africa","subregion":"Indian Ocean","featureclass":"cape"},"geometry":{"type":"Point","coordinates":[45.15870201914623,-25.546319268755923]},"id":189},{"type":"Feature","properties":{"scalerank":4,"name":"Vavau","comment":null,"name_alt":null,"lat_y":-18.590062,"long_x":-173.976769,"region":"Oceania","subregion":"Polynesia","featureclass":"island"},"geometry":{"type":"Point","coordinates":[-173.97673499257252,-18.590020440630923]},"id":190},{"type":"Feature","properties":{"scalerank":4,"name":"I. de Pascua","comment":null,"name_alt":"Easter I.","lat_y":-27.102117,"long_x":-109.367953,"region":"Oceania","subregion":"Polynesia","featureclass":"island"},"geometry":{"type":"Point","coordinates":[-109.36790930897877,-27.102227471880923]},"id":191},{"type":"Feature","properties":{"scalerank":4,"name":"Cape Agulhas","comment":null,"name_alt":null,"lat_y":-34.801182,"long_x":19.993472,"region":"Africa","subregion":null,"featureclass":"cape"},"geometry":{"type":"Point","coordinates":[19.993418816021233,-34.80108001094342]},"id":192},{"type":"Feature","properties":{"scalerank":4,"name":"Plain of Jars","comment":null,"name_alt":null,"lat_y":20.550709,"long_x":101.890532,"region":"Asia","subregion":null,"featureclass":"plain"},"geometry":{"type":"Point","coordinates":[101.89063561289623,20.550909735150327]},"id":193},{"type":"Feature","properties":{"scalerank":4,"name":"Cabo Corrientes","comment":null,"name_alt":null,"lat_y":20.409471,"long_x":-105.683581,"region":"North America","subregion":null,"featureclass":"cape"},"geometry":{"type":"Point","coordinates":[-105.67795873874799,20.420365114940253]},"id":194},{"type":"Feature","properties":{"scalerank":4,"name":"Pt. Eugenia","comment":null,"name_alt":null,"lat_y":27.861925,"long_x":-115.07629,"region":"North America","subregion":null,"featureclass":"cape"},"geometry":{"type":"Point","coordinates":[-115.04623945046137,27.842887092585283]},"id":195},{"type":"Feature","properties":{"scalerank":4,"name":"Point Conception","comment":null,"name_alt":null,"lat_y":34.582313,"long_x":-120.659016,"region":"North America","subregion":null,"featureclass":"cape"},"geometry":{"type":"Point","coordinates":[-120.46360036202867,34.46027592467621]},"id":196},{"type":"Feature","properties":{"scalerank":4,"name":"Cape Hatteras","comment":null,"name_alt":null,"lat_y":35.437762,"long_x":-75.450543,"region":"North America","subregion":null,"featureclass":"cape"},"geometry":{"type":"Point","coordinates":[-75.54032952413311,35.24475263812895]},"id":197},{"type":"Feature","properties":{"scalerank":4,"name":"Cape Sable","comment":null,"name_alt":null,"lat_y":25.124896,"long_x":-81.090442,"region":"North America","subregion":null,"featureclass":"cape"},"geometry":{"type":"Point","coordinates":[-81.09044348866627,25.124762274212827]},"id":198},{"type":"Feature","properties":{"scalerank":4,"name":"Cape Hope","comment":null,"name_alt":null,"lat_y":68.35638,"long_x":-166.815582,"region":"North America","subregion":null,"featureclass":"cape"},"geometry":{"type":"Point","coordinates":[-166.81321268769543,68.35380207543972]},"id":199},{"type":"Feature","properties":{"scalerank":4,"name":"Point Barrow","comment":null,"name_alt":null,"lat_y":71.372637,"long_x":-156.615894,"region":"North America","subregion":null,"featureclass":"cape"},"geometry":{"type":"Point","coordinates":[-156.4719492091668,71.40589128763096]},"id":200},{"type":"Feature","properties":{"scalerank":4,"name":"Punta Negra","comment":null,"name_alt":null,"lat_y":-5.948875,"long_x":-81.108252,"region":"South America","subregion":null,"featureclass":"cape"},"geometry":{"type":"Point","coordinates":[-81.10832678944752,-5.948663018755923]},"id":201},{"type":"Feature","properties":{"scalerank":4,"name":"Punta Lavapié","comment":null,"name_alt":null,"lat_y":-37.262867,"long_x":-73.606377,"region":"South America","subregion":null,"featureclass":"cape"},"geometry":{"type":"Point","coordinates":[-73.60304396243782,-37.17120002933805]},"id":202},{"type":"Feature","properties":{"scalerank":4,"name":"Punta Galera","comment":null,"name_alt":null,"lat_y":0.731221,"long_x":-80.062205,"region":"South America","subregion":null,"featureclass":"cape"},"geometry":{"type":"Point","coordinates":[-80.06212317616627,0.731207586712827]},"id":203},{"type":"Feature","properties":{"scalerank":4,"name":"Cap Lopez","comment":null,"name_alt":null,"lat_y":-0.604761,"long_x":8.726423,"region":"Africa","subregion":null,"featureclass":"cape"},"geometry":{"type":"Point","coordinates":[8.727299789450319,-0.615086490513119]},"id":204},{"type":"Feature","properties":{"scalerank":4,"name":"Cape Bobaomby","comment":null,"name_alt":null,"lat_y":-11.966598,"long_x":49.262904,"region":"Africa","subregion":null,"featureclass":"cape"},"geometry":{"type":"Point","coordinates":[49.26282799570873,-11.966485284380923]},"id":205},{"type":"Feature","properties":{"scalerank":4,"name":"Cap Blanc","comment":null,"name_alt":null,"lat_y":20.822108,"long_x":-17.052856,"region":"Africa","subregion":null,"featureclass":"cape"},"geometry":{"type":"Point","coordinates":[-17.052906867572517,20.822088934369077]},"id":206},{"type":"Feature","properties":{"scalerank":5,"name":"South West Cape","comment":null,"name_alt":null,"lat_y":-43.510984,"long_x":146.054227,"region":"Oceania","subregion":"Australia","featureclass":"cape"},"geometry":{"type":"Point","coordinates":[146.03379804609568,-43.5404025683706]},"id":207},{"type":"Feature","properties":{"scalerank":5,"name":"Cape Howe","comment":null,"name_alt":null,"lat_y":-37.488775,"long_x":149.95853,"region":"Oceania","subregion":"Australia","featureclass":"cape"},"geometry":{"type":"Point","coordinates":[149.95838463633373,-37.48894622188092]},"id":208},{"type":"Feature","properties":{"scalerank":5,"name":"Cape Otway","comment":null,"name_alt":null,"lat_y":-38.857622,"long_x":143.565403,"region":"Oceania","subregion":"Australia","featureclass":"cape"},"geometry":{"type":"Point","coordinates":[143.537005108191,-38.85472383068997]},"id":209},{"type":"Feature","properties":{"scalerank":5,"name":"Cape Jaffa","comment":null,"name_alt":null,"lat_y":-36.944244,"long_x":139.690866,"region":"Oceania","subregion":"Australia","featureclass":"cape"},"geometry":{"type":"Point","coordinates":[139.68061977964746,-36.95624316107086]},"id":210},{"type":"Feature","properties":{"scalerank":5,"name":"Cape Carnot","comment":null,"name_alt":null,"lat_y":-34.920233,"long_x":135.656027,"region":"Oceania","subregion":"Australia","featureclass":"cape"},"geometry":{"type":"Point","coordinates":[135.65378326897053,-34.93870859313661]},"id":211},{"type":"Feature","properties":{"scalerank":5,"name":"Cape Byron","comment":null,"name_alt":null,"lat_y":-28.658282,"long_x":153.632849,"region":"Oceania","subregion":"Australia","featureclass":"cape"},"geometry":{"type":"Point","coordinates":[153.62799176015545,-28.66197417050363]},"id":212},{"type":"Feature","properties":{"scalerank":5,"name":"Cape Manifold","comment":null,"name_alt":null,"lat_y":-22.702081,"long_x":150.811228,"region":"Oceania","subregion":"Australia","featureclass":"cape"},"geometry":{"type":"Point","coordinates":[150.81116783945873,-22.702080987505923]},"id":213},{"type":"Feature","properties":{"scalerank":5,"name":"Cape York","comment":null,"name_alt":null,"lat_y":-10.710859,"long_x":142.522018,"region":"Oceania","subregion":"Australia","featureclass":"cape"},"geometry":{"type":"Point","coordinates":[142.52173912852123,-10.710747979693423]},"id":214},{"type":"Feature","properties":{"scalerank":5,"name":"Cape Melville","comment":null,"name_alt":null,"lat_y":-14.163629,"long_x":144.506417,"region":"Oceania","subregion":"Australia","featureclass":"cape"},"geometry":{"type":"Point","coordinates":[144.50660240977123,-14.163506768755923]},"id":215},{"type":"Feature","properties":{"scalerank":5,"name":"Cape Arnhem","comment":null,"name_alt":null,"lat_y":-12.337984,"long_x":136.952429,"region":"Oceania","subregion":"Australia","featureclass":"cape"},"geometry":{"type":"Point","coordinates":[136.91481885262823,-12.295662864626316]},"id":216},{"type":"Feature","properties":{"scalerank":5,"name":"West Cape Howe","comment":null,"name_alt":null,"lat_y":-35.104301,"long_x":117.597011,"region":"Oceania","subregion":"Australia","featureclass":"cape"},"geometry":{"type":"Point","coordinates":[117.59693444102123,-35.10430266719342]},"id":217},{"type":"Feature","properties":{"scalerank":5,"name":"Cape Leeuwin","comment":null,"name_alt":null,"lat_y":-34.297841,"long_x":115.10633,"region":"Oceania","subregion":"Australia","featureclass":"cape"},"geometry":{"type":"Point","coordinates":[115.1280088910596,-34.328007092559645]},"id":218},{"type":"Feature","properties":{"scalerank":5,"name":"Cape Pasley","comment":null,"name_alt":null,"lat_y":-33.929054,"long_x":123.517283,"region":"Oceania","subregion":"Australia","featureclass":"cape"},"geometry":{"type":"Point","coordinates":[123.51722252695873,-33.92888762813092]},"id":219},{"type":"Feature","properties":{"scalerank":5,"name":"Cape Londonderry","comment":null,"name_alt":null,"lat_y":-13.713856,"long_x":126.964514,"region":"Oceania","subregion":"Australia","featureclass":"cape"},"geometry":{"type":"Point","coordinates":[126.94130045687105,-13.74290642667802]},"id":220},{"type":"Feature","properties":{"scalerank":5,"name":"Steep Point","comment":null,"name_alt":null,"lat_y":-26.16822,"long_x":113.169959,"region":"Oceania","subregion":"Australia","featureclass":"cape"},"geometry":{"type":"Point","coordinates":[113.14519563289093,-26.157463616878637]},"id":221},{"type":"Feature","properties":{"scalerank":5,"name":"North West Cape","comment":null,"name_alt":null,"lat_y":-21.809776,"long_x":114.117534,"region":"Oceania","subregion":"Australia","featureclass":"cape"},"geometry":{"type":"Point","coordinates":[114.16010761213809,-21.801474697071743]},"id":222},{"type":"Feature","properties":{"scalerank":5,"name":"Cabo Gracias a Dios","comment":null,"name_alt":null,"lat_y":14.994242,"long_x":-83.15866,"region":"North America","subregion":"Central America","featureclass":"cape"},"geometry":{"type":"Point","coordinates":[-83.15874182851002,14.994208074994077]},"id":223},{"type":"Feature","properties":{"scalerank":5,"name":"Cape Brewster","comment":null,"name_alt":null,"lat_y":70.150754,"long_x":-22.122616,"region":"North America","subregion":"Greenland","featureclass":"cape"},"geometry":{"type":"Point","coordinates":[-22.122731086322517,70.15088532108783]},"id":224},{"type":"Feature","properties":{"scalerank":5,"name":"Cape Morris Jesup","comment":null,"name_alt":null,"lat_y":83.626331,"long_x":-32.491541,"region":"North America","subregion":"Greenland","featureclass":"cape"},"geometry":{"type":"Point","coordinates":[-32.49150550038502,83.62628815311908]},"id":225},{"type":"Feature","properties":{"scalerank":5,"name":"Grmsey","comment":null,"name_alt":null,"lat_y":66.669359,"long_x":-18.251096,"region":"Europe","subregion":"Iceland","featureclass":"island"},"geometry":{"type":"Point","coordinates":[-18.251088019916267,66.66937897343158]},"id":226},{"type":"Feature","properties":{"scalerank":5,"name":"Surtsey","comment":null,"name_alt":null,"lat_y":63.217764,"long_x":-20.434929,"region":"Europe","subregion":"Iceland","featureclass":"island"},"geometry":{"type":"Point","coordinates":[-20.434803840228767,63.21771881718158]},"id":227},{"type":"Feature","properties":{"scalerank":5,"name":"Cap Est","comment":null,"name_alt":null,"lat_y":-15.274849,"long_x":50.499889,"region":"Africa","subregion":"Indian Ocean","featureclass":"cape"},"geometry":{"type":"Point","coordinates":[50.49976647227123,-15.274956964068423]},"id":228},{"type":"Feature","properties":{"scalerank":5,"name":"Cape Cretin","comment":null,"name_alt":null,"lat_y":-6.637492,"long_x":147.852392,"region":"Oceania","subregion":"Melanesia","featureclass":"cape"},"geometry":{"type":"Point","coordinates":[147.85242760508373,-6.637261651568423]},"id":229},{"type":"Feature","properties":{"scalerank":5,"name":"Îles Chesterfield","comment":null,"name_alt":null,"lat_y":-19.20447,"long_x":159.95171,"region":"Oceania","subregion":"Melanesia","featureclass":"island"},"geometry":{"type":"Point","coordinates":[159.95167076914623,-19.204644464068423]},"id":230},{"type":"Feature","properties":{"scalerank":5,"name":"Pagan","comment":null,"name_alt":null,"lat_y":18.119631,"long_x":145.785087,"region":"Oceania","subregion":"Micronesia","featureclass":"island"},"geometry":{"type":"Point","coordinates":[145.78492272227123,18.119635321087827]},"id":231},{"type":"Feature","properties":{"scalerank":5,"name":"Wake I.","comment":null,"name_alt":null,"lat_y":19.303497,"long_x":166.63626,"region":"Oceania","subregion":"Micronesia","featureclass":"island"},"geometry":{"type":"Point","coordinates":[166.63624108164623,19.303595282025327]},"id":232},{"type":"Feature","properties":{"scalerank":5,"name":"Tabiteuea","comment":null,"name_alt":null,"lat_y":-1.201405,"long_x":174.755207,"region":"Oceania","subregion":"Micronesia","featureclass":"island"},"geometry":{"type":"Point","coordinates":[174.75513756602123,-1.201348565630923]},"id":233},{"type":"Feature","properties":{"scalerank":5,"name":"Aranuka","comment":null,"name_alt":null,"lat_y":0.226766,"long_x":173.626286,"region":"Oceania","subregion":"Micronesia","featureclass":"island"},"geometry":{"type":"Point","coordinates":[173.62623131602123,0.226752020306577]},"id":234},{"type":"Feature","properties":{"scalerank":5,"name":"Nauru","comment":null,"name_alt":null,"lat_y":-0.505856,"long_x":166.930778,"region":"Oceania","subregion":"Micronesia","featureclass":"island"},"geometry":{"type":"Point","coordinates":[166.93067467539623,-0.505791925005923]},"id":235},{"type":"Feature","properties":{"scalerank":5,"name":"Ebon","comment":null,"name_alt":null,"lat_y":4.59977,"long_x":168.736432,"region":"Oceania","subregion":"Micronesia","featureclass":"island"},"geometry":{"type":"Point","coordinates":[168.73633873789623,4.599798895306577]},"id":236},{"type":"Feature","properties":{"scalerank":5,"name":"Jaluit","comment":null,"name_alt":null,"lat_y":5.964455,"long_x":169.682894,"region":"Oceania","subregion":"Micronesia","featureclass":"island"},"geometry":{"type":"Point","coordinates":[169.68299401133373,5.964483953900327]},"id":237},{"type":"Feature","properties":{"scalerank":5,"name":"Mili","comment":null,"name_alt":null,"lat_y":6.107334,"long_x":171.725875,"region":"Oceania","subregion":"Micronesia","featureclass":"island"},"geometry":{"type":"Point","coordinates":[171.72584069102123,6.107489324994077]},"id":238},{"type":"Feature","properties":{"scalerank":5,"name":"Majuro","comment":null,"name_alt":null,"lat_y":7.118009,"long_x":171.159743,"region":"Oceania","subregion":"Micronesia","featureclass":"island"},"geometry":{"type":"Point","coordinates":[171.15980065195873,7.117987371869077]},"id":239},{"type":"Feature","properties":{"scalerank":5,"name":"Ailinglapalap","comment":null,"name_alt":null,"lat_y":7.276392,"long_x":168.596926,"region":"Oceania","subregion":"Micronesia","featureclass":"island"},"geometry":{"type":"Point","coordinates":[168.59693444102123,7.276495672650327]},"id":240},{"type":"Feature","properties":{"scalerank":5,"name":"Kwajalein","comment":null,"name_alt":null,"lat_y":8.746619,"long_x":167.735072,"region":"Oceania","subregion":"Micronesia","featureclass":"island"},"geometry":{"type":"Point","coordinates":[167.73511803477123,8.746710516400327]},"id":241},{"type":"Feature","properties":{"scalerank":5,"name":"Rongelap","comment":null,"name_alt":null,"lat_y":11.164329,"long_x":166.869876,"region":"Oceania","subregion":"Micronesia","featureclass":"island"},"geometry":{"type":"Point","coordinates":[166.86988365977123,11.164496160931577]},"id":242},{"type":"Feature","properties":{"scalerank":5,"name":"Bikini","comment":null,"name_alt":null,"lat_y":11.639231,"long_x":165.550698,"region":"Oceania","subregion":"Micronesia","featureclass":"island"},"geometry":{"type":"Point","coordinates":[165.55042565195873,11.639288641400327]},"id":243},{"type":"Feature","properties":{"scalerank":5,"name":"Cape Reinga","comment":null,"name_alt":null,"lat_y":-34.432767,"long_x":172.7285,"region":"Oceania","subregion":"New Zealand","featureclass":"cape"},"geometry":{"type":"Point","coordinates":[172.70558117137455,-34.42039113947056]},"id":244},{"type":"Feature","properties":{"scalerank":5,"name":"Kanton","comment":null,"name_alt":null,"lat_y":-2.757106,"long_x":-171.71703,"region":"Oceania","subregion":"Polynesia","featureclass":"island"},"geometry":{"type":"Point","coordinates":[-171.71703040272877,-2.757134698443423]},"id":245},{"type":"Feature","properties":{"scalerank":5,"name":"Tabuaeran","comment":null,"name_alt":"Fanning I.","lat_y":3.866545,"long_x":-159.326781,"region":"Oceania","subregion":"Polynesia","featureclass":"island"},"geometry":{"type":"Point","coordinates":[-159.32683264882252,3.866705633587827]},"id":246},{"type":"Feature","properties":{"scalerank":5,"name":"Malden","comment":null,"name_alt":null,"lat_y":-4.042491,"long_x":-154.983478,"region":"Oceania","subregion":"Polynesia","featureclass":"island"},"geometry":{"type":"Point","coordinates":[-154.98350989491627,-4.042657159380923]},"id":247},{"type":"Feature","properties":{"scalerank":5,"name":"Rarotonga","comment":null,"name_alt":null,"lat_y":-21.201867,"long_x":-159.797637,"region":"Oceania","subregion":"Polynesia","featureclass":"island"},"geometry":{"type":"Point","coordinates":[-159.79771887929127,-21.201836846880923]},"id":248},{"type":"Feature","properties":{"scalerank":5,"name":"Rangiroa","comment":null,"name_alt":null,"lat_y":-15.2046,"long_x":-147.773967,"region":"Oceania","subregion":"Polynesia","featureclass":"island"},"geometry":{"type":"Point","coordinates":[-147.77403723866627,-15.204766534380923]},"id":249},{"type":"Feature","properties":{"scalerank":5,"name":"Funafuti","comment":null,"name_alt":null,"lat_y":-8.491577,"long_x":179.19841,"region":"Oceania","subregion":"Polynesia","featureclass":"island"},"geometry":{"type":"Point","coordinates":[179.19837487070873,-8.491631768755923]},"id":250},{"type":"Feature","properties":{"scalerank":5,"name":"St. Croix","comment":null,"name_alt":null,"lat_y":17.762944,"long_x":-64.763088,"region":"North America","subregion":"West Indies","featureclass":"island"},"geometry":{"type":"Point","coordinates":[-64.76317298085377,17.763006903119077]},"id":251},{"type":"Feature","properties":{"scalerank":5,"name":"Grand Cayman","comment":null,"name_alt":null,"lat_y":19.315829,"long_x":-81.271416,"region":"North America","subregion":"West Indies","featureclass":"island"},"geometry":{"type":"Point","coordinates":[-81.27159583241627,19.315802313275327]},"id":252},{"type":"Feature","properties":{"scalerank":5,"name":"San Salvador","comment":null,"name_alt":null,"lat_y":24.052793,"long_x":-74.492848,"region":"North America","subregion":"West Indies","featureclass":"island"},"geometry":{"type":"Point","coordinates":[-74.49290930897877,24.052801824994077]},"id":253},{"type":"Feature","properties":{"scalerank":5,"name":"Grenada","comment":null,"name_alt":null,"lat_y":12.105978,"long_x":-61.723079,"region":"North America","subregion":"West Indies","featureclass":"island"},"geometry":{"type":"Point","coordinates":[-61.72319495351002,12.105963446087827]},"id":254},{"type":"Feature","properties":{"scalerank":5,"name":"Barbuda","comment":null,"name_alt":null,"lat_y":17.622525,"long_x":-61.789243,"region":"North America","subregion":"West Indies","featureclass":"island"},"geometry":{"type":"Point","coordinates":[-61.78929602772877,17.622626043744077]},"id":255},{"type":"Feature","properties":{"scalerank":5,"name":"Antigua","comment":null,"name_alt":null,"lat_y":17.040441,"long_x":-61.775982,"region":"North America","subregion":"West Indies","featureclass":"island"},"geometry":{"type":"Point","coordinates":[-61.77592932851002,17.040594793744077]},"id":256},{"type":"Feature","properties":{"scalerank":5,"name":"Guadeloupe","comment":null,"name_alt":null,"lat_y":16.180583,"long_x":-61.656947,"region":"North America","subregion":"West Indies","featureclass":"island"},"geometry":{"type":"Point","coordinates":[-61.65703284413502,16.180670477337827]},"id":257},{"type":"Feature","properties":{"scalerank":5,"name":"Dominica","comment":null,"name_alt":null,"lat_y":15.452943,"long_x":-61.352652,"region":"North America","subregion":"West Indies","featureclass":"island"},"geometry":{"type":"Point","coordinates":[-61.35271155507252,15.452887274212827]},"id":258},{"type":"Feature","properties":{"scalerank":5,"name":"Martinique","comment":null,"name_alt":null,"lat_y":14.672462,"long_x":-61.008715,"region":"North America","subregion":"West Indies","featureclass":"island"},"geometry":{"type":"Point","coordinates":[-61.00883948476002,14.672491766400327]},"id":259},{"type":"Feature","properties":{"scalerank":5,"name":"Saint Lucia","comment":null,"name_alt":null,"lat_y":13.918332,"long_x":-60.982225,"region":"North America","subregion":"West Indies","featureclass":"island"},"geometry":{"type":"Point","coordinates":[-60.98222815663502,13.918280340619077]},"id":260},{"type":"Feature","properties":{"scalerank":5,"name":"Saint Vincent","comment":null,"name_alt":null,"lat_y":13.270131,"long_x":-61.207143,"region":"North America","subregion":"West Indies","featureclass":"island"},"geometry":{"type":"Point","coordinates":[-61.20720374257252,13.270209051556577]},"id":261},{"type":"Feature","properties":{"scalerank":5,"name":"Barbados","comment":null,"name_alt":null,"lat_y":13.164326,"long_x":-59.566742,"region":"North America","subregion":"West Indies","featureclass":"island"},"geometry":{"type":"Point","coordinates":[-59.56682288319752,13.164252020306577]},"id":262},{"type":"Feature","properties":{"scalerank":5,"name":"Tobago","comment":null,"name_alt":null,"lat_y":11.259334,"long_x":-60.677992,"region":"South America","subregion":"West Indies","featureclass":"island"},"geometry":{"type":"Point","coordinates":[-60.67808997304127,11.259283758587827]},"id":263},{"type":"Feature","properties":{"scalerank":5,"name":"Margarita","comment":null,"name_alt":null,"lat_y":10.981467,"long_x":-64.051401,"region":"South America","subregion":"West Indies","featureclass":"island"},"geometry":{"type":"Point","coordinates":[-64.05144202382252,10.981512762494077]},"id":264},{"type":"Feature","properties":{"scalerank":5,"name":"Curaao","comment":null,"name_alt":null,"lat_y":12.185355,"long_x":-68.999109,"region":"North America","subregion":"West Indies","featureclass":"island"},"geometry":{"type":"Point","coordinates":[-68.99919593007252,12.185309149212827]},"id":265},{"type":"Feature","properties":{"scalerank":5,"name":"Aruba","comment":null,"name_alt":null,"lat_y":12.502849,"long_x":-69.96488,"region":"North America","subregion":"West Indies","featureclass":"island"},"geometry":{"type":"Point","coordinates":[-69.96501624257252,12.502752996869077]},"id":266},{"type":"Feature","properties":{"scalerank":5,"name":"Ra’s Banäs","comment":null,"name_alt":null,"lat_y":23.950592,"long_x":35.778059,"region":"Africa","subregion":null,"featureclass":"cape"},"geometry":{"type":"Point","coordinates":[35.77808678477123,23.950628973431577]},"id":267},{"type":"Feature","properties":{"scalerank":5,"name":"Ponta das Salinas","comment":null,"name_alt":null,"lat_y":-12.832908,"long_x":12.928991,"region":"Africa","subregion":null,"featureclass":"cape"},"geometry":{"type":"Point","coordinates":[12.968705086077254,-12.855718342716505]},"id":268},{"type":"Feature","properties":{"scalerank":5,"name":"Ponta das Palmeirinhas","comment":null,"name_alt":null,"lat_y":-9.071387,"long_x":12.999549,"region":"Africa","subregion":null,"featureclass":"cape"},"geometry":{"type":"Point","coordinates":[13.033811372274608,-9.099938228394153]},"id":269},{"type":"Feature","properties":{"scalerank":5,"name":"Cabo Bojador","comment":null,"name_alt":null,"lat_y":26.157836,"long_x":-14.473111,"region":"Africa","subregion":null,"featureclass":"cape"},"geometry":{"type":"Point","coordinates":[-14.473194953510017,26.157965399212827]},"id":270},{"type":"Feature","properties":{"scalerank":5,"name":"Cape Comorin","comment":null,"name_alt":null,"lat_y":8.143554,"long_x":77.471497,"region":"Asia","subregion":null,"featureclass":"cape"},"geometry":{"type":"Point","coordinates":[77.51210506924555,8.085338515340696]},"id":271},{"type":"Feature","properties":{"scalerank":5,"name":"Dondra Head","comment":null,"name_alt":null,"lat_y":5.947528,"long_x":80.616321,"region":"Asia","subregion":null,"featureclass":"cape"},"geometry":{"type":"Point","coordinates":[80.59180925571331,5.929580617022318]},"id":272},{"type":"Feature","properties":{"scalerank":5,"name":"Cape Yelizavety","comment":null,"name_alt":null,"lat_y":54.416083,"long_x":142.720445,"region":"Asia","subregion":null,"featureclass":"cape"},"geometry":{"type":"Point","coordinates":[142.72059166758373,54.41620514530658]},"id":273},{"type":"Feature","properties":{"scalerank":5,"name":"Pt. Yuzhnyy","comment":null,"name_alt":null,"lat_y":57.733572,"long_x":156.796426,"region":"Asia","subregion":null,"featureclass":"cape"},"geometry":{"type":"Point","coordinates":[156.79664147227123,57.73346588749408]},"id":274},{"type":"Feature","properties":{"scalerank":5,"name":"Cape Sata","comment":null,"name_alt":null,"lat_y":31.026941,"long_x":130.695089,"region":"Asia","subregion":null,"featureclass":"cape"},"geometry":{"type":"Point","coordinates":[130.69520104258373,31.026922918744077]},"id":275},{"type":"Feature","properties":{"scalerank":5,"name":"Cape Aniva","comment":null,"name_alt":null,"lat_y":46.081706,"long_x":143.43487,"region":"Asia","subregion":null,"featureclass":"cape"},"geometry":{"type":"Point","coordinates":[143.43482506602123,46.08179352421283]},"id":276},{"type":"Feature","properties":{"scalerank":5,"name":"Cape Terpeniya","comment":null,"name_alt":null,"lat_y":48.66928,"long_x":144.712582,"region":"Asia","subregion":null,"featureclass":"cape"},"geometry":{"type":"Point","coordinates":[144.71253502695873,48.66937897343158]},"id":277},{"type":"Feature","properties":{"scalerank":5,"name":"Cape Lopatka","comment":null,"name_alt":null,"lat_y":50.914155,"long_x":156.651536,"region":"Asia","subregion":null,"featureclass":"cape"},"geometry":{"type":"Point","coordinates":[156.65162194102123,50.91412994999408]},"id":278},{"type":"Feature","properties":{"scalerank":5,"name":"Cape Ozernoy","comment":null,"name_alt":null,"lat_y":57.7708,"long_x":163.246685,"region":"Asia","subregion":null,"featureclass":"cape"},"geometry":{"type":"Point","coordinates":[163.24683678477123,57.77088043827533]},"id":279},{"type":"Feature","properties":{"scalerank":5,"name":"Cape Olyutorskiy","comment":null,"name_alt":null,"lat_y":59.960807,"long_x":170.31265,"region":"Asia","subregion":null,"featureclass":"cape"},"geometry":{"type":"Point","coordinates":[170.31287682383373,59.96082184452533]},"id":280},{"type":"Feature","properties":{"scalerank":5,"name":"Cape Navarin","comment":null,"name_alt":null,"lat_y":62.327239,"long_x":179.074225,"region":"Asia","subregion":null,"featureclass":"cape"},"geometry":{"type":"Point","coordinates":[179.07422936289623,62.32727692265033]},"id":281},{"type":"Feature","properties":{"scalerank":5,"name":"Cape Lopatka","comment":null,"name_alt":null,"lat_y":71.907853,"long_x":150.066042,"region":"Asia","subregion":null,"featureclass":"cape"},"geometry":{"type":"Point","coordinates":[150.06592858164623,71.90778229374408]},"id":282},{"type":"Feature","properties":{"scalerank":5,"name":"Cape Ince","comment":null,"name_alt":null,"lat_y":42.084312,"long_x":34.983358,"region":"Asia","subregion":null,"featureclass":"cape"},"geometry":{"type":"Point","coordinates":[34.98328698008373,42.08417389530658]},"id":283},{"type":"Feature","properties":{"scalerank":5,"name":"Ra’s Fartak","comment":null,"name_alt":null,"lat_y":15.677412,"long_x":52.229105,"region":"Asia","subregion":null,"featureclass":"cape"},"geometry":{"type":"Point","coordinates":[52.2389696999939,15.65795249845498]},"id":284},{"type":"Feature","properties":{"scalerank":5,"name":"Ras Sharbatat","comment":null,"name_alt":null,"lat_y":18.164534,"long_x":56.56827,"region":"Asia","subregion":null,"featureclass":"cape"},"geometry":{"type":"Point","coordinates":[56.558165806017215,18.166986171245085]},"id":285},{"type":"Feature","properties":{"scalerank":5,"name":"Ra's al Had","comment":null,"name_alt":null,"lat_y":22.530158,"long_x":59.849134,"region":"Asia","subregion":null,"featureclass":"cape"},"geometry":{"type":"Point","coordinates":[59.7995168175437,22.518675327148298]},"id":286},{"type":"Feature","properties":{"scalerank":5,"name":"Hachijjima","comment":null,"name_alt":null,"lat_y":33.109796,"long_x":139.804903,"region":"Asia","subregion":null,"featureclass":"island"},"geometry":{"type":"Point","coordinates":[139.80482018320873,33.10980866093158]},"id":287},{"type":"Feature","properties":{"scalerank":5,"name":"Nordkapp","comment":null,"name_alt":null,"lat_y":71.18337,"long_x":25.662398,"region":"Europe","subregion":null,"featureclass":"cape"},"geometry":{"type":"Point","coordinates":[25.66067519711473,71.15450206702127]},"id":288},{"type":"Feature","properties":{"scalerank":5,"name":"Cabo de São Vicentete","comment":null,"name_alt":null,"lat_y":37.038304,"long_x":-8.969391,"region":"Europe","subregion":null,"featureclass":"cape"},"geometry":{"type":"Point","coordinates":[-8.969410773822517,37.03827545780658]},"id":289},{"type":"Feature","properties":{"scalerank":5,"name":"Cabo Fisterra","comment":null,"name_alt":null,"lat_y":42.952418,"long_x":-9.267837,"region":"Europe","subregion":null,"featureclass":"cape"},"geometry":{"type":"Point","coordinates":[-9.26996282865152,42.92873605781255]},"id":290},{"type":"Feature","properties":{"scalerank":5,"name":"Cape San Blas","comment":null,"name_alt":null,"lat_y":29.713967,"long_x":-85.270961,"region":"North America","subregion":null,"featureclass":"cape"},"geometry":{"type":"Point","coordinates":[-85.27092444569752,29.713995672650327]},"id":291},{"type":"Feature","properties":{"scalerank":5,"name":"Cape Sable","comment":null,"name_alt":null,"lat_y":43.469097,"long_x":-65.610769,"region":"North America","subregion":null,"featureclass":"cape"},"geometry":{"type":"Point","coordinates":[-65.61082923085377,43.46900055546283]},"id":292},{"type":"Feature","properties":{"scalerank":5,"name":"Cape Bauld","comment":null,"name_alt":null,"lat_y":51.568576,"long_x":-55.430306,"region":"North America","subregion":null,"featureclass":"cape"},"geometry":{"type":"Point","coordinates":[-55.43028723866627,51.56848786015033]},"id":293},{"type":"Feature","properties":{"scalerank":5,"name":"Cape Fear","comment":null,"name_alt":null,"lat_y":33.867949,"long_x":-77.990568,"region":"North America","subregion":null,"featureclass":"cape"},"geometry":{"type":"Point","coordinates":[-77.99058997304127,33.86798737186908]},"id":294},{"type":"Feature","properties":{"scalerank":5,"name":"I. Guadalupe","comment":null,"name_alt":null,"lat_y":29.052552,"long_x":-118.317465,"region":"Seven seas (open ocean)","subregion":"North Pacific Ocean","featureclass":"island"},"geometry":{"type":"Point","coordinates":[-118.31749426991627,29.052496649212827]},"id":295},{"type":"Feature","properties":{"scalerank":5,"name":"Miquelon","comment":null,"name_alt":null,"lat_y":46.929526,"long_x":-56.329884,"region":"North America","subregion":null,"featureclass":"island"},"geometry":{"type":"Point","coordinates":[-56.32988440663502,46.92938873905658]},"id":296},{"type":"Feature","properties":{"scalerank":5,"name":"I. Robinson Crusoe","comment":null,"name_alt":null,"lat_y":-33.589852,"long_x":-78.872522,"region":"Seven seas (open ocean)","subregion":"South Pacific Ocean","featureclass":"island"},"geometry":{"type":"Point","coordinates":[-78.87254798085377,-33.58965422969342]},"id":297},{"type":"Feature","properties":{"scalerank":5,"name":"Cabo Orange","comment":null,"name_alt":null,"lat_y":4.125735,"long_x":-51.242144,"region":"South America","subregion":null,"featureclass":"cape"},"geometry":{"type":"Point","coordinates":[-51.26287766987179,4.135614177285231]},"id":298},{"type":"Feature","properties":{"scalerank":5,"name":"Cabo de Santa Marta Grande","comment":null,"name_alt":null,"lat_y":-28.558078,"long_x":-48.735526,"region":"South America","subregion":null,"featureclass":"cape"},"geometry":{"type":"Point","coordinates":[-48.80338037734664,-28.57198267323537]},"id":299},{"type":"Feature","properties":{"scalerank":5,"name":"Punta del Este","comment":null,"name_alt":null,"lat_y":-34.975503,"long_x":-54.933154,"region":"South America","subregion":null,"featureclass":"cape"},"geometry":{"type":"Point","coordinates":[-54.94628769070382,-34.96658679840526]},"id":300},{"type":"Feature","properties":{"scalerank":5,"name":"Cabo San Antonio","comment":null,"name_alt":null,"lat_y":-36.381052,"long_x":-56.655377,"region":"South America","subregion":null,"featureclass":"cape"},"geometry":{"type":"Point","coordinates":[-56.716792100626165,-36.40959917438929]},"id":301},{"type":"Feature","properties":{"scalerank":5,"name":"Cabo Corrientes","comment":null,"name_alt":null,"lat_y":-38.135985,"long_x":-57.546212,"region":"South America","subregion":null,"featureclass":"cape"},"geometry":{"type":"Point","coordinates":[-57.56252349612641,-38.066376942128464]},"id":302},{"type":"Feature","properties":{"scalerank":5,"name":"Punta Rasa","comment":null,"name_alt":null,"lat_y":-40.834718,"long_x":-62.282201,"region":"South America","subregion":null,"featureclass":"cape"},"geometry":{"type":"Point","coordinates":[-62.25911745789756,-40.72626411656719]},"id":303},{"type":"Feature","properties":{"scalerank":5,"name":"Cabo Dos Bahías","comment":null,"name_alt":null,"lat_y":-44.9887,"long_x":-65.615952,"region":"South America","subregion":null,"featureclass":"cape"},"geometry":{"type":"Point","coordinates":[-65.5438334451688,-44.89439847091873]},"id":304},{"type":"Feature","properties":{"scalerank":5,"name":"Cabo Delgado","comment":null,"name_alt":null,"lat_y":-10.670103,"long_x":40.624309,"region":"Africa","subregion":null,"featureclass":"cape"},"geometry":{"type":"Point","coordinates":[40.62440026133373,-10.670098565630923]},"id":305},{"type":"Feature","properties":{"scalerank":5,"name":"Ponta da Barra","comment":null,"name_alt":null,"lat_y":-23.829888,"long_x":35.515696,"region":"Africa","subregion":null,"featureclass":"cape"},"geometry":{"type":"Point","coordinates":[35.51563561289623,-23.830010675005923]},"id":306},{"type":"Feature","properties":{"scalerank":5,"name":"Ponta São Sebastio","comment":null,"name_alt":null,"lat_y":-22.118899,"long_x":35.480417,"region":"Africa","subregion":null,"featureclass":"cape"},"geometry":{"type":"Point","coordinates":[35.48023522227123,-22.118829034380923]},"id":307},{"type":"Feature","properties":{"scalerank":5,"name":"Ras Cantin","comment":null,"name_alt":null,"lat_y":32.581636,"long_x":-9.273918,"region":"Africa","subregion":null,"featureclass":"cape"},"geometry":{"type":"Point","coordinates":[-9.273915168353767,32.58161041874408]},"id":308},{"type":"Feature","properties":{"scalerank":5,"name":"Ra’s Kasr","comment":null,"name_alt":null,"lat_y":18.076817,"long_x":38.573746,"region":"Africa","subregion":null,"featureclass":"cape"},"geometry":{"type":"Point","coordinates":[38.58027735871919,18.075167704493374]},"id":309},{"type":"Feature","properties":{"scalerank":5,"name":"Ponta de Jericoacoara","comment":null,"name_alt":null,"lat_y":-2.85044,"long_x":-40.067208,"region":"South America","subregion":null,"featureclass":"cape"},"geometry":{"type":"Point","coordinates":[-39.991649927946355,-2.851822991583529]},"id":310},{"type":"Feature","properties":{"scalerank":5,"name":"Cabo de São Roque","comment":null,"name_alt":null,"lat_y":-5.193476,"long_x":-35.447654,"region":"South America","subregion":null,"featureclass":"cape"},"geometry":{"type":"Point","coordinates":[-35.50994900651512,-5.156866121305913]},"id":311},{"type":"Feature","properties":{"scalerank":5,"name":"Ponta da Baleia","comment":null,"name_alt":null,"lat_y":-17.710136,"long_x":-39.157619,"region":"South America","subregion":null,"featureclass":"cape"},"geometry":{"type":"Point","coordinates":[-39.14557867836578,-17.678753845220847]},"id":312},{"type":"Feature","properties":{"scalerank":5,"name":"Cabo de São Tomé","comment":null,"name_alt":null,"lat_y":-21.996382,"long_x":-41.009692,"region":"South America","subregion":null,"featureclass":"cape"},"geometry":{"type":"Point","coordinates":[-40.98763990313761,-21.971754611783773]},"id":313},{"type":"Feature","properties":{"scalerank":5,"name":"Cabo Frio","comment":null,"name_alt":null,"lat_y":-22.869501,"long_x":-41.962188,"region":"South America","subregion":null,"featureclass":"cape"},"geometry":{"type":"Point","coordinates":[-41.89015627474056,-22.759730815669258]},"id":314},{"type":"Feature","properties":{"scalerank":5,"name":"Cabo San Diego","comment":null,"name_alt":null,"lat_y":-54.6406,"long_x":-65.21365,"region":"South America","subregion":null,"featureclass":"cape"},"geometry":{"type":"Point","coordinates":[-65.21361243397877,-54.64067962031842]},"id":315},{"type":"Feature","properties":{"scalerank":5,"name":"Cabo Tres Puntas","comment":null,"name_alt":null,"lat_y":-47.237629,"long_x":-65.774707,"region":"South America","subregion":null,"featureclass":"cape"},"geometry":{"type":"Point","coordinates":[-65.74439816328368,-47.328778975372465]},"id":316},{"type":"Feature","properties":{"scalerank":5,"name":"Cap Saint André","comment":null,"name_alt":null,"lat_y":-16.174457,"long_x":44.467405,"region":"Africa","subregion":null,"featureclass":"cape"},"geometry":{"type":"Point","coordinates":[44.46729576914623,-16.174493096880923]},"id":317},{"type":"Feature","properties":{"scalerank":5,"name":"Cape St. Lucia","comment":null,"name_alt":null,"lat_y":-28.552694,"long_x":32.367221,"region":"Africa","subregion":null,"featureclass":"cape"},"geometry":{"type":"Point","coordinates":[32.36732018320873,-28.552666925005923]},"id":318},{"type":"Feature","properties":{"scalerank":5,"name":"Cape St. Francis","comment":null,"name_alt":null,"lat_y":-34.171766,"long_x":24.817688,"region":"Africa","subregion":null,"featureclass":"cape"},"geometry":{"type":"Point","coordinates":[24.84143613032799,-34.18861022316314]},"id":319},{"type":"Feature","properties":{"scalerank":5,"name":"Minamitori-shima","comment":null,"name_alt":"Marcus I.","lat_y":24.319813,"long_x":153.958899,"region":"Seven seas (open ocean)","subregion":"North Pacific Ocean","featureclass":"island"},"geometry":{"type":"Point","coordinates":[153.95887291758373,24.319769598431577]},"id":320},{"type":"Feature","properties":{"scalerank":5,"name":"Is. Martin Vaz","comment":null,"name_alt":null,"lat_y":-20.559422,"long_x":-29.338439,"region":"Seven seas (open ocean)","subregion":"Southern Atlantic Ocean","featureclass":"island"},"geometry":{"type":"Point","coordinates":[-29.338429328510017,-20.559502862505923]},"id":321},{"type":"Feature","properties":{"scalerank":5,"name":"Rockall","comment":null,"name_alt":null,"lat_y":58.163524,"long_x":-12.408715,"region":"Seven seas (open ocean)","subregion":"North Atlantic Ocean","featureclass":"island"},"geometry":{"type":"Point","coordinates":[-12.408741828510017,58.16339752811908]},"id":322},{"type":"Feature","properties":{"scalerank":5,"name":"I. de Cozumel","comment":null,"name_alt":null,"lat_y":20.444687,"long_x":-86.880555,"region":"North America","subregion":null,"featureclass":"island"},"geometry":{"type":"Point","coordinates":[-86.88060462147877,20.444708563275327]},"id":323},{"type":"Feature","properties":{"scalerank":5,"name":"Bermuda Islands","comment":null,"name_alt":null,"lat_y":32.317339,"long_x":-64.742895,"region":"Seven seas (open ocean)","subregion":"North Atlantic Ocean","featureclass":"island"},"geometry":{"type":"Point","coordinates":[-64.74290930897877,32.31726715702533]},"id":324}]} diff --git a/metrics/integration/expression-tests/index-of/assert-array/test.json b/metrics/integration/expression-tests/index-of/assert-array/test.json index b492401698e..698743ccbc6 100644 --- a/metrics/integration/expression-tests/index-of/assert-array/test.json +++ b/metrics/integration/expression-tests/index-of/assert-array/test.json @@ -23,4 +23,4 @@ {"error": "Expected value to be of type array, but found null instead."} ] } - } \ No newline at end of file + } diff --git a/metrics/integration/expression-tests/index-of/assert-string/test.json b/metrics/integration/expression-tests/index-of/assert-string/test.json index 60d64417df9..0add8e9b553 100644 --- a/metrics/integration/expression-tests/index-of/assert-string/test.json +++ b/metrics/integration/expression-tests/index-of/assert-string/test.json @@ -21,4 +21,4 @@ {"error": "Expected value to be of type string, but found null instead."} ] } - } \ No newline at end of file + } diff --git a/metrics/integration/expression-tests/index-of/basic-string/test.json b/metrics/integration/expression-tests/index-of/basic-string/test.json index 7cb787ea485..2f0e1eef9c2 100644 --- a/metrics/integration/expression-tests/index-of/basic-string/test.json +++ b/metrics/integration/expression-tests/index-of/basic-string/test.json @@ -29,4 +29,4 @@ } ] } - } \ No newline at end of file + } diff --git a/metrics/integration/expression-tests/index-of/invalid-haystack/test.json b/metrics/integration/expression-tests/index-of/invalid-haystack/test.json index 5b8e56398fd..a20ab807748 100644 --- a/metrics/integration/expression-tests/index-of/invalid-haystack/test.json +++ b/metrics/integration/expression-tests/index-of/invalid-haystack/test.json @@ -25,4 +25,4 @@ } ] } - } \ No newline at end of file + } diff --git a/metrics/integration/expression-tests/index-of/invalid-needle/test.json b/metrics/integration/expression-tests/index-of/invalid-needle/test.json index 1385a7092af..4fb3b8416ea 100644 --- a/metrics/integration/expression-tests/index-of/invalid-needle/test.json +++ b/metrics/integration/expression-tests/index-of/invalid-needle/test.json @@ -22,4 +22,4 @@ ] } } - \ No newline at end of file + diff --git a/metrics/integration/expression-tests/index-of/with-from-index/test.json b/metrics/integration/expression-tests/index-of/with-from-index/test.json index 6351cb238be..b9f2c05087c 100644 --- a/metrics/integration/expression-tests/index-of/with-from-index/test.json +++ b/metrics/integration/expression-tests/index-of/with-from-index/test.json @@ -48,4 +48,4 @@ ] } } - \ No newline at end of file + diff --git a/metrics/integration/expression-tests/slice/array-one-index/test.json b/metrics/integration/expression-tests/slice/array-one-index/test.json index bb71d7130d3..138d7ee9ec5 100644 --- a/metrics/integration/expression-tests/slice/array-one-index/test.json +++ b/metrics/integration/expression-tests/slice/array-one-index/test.json @@ -16,4 +16,4 @@ }, "outputs": [[3, 4, 5], [1, 2, 3, 4, 5], [], [4, 5]] } - } \ No newline at end of file + } diff --git a/metrics/integration/expression-tests/slice/array-two-indexes/test.json b/metrics/integration/expression-tests/slice/array-two-indexes/test.json index cbf65d324f3..5b6173005ce 100644 --- a/metrics/integration/expression-tests/slice/array-two-indexes/test.json +++ b/metrics/integration/expression-tests/slice/array-two-indexes/test.json @@ -28,4 +28,4 @@ }, "outputs": [[3, 4], [2, 3, 4, 5], [2, 3, 4, 5], [2, 3], [1, 2, 3, 4], []] } - } \ No newline at end of file + } diff --git a/metrics/integration/expression-tests/slice/invalid-inputs/test.json b/metrics/integration/expression-tests/slice/invalid-inputs/test.json index 020c765714a..3f428ecec30 100644 --- a/metrics/integration/expression-tests/slice/invalid-inputs/test.json +++ b/metrics/integration/expression-tests/slice/invalid-inputs/test.json @@ -37,4 +37,4 @@ } ] } - } \ No newline at end of file + } diff --git a/metrics/integration/expression-tests/slice/string-one-index/test.json b/metrics/integration/expression-tests/slice/string-one-index/test.json index cb14b972c9b..2d64fa71ccf 100644 --- a/metrics/integration/expression-tests/slice/string-one-index/test.json +++ b/metrics/integration/expression-tests/slice/string-one-index/test.json @@ -16,4 +16,4 @@ }, "outputs": ["0123456789", "456789", "", "89"] } - } \ No newline at end of file + } diff --git a/metrics/integration/expression-tests/slice/string-two-indexes/test.json b/metrics/integration/expression-tests/slice/string-two-indexes/test.json index 0af5bd258d8..3df97fcdf18 100644 --- a/metrics/integration/expression-tests/slice/string-two-indexes/test.json +++ b/metrics/integration/expression-tests/slice/string-two-indexes/test.json @@ -17,4 +17,4 @@ }, "outputs": ["1234567", "4567", "78", "012345678", "0123456789"] } - } \ No newline at end of file + } diff --git a/metrics/integration/geojson/anchors.json b/metrics/integration/geojson/anchors.json index 8a8840cb78f..71f8b7562aa 100644 --- a/metrics/integration/geojson/anchors.json +++ b/metrics/integration/geojson/anchors.json @@ -82,4 +82,4 @@ "coordinates": [ -20, 15 ] } }] -} \ No newline at end of file +} diff --git a/metrics/integration/query-tests/circle-pitch-scale/map-inside-align-map/expected.json b/metrics/integration/query-tests/circle-pitch-scale/map-inside-align-map/expected.json index 7ea210cebb9..2365587406f 100644 --- a/metrics/integration/query-tests/circle-pitch-scale/map-inside-align-map/expected.json +++ b/metrics/integration/query-tests/circle-pitch-scale/map-inside-align-map/expected.json @@ -12,4 +12,4 @@ "source": "geojson", "state": {} } -] \ No newline at end of file +] diff --git a/metrics/integration/query-tests/circle-pitch-scale/map-inside-align-viewport/expected.json b/metrics/integration/query-tests/circle-pitch-scale/map-inside-align-viewport/expected.json index 7ea210cebb9..2365587406f 100644 --- a/metrics/integration/query-tests/circle-pitch-scale/map-inside-align-viewport/expected.json +++ b/metrics/integration/query-tests/circle-pitch-scale/map-inside-align-viewport/expected.json @@ -12,4 +12,4 @@ "source": "geojson", "state": {} } -] \ No newline at end of file +] diff --git a/metrics/integration/query-tests/circle-pitch-scale/map-outside-align-map/expected.json b/metrics/integration/query-tests/circle-pitch-scale/map-outside-align-map/expected.json index 0637a088a01..fe51488c706 100644 --- a/metrics/integration/query-tests/circle-pitch-scale/map-outside-align-map/expected.json +++ b/metrics/integration/query-tests/circle-pitch-scale/map-outside-align-map/expected.json @@ -1 +1 @@ -[] \ No newline at end of file +[] diff --git a/metrics/integration/query-tests/circle-pitch-scale/map-outside-align-viewport/expected.json b/metrics/integration/query-tests/circle-pitch-scale/map-outside-align-viewport/expected.json index 0637a088a01..fe51488c706 100644 --- a/metrics/integration/query-tests/circle-pitch-scale/map-outside-align-viewport/expected.json +++ b/metrics/integration/query-tests/circle-pitch-scale/map-outside-align-viewport/expected.json @@ -1 +1 @@ -[] \ No newline at end of file +[] diff --git a/metrics/integration/query-tests/circle-pitch-scale/viewport-inside-align-map/expected.json b/metrics/integration/query-tests/circle-pitch-scale/viewport-inside-align-map/expected.json index 7ea210cebb9..2365587406f 100644 --- a/metrics/integration/query-tests/circle-pitch-scale/viewport-inside-align-map/expected.json +++ b/metrics/integration/query-tests/circle-pitch-scale/viewport-inside-align-map/expected.json @@ -12,4 +12,4 @@ "source": "geojson", "state": {} } -] \ No newline at end of file +] diff --git a/metrics/integration/query-tests/circle-pitch-scale/viewport-inside-align-viewport/expected.json b/metrics/integration/query-tests/circle-pitch-scale/viewport-inside-align-viewport/expected.json index 7ea210cebb9..2365587406f 100644 --- a/metrics/integration/query-tests/circle-pitch-scale/viewport-inside-align-viewport/expected.json +++ b/metrics/integration/query-tests/circle-pitch-scale/viewport-inside-align-viewport/expected.json @@ -12,4 +12,4 @@ "source": "geojson", "state": {} } -] \ No newline at end of file +] diff --git a/metrics/integration/query-tests/circle-pitch-scale/viewport-outside-align-map/expected.json b/metrics/integration/query-tests/circle-pitch-scale/viewport-outside-align-map/expected.json index 0637a088a01..fe51488c706 100644 --- a/metrics/integration/query-tests/circle-pitch-scale/viewport-outside-align-map/expected.json +++ b/metrics/integration/query-tests/circle-pitch-scale/viewport-outside-align-map/expected.json @@ -1 +1 @@ -[] \ No newline at end of file +[] diff --git a/metrics/integration/query-tests/circle-pitch-scale/viewport-outside-align-viewport/expected.json b/metrics/integration/query-tests/circle-pitch-scale/viewport-outside-align-viewport/expected.json index 0637a088a01..fe51488c706 100644 --- a/metrics/integration/query-tests/circle-pitch-scale/viewport-outside-align-viewport/expected.json +++ b/metrics/integration/query-tests/circle-pitch-scale/viewport-outside-align-viewport/expected.json @@ -1 +1 @@ -[] \ No newline at end of file +[] diff --git a/metrics/integration/query-tests/circle-radius-features-in/inside/expected.json b/metrics/integration/query-tests/circle-radius-features-in/inside/expected.json index 9539d0b183a..8f4f2a5cfd9 100644 --- a/metrics/integration/query-tests/circle-radius-features-in/inside/expected.json +++ b/metrics/integration/query-tests/circle-radius-features-in/inside/expected.json @@ -87,4 +87,4 @@ "sourceLayer": "road", "state": {} } -] \ No newline at end of file +] diff --git a/metrics/integration/query-tests/circle-radius-features-in/inside/style.json b/metrics/integration/query-tests/circle-radius-features-in/inside/style.json index 97282ea18a5..ebdc5c85107 100644 --- a/metrics/integration/query-tests/circle-radius-features-in/inside/style.json +++ b/metrics/integration/query-tests/circle-radius-features-in/inside/style.json @@ -41,4 +41,4 @@ "interactive": true } ] -} \ No newline at end of file +} diff --git a/metrics/integration/query-tests/circle-radius-features-in/outside/expected.json b/metrics/integration/query-tests/circle-radius-features-in/outside/expected.json index 0637a088a01..fe51488c706 100644 --- a/metrics/integration/query-tests/circle-radius-features-in/outside/expected.json +++ b/metrics/integration/query-tests/circle-radius-features-in/outside/expected.json @@ -1 +1 @@ -[] \ No newline at end of file +[] diff --git a/metrics/integration/query-tests/circle-radius-features-in/outside/style.json b/metrics/integration/query-tests/circle-radius-features-in/outside/style.json index d66b712f769..26c0bd93e87 100644 --- a/metrics/integration/query-tests/circle-radius-features-in/outside/style.json +++ b/metrics/integration/query-tests/circle-radius-features-in/outside/style.json @@ -41,4 +41,4 @@ "interactive": true } ] -} \ No newline at end of file +} diff --git a/metrics/integration/query-tests/circle-radius/feature-state/expected.json b/metrics/integration/query-tests/circle-radius/feature-state/expected.json index b35900c5e72..743db262450 100644 --- a/metrics/integration/query-tests/circle-radius/feature-state/expected.json +++ b/metrics/integration/query-tests/circle-radius/feature-state/expected.json @@ -10,4 +10,4 @@ "source": "mapbox", "state": { "big": true } } -] \ No newline at end of file +] diff --git a/metrics/integration/query-tests/circle-radius/feature-state/style.json b/metrics/integration/query-tests/circle-radius/feature-state/style.json index 45881d1bf2b..a0530da3246 100644 --- a/metrics/integration/query-tests/circle-radius/feature-state/style.json +++ b/metrics/integration/query-tests/circle-radius/feature-state/style.json @@ -69,4 +69,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/query-tests/circle-radius/inside/expected.json b/metrics/integration/query-tests/circle-radius/inside/expected.json index 9539d0b183a..8f4f2a5cfd9 100644 --- a/metrics/integration/query-tests/circle-radius/inside/expected.json +++ b/metrics/integration/query-tests/circle-radius/inside/expected.json @@ -87,4 +87,4 @@ "sourceLayer": "road", "state": {} } -] \ No newline at end of file +] diff --git a/metrics/integration/query-tests/circle-radius/inside/style.json b/metrics/integration/query-tests/circle-radius/inside/style.json index 2c73321b56e..b39ae77b5ad 100644 --- a/metrics/integration/query-tests/circle-radius/inside/style.json +++ b/metrics/integration/query-tests/circle-radius/inside/style.json @@ -35,4 +35,4 @@ "interactive": true } ] -} \ No newline at end of file +} diff --git a/metrics/integration/query-tests/circle-radius/outside/expected.json b/metrics/integration/query-tests/circle-radius/outside/expected.json index 0637a088a01..fe51488c706 100644 --- a/metrics/integration/query-tests/circle-radius/outside/expected.json +++ b/metrics/integration/query-tests/circle-radius/outside/expected.json @@ -1 +1 @@ -[] \ No newline at end of file +[] diff --git a/metrics/integration/query-tests/circle-radius/outside/style.json b/metrics/integration/query-tests/circle-radius/outside/style.json index e640eb83f31..e8da8279b9b 100644 --- a/metrics/integration/query-tests/circle-radius/outside/style.json +++ b/metrics/integration/query-tests/circle-radius/outside/style.json @@ -35,4 +35,4 @@ "interactive": true } ] -} \ No newline at end of file +} diff --git a/metrics/integration/query-tests/circle-radius/property-function/expected.json b/metrics/integration/query-tests/circle-radius/property-function/expected.json index 78cdaddf9e1..7a64c72ec06 100644 --- a/metrics/integration/query-tests/circle-radius/property-function/expected.json +++ b/metrics/integration/query-tests/circle-radius/property-function/expected.json @@ -14,4 +14,4 @@ "source": "mapbox", "state": {} } -] \ No newline at end of file +] diff --git a/metrics/integration/query-tests/circle-radius/tile-boundary/expected.json b/metrics/integration/query-tests/circle-radius/tile-boundary/expected.json index 7ea210cebb9..2365587406f 100644 --- a/metrics/integration/query-tests/circle-radius/tile-boundary/expected.json +++ b/metrics/integration/query-tests/circle-radius/tile-boundary/expected.json @@ -12,4 +12,4 @@ "source": "geojson", "state": {} } -] \ No newline at end of file +] diff --git a/metrics/integration/query-tests/circle-radius/zoom-and-property-function/expected.json b/metrics/integration/query-tests/circle-radius/zoom-and-property-function/expected.json index 78cdaddf9e1..7a64c72ec06 100644 --- a/metrics/integration/query-tests/circle-radius/zoom-and-property-function/expected.json +++ b/metrics/integration/query-tests/circle-radius/zoom-and-property-function/expected.json @@ -14,4 +14,4 @@ "source": "mapbox", "state": {} } -] \ No newline at end of file +] diff --git a/metrics/integration/query-tests/circle-stroke-width/feature-state/expected.json b/metrics/integration/query-tests/circle-stroke-width/feature-state/expected.json index b35900c5e72..743db262450 100644 --- a/metrics/integration/query-tests/circle-stroke-width/feature-state/expected.json +++ b/metrics/integration/query-tests/circle-stroke-width/feature-state/expected.json @@ -10,4 +10,4 @@ "source": "mapbox", "state": { "big": true } } -] \ No newline at end of file +] diff --git a/metrics/integration/query-tests/circle-stroke-width/feature-state/style.json b/metrics/integration/query-tests/circle-stroke-width/feature-state/style.json index a9bebb96ea4..8d17da17c08 100644 --- a/metrics/integration/query-tests/circle-stroke-width/feature-state/style.json +++ b/metrics/integration/query-tests/circle-stroke-width/feature-state/style.json @@ -70,4 +70,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/query-tests/circle-stroke-width/inside/expected.json b/metrics/integration/query-tests/circle-stroke-width/inside/expected.json index 5387f9c0317..0ecc3430b96 100644 --- a/metrics/integration/query-tests/circle-stroke-width/inside/expected.json +++ b/metrics/integration/query-tests/circle-stroke-width/inside/expected.json @@ -12,4 +12,4 @@ "source": "geojson", "state": {} } -] \ No newline at end of file +] diff --git a/metrics/integration/query-tests/circle-stroke-width/outside/expected.json b/metrics/integration/query-tests/circle-stroke-width/outside/expected.json index 0637a088a01..fe51488c706 100644 --- a/metrics/integration/query-tests/circle-stroke-width/outside/expected.json +++ b/metrics/integration/query-tests/circle-stroke-width/outside/expected.json @@ -1 +1 @@ -[] \ No newline at end of file +[] diff --git a/metrics/integration/query-tests/circle-translate-anchor/map/expected.json b/metrics/integration/query-tests/circle-translate-anchor/map/expected.json index 5ae714dbf93..dbee9b88af2 100644 --- a/metrics/integration/query-tests/circle-translate-anchor/map/expected.json +++ b/metrics/integration/query-tests/circle-translate-anchor/map/expected.json @@ -67,4 +67,4 @@ "sourceLayer": "road", "state": {} } -] \ No newline at end of file +] diff --git a/metrics/integration/query-tests/circle-translate-anchor/map/style.json b/metrics/integration/query-tests/circle-translate-anchor/map/style.json index 2a0dc187f86..db327411875 100644 --- a/metrics/integration/query-tests/circle-translate-anchor/map/style.json +++ b/metrics/integration/query-tests/circle-translate-anchor/map/style.json @@ -41,4 +41,4 @@ "interactive": true } ] -} \ No newline at end of file +} diff --git a/metrics/integration/query-tests/circle-translate-anchor/viewport/expected.json b/metrics/integration/query-tests/circle-translate-anchor/viewport/expected.json index 5ae714dbf93..dbee9b88af2 100644 --- a/metrics/integration/query-tests/circle-translate-anchor/viewport/expected.json +++ b/metrics/integration/query-tests/circle-translate-anchor/viewport/expected.json @@ -67,4 +67,4 @@ "sourceLayer": "road", "state": {} } -] \ No newline at end of file +] diff --git a/metrics/integration/query-tests/circle-translate-anchor/viewport/style.json b/metrics/integration/query-tests/circle-translate-anchor/viewport/style.json index b7bdf9c06c5..03e421af722 100644 --- a/metrics/integration/query-tests/circle-translate-anchor/viewport/style.json +++ b/metrics/integration/query-tests/circle-translate-anchor/viewport/style.json @@ -41,4 +41,4 @@ "interactive": true } ] -} \ No newline at end of file +} diff --git a/metrics/integration/query-tests/circle-translate/box/expected.json b/metrics/integration/query-tests/circle-translate/box/expected.json index 9539d0b183a..8f4f2a5cfd9 100644 --- a/metrics/integration/query-tests/circle-translate/box/expected.json +++ b/metrics/integration/query-tests/circle-translate/box/expected.json @@ -87,4 +87,4 @@ "sourceLayer": "road", "state": {} } -] \ No newline at end of file +] diff --git a/metrics/integration/query-tests/circle-translate/box/style.json b/metrics/integration/query-tests/circle-translate/box/style.json index ef76b5184db..c634eb13037 100644 --- a/metrics/integration/query-tests/circle-translate/box/style.json +++ b/metrics/integration/query-tests/circle-translate/box/style.json @@ -44,4 +44,4 @@ "interactive": true } ] -} \ No newline at end of file +} diff --git a/metrics/integration/query-tests/circle-translate/inside/expected.json b/metrics/integration/query-tests/circle-translate/inside/expected.json index 9539d0b183a..8f4f2a5cfd9 100644 --- a/metrics/integration/query-tests/circle-translate/inside/expected.json +++ b/metrics/integration/query-tests/circle-translate/inside/expected.json @@ -87,4 +87,4 @@ "sourceLayer": "road", "state": {} } -] \ No newline at end of file +] diff --git a/metrics/integration/query-tests/circle-translate/inside/style.json b/metrics/integration/query-tests/circle-translate/inside/style.json index 185b589207c..2587385afcf 100644 --- a/metrics/integration/query-tests/circle-translate/inside/style.json +++ b/metrics/integration/query-tests/circle-translate/inside/style.json @@ -39,4 +39,4 @@ "interactive": true } ] -} \ No newline at end of file +} diff --git a/metrics/integration/query-tests/circle-translate/outside/expected.json b/metrics/integration/query-tests/circle-translate/outside/expected.json index 0637a088a01..fe51488c706 100644 --- a/metrics/integration/query-tests/circle-translate/outside/expected.json +++ b/metrics/integration/query-tests/circle-translate/outside/expected.json @@ -1 +1 @@ -[] \ No newline at end of file +[] diff --git a/metrics/integration/query-tests/circle-translate/outside/style.json b/metrics/integration/query-tests/circle-translate/outside/style.json index b5042984f6e..21d5d49c395 100644 --- a/metrics/integration/query-tests/circle-translate/outside/style.json +++ b/metrics/integration/query-tests/circle-translate/outside/style.json @@ -39,4 +39,4 @@ "interactive": true } ] -} \ No newline at end of file +} diff --git a/metrics/integration/query-tests/edge-cases/box-cutting-antimeridian-z0/expected.json b/metrics/integration/query-tests/edge-cases/box-cutting-antimeridian-z0/expected.json index efc26533257..d2a7654e593 100644 --- a/metrics/integration/query-tests/edge-cases/box-cutting-antimeridian-z0/expected.json +++ b/metrics/integration/query-tests/edge-cases/box-cutting-antimeridian-z0/expected.json @@ -29,4 +29,4 @@ "source": "geojson", "state": {} } -] \ No newline at end of file +] diff --git a/metrics/integration/query-tests/edge-cases/box-cutting-antimeridian-z1/expected.json b/metrics/integration/query-tests/edge-cases/box-cutting-antimeridian-z1/expected.json index 2ea43d9a36c..9bc82c40e9e 100644 --- a/metrics/integration/query-tests/edge-cases/box-cutting-antimeridian-z1/expected.json +++ b/metrics/integration/query-tests/edge-cases/box-cutting-antimeridian-z1/expected.json @@ -29,4 +29,4 @@ "source": "geojson", "state": {} } -] \ No newline at end of file +] diff --git a/metrics/integration/query-tests/edge-cases/box-cutting-antimeridian-z1/style.json b/metrics/integration/query-tests/edge-cases/box-cutting-antimeridian-z1/style.json index d06f54a8786..58048ff0763 100644 --- a/metrics/integration/query-tests/edge-cases/box-cutting-antimeridian-z1/style.json +++ b/metrics/integration/query-tests/edge-cases/box-cutting-antimeridian-z1/style.json @@ -94,4 +94,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/query-tests/edge-cases/null-island/expected.json b/metrics/integration/query-tests/edge-cases/null-island/expected.json index 5387f9c0317..0ecc3430b96 100644 --- a/metrics/integration/query-tests/edge-cases/null-island/expected.json +++ b/metrics/integration/query-tests/edge-cases/null-island/expected.json @@ -12,4 +12,4 @@ "source": "geojson", "state": {} } -] \ No newline at end of file +] diff --git a/metrics/integration/query-tests/edge-cases/null-island/style.json b/metrics/integration/query-tests/edge-cases/null-island/style.json index 2f3828a9c98..f0b6ae7be01 100644 --- a/metrics/integration/query-tests/edge-cases/null-island/style.json +++ b/metrics/integration/query-tests/edge-cases/null-island/style.json @@ -44,4 +44,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/query-tests/edge-cases/unsorted-keys/expected.json b/metrics/integration/query-tests/edge-cases/unsorted-keys/expected.json index 936dc899de7..1e2dc9ba096 100644 --- a/metrics/integration/query-tests/edge-cases/unsorted-keys/expected.json +++ b/metrics/integration/query-tests/edge-cases/unsorted-keys/expected.json @@ -25,4 +25,4 @@ "sourceLayer": "place_label", "state": {} } -] \ No newline at end of file +] diff --git a/metrics/integration/query-tests/feature-state/default/expected.json b/metrics/integration/query-tests/feature-state/default/expected.json index 60e978ac5bc..b1b28298c9a 100644 --- a/metrics/integration/query-tests/feature-state/default/expected.json +++ b/metrics/integration/query-tests/feature-state/default/expected.json @@ -97,4 +97,4 @@ } } } -] \ No newline at end of file +] diff --git a/metrics/integration/query-tests/feature-state/default/style.json b/metrics/integration/query-tests/feature-state/default/style.json index 31af9fbfdac..1caa0df6c75 100644 --- a/metrics/integration/query-tests/feature-state/default/style.json +++ b/metrics/integration/query-tests/feature-state/default/style.json @@ -68,4 +68,4 @@ "interactive": true } ] -} \ No newline at end of file +} diff --git a/metrics/integration/query-tests/fill-extrusion/base-in/expected.json b/metrics/integration/query-tests/fill-extrusion/base-in/expected.json index 30655dcba5b..8b20fab0b30 100644 --- a/metrics/integration/query-tests/fill-extrusion/base-in/expected.json +++ b/metrics/integration/query-tests/fill-extrusion/base-in/expected.json @@ -32,4 +32,4 @@ "source": "zones", "state": {} } -] \ No newline at end of file +] diff --git a/metrics/integration/query-tests/fill-extrusion/base-out/expected.json b/metrics/integration/query-tests/fill-extrusion/base-out/expected.json index 0637a088a01..fe51488c706 100644 --- a/metrics/integration/query-tests/fill-extrusion/base-out/expected.json +++ b/metrics/integration/query-tests/fill-extrusion/base-out/expected.json @@ -1 +1 @@ -[] \ No newline at end of file +[] diff --git a/metrics/integration/query-tests/fill-extrusion/box-in/expected.json b/metrics/integration/query-tests/fill-extrusion/box-in/expected.json index 27e2e01d665..cdf25fc433d 100644 --- a/metrics/integration/query-tests/fill-extrusion/box-in/expected.json +++ b/metrics/integration/query-tests/fill-extrusion/box-in/expected.json @@ -69,4 +69,4 @@ "source": "zones", "state": {} } -] \ No newline at end of file +] diff --git a/metrics/integration/query-tests/fill-extrusion/box-out/expected.json b/metrics/integration/query-tests/fill-extrusion/box-out/expected.json index 0637a088a01..fe51488c706 100644 --- a/metrics/integration/query-tests/fill-extrusion/box-out/expected.json +++ b/metrics/integration/query-tests/fill-extrusion/box-out/expected.json @@ -1 +1 @@ -[] \ No newline at end of file +[] diff --git a/metrics/integration/query-tests/fill-extrusion/side-in/expected.json b/metrics/integration/query-tests/fill-extrusion/side-in/expected.json index 30655dcba5b..8b20fab0b30 100644 --- a/metrics/integration/query-tests/fill-extrusion/side-in/expected.json +++ b/metrics/integration/query-tests/fill-extrusion/side-in/expected.json @@ -32,4 +32,4 @@ "source": "zones", "state": {} } -] \ No newline at end of file +] diff --git a/metrics/integration/query-tests/fill-extrusion/side-out/expected.json b/metrics/integration/query-tests/fill-extrusion/side-out/expected.json index 0637a088a01..fe51488c706 100644 --- a/metrics/integration/query-tests/fill-extrusion/side-out/expected.json +++ b/metrics/integration/query-tests/fill-extrusion/side-out/expected.json @@ -1 +1 @@ -[] \ No newline at end of file +[] diff --git a/metrics/integration/query-tests/fill-extrusion/sort-concave-inner/expected.json b/metrics/integration/query-tests/fill-extrusion/sort-concave-inner/expected.json index 158c2a25462..f407f9ce09e 100644 --- a/metrics/integration/query-tests/fill-extrusion/sort-concave-inner/expected.json +++ b/metrics/integration/query-tests/fill-extrusion/sort-concave-inner/expected.json @@ -83,4 +83,4 @@ "source": "zones", "state": {} } -] \ No newline at end of file +] diff --git a/metrics/integration/query-tests/fill-extrusion/sort-concave-outer/expected.json b/metrics/integration/query-tests/fill-extrusion/sort-concave-outer/expected.json index d9195fc86c8..30beeb2945b 100644 --- a/metrics/integration/query-tests/fill-extrusion/sort-concave-outer/expected.json +++ b/metrics/integration/query-tests/fill-extrusion/sort-concave-outer/expected.json @@ -83,4 +83,4 @@ "source": "zones", "state": {} } -] \ No newline at end of file +] diff --git a/metrics/integration/query-tests/fill-extrusion/sort-rotated/expected.json b/metrics/integration/query-tests/fill-extrusion/sort-rotated/expected.json index ce524bff662..be68722373f 100644 --- a/metrics/integration/query-tests/fill-extrusion/sort-rotated/expected.json +++ b/metrics/integration/query-tests/fill-extrusion/sort-rotated/expected.json @@ -104,4 +104,4 @@ "source": "zones", "state": {} } -] \ No newline at end of file +] diff --git a/metrics/integration/query-tests/fill-extrusion/sort/expected.json b/metrics/integration/query-tests/fill-extrusion/sort/expected.json index 81de095678f..a9a67b867e4 100644 --- a/metrics/integration/query-tests/fill-extrusion/sort/expected.json +++ b/metrics/integration/query-tests/fill-extrusion/sort/expected.json @@ -104,4 +104,4 @@ "source": "zones", "state": {} } -] \ No newline at end of file +] diff --git a/metrics/integration/query-tests/fill-extrusion/top-in/expected.json b/metrics/integration/query-tests/fill-extrusion/top-in/expected.json index 30655dcba5b..8b20fab0b30 100644 --- a/metrics/integration/query-tests/fill-extrusion/top-in/expected.json +++ b/metrics/integration/query-tests/fill-extrusion/top-in/expected.json @@ -32,4 +32,4 @@ "source": "zones", "state": {} } -] \ No newline at end of file +] diff --git a/metrics/integration/query-tests/fill-extrusion/top-out/expected.json b/metrics/integration/query-tests/fill-extrusion/top-out/expected.json index 0637a088a01..fe51488c706 100644 --- a/metrics/integration/query-tests/fill-extrusion/top-out/expected.json +++ b/metrics/integration/query-tests/fill-extrusion/top-out/expected.json @@ -1 +1 @@ -[] \ No newline at end of file +[] diff --git a/metrics/integration/query-tests/fill-features-in/default/expected.json b/metrics/integration/query-tests/fill-features-in/default/expected.json index 190b9af15eb..c8f8e8e70a4 100644 --- a/metrics/integration/query-tests/fill-features-in/default/expected.json +++ b/metrics/integration/query-tests/fill-features-in/default/expected.json @@ -838,4 +838,4 @@ "sourceLayer": "counties", "state": {} } -] \ No newline at end of file +] diff --git a/metrics/integration/query-tests/fill-features-in/default/style.json b/metrics/integration/query-tests/fill-features-in/default/style.json index ae11851631a..6f05097e9ec 100644 --- a/metrics/integration/query-tests/fill-features-in/default/style.json +++ b/metrics/integration/query-tests/fill-features-in/default/style.json @@ -43,4 +43,4 @@ "interactive": true } ] -} \ No newline at end of file +} diff --git a/metrics/integration/query-tests/fill-features-in/rotated/expected.json b/metrics/integration/query-tests/fill-features-in/rotated/expected.json index 6483a92cde3..7159ef31d11 100644 --- a/metrics/integration/query-tests/fill-features-in/rotated/expected.json +++ b/metrics/integration/query-tests/fill-features-in/rotated/expected.json @@ -740,4 +740,4 @@ "sourceLayer": "counties", "state": {} } -] \ No newline at end of file +] diff --git a/metrics/integration/query-tests/fill-features-in/rotated/style.json b/metrics/integration/query-tests/fill-features-in/rotated/style.json index c4c0f8f539f..5f5537f002a 100644 --- a/metrics/integration/query-tests/fill-features-in/rotated/style.json +++ b/metrics/integration/query-tests/fill-features-in/rotated/style.json @@ -44,4 +44,4 @@ "interactive": true } ] -} \ No newline at end of file +} diff --git a/metrics/integration/query-tests/fill-features-in/tilted/expected.json b/metrics/integration/query-tests/fill-features-in/tilted/expected.json index 6b3e32ce6cb..99b30b97204 100644 --- a/metrics/integration/query-tests/fill-features-in/tilted/expected.json +++ b/metrics/integration/query-tests/fill-features-in/tilted/expected.json @@ -664,4 +664,4 @@ "sourceLayer": "counties", "state": {} } -] \ No newline at end of file +] diff --git a/metrics/integration/query-tests/fill-features-in/tilted/style.json b/metrics/integration/query-tests/fill-features-in/tilted/style.json index 9f9a937b2a8..71d3609960d 100644 --- a/metrics/integration/query-tests/fill-features-in/tilted/style.json +++ b/metrics/integration/query-tests/fill-features-in/tilted/style.json @@ -44,4 +44,4 @@ "interactive": true } ] -} \ No newline at end of file +} diff --git a/metrics/integration/query-tests/fill-translate-anchor/map/expected.json b/metrics/integration/query-tests/fill-translate-anchor/map/expected.json index d374d6befed..269b3f77f7f 100644 --- a/metrics/integration/query-tests/fill-translate-anchor/map/expected.json +++ b/metrics/integration/query-tests/fill-translate-anchor/map/expected.json @@ -190,4 +190,4 @@ "sourceLayer": "counties", "state": {} } -] \ No newline at end of file +] diff --git a/metrics/integration/query-tests/fill-translate-anchor/map/style.json b/metrics/integration/query-tests/fill-translate-anchor/map/style.json index f69535271b0..8bc7ab4c3f4 100644 --- a/metrics/integration/query-tests/fill-translate-anchor/map/style.json +++ b/metrics/integration/query-tests/fill-translate-anchor/map/style.json @@ -43,4 +43,4 @@ "interactive": true } ] -} \ No newline at end of file +} diff --git a/metrics/integration/query-tests/fill-translate-anchor/viewport/expected.json b/metrics/integration/query-tests/fill-translate-anchor/viewport/expected.json index adc00db9aaf..e116e5dc7f0 100644 --- a/metrics/integration/query-tests/fill-translate-anchor/viewport/expected.json +++ b/metrics/integration/query-tests/fill-translate-anchor/viewport/expected.json @@ -258,4 +258,4 @@ "sourceLayer": "counties", "state": {} } -] \ No newline at end of file +] diff --git a/metrics/integration/query-tests/fill-translate-anchor/viewport/style.json b/metrics/integration/query-tests/fill-translate-anchor/viewport/style.json index 587ab47db39..8c81faaae0b 100644 --- a/metrics/integration/query-tests/fill-translate-anchor/viewport/style.json +++ b/metrics/integration/query-tests/fill-translate-anchor/viewport/style.json @@ -43,4 +43,4 @@ "interactive": true } ] -} \ No newline at end of file +} diff --git a/metrics/integration/query-tests/fill-translate/literal/expected.json b/metrics/integration/query-tests/fill-translate/literal/expected.json index 79f087735ef..0fc359ed602 100644 --- a/metrics/integration/query-tests/fill-translate/literal/expected.json +++ b/metrics/integration/query-tests/fill-translate/literal/expected.json @@ -202,4 +202,4 @@ "sourceLayer": "counties", "state": {} } -] \ No newline at end of file +] diff --git a/metrics/integration/query-tests/fill-translate/literal/style.json b/metrics/integration/query-tests/fill-translate/literal/style.json index b773d406932..40de9495761 100644 --- a/metrics/integration/query-tests/fill-translate/literal/style.json +++ b/metrics/integration/query-tests/fill-translate/literal/style.json @@ -41,4 +41,4 @@ "interactive": true } ] -} \ No newline at end of file +} diff --git a/metrics/integration/query-tests/fill/default/expected.json b/metrics/integration/query-tests/fill/default/expected.json index 71bdfd35d69..de38edc75e9 100644 --- a/metrics/integration/query-tests/fill/default/expected.json +++ b/metrics/integration/query-tests/fill/default/expected.json @@ -162,4 +162,4 @@ "sourceLayer": "counties", "state": {} } -] \ No newline at end of file +] diff --git a/metrics/integration/query-tests/fill/default/style.json b/metrics/integration/query-tests/fill/default/style.json index 2b7411099af..6a5d3146362 100644 --- a/metrics/integration/query-tests/fill/default/style.json +++ b/metrics/integration/query-tests/fill/default/style.json @@ -37,4 +37,4 @@ "interactive": true } ] -} \ No newline at end of file +} diff --git a/metrics/integration/query-tests/fill/fill-pattern/expected.json b/metrics/integration/query-tests/fill/fill-pattern/expected.json index ff50d6760c2..cf7972437b2 100644 --- a/metrics/integration/query-tests/fill/fill-pattern/expected.json +++ b/metrics/integration/query-tests/fill/fill-pattern/expected.json @@ -162,4 +162,4 @@ "sourceLayer": "counties", "state": {} } -] \ No newline at end of file +] diff --git a/metrics/integration/query-tests/fill/overscaled/expected.json b/metrics/integration/query-tests/fill/overscaled/expected.json index cb737473618..77f04c49699 100644 --- a/metrics/integration/query-tests/fill/overscaled/expected.json +++ b/metrics/integration/query-tests/fill/overscaled/expected.json @@ -318,4 +318,4 @@ "sourceLayer": "counties", "state": {} } -] \ No newline at end of file +] diff --git a/metrics/integration/query-tests/fill/overscaled/style.json b/metrics/integration/query-tests/fill/overscaled/style.json index b7baf51069a..aee0da4769a 100644 --- a/metrics/integration/query-tests/fill/overscaled/style.json +++ b/metrics/integration/query-tests/fill/overscaled/style.json @@ -37,4 +37,4 @@ "interactive": true } ] -} \ No newline at end of file +} diff --git a/metrics/integration/query-tests/geometry/linestring/expected.json b/metrics/integration/query-tests/geometry/linestring/expected.json index efe6e550d10..d56db82b13a 100644 --- a/metrics/integration/query-tests/geometry/linestring/expected.json +++ b/metrics/integration/query-tests/geometry/linestring/expected.json @@ -18,4 +18,4 @@ "source": "geojson", "state": {} } -] \ No newline at end of file +] diff --git a/metrics/integration/query-tests/geometry/linestring/style.json b/metrics/integration/query-tests/geometry/linestring/style.json index 9d4baa8a97f..b79710cc826 100644 --- a/metrics/integration/query-tests/geometry/linestring/style.json +++ b/metrics/integration/query-tests/geometry/linestring/style.json @@ -46,4 +46,4 @@ "source": "geojson" } ] -} \ No newline at end of file +} diff --git a/metrics/integration/query-tests/geometry/multilinestring/expected.json b/metrics/integration/query-tests/geometry/multilinestring/expected.json index 589e09a4c3f..8cd795da421 100644 --- a/metrics/integration/query-tests/geometry/multilinestring/expected.json +++ b/metrics/integration/query-tests/geometry/multilinestring/expected.json @@ -30,4 +30,4 @@ "source": "geojson", "state": {} } -] \ No newline at end of file +] diff --git a/metrics/integration/query-tests/geometry/multilinestring/style.json b/metrics/integration/query-tests/geometry/multilinestring/style.json index e88f7a112e3..6a7a6ccebcd 100644 --- a/metrics/integration/query-tests/geometry/multilinestring/style.json +++ b/metrics/integration/query-tests/geometry/multilinestring/style.json @@ -59,4 +59,4 @@ "source": "geojson" } ] -} \ No newline at end of file +} diff --git a/metrics/integration/query-tests/geometry/multipoint/expected.json b/metrics/integration/query-tests/geometry/multipoint/expected.json index 65c1e48dc7a..440e0e88624 100644 --- a/metrics/integration/query-tests/geometry/multipoint/expected.json +++ b/metrics/integration/query-tests/geometry/multipoint/expected.json @@ -18,4 +18,4 @@ "source": "geojson", "state": {} } -] \ No newline at end of file +] diff --git a/metrics/integration/query-tests/geometry/multipoint/style.json b/metrics/integration/query-tests/geometry/multipoint/style.json index c89bce6d7fd..e14169ecfd7 100644 --- a/metrics/integration/query-tests/geometry/multipoint/style.json +++ b/metrics/integration/query-tests/geometry/multipoint/style.json @@ -47,4 +47,4 @@ "source": "geojson" } ] -} \ No newline at end of file +} diff --git a/metrics/integration/query-tests/geometry/multipolygon/expected.json b/metrics/integration/query-tests/geometry/multipolygon/expected.json index 5e9ba38e6f6..d2c0a231c9b 100644 --- a/metrics/integration/query-tests/geometry/multipolygon/expected.json +++ b/metrics/integration/query-tests/geometry/multipolygon/expected.json @@ -58,4 +58,4 @@ "source": "geojson", "state": {} } -] \ No newline at end of file +] diff --git a/metrics/integration/query-tests/geometry/multipolygon/style.json b/metrics/integration/query-tests/geometry/multipolygon/style.json index f01cb99aeb0..7e5311093a3 100644 --- a/metrics/integration/query-tests/geometry/multipolygon/style.json +++ b/metrics/integration/query-tests/geometry/multipolygon/style.json @@ -87,4 +87,4 @@ "source": "geojson" } ] -} \ No newline at end of file +} diff --git a/metrics/integration/query-tests/geometry/point/expected.json b/metrics/integration/query-tests/geometry/point/expected.json index 5387f9c0317..0ecc3430b96 100644 --- a/metrics/integration/query-tests/geometry/point/expected.json +++ b/metrics/integration/query-tests/geometry/point/expected.json @@ -12,4 +12,4 @@ "source": "geojson", "state": {} } -] \ No newline at end of file +] diff --git a/metrics/integration/query-tests/geometry/point/style.json b/metrics/integration/query-tests/geometry/point/style.json index d6daba69808..4962572a41a 100644 --- a/metrics/integration/query-tests/geometry/point/style.json +++ b/metrics/integration/query-tests/geometry/point/style.json @@ -41,4 +41,4 @@ "source": "geojson" } ] -} \ No newline at end of file +} diff --git a/metrics/integration/query-tests/geometry/polygon/expected.json b/metrics/integration/query-tests/geometry/polygon/expected.json index 3f6f6af9493..5371fa6f8e9 100644 --- a/metrics/integration/query-tests/geometry/polygon/expected.json +++ b/metrics/integration/query-tests/geometry/polygon/expected.json @@ -54,4 +54,4 @@ "source": "geojson", "state": {} } -] \ No newline at end of file +] diff --git a/metrics/integration/query-tests/geometry/polygon/style.json b/metrics/integration/query-tests/geometry/polygon/style.json index 85e88ee5481..beb1db2a33a 100644 --- a/metrics/integration/query-tests/geometry/polygon/style.json +++ b/metrics/integration/query-tests/geometry/polygon/style.json @@ -83,4 +83,4 @@ "source": "geojson" } ] -} \ No newline at end of file +} diff --git a/metrics/integration/query-tests/invisible-features/visibility-none/expected.json b/metrics/integration/query-tests/invisible-features/visibility-none/expected.json index 0637a088a01..fe51488c706 100644 --- a/metrics/integration/query-tests/invisible-features/visibility-none/expected.json +++ b/metrics/integration/query-tests/invisible-features/visibility-none/expected.json @@ -1 +1 @@ -[] \ No newline at end of file +[] diff --git a/metrics/integration/query-tests/invisible-features/zero-opacity/expected.json b/metrics/integration/query-tests/invisible-features/zero-opacity/expected.json index 5c19c19f907..a1533d2e1a7 100644 --- a/metrics/integration/query-tests/invisible-features/zero-opacity/expected.json +++ b/metrics/integration/query-tests/invisible-features/zero-opacity/expected.json @@ -32,4 +32,4 @@ "source": "geojson", "state": {} } -] \ No newline at end of file +] diff --git a/metrics/integration/query-tests/line-gap-width/feature-state/expected.json b/metrics/integration/query-tests/line-gap-width/feature-state/expected.json index 41d8c6908f8..7ecfa8e982a 100644 --- a/metrics/integration/query-tests/line-gap-width/feature-state/expected.json +++ b/metrics/integration/query-tests/line-gap-width/feature-state/expected.json @@ -10,4 +10,4 @@ "source": "mapbox", "state": { "big": true } } -] \ No newline at end of file +] diff --git a/metrics/integration/query-tests/line-gap-width/feature-state/style.json b/metrics/integration/query-tests/line-gap-width/feature-state/style.json index 97ed56097bb..66ba4f07d6f 100644 --- a/metrics/integration/query-tests/line-gap-width/feature-state/style.json +++ b/metrics/integration/query-tests/line-gap-width/feature-state/style.json @@ -58,4 +58,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/query-tests/line-gap-width/inside-fractional/expected.json b/metrics/integration/query-tests/line-gap-width/inside-fractional/expected.json index 857968f2f03..3631f7adfc3 100644 --- a/metrics/integration/query-tests/line-gap-width/inside-fractional/expected.json +++ b/metrics/integration/query-tests/line-gap-width/inside-fractional/expected.json @@ -158,4 +158,4 @@ "sourceLayer": "counties", "state": {} } -] \ No newline at end of file +] diff --git a/metrics/integration/query-tests/line-gap-width/inside-fractional/style.json b/metrics/integration/query-tests/line-gap-width/inside-fractional/style.json index b985748c420..95367ac80cf 100644 --- a/metrics/integration/query-tests/line-gap-width/inside-fractional/style.json +++ b/metrics/integration/query-tests/line-gap-width/inside-fractional/style.json @@ -38,4 +38,4 @@ "interactive": true } ] -} \ No newline at end of file +} diff --git a/metrics/integration/query-tests/line-gap-width/inside/expected.json b/metrics/integration/query-tests/line-gap-width/inside/expected.json index 857968f2f03..3631f7adfc3 100644 --- a/metrics/integration/query-tests/line-gap-width/inside/expected.json +++ b/metrics/integration/query-tests/line-gap-width/inside/expected.json @@ -158,4 +158,4 @@ "sourceLayer": "counties", "state": {} } -] \ No newline at end of file +] diff --git a/metrics/integration/query-tests/line-gap-width/inside/style.json b/metrics/integration/query-tests/line-gap-width/inside/style.json index bbf63def909..22f4066aa38 100644 --- a/metrics/integration/query-tests/line-gap-width/inside/style.json +++ b/metrics/integration/query-tests/line-gap-width/inside/style.json @@ -38,4 +38,4 @@ "interactive": true } ] -} \ No newline at end of file +} diff --git a/metrics/integration/query-tests/line-gap-width/outside-fractional/expected.json b/metrics/integration/query-tests/line-gap-width/outside-fractional/expected.json index 0637a088a01..fe51488c706 100644 --- a/metrics/integration/query-tests/line-gap-width/outside-fractional/expected.json +++ b/metrics/integration/query-tests/line-gap-width/outside-fractional/expected.json @@ -1 +1 @@ -[] \ No newline at end of file +[] diff --git a/metrics/integration/query-tests/line-gap-width/outside-fractional/style.json b/metrics/integration/query-tests/line-gap-width/outside-fractional/style.json index 74363ede2fe..52ae77a45d9 100644 --- a/metrics/integration/query-tests/line-gap-width/outside-fractional/style.json +++ b/metrics/integration/query-tests/line-gap-width/outside-fractional/style.json @@ -38,4 +38,4 @@ "interactive": true } ] -} \ No newline at end of file +} diff --git a/metrics/integration/query-tests/line-gap-width/outside/expected.json b/metrics/integration/query-tests/line-gap-width/outside/expected.json index 0637a088a01..fe51488c706 100644 --- a/metrics/integration/query-tests/line-gap-width/outside/expected.json +++ b/metrics/integration/query-tests/line-gap-width/outside/expected.json @@ -1 +1 @@ -[] \ No newline at end of file +[] diff --git a/metrics/integration/query-tests/line-gap-width/outside/style.json b/metrics/integration/query-tests/line-gap-width/outside/style.json index b0f6501d9c7..3fa8a0af120 100644 --- a/metrics/integration/query-tests/line-gap-width/outside/style.json +++ b/metrics/integration/query-tests/line-gap-width/outside/style.json @@ -38,4 +38,4 @@ "interactive": true } ] -} \ No newline at end of file +} diff --git a/metrics/integration/query-tests/line-gap-width/property-function/expected.json b/metrics/integration/query-tests/line-gap-width/property-function/expected.json index a9ebbd926df..3e1d6801761 100644 --- a/metrics/integration/query-tests/line-gap-width/property-function/expected.json +++ b/metrics/integration/query-tests/line-gap-width/property-function/expected.json @@ -20,4 +20,4 @@ "source": "geojson", "state": {} } -] \ No newline at end of file +] diff --git a/metrics/integration/query-tests/line-offset/feature-state/expected.json b/metrics/integration/query-tests/line-offset/feature-state/expected.json index 41d8c6908f8..7ecfa8e982a 100644 --- a/metrics/integration/query-tests/line-offset/feature-state/expected.json +++ b/metrics/integration/query-tests/line-offset/feature-state/expected.json @@ -10,4 +10,4 @@ "source": "mapbox", "state": { "big": true } } -] \ No newline at end of file +] diff --git a/metrics/integration/query-tests/line-offset/feature-state/style.json b/metrics/integration/query-tests/line-offset/feature-state/style.json index e4d38be60c5..89a89772e35 100644 --- a/metrics/integration/query-tests/line-offset/feature-state/style.json +++ b/metrics/integration/query-tests/line-offset/feature-state/style.json @@ -59,4 +59,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/query-tests/line-offset/inside-fractional/expected.json b/metrics/integration/query-tests/line-offset/inside-fractional/expected.json index 857968f2f03..3631f7adfc3 100644 --- a/metrics/integration/query-tests/line-offset/inside-fractional/expected.json +++ b/metrics/integration/query-tests/line-offset/inside-fractional/expected.json @@ -158,4 +158,4 @@ "sourceLayer": "counties", "state": {} } -] \ No newline at end of file +] diff --git a/metrics/integration/query-tests/line-offset/inside-fractional/style.json b/metrics/integration/query-tests/line-offset/inside-fractional/style.json index 0e993f19591..9cfeecbf21a 100644 --- a/metrics/integration/query-tests/line-offset/inside-fractional/style.json +++ b/metrics/integration/query-tests/line-offset/inside-fractional/style.json @@ -38,4 +38,4 @@ "interactive": true } ] -} \ No newline at end of file +} diff --git a/metrics/integration/query-tests/line-offset/inside/expected.json b/metrics/integration/query-tests/line-offset/inside/expected.json index 857968f2f03..3631f7adfc3 100644 --- a/metrics/integration/query-tests/line-offset/inside/expected.json +++ b/metrics/integration/query-tests/line-offset/inside/expected.json @@ -158,4 +158,4 @@ "sourceLayer": "counties", "state": {} } -] \ No newline at end of file +] diff --git a/metrics/integration/query-tests/line-offset/inside/style.json b/metrics/integration/query-tests/line-offset/inside/style.json index e14e14bfc7a..5fefaeaa459 100644 --- a/metrics/integration/query-tests/line-offset/inside/style.json +++ b/metrics/integration/query-tests/line-offset/inside/style.json @@ -38,4 +38,4 @@ "interactive": true } ] -} \ No newline at end of file +} diff --git a/metrics/integration/query-tests/line-offset/outside-fractional/expected.json b/metrics/integration/query-tests/line-offset/outside-fractional/expected.json index 0637a088a01..fe51488c706 100644 --- a/metrics/integration/query-tests/line-offset/outside-fractional/expected.json +++ b/metrics/integration/query-tests/line-offset/outside-fractional/expected.json @@ -1 +1 @@ -[] \ No newline at end of file +[] diff --git a/metrics/integration/query-tests/line-offset/outside-fractional/style.json b/metrics/integration/query-tests/line-offset/outside-fractional/style.json index f8c5b8581b9..ec64d085f9e 100644 --- a/metrics/integration/query-tests/line-offset/outside-fractional/style.json +++ b/metrics/integration/query-tests/line-offset/outside-fractional/style.json @@ -38,4 +38,4 @@ "interactive": true } ] -} \ No newline at end of file +} diff --git a/metrics/integration/query-tests/line-offset/outside/expected.json b/metrics/integration/query-tests/line-offset/outside/expected.json index 0637a088a01..fe51488c706 100644 --- a/metrics/integration/query-tests/line-offset/outside/expected.json +++ b/metrics/integration/query-tests/line-offset/outside/expected.json @@ -1 +1 @@ -[] \ No newline at end of file +[] diff --git a/metrics/integration/query-tests/line-offset/outside/style.json b/metrics/integration/query-tests/line-offset/outside/style.json index abc86be1c70..6c5497a9969 100644 --- a/metrics/integration/query-tests/line-offset/outside/style.json +++ b/metrics/integration/query-tests/line-offset/outside/style.json @@ -38,4 +38,4 @@ "interactive": true } ] -} \ No newline at end of file +} diff --git a/metrics/integration/query-tests/line-offset/pattern-feature-state/expected.json b/metrics/integration/query-tests/line-offset/pattern-feature-state/expected.json index 877b7dd0d84..ede5282f920 100644 --- a/metrics/integration/query-tests/line-offset/pattern-feature-state/expected.json +++ b/metrics/integration/query-tests/line-offset/pattern-feature-state/expected.json @@ -21,4 +21,4 @@ "big": true } } -] \ No newline at end of file +] diff --git a/metrics/integration/query-tests/line-offset/property-function/expected.json b/metrics/integration/query-tests/line-offset/property-function/expected.json index 74725ac2a72..ef2e0120ffd 100644 --- a/metrics/integration/query-tests/line-offset/property-function/expected.json +++ b/metrics/integration/query-tests/line-offset/property-function/expected.json @@ -34,4 +34,4 @@ "source": "geojson", "state": {} } -] \ No newline at end of file +] diff --git a/metrics/integration/query-tests/line-translate-anchor/map/expected.json b/metrics/integration/query-tests/line-translate-anchor/map/expected.json index 857968f2f03..3631f7adfc3 100644 --- a/metrics/integration/query-tests/line-translate-anchor/map/expected.json +++ b/metrics/integration/query-tests/line-translate-anchor/map/expected.json @@ -158,4 +158,4 @@ "sourceLayer": "counties", "state": {} } -] \ No newline at end of file +] diff --git a/metrics/integration/query-tests/line-translate-anchor/map/style.json b/metrics/integration/query-tests/line-translate-anchor/map/style.json index cc377f80093..8fff62bdf00 100644 --- a/metrics/integration/query-tests/line-translate-anchor/map/style.json +++ b/metrics/integration/query-tests/line-translate-anchor/map/style.json @@ -43,4 +43,4 @@ "interactive": true } ] -} \ No newline at end of file +} diff --git a/metrics/integration/query-tests/line-translate-anchor/viewport/expected.json b/metrics/integration/query-tests/line-translate-anchor/viewport/expected.json index 857968f2f03..3631f7adfc3 100644 --- a/metrics/integration/query-tests/line-translate-anchor/viewport/expected.json +++ b/metrics/integration/query-tests/line-translate-anchor/viewport/expected.json @@ -158,4 +158,4 @@ "sourceLayer": "counties", "state": {} } -] \ No newline at end of file +] diff --git a/metrics/integration/query-tests/line-translate-anchor/viewport/style.json b/metrics/integration/query-tests/line-translate-anchor/viewport/style.json index ec01cb100fe..0e7a9e83e99 100644 --- a/metrics/integration/query-tests/line-translate-anchor/viewport/style.json +++ b/metrics/integration/query-tests/line-translate-anchor/viewport/style.json @@ -43,4 +43,4 @@ "interactive": true } ] -} \ No newline at end of file +} diff --git a/metrics/integration/query-tests/line-translate/inside/expected.json b/metrics/integration/query-tests/line-translate/inside/expected.json index 857968f2f03..3631f7adfc3 100644 --- a/metrics/integration/query-tests/line-translate/inside/expected.json +++ b/metrics/integration/query-tests/line-translate/inside/expected.json @@ -158,4 +158,4 @@ "sourceLayer": "counties", "state": {} } -] \ No newline at end of file +] diff --git a/metrics/integration/query-tests/line-translate/inside/style.json b/metrics/integration/query-tests/line-translate/inside/style.json index dbf2ffe4ea1..484a446feb2 100644 --- a/metrics/integration/query-tests/line-translate/inside/style.json +++ b/metrics/integration/query-tests/line-translate/inside/style.json @@ -41,4 +41,4 @@ "interactive": true } ] -} \ No newline at end of file +} diff --git a/metrics/integration/query-tests/line-translate/outside/expected.json b/metrics/integration/query-tests/line-translate/outside/expected.json index 0637a088a01..fe51488c706 100644 --- a/metrics/integration/query-tests/line-translate/outside/expected.json +++ b/metrics/integration/query-tests/line-translate/outside/expected.json @@ -1 +1 @@ -[] \ No newline at end of file +[] diff --git a/metrics/integration/query-tests/line-translate/outside/style.json b/metrics/integration/query-tests/line-translate/outside/style.json index 215f21b55ac..4844a4cbb19 100644 --- a/metrics/integration/query-tests/line-translate/outside/style.json +++ b/metrics/integration/query-tests/line-translate/outside/style.json @@ -41,4 +41,4 @@ "interactive": true } ] -} \ No newline at end of file +} diff --git a/metrics/integration/query-tests/line-width-features-in/inside/expected.json b/metrics/integration/query-tests/line-width-features-in/inside/expected.json index 857968f2f03..3631f7adfc3 100644 --- a/metrics/integration/query-tests/line-width-features-in/inside/expected.json +++ b/metrics/integration/query-tests/line-width-features-in/inside/expected.json @@ -158,4 +158,4 @@ "sourceLayer": "counties", "state": {} } -] \ No newline at end of file +] diff --git a/metrics/integration/query-tests/line-width-features-in/inside/style.json b/metrics/integration/query-tests/line-width-features-in/inside/style.json index c7149498cd8..3afc3395f74 100644 --- a/metrics/integration/query-tests/line-width-features-in/inside/style.json +++ b/metrics/integration/query-tests/line-width-features-in/inside/style.json @@ -43,4 +43,4 @@ "interactive": true } ] -} \ No newline at end of file +} diff --git a/metrics/integration/query-tests/line-width-features-in/outside/expected.json b/metrics/integration/query-tests/line-width-features-in/outside/expected.json index 0637a088a01..fe51488c706 100644 --- a/metrics/integration/query-tests/line-width-features-in/outside/expected.json +++ b/metrics/integration/query-tests/line-width-features-in/outside/expected.json @@ -1 +1 @@ -[] \ No newline at end of file +[] diff --git a/metrics/integration/query-tests/line-width-features-in/outside/style.json b/metrics/integration/query-tests/line-width-features-in/outside/style.json index 107593b4b81..f9022a06a05 100644 --- a/metrics/integration/query-tests/line-width-features-in/outside/style.json +++ b/metrics/integration/query-tests/line-width-features-in/outside/style.json @@ -43,4 +43,4 @@ "interactive": true } ] -} \ No newline at end of file +} diff --git a/metrics/integration/query-tests/line-width-features-in/tilt-inside/expected.json b/metrics/integration/query-tests/line-width-features-in/tilt-inside/expected.json index b3e7dab548c..d36825a6c95 100644 --- a/metrics/integration/query-tests/line-width-features-in/tilt-inside/expected.json +++ b/metrics/integration/query-tests/line-width-features-in/tilt-inside/expected.json @@ -477,4 +477,4 @@ "sourceLayer": "counties", "state": {} } -] \ No newline at end of file +] diff --git a/metrics/integration/query-tests/line-width-features-in/tilt-inside/style.json b/metrics/integration/query-tests/line-width-features-in/tilt-inside/style.json index 34c6e6d0551..861a859bd8d 100644 --- a/metrics/integration/query-tests/line-width-features-in/tilt-inside/style.json +++ b/metrics/integration/query-tests/line-width-features-in/tilt-inside/style.json @@ -44,4 +44,4 @@ "interactive": true } ] -} \ No newline at end of file +} diff --git a/metrics/integration/query-tests/line-width-features-in/tilt-outside/expected.json b/metrics/integration/query-tests/line-width-features-in/tilt-outside/expected.json index 0637a088a01..fe51488c706 100644 --- a/metrics/integration/query-tests/line-width-features-in/tilt-outside/expected.json +++ b/metrics/integration/query-tests/line-width-features-in/tilt-outside/expected.json @@ -1 +1 @@ -[] \ No newline at end of file +[] diff --git a/metrics/integration/query-tests/line-width-features-in/tilt-outside/style.json b/metrics/integration/query-tests/line-width-features-in/tilt-outside/style.json index 94bef6d8629..cd14cefc476 100644 --- a/metrics/integration/query-tests/line-width-features-in/tilt-outside/style.json +++ b/metrics/integration/query-tests/line-width-features-in/tilt-outside/style.json @@ -44,4 +44,4 @@ "interactive": true } ] -} \ No newline at end of file +} diff --git a/metrics/integration/query-tests/line-width/feature-state/expected.json b/metrics/integration/query-tests/line-width/feature-state/expected.json index 41d8c6908f8..7ecfa8e982a 100644 --- a/metrics/integration/query-tests/line-width/feature-state/expected.json +++ b/metrics/integration/query-tests/line-width/feature-state/expected.json @@ -10,4 +10,4 @@ "source": "mapbox", "state": { "big": true } } -] \ No newline at end of file +] diff --git a/metrics/integration/query-tests/line-width/feature-state/style.json b/metrics/integration/query-tests/line-width/feature-state/style.json index b30710cb0e7..fe0b35992fe 100644 --- a/metrics/integration/query-tests/line-width/feature-state/style.json +++ b/metrics/integration/query-tests/line-width/feature-state/style.json @@ -58,4 +58,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/query-tests/line-width/inside-fractional/expected.json b/metrics/integration/query-tests/line-width/inside-fractional/expected.json index 857968f2f03..3631f7adfc3 100644 --- a/metrics/integration/query-tests/line-width/inside-fractional/expected.json +++ b/metrics/integration/query-tests/line-width/inside-fractional/expected.json @@ -158,4 +158,4 @@ "sourceLayer": "counties", "state": {} } -] \ No newline at end of file +] diff --git a/metrics/integration/query-tests/line-width/inside-fractional/style.json b/metrics/integration/query-tests/line-width/inside-fractional/style.json index 424dbd94360..2a921f8f0c6 100644 --- a/metrics/integration/query-tests/line-width/inside-fractional/style.json +++ b/metrics/integration/query-tests/line-width/inside-fractional/style.json @@ -37,4 +37,4 @@ "interactive": true } ] -} \ No newline at end of file +} diff --git a/metrics/integration/query-tests/line-width/inside/expected.json b/metrics/integration/query-tests/line-width/inside/expected.json index 857968f2f03..3631f7adfc3 100644 --- a/metrics/integration/query-tests/line-width/inside/expected.json +++ b/metrics/integration/query-tests/line-width/inside/expected.json @@ -158,4 +158,4 @@ "sourceLayer": "counties", "state": {} } -] \ No newline at end of file +] diff --git a/metrics/integration/query-tests/line-width/inside/style.json b/metrics/integration/query-tests/line-width/inside/style.json index 3396902b770..75605638263 100644 --- a/metrics/integration/query-tests/line-width/inside/style.json +++ b/metrics/integration/query-tests/line-width/inside/style.json @@ -37,4 +37,4 @@ "interactive": true } ] -} \ No newline at end of file +} diff --git a/metrics/integration/query-tests/line-width/outside-fractional/expected.json b/metrics/integration/query-tests/line-width/outside-fractional/expected.json index 0637a088a01..fe51488c706 100644 --- a/metrics/integration/query-tests/line-width/outside-fractional/expected.json +++ b/metrics/integration/query-tests/line-width/outside-fractional/expected.json @@ -1 +1 @@ -[] \ No newline at end of file +[] diff --git a/metrics/integration/query-tests/line-width/outside-fractional/style.json b/metrics/integration/query-tests/line-width/outside-fractional/style.json index 66bb07494fc..001631313ff 100644 --- a/metrics/integration/query-tests/line-width/outside-fractional/style.json +++ b/metrics/integration/query-tests/line-width/outside-fractional/style.json @@ -37,4 +37,4 @@ "interactive": true } ] -} \ No newline at end of file +} diff --git a/metrics/integration/query-tests/line-width/outside/expected.json b/metrics/integration/query-tests/line-width/outside/expected.json index 0637a088a01..fe51488c706 100644 --- a/metrics/integration/query-tests/line-width/outside/expected.json +++ b/metrics/integration/query-tests/line-width/outside/expected.json @@ -1 +1 @@ -[] \ No newline at end of file +[] diff --git a/metrics/integration/query-tests/line-width/outside/style.json b/metrics/integration/query-tests/line-width/outside/style.json index c0ccf733538..7982b412c52 100644 --- a/metrics/integration/query-tests/line-width/outside/style.json +++ b/metrics/integration/query-tests/line-width/outside/style.json @@ -37,4 +37,4 @@ "interactive": true } ] -} \ No newline at end of file +} diff --git a/metrics/integration/query-tests/options/filter-false/expected.json b/metrics/integration/query-tests/options/filter-false/expected.json index 0637a088a01..fe51488c706 100644 --- a/metrics/integration/query-tests/options/filter-false/expected.json +++ b/metrics/integration/query-tests/options/filter-false/expected.json @@ -1 +1 @@ -[] \ No newline at end of file +[] diff --git a/metrics/integration/query-tests/options/filter-true/expected.json b/metrics/integration/query-tests/options/filter-true/expected.json index 4e8e4d91f7d..103bfdb8051 100644 --- a/metrics/integration/query-tests/options/filter-true/expected.json +++ b/metrics/integration/query-tests/options/filter-true/expected.json @@ -14,4 +14,4 @@ "source": "geojson", "state": {} } -] \ No newline at end of file +] diff --git a/metrics/integration/query-tests/options/layers-multiple/expected.json b/metrics/integration/query-tests/options/layers-multiple/expected.json index 76193dbe851..821db063d89 100644 --- a/metrics/integration/query-tests/options/layers-multiple/expected.json +++ b/metrics/integration/query-tests/options/layers-multiple/expected.json @@ -29,4 +29,4 @@ "source": "geojson", "state": {} } -] \ No newline at end of file +] diff --git a/metrics/integration/query-tests/options/layers-one/expected.json b/metrics/integration/query-tests/options/layers-one/expected.json index 4e8e4d91f7d..103bfdb8051 100644 --- a/metrics/integration/query-tests/options/layers-one/expected.json +++ b/metrics/integration/query-tests/options/layers-one/expected.json @@ -14,4 +14,4 @@ "source": "geojson", "state": {} } -] \ No newline at end of file +] diff --git a/metrics/integration/query-tests/regressions/mapbox-gl-js#3534/expected.json b/metrics/integration/query-tests/regressions/mapbox-gl-js#3534/expected.json index cb737473618..77f04c49699 100644 --- a/metrics/integration/query-tests/regressions/mapbox-gl-js#3534/expected.json +++ b/metrics/integration/query-tests/regressions/mapbox-gl-js#3534/expected.json @@ -318,4 +318,4 @@ "sourceLayer": "counties", "state": {} } -] \ No newline at end of file +] diff --git a/metrics/integration/query-tests/regressions/mapbox-gl-js#3534/style.json b/metrics/integration/query-tests/regressions/mapbox-gl-js#3534/style.json index a48e146804f..bba9be3c3ac 100644 --- a/metrics/integration/query-tests/regressions/mapbox-gl-js#3534/style.json +++ b/metrics/integration/query-tests/regressions/mapbox-gl-js#3534/style.json @@ -59,4 +59,4 @@ "interactive": true } ] -} \ No newline at end of file +} diff --git a/metrics/integration/query-tests/regressions/mapbox-gl-js#4417/expected.json b/metrics/integration/query-tests/regressions/mapbox-gl-js#4417/expected.json index 78cdaddf9e1..7a64c72ec06 100644 --- a/metrics/integration/query-tests/regressions/mapbox-gl-js#4417/expected.json +++ b/metrics/integration/query-tests/regressions/mapbox-gl-js#4417/expected.json @@ -14,4 +14,4 @@ "source": "mapbox", "state": {} } -] \ No newline at end of file +] diff --git a/metrics/integration/query-tests/regressions/mapbox-gl-js#4417/style.json b/metrics/integration/query-tests/regressions/mapbox-gl-js#4417/style.json index 186523338b6..493baf0c5e2 100644 --- a/metrics/integration/query-tests/regressions/mapbox-gl-js#4417/style.json +++ b/metrics/integration/query-tests/regressions/mapbox-gl-js#4417/style.json @@ -74,4 +74,4 @@ "source": "dummy" } ] -} \ No newline at end of file +} diff --git a/metrics/integration/query-tests/regressions/mapbox-gl-js#4494/style.json b/metrics/integration/query-tests/regressions/mapbox-gl-js#4494/style.json index c470cb2b1dc..892eede0a8e 100644 --- a/metrics/integration/query-tests/regressions/mapbox-gl-js#4494/style.json +++ b/metrics/integration/query-tests/regressions/mapbox-gl-js#4494/style.json @@ -36,4 +36,4 @@ "source": "geojson" } ] -} \ No newline at end of file +} diff --git a/metrics/integration/query-tests/regressions/mapbox-gl-js#5172/expected.json b/metrics/integration/query-tests/regressions/mapbox-gl-js#5172/expected.json index cacc3f5ec37..3d0162abc59 100644 --- a/metrics/integration/query-tests/regressions/mapbox-gl-js#5172/expected.json +++ b/metrics/integration/query-tests/regressions/mapbox-gl-js#5172/expected.json @@ -12,4 +12,4 @@ "source": "source", "state": {} } -] \ No newline at end of file +] diff --git a/metrics/integration/query-tests/regressions/mapbox-gl-js#5473/expected.json b/metrics/integration/query-tests/regressions/mapbox-gl-js#5473/expected.json index 0637a088a01..fe51488c706 100644 --- a/metrics/integration/query-tests/regressions/mapbox-gl-js#5473/expected.json +++ b/metrics/integration/query-tests/regressions/mapbox-gl-js#5473/expected.json @@ -1 +1 @@ -[] \ No newline at end of file +[] diff --git a/metrics/integration/query-tests/regressions/mapbox-gl-js#5554/expected.json b/metrics/integration/query-tests/regressions/mapbox-gl-js#5554/expected.json index 781351916e1..6e65d9c22ae 100644 --- a/metrics/integration/query-tests/regressions/mapbox-gl-js#5554/expected.json +++ b/metrics/integration/query-tests/regressions/mapbox-gl-js#5554/expected.json @@ -14,4 +14,4 @@ "source": "secondSource", "state": {} } -] \ No newline at end of file +] diff --git a/metrics/integration/query-tests/regressions/mapbox-gl-js#6075/expected.json b/metrics/integration/query-tests/regressions/mapbox-gl-js#6075/expected.json index cacc3f5ec37..3d0162abc59 100644 --- a/metrics/integration/query-tests/regressions/mapbox-gl-js#6075/expected.json +++ b/metrics/integration/query-tests/regressions/mapbox-gl-js#6075/expected.json @@ -12,4 +12,4 @@ "source": "source", "state": {} } -] \ No newline at end of file +] diff --git a/metrics/integration/query-tests/regressions/mapbox-gl-js#7883/expected.json b/metrics/integration/query-tests/regressions/mapbox-gl-js#7883/expected.json index 15920911781..3800a2cf558 100644 --- a/metrics/integration/query-tests/regressions/mapbox-gl-js#7883/expected.json +++ b/metrics/integration/query-tests/regressions/mapbox-gl-js#7883/expected.json @@ -139,4 +139,4 @@ "source": "fill-lower", "state": {} } -] \ No newline at end of file +] diff --git a/metrics/integration/query-tests/regressions/mapbox-gl-js#8999/expected.json b/metrics/integration/query-tests/regressions/mapbox-gl-js#8999/expected.json index dfff758fd3a..1ddb7cf358b 100644 --- a/metrics/integration/query-tests/regressions/mapbox-gl-js#8999/expected.json +++ b/metrics/integration/query-tests/regressions/mapbox-gl-js#8999/expected.json @@ -30,4 +30,4 @@ "source": "extrusion_three_points", "state": {} } -] \ No newline at end of file +] diff --git a/metrics/integration/query-tests/remove-feature-state/default/expected.json b/metrics/integration/query-tests/remove-feature-state/default/expected.json index 51de80fe451..515cb891168 100644 --- a/metrics/integration/query-tests/remove-feature-state/default/expected.json +++ b/metrics/integration/query-tests/remove-feature-state/default/expected.json @@ -89,4 +89,4 @@ "stateA": false } } -] \ No newline at end of file +] diff --git a/metrics/integration/query-tests/remove-feature-state/default/style.json b/metrics/integration/query-tests/remove-feature-state/default/style.json index 2e0da0bd8eb..654d2b6da98 100644 --- a/metrics/integration/query-tests/remove-feature-state/default/style.json +++ b/metrics/integration/query-tests/remove-feature-state/default/style.json @@ -109,4 +109,4 @@ "interactive": true } ] -} \ No newline at end of file +} diff --git a/metrics/integration/query-tests/symbol-features-in/fractional-outside/expected.json b/metrics/integration/query-tests/symbol-features-in/fractional-outside/expected.json index 0637a088a01..fe51488c706 100644 --- a/metrics/integration/query-tests/symbol-features-in/fractional-outside/expected.json +++ b/metrics/integration/query-tests/symbol-features-in/fractional-outside/expected.json @@ -1 +1 @@ -[] \ No newline at end of file +[] diff --git a/metrics/integration/query-tests/symbol-features-in/fractional-outside/style.json b/metrics/integration/query-tests/symbol-features-in/fractional-outside/style.json index c468138abdf..dbc524830fa 100644 --- a/metrics/integration/query-tests/symbol-features-in/fractional-outside/style.json +++ b/metrics/integration/query-tests/symbol-features-in/fractional-outside/style.json @@ -54,4 +54,4 @@ "interactive": true } ] -} \ No newline at end of file +} diff --git a/metrics/integration/query-tests/symbol-features-in/hidden/expected.json b/metrics/integration/query-tests/symbol-features-in/hidden/expected.json index 0637a088a01..fe51488c706 100644 --- a/metrics/integration/query-tests/symbol-features-in/hidden/expected.json +++ b/metrics/integration/query-tests/symbol-features-in/hidden/expected.json @@ -1 +1 @@ -[] \ No newline at end of file +[] diff --git a/metrics/integration/query-tests/symbol-features-in/hidden/style.json b/metrics/integration/query-tests/symbol-features-in/hidden/style.json index 082e7538f49..719e03f022e 100644 --- a/metrics/integration/query-tests/symbol-features-in/hidden/style.json +++ b/metrics/integration/query-tests/symbol-features-in/hidden/style.json @@ -54,4 +54,4 @@ "interactive": true } ] -} \ No newline at end of file +} diff --git a/metrics/integration/query-tests/symbol-features-in/inside/expected.json b/metrics/integration/query-tests/symbol-features-in/inside/expected.json index cb737473618..77f04c49699 100644 --- a/metrics/integration/query-tests/symbol-features-in/inside/expected.json +++ b/metrics/integration/query-tests/symbol-features-in/inside/expected.json @@ -318,4 +318,4 @@ "sourceLayer": "counties", "state": {} } -] \ No newline at end of file +] diff --git a/metrics/integration/query-tests/symbol-features-in/inside/style.json b/metrics/integration/query-tests/symbol-features-in/inside/style.json index 32949c14489..7f2546b4824 100644 --- a/metrics/integration/query-tests/symbol-features-in/inside/style.json +++ b/metrics/integration/query-tests/symbol-features-in/inside/style.json @@ -54,4 +54,4 @@ "interactive": true } ] -} \ No newline at end of file +} diff --git a/metrics/integration/query-tests/symbol-features-in/outside/expected.json b/metrics/integration/query-tests/symbol-features-in/outside/expected.json index 0637a088a01..fe51488c706 100644 --- a/metrics/integration/query-tests/symbol-features-in/outside/expected.json +++ b/metrics/integration/query-tests/symbol-features-in/outside/expected.json @@ -1 +1 @@ -[] \ No newline at end of file +[] diff --git a/metrics/integration/query-tests/symbol-features-in/outside/style.json b/metrics/integration/query-tests/symbol-features-in/outside/style.json index 6f6cf26798b..2ddcd6e2004 100644 --- a/metrics/integration/query-tests/symbol-features-in/outside/style.json +++ b/metrics/integration/query-tests/symbol-features-in/outside/style.json @@ -54,4 +54,4 @@ "interactive": true } ] -} \ No newline at end of file +} diff --git a/metrics/integration/query-tests/symbol-features-in/pitched-screen/expected.json b/metrics/integration/query-tests/symbol-features-in/pitched-screen/expected.json index 510c8e0424f..d432566b600 100644 --- a/metrics/integration/query-tests/symbol-features-in/pitched-screen/expected.json +++ b/metrics/integration/query-tests/symbol-features-in/pitched-screen/expected.json @@ -83,4 +83,4 @@ "source": "geojson", "state": {} } -] \ No newline at end of file +] diff --git a/metrics/integration/query-tests/symbol-features-in/pitched-screen/style.json b/metrics/integration/query-tests/symbol-features-in/pitched-screen/style.json index 7d4b0eea690..38d0747c6a7 100644 --- a/metrics/integration/query-tests/symbol-features-in/pitched-screen/style.json +++ b/metrics/integration/query-tests/symbol-features-in/pitched-screen/style.json @@ -51,4 +51,4 @@ "interactive": true } ] -} \ No newline at end of file +} diff --git a/metrics/integration/query-tests/symbol-features-in/tilted-inside/expected.json b/metrics/integration/query-tests/symbol-features-in/tilted-inside/expected.json index cb737473618..77f04c49699 100644 --- a/metrics/integration/query-tests/symbol-features-in/tilted-inside/expected.json +++ b/metrics/integration/query-tests/symbol-features-in/tilted-inside/expected.json @@ -318,4 +318,4 @@ "sourceLayer": "counties", "state": {} } -] \ No newline at end of file +] diff --git a/metrics/integration/query-tests/symbol-features-in/tilted-inside/style.json b/metrics/integration/query-tests/symbol-features-in/tilted-inside/style.json index bd1dd7b68da..2fae2144650 100644 --- a/metrics/integration/query-tests/symbol-features-in/tilted-inside/style.json +++ b/metrics/integration/query-tests/symbol-features-in/tilted-inside/style.json @@ -55,4 +55,4 @@ "interactive": true } ] -} \ No newline at end of file +} diff --git a/metrics/integration/query-tests/symbol-features-in/tilted-outside/expected.json b/metrics/integration/query-tests/symbol-features-in/tilted-outside/expected.json index 0637a088a01..fe51488c706 100644 --- a/metrics/integration/query-tests/symbol-features-in/tilted-outside/expected.json +++ b/metrics/integration/query-tests/symbol-features-in/tilted-outside/expected.json @@ -1 +1 @@ -[] \ No newline at end of file +[] diff --git a/metrics/integration/query-tests/symbol-features-in/tilted-outside/style.json b/metrics/integration/query-tests/symbol-features-in/tilted-outside/style.json index ad8f0abd2e6..12424bedf2a 100644 --- a/metrics/integration/query-tests/symbol-features-in/tilted-outside/style.json +++ b/metrics/integration/query-tests/symbol-features-in/tilted-outside/style.json @@ -55,4 +55,4 @@ "interactive": true } ] -} \ No newline at end of file +} diff --git a/metrics/integration/query-tests/symbol-ignore-placement/inside/expected.json b/metrics/integration/query-tests/symbol-ignore-placement/inside/expected.json index e90a5f78e71..5a4d5fe7bd6 100644 --- a/metrics/integration/query-tests/symbol-ignore-placement/inside/expected.json +++ b/metrics/integration/query-tests/symbol-ignore-placement/inside/expected.json @@ -341,4 +341,4 @@ "sourceLayer": "counties", "state": {} } -] \ No newline at end of file +] diff --git a/metrics/integration/query-tests/symbol-ignore-placement/inside/style.json b/metrics/integration/query-tests/symbol-ignore-placement/inside/style.json index 00a45865abd..fb91f66980c 100644 --- a/metrics/integration/query-tests/symbol-ignore-placement/inside/style.json +++ b/metrics/integration/query-tests/symbol-ignore-placement/inside/style.json @@ -49,4 +49,4 @@ "interactive": true } ] -} \ No newline at end of file +} diff --git a/metrics/integration/query-tests/symbol/filtered-rotated-after-insert/expected.json b/metrics/integration/query-tests/symbol/filtered-rotated-after-insert/expected.json index 31146faa09f..1503a1a9be0 100644 --- a/metrics/integration/query-tests/symbol/filtered-rotated-after-insert/expected.json +++ b/metrics/integration/query-tests/symbol/filtered-rotated-after-insert/expected.json @@ -825,4 +825,4 @@ "source": "geojson", "state": {} } -] \ No newline at end of file +] diff --git a/metrics/integration/query-tests/symbol/filtered/expected.json b/metrics/integration/query-tests/symbol/filtered/expected.json index cb737473618..77f04c49699 100644 --- a/metrics/integration/query-tests/symbol/filtered/expected.json +++ b/metrics/integration/query-tests/symbol/filtered/expected.json @@ -318,4 +318,4 @@ "sourceLayer": "counties", "state": {} } -] \ No newline at end of file +] diff --git a/metrics/integration/query-tests/symbol/fractional-outside/expected.json b/metrics/integration/query-tests/symbol/fractional-outside/expected.json index 0637a088a01..fe51488c706 100644 --- a/metrics/integration/query-tests/symbol/fractional-outside/expected.json +++ b/metrics/integration/query-tests/symbol/fractional-outside/expected.json @@ -1 +1 @@ -[] \ No newline at end of file +[] diff --git a/metrics/integration/query-tests/symbol/fractional-outside/style.json b/metrics/integration/query-tests/symbol/fractional-outside/style.json index 1f1b1b80f50..c649343969f 100644 --- a/metrics/integration/query-tests/symbol/fractional-outside/style.json +++ b/metrics/integration/query-tests/symbol/fractional-outside/style.json @@ -48,4 +48,4 @@ "interactive": true } ] -} \ No newline at end of file +} diff --git a/metrics/integration/query-tests/symbol/hidden/expected.json b/metrics/integration/query-tests/symbol/hidden/expected.json index 0637a088a01..fe51488c706 100644 --- a/metrics/integration/query-tests/symbol/hidden/expected.json +++ b/metrics/integration/query-tests/symbol/hidden/expected.json @@ -1 +1 @@ -[] \ No newline at end of file +[] diff --git a/metrics/integration/query-tests/symbol/hidden/style.json b/metrics/integration/query-tests/symbol/hidden/style.json index 534d21a1bc4..540d1e62a75 100644 --- a/metrics/integration/query-tests/symbol/hidden/style.json +++ b/metrics/integration/query-tests/symbol/hidden/style.json @@ -48,4 +48,4 @@ "interactive": true } ] -} \ No newline at end of file +} diff --git a/metrics/integration/query-tests/symbol/inside/expected.json b/metrics/integration/query-tests/symbol/inside/expected.json index cb737473618..77f04c49699 100644 --- a/metrics/integration/query-tests/symbol/inside/expected.json +++ b/metrics/integration/query-tests/symbol/inside/expected.json @@ -318,4 +318,4 @@ "sourceLayer": "counties", "state": {} } -] \ No newline at end of file +] diff --git a/metrics/integration/query-tests/symbol/inside/style.json b/metrics/integration/query-tests/symbol/inside/style.json index b7fd69dbca0..b2189193a1c 100644 --- a/metrics/integration/query-tests/symbol/inside/style.json +++ b/metrics/integration/query-tests/symbol/inside/style.json @@ -48,4 +48,4 @@ "interactive": true } ] -} \ No newline at end of file +} diff --git a/metrics/integration/query-tests/symbol/outside/expected.json b/metrics/integration/query-tests/symbol/outside/expected.json index 0637a088a01..fe51488c706 100644 --- a/metrics/integration/query-tests/symbol/outside/expected.json +++ b/metrics/integration/query-tests/symbol/outside/expected.json @@ -1 +1 @@ -[] \ No newline at end of file +[] diff --git a/metrics/integration/query-tests/symbol/outside/style.json b/metrics/integration/query-tests/symbol/outside/style.json index 51c39169177..94195a7b307 100644 --- a/metrics/integration/query-tests/symbol/outside/style.json +++ b/metrics/integration/query-tests/symbol/outside/style.json @@ -48,4 +48,4 @@ "interactive": true } ] -} \ No newline at end of file +} diff --git a/metrics/integration/query-tests/symbol/panned-after-insert/expected.json b/metrics/integration/query-tests/symbol/panned-after-insert/expected.json index 2d15e0485b0..a1e25179440 100644 --- a/metrics/integration/query-tests/symbol/panned-after-insert/expected.json +++ b/metrics/integration/query-tests/symbol/panned-after-insert/expected.json @@ -1693,4 +1693,4 @@ "source": "geojson", "state": {} } -] \ No newline at end of file +] diff --git a/metrics/integration/query-tests/symbol/panned-after-insert/style.json b/metrics/integration/query-tests/symbol/panned-after-insert/style.json index 3f571683b08..5b6cf521ff5 100644 --- a/metrics/integration/query-tests/symbol/panned-after-insert/style.json +++ b/metrics/integration/query-tests/symbol/panned-after-insert/style.json @@ -53,4 +53,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/query-tests/symbol/rotated-after-insert/expected.json b/metrics/integration/query-tests/symbol/rotated-after-insert/expected.json index 2d15e0485b0..a1e25179440 100644 --- a/metrics/integration/query-tests/symbol/rotated-after-insert/expected.json +++ b/metrics/integration/query-tests/symbol/rotated-after-insert/expected.json @@ -1693,4 +1693,4 @@ "source": "geojson", "state": {} } -] \ No newline at end of file +] diff --git a/metrics/integration/query-tests/symbol/rotated-after-insert/style.json b/metrics/integration/query-tests/symbol/rotated-after-insert/style.json index a73a9d91c6a..d1938ca0b2c 100644 --- a/metrics/integration/query-tests/symbol/rotated-after-insert/style.json +++ b/metrics/integration/query-tests/symbol/rotated-after-insert/style.json @@ -50,4 +50,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/query-tests/symbol/rotated-inside/expected.json b/metrics/integration/query-tests/symbol/rotated-inside/expected.json index 857968f2f03..3631f7adfc3 100644 --- a/metrics/integration/query-tests/symbol/rotated-inside/expected.json +++ b/metrics/integration/query-tests/symbol/rotated-inside/expected.json @@ -158,4 +158,4 @@ "sourceLayer": "counties", "state": {} } -] \ No newline at end of file +] diff --git a/metrics/integration/query-tests/symbol/rotated-outside/expected.json b/metrics/integration/query-tests/symbol/rotated-outside/expected.json index 0637a088a01..fe51488c706 100644 --- a/metrics/integration/query-tests/symbol/rotated-outside/expected.json +++ b/metrics/integration/query-tests/symbol/rotated-outside/expected.json @@ -1 +1 @@ -[] \ No newline at end of file +[] diff --git a/metrics/integration/query-tests/symbol/rotated-outside/style.json b/metrics/integration/query-tests/symbol/rotated-outside/style.json index 41359851cc3..ca140d2d8a3 100644 --- a/metrics/integration/query-tests/symbol/rotated-outside/style.json +++ b/metrics/integration/query-tests/symbol/rotated-outside/style.json @@ -49,4 +49,4 @@ "interactive": true } ] -} \ No newline at end of file +} diff --git a/metrics/integration/query-tests/symbol/rotated-sort/expected.json b/metrics/integration/query-tests/symbol/rotated-sort/expected.json index 9db38b0e7e3..0097e45e171 100644 --- a/metrics/integration/query-tests/symbol/rotated-sort/expected.json +++ b/metrics/integration/query-tests/symbol/rotated-sort/expected.json @@ -1693,4 +1693,4 @@ "source": "geojson", "state": {} } -] \ No newline at end of file +] diff --git a/metrics/integration/query-tests/symbol/tile-boundary/expected.json b/metrics/integration/query-tests/symbol/tile-boundary/expected.json index b3953be868f..0527ff49470 100644 --- a/metrics/integration/query-tests/symbol/tile-boundary/expected.json +++ b/metrics/integration/query-tests/symbol/tile-boundary/expected.json @@ -12,4 +12,4 @@ "source": "point", "state": {} } -] \ No newline at end of file +] diff --git a/metrics/integration/query-tests/world-wrapping/box/expected.json b/metrics/integration/query-tests/world-wrapping/box/expected.json index 29b73af738a..ff182080272 100644 --- a/metrics/integration/query-tests/world-wrapping/box/expected.json +++ b/metrics/integration/query-tests/world-wrapping/box/expected.json @@ -101,4 +101,4 @@ "sourceLayer": "hillshade", "state": {} } -] \ No newline at end of file +] diff --git a/metrics/integration/query-tests/world-wrapping/box/style.json b/metrics/integration/query-tests/world-wrapping/box/style.json index d5822eefe1d..03ab73981fc 100644 --- a/metrics/integration/query-tests/world-wrapping/box/style.json +++ b/metrics/integration/query-tests/world-wrapping/box/style.json @@ -47,4 +47,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/query-tests/world-wrapping/point/expected.json b/metrics/integration/query-tests/world-wrapping/point/expected.json index 4d0b7c0d5d4..f8d8de6a13f 100644 --- a/metrics/integration/query-tests/world-wrapping/point/expected.json +++ b/metrics/integration/query-tests/world-wrapping/point/expected.json @@ -33,4 +33,4 @@ "sourceLayer": "hillshade", "state": {} } -] \ No newline at end of file +] diff --git a/metrics/integration/query-tests/world-wrapping/point/style.json b/metrics/integration/query-tests/world-wrapping/point/style.json index ed0037a6210..6d2b66926b1 100644 --- a/metrics/integration/query-tests/world-wrapping/point/style.json +++ b/metrics/integration/query-tests/world-wrapping/point/style.json @@ -42,4 +42,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/background-color/default/style.json b/metrics/integration/render-tests/background-color/default/style.json index deafaa3c81f..385d35a80ca 100644 --- a/metrics/integration/render-tests/background-color/default/style.json +++ b/metrics/integration/render-tests/background-color/default/style.json @@ -13,4 +13,4 @@ "type": "background" } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/background-color/function/style.json b/metrics/integration/render-tests/background-color/function/style.json index 5c76b5152f7..3f486ba822d 100644 --- a/metrics/integration/render-tests/background-color/function/style.json +++ b/metrics/integration/render-tests/background-color/function/style.json @@ -27,4 +27,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/background-color/literal/style.json b/metrics/integration/render-tests/background-color/literal/style.json index c00cd11f7a3..e24ab4b65dc 100644 --- a/metrics/integration/render-tests/background-color/literal/style.json +++ b/metrics/integration/render-tests/background-color/literal/style.json @@ -16,4 +16,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/background-opacity/color/style.json b/metrics/integration/render-tests/background-opacity/color/style.json index bc8bff1c88b..69d8e940dda 100644 --- a/metrics/integration/render-tests/background-opacity/color/style.json +++ b/metrics/integration/render-tests/background-opacity/color/style.json @@ -18,4 +18,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/background-opacity/image/style.json b/metrics/integration/render-tests/background-opacity/image/style.json index 99163fc1cc2..e0302a60470 100644 --- a/metrics/integration/render-tests/background-opacity/image/style.json +++ b/metrics/integration/render-tests/background-opacity/image/style.json @@ -18,4 +18,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/background-pattern/@2x/style.json b/metrics/integration/render-tests/background-pattern/@2x/style.json index ef25cf6fc0b..45ba0877bb5 100644 --- a/metrics/integration/render-tests/background-pattern/@2x/style.json +++ b/metrics/integration/render-tests/background-pattern/@2x/style.json @@ -18,4 +18,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/background-pattern/literal/style.json b/metrics/integration/render-tests/background-pattern/literal/style.json index 960e7dd8eb3..669ddd7a00d 100644 --- a/metrics/integration/render-tests/background-pattern/literal/style.json +++ b/metrics/integration/render-tests/background-pattern/literal/style.json @@ -17,4 +17,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/background-pattern/pitch/style.json b/metrics/integration/render-tests/background-pattern/pitch/style.json index 199eca6e424..8f4e7ccb67f 100644 --- a/metrics/integration/render-tests/background-pattern/pitch/style.json +++ b/metrics/integration/render-tests/background-pattern/pitch/style.json @@ -19,4 +19,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/background-pattern/rotated/style.json b/metrics/integration/render-tests/background-pattern/rotated/style.json index b6798928182..d780610a588 100644 --- a/metrics/integration/render-tests/background-pattern/rotated/style.json +++ b/metrics/integration/render-tests/background-pattern/rotated/style.json @@ -18,4 +18,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/background-pattern/zoomed/style.json b/metrics/integration/render-tests/background-pattern/zoomed/style.json index 569ebfa32ff..cf60fc994c6 100644 --- a/metrics/integration/render-tests/background-pattern/zoomed/style.json +++ b/metrics/integration/render-tests/background-pattern/zoomed/style.json @@ -18,4 +18,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/background-visibility/none/style.json b/metrics/integration/render-tests/background-visibility/none/style.json index ad5a8bc716b..f6d3ec03b70 100644 --- a/metrics/integration/render-tests/background-visibility/none/style.json +++ b/metrics/integration/render-tests/background-visibility/none/style.json @@ -16,4 +16,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/background-visibility/visible/style.json b/metrics/integration/render-tests/background-visibility/visible/style.json index cd1dd089094..21aa45f62a5 100644 --- a/metrics/integration/render-tests/background-visibility/visible/style.json +++ b/metrics/integration/render-tests/background-visibility/visible/style.json @@ -16,4 +16,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/combinations/fill-opaque--image-translucent/style.json b/metrics/integration/render-tests/combinations/fill-opaque--image-translucent/style.json index 3fde0be5a8c..508cb848ac5 100644 --- a/metrics/integration/render-tests/combinations/fill-opaque--image-translucent/style.json +++ b/metrics/integration/render-tests/combinations/fill-opaque--image-translucent/style.json @@ -106,4 +106,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/debug/collision-icon-text-line-translate/style.json b/metrics/integration/render-tests/debug/collision-icon-text-line-translate/style.json index 15ba4c6086b..b8d99496038 100644 --- a/metrics/integration/render-tests/debug/collision-icon-text-line-translate/style.json +++ b/metrics/integration/render-tests/debug/collision-icon-text-line-translate/style.json @@ -78,4 +78,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/debug/collision-icon-text-point-translate/style.json b/metrics/integration/render-tests/debug/collision-icon-text-point-translate/style.json index 3103b50a10c..6bbca38403c 100644 --- a/metrics/integration/render-tests/debug/collision-icon-text-point-translate/style.json +++ b/metrics/integration/render-tests/debug/collision-icon-text-point-translate/style.json @@ -72,4 +72,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/debug/collision-overscaled/style.json b/metrics/integration/render-tests/debug/collision-overscaled/style.json index 3e6aa7bcbbe..89653ab213d 100644 --- a/metrics/integration/render-tests/debug/collision-overscaled/style.json +++ b/metrics/integration/render-tests/debug/collision-overscaled/style.json @@ -50,4 +50,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/debug/collision/style.json b/metrics/integration/render-tests/debug/collision/style.json index 289f6a153e7..0bcb0d47d2e 100644 --- a/metrics/integration/render-tests/debug/collision/style.json +++ b/metrics/integration/render-tests/debug/collision/style.json @@ -50,4 +50,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/debug/tile-overscaled/style.json b/metrics/integration/render-tests/debug/tile-overscaled/style.json index a403723c4ee..16b15360142 100644 --- a/metrics/integration/render-tests/debug/tile-overscaled/style.json +++ b/metrics/integration/render-tests/debug/tile-overscaled/style.json @@ -50,4 +50,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/empty/empty/style.json b/metrics/integration/render-tests/empty/empty/style.json index 6a58d312136..26235d4b584 100644 --- a/metrics/integration/render-tests/empty/empty/style.json +++ b/metrics/integration/render-tests/empty/empty/style.json @@ -13,4 +13,4 @@ "zoom": 0, "sources": {}, "layers": [] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/extent/1024-circle/style.json b/metrics/integration/render-tests/extent/1024-circle/style.json index 782425434dd..69c733e1a2f 100644 --- a/metrics/integration/render-tests/extent/1024-circle/style.json +++ b/metrics/integration/render-tests/extent/1024-circle/style.json @@ -36,4 +36,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/extent/1024-fill/style.json b/metrics/integration/render-tests/extent/1024-fill/style.json index f181bf15a7d..4def8515e15 100644 --- a/metrics/integration/render-tests/extent/1024-fill/style.json +++ b/metrics/integration/render-tests/extent/1024-fill/style.json @@ -38,4 +38,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/extent/1024-line/style.json b/metrics/integration/render-tests/extent/1024-line/style.json index d4b58a6e760..719e2eae4f8 100644 --- a/metrics/integration/render-tests/extent/1024-line/style.json +++ b/metrics/integration/render-tests/extent/1024-line/style.json @@ -38,4 +38,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/extent/1024-symbol/style.json b/metrics/integration/render-tests/extent/1024-symbol/style.json index 041d324aa1a..9677b54dc1b 100644 --- a/metrics/integration/render-tests/extent/1024-symbol/style.json +++ b/metrics/integration/render-tests/extent/1024-symbol/style.json @@ -46,4 +46,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/fill-antialias/false/style.json b/metrics/integration/render-tests/fill-antialias/false/style.json index fc9adb4e27c..7c508c8edf7 100644 --- a/metrics/integration/render-tests/fill-antialias/false/style.json +++ b/metrics/integration/render-tests/fill-antialias/false/style.json @@ -48,4 +48,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/fill-color/default/style.json b/metrics/integration/render-tests/fill-color/default/style.json index fc9adb4e27c..7c508c8edf7 100644 --- a/metrics/integration/render-tests/fill-color/default/style.json +++ b/metrics/integration/render-tests/fill-color/default/style.json @@ -48,4 +48,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/fill-color/function/style.json b/metrics/integration/render-tests/fill-color/function/style.json index 9119cde4f00..ef404f300f2 100644 --- a/metrics/integration/render-tests/fill-color/function/style.json +++ b/metrics/integration/render-tests/fill-color/function/style.json @@ -60,4 +60,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/fill-color/literal/style.json b/metrics/integration/render-tests/fill-color/literal/style.json index 3b324d84d95..a1ea491b8c4 100644 --- a/metrics/integration/render-tests/fill-color/literal/style.json +++ b/metrics/integration/render-tests/fill-color/literal/style.json @@ -49,4 +49,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/fill-color/multiply/style.json b/metrics/integration/render-tests/fill-color/multiply/style.json index 37868e0dd9a..1102838b130 100644 --- a/metrics/integration/render-tests/fill-color/multiply/style.json +++ b/metrics/integration/render-tests/fill-color/multiply/style.json @@ -50,4 +50,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/fill-color/opacity/style.json b/metrics/integration/render-tests/fill-color/opacity/style.json index a589d21f3d8..c7123d1ddec 100644 --- a/metrics/integration/render-tests/fill-color/opacity/style.json +++ b/metrics/integration/render-tests/fill-color/opacity/style.json @@ -50,4 +50,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/fill-extrusion-pattern/missing/style.json b/metrics/integration/render-tests/fill-extrusion-pattern/missing/style.json index 8895e09262a..3e278f3a8c8 100644 --- a/metrics/integration/render-tests/fill-extrusion-pattern/missing/style.json +++ b/metrics/integration/render-tests/fill-extrusion-pattern/missing/style.json @@ -95,4 +95,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/fill-opacity/default/style.json b/metrics/integration/render-tests/fill-opacity/default/style.json index 04a517e6510..c503070e502 100644 --- a/metrics/integration/render-tests/fill-opacity/default/style.json +++ b/metrics/integration/render-tests/fill-opacity/default/style.json @@ -45,4 +45,4 @@ "source": "geojson" } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/fill-opacity/function/style.json b/metrics/integration/render-tests/fill-opacity/function/style.json index c37b640acc9..0b0ee3e429b 100644 --- a/metrics/integration/render-tests/fill-opacity/function/style.json +++ b/metrics/integration/render-tests/fill-opacity/function/style.json @@ -59,4 +59,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/fill-opacity/literal/style.json b/metrics/integration/render-tests/fill-opacity/literal/style.json index 664e97c2607..a09139e8721 100644 --- a/metrics/integration/render-tests/fill-opacity/literal/style.json +++ b/metrics/integration/render-tests/fill-opacity/literal/style.json @@ -48,4 +48,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/fill-outline-color/default/style.json b/metrics/integration/render-tests/fill-outline-color/default/style.json index cab0a71e517..7ae38553e66 100644 --- a/metrics/integration/render-tests/fill-outline-color/default/style.json +++ b/metrics/integration/render-tests/fill-outline-color/default/style.json @@ -48,4 +48,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/fill-outline-color/fill/style.json b/metrics/integration/render-tests/fill-outline-color/fill/style.json index 7d23e7648fb..99193ac2d39 100644 --- a/metrics/integration/render-tests/fill-outline-color/fill/style.json +++ b/metrics/integration/render-tests/fill-outline-color/fill/style.json @@ -50,4 +50,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/fill-outline-color/function/style.json b/metrics/integration/render-tests/fill-outline-color/function/style.json index 457900c525a..acfa1ea6009 100644 --- a/metrics/integration/render-tests/fill-outline-color/function/style.json +++ b/metrics/integration/render-tests/fill-outline-color/function/style.json @@ -61,4 +61,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/fill-outline-color/literal/style.json b/metrics/integration/render-tests/fill-outline-color/literal/style.json index 1e8be720930..2ce58a0bcd0 100644 --- a/metrics/integration/render-tests/fill-outline-color/literal/style.json +++ b/metrics/integration/render-tests/fill-outline-color/literal/style.json @@ -50,4 +50,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/fill-outline-color/multiply/style.json b/metrics/integration/render-tests/fill-outline-color/multiply/style.json index f54b9711aaa..3ea255aead4 100644 --- a/metrics/integration/render-tests/fill-outline-color/multiply/style.json +++ b/metrics/integration/render-tests/fill-outline-color/multiply/style.json @@ -50,4 +50,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/fill-outline-color/opacity/style.json b/metrics/integration/render-tests/fill-outline-color/opacity/style.json index cc57346269e..f37f48f9eb6 100644 --- a/metrics/integration/render-tests/fill-outline-color/opacity/style.json +++ b/metrics/integration/render-tests/fill-outline-color/opacity/style.json @@ -51,4 +51,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/fill-outline-color/zoom-and-property-function/style.json b/metrics/integration/render-tests/fill-outline-color/zoom-and-property-function/style.json index 1322032145f..dadb7b93dba 100644 --- a/metrics/integration/render-tests/fill-outline-color/zoom-and-property-function/style.json +++ b/metrics/integration/render-tests/fill-outline-color/zoom-and-property-function/style.json @@ -174,4 +174,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/fill-pattern/@2x/style.json b/metrics/integration/render-tests/fill-pattern/@2x/style.json index 1d12983c392..b7e6e4e4545 100644 --- a/metrics/integration/render-tests/fill-pattern/@2x/style.json +++ b/metrics/integration/render-tests/fill-pattern/@2x/style.json @@ -51,4 +51,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/fill-pattern/case-data-expression/style.json b/metrics/integration/render-tests/fill-pattern/case-data-expression/style.json index 54a92f94092..cdf00a9e340 100644 --- a/metrics/integration/render-tests/fill-pattern/case-data-expression/style.json +++ b/metrics/integration/render-tests/fill-pattern/case-data-expression/style.json @@ -126,5 +126,3 @@ } ] } - - diff --git a/metrics/integration/render-tests/fill-pattern/invalid-feature-expression/style.json b/metrics/integration/render-tests/fill-pattern/invalid-feature-expression/style.json index 33db53cb4d7..d179989f164 100644 --- a/metrics/integration/render-tests/fill-pattern/invalid-feature-expression/style.json +++ b/metrics/integration/render-tests/fill-pattern/invalid-feature-expression/style.json @@ -131,5 +131,3 @@ } ] } - - diff --git a/metrics/integration/render-tests/fill-pattern/literal/style.json b/metrics/integration/render-tests/fill-pattern/literal/style.json index 32304b61472..c5b32c0b4ca 100644 --- a/metrics/integration/render-tests/fill-pattern/literal/style.json +++ b/metrics/integration/render-tests/fill-pattern/literal/style.json @@ -50,4 +50,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/fill-pattern/opacity/style.json b/metrics/integration/render-tests/fill-pattern/opacity/style.json index eb10f814791..d4a452ddabe 100644 --- a/metrics/integration/render-tests/fill-pattern/opacity/style.json +++ b/metrics/integration/render-tests/fill-pattern/opacity/style.json @@ -51,4 +51,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/fill-pattern/uneven-pattern/style.json b/metrics/integration/render-tests/fill-pattern/uneven-pattern/style.json index 3b2cf3baa7d..33179f392f8 100644 --- a/metrics/integration/render-tests/fill-pattern/uneven-pattern/style.json +++ b/metrics/integration/render-tests/fill-pattern/uneven-pattern/style.json @@ -32,4 +32,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/fill-pattern/wrapping-with-interpolation/style.json b/metrics/integration/render-tests/fill-pattern/wrapping-with-interpolation/style.json index 9f031e4bfdc..65044fce9ee 100644 --- a/metrics/integration/render-tests/fill-pattern/wrapping-with-interpolation/style.json +++ b/metrics/integration/render-tests/fill-pattern/wrapping-with-interpolation/style.json @@ -36,4 +36,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/fill-pattern/zoomed/style.json b/metrics/integration/render-tests/fill-pattern/zoomed/style.json index 42b7cd21913..7a6766a6d62 100644 --- a/metrics/integration/render-tests/fill-pattern/zoomed/style.json +++ b/metrics/integration/render-tests/fill-pattern/zoomed/style.json @@ -51,4 +51,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/fill-translate-anchor/map/style.json b/metrics/integration/render-tests/fill-translate-anchor/map/style.json index 32e0e178388..e6898eb24a0 100644 --- a/metrics/integration/render-tests/fill-translate-anchor/map/style.json +++ b/metrics/integration/render-tests/fill-translate-anchor/map/style.json @@ -54,4 +54,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/fill-translate-anchor/viewport/style.json b/metrics/integration/render-tests/fill-translate-anchor/viewport/style.json index e20eadf98ef..b759ccab0ab 100644 --- a/metrics/integration/render-tests/fill-translate-anchor/viewport/style.json +++ b/metrics/integration/render-tests/fill-translate-anchor/viewport/style.json @@ -54,4 +54,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/fill-translate/default/style.json b/metrics/integration/render-tests/fill-translate/default/style.json index fc9adb4e27c..7c508c8edf7 100644 --- a/metrics/integration/render-tests/fill-translate/default/style.json +++ b/metrics/integration/render-tests/fill-translate/default/style.json @@ -48,4 +48,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/fill-translate/function/style.json b/metrics/integration/render-tests/fill-translate/function/style.json index 8a76cd7a2fb..ec7367699b7 100644 --- a/metrics/integration/render-tests/fill-translate/function/style.json +++ b/metrics/integration/render-tests/fill-translate/function/style.json @@ -66,4 +66,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/fill-translate/literal/style.json b/metrics/integration/render-tests/fill-translate/literal/style.json index 9cbb19cd0a1..7be1ddbf5bf 100644 --- a/metrics/integration/render-tests/fill-translate/literal/style.json +++ b/metrics/integration/render-tests/fill-translate/literal/style.json @@ -52,4 +52,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/fill-visibility/none/style.json b/metrics/integration/render-tests/fill-visibility/none/style.json index aa8183bb9ee..881704da9e7 100644 --- a/metrics/integration/render-tests/fill-visibility/none/style.json +++ b/metrics/integration/render-tests/fill-visibility/none/style.json @@ -55,4 +55,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/fill-visibility/visible/style.json b/metrics/integration/render-tests/fill-visibility/visible/style.json index 8d8a786cf69..1cf07b21762 100644 --- a/metrics/integration/render-tests/fill-visibility/visible/style.json +++ b/metrics/integration/render-tests/fill-visibility/visible/style.json @@ -55,4 +55,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/geojson/external-feature/style.json b/metrics/integration/render-tests/geojson/external-feature/style.json index 5aeefd779c6..244e0c4ef95 100644 --- a/metrics/integration/render-tests/geojson/external-feature/style.json +++ b/metrics/integration/render-tests/geojson/external-feature/style.json @@ -28,4 +28,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/geojson/external-invalid/style.json b/metrics/integration/render-tests/geojson/external-invalid/style.json index 3f07825d5fd..85100757e61 100644 --- a/metrics/integration/render-tests/geojson/external-invalid/style.json +++ b/metrics/integration/render-tests/geojson/external-invalid/style.json @@ -28,4 +28,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/geojson/external-linestring/style.json b/metrics/integration/render-tests/geojson/external-linestring/style.json index 5aeefd779c6..244e0c4ef95 100644 --- a/metrics/integration/render-tests/geojson/external-linestring/style.json +++ b/metrics/integration/render-tests/geojson/external-linestring/style.json @@ -28,4 +28,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/geojson/external-malformed/style.json b/metrics/integration/render-tests/geojson/external-malformed/style.json index 3e080600e75..7e90fb9b17d 100644 --- a/metrics/integration/render-tests/geojson/external-malformed/style.json +++ b/metrics/integration/render-tests/geojson/external-malformed/style.json @@ -28,4 +28,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/geojson/inconsistent-winding-order/style.json b/metrics/integration/render-tests/geojson/inconsistent-winding-order/style.json index f07396f8365..a5af7ae305d 100644 --- a/metrics/integration/render-tests/geojson/inconsistent-winding-order/style.json +++ b/metrics/integration/render-tests/geojson/inconsistent-winding-order/style.json @@ -28,4 +28,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/geojson/inline-feature/style.json b/metrics/integration/render-tests/geojson/inline-feature/style.json index d0a1e74e33f..34d19a0c469 100644 --- a/metrics/integration/render-tests/geojson/inline-feature/style.json +++ b/metrics/integration/render-tests/geojson/inline-feature/style.json @@ -734,4 +734,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/geojson/inline-invalid/style.json b/metrics/integration/render-tests/geojson/inline-invalid/style.json index 64ab0777e91..0e75de89358 100644 --- a/metrics/integration/render-tests/geojson/inline-invalid/style.json +++ b/metrics/integration/render-tests/geojson/inline-invalid/style.json @@ -28,4 +28,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/geojson/inline-linestring-fill/style.json b/metrics/integration/render-tests/geojson/inline-linestring-fill/style.json index 294ab9f16a8..809f6ed85ed 100644 --- a/metrics/integration/render-tests/geojson/inline-linestring-fill/style.json +++ b/metrics/integration/render-tests/geojson/inline-linestring-fill/style.json @@ -40,4 +40,4 @@ "source": "geojson" } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/geojson/inline-malformed/style.json b/metrics/integration/render-tests/geojson/inline-malformed/style.json index d412d286427..f38a0dcb394 100644 --- a/metrics/integration/render-tests/geojson/inline-malformed/style.json +++ b/metrics/integration/render-tests/geojson/inline-malformed/style.json @@ -37,4 +37,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/geojson/inline-polygon-symbol/style.json b/metrics/integration/render-tests/geojson/inline-polygon-symbol/style.json index ad8d5505ddb..87bdb5b9ff8 100644 --- a/metrics/integration/render-tests/geojson/inline-polygon-symbol/style.json +++ b/metrics/integration/render-tests/geojson/inline-polygon-symbol/style.json @@ -51,4 +51,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/geojson/missing/style.json b/metrics/integration/render-tests/geojson/missing/style.json index 856abfb6196..de749535786 100644 --- a/metrics/integration/render-tests/geojson/missing/style.json +++ b/metrics/integration/render-tests/geojson/missing/style.json @@ -27,4 +27,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/geojson/reparse-overscaled/style.json b/metrics/integration/render-tests/geojson/reparse-overscaled/style.json index c27a1d2ba05..477d977eb7e 100644 --- a/metrics/integration/render-tests/geojson/reparse-overscaled/style.json +++ b/metrics/integration/render-tests/geojson/reparse-overscaled/style.json @@ -29,4 +29,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/icon-color/default/style.json b/metrics/integration/render-tests/icon-color/default/style.json index 195b84d2ae0..4cd9745554a 100644 --- a/metrics/integration/render-tests/icon-color/default/style.json +++ b/metrics/integration/render-tests/icon-color/default/style.json @@ -29,4 +29,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/icon-color/function/style.json b/metrics/integration/render-tests/icon-color/function/style.json index 6443a326642..aed924b6809 100644 --- a/metrics/integration/render-tests/icon-color/function/style.json +++ b/metrics/integration/render-tests/icon-color/function/style.json @@ -43,4 +43,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/icon-color/literal/style.json b/metrics/integration/render-tests/icon-color/literal/style.json index 6f2cd053107..cc9d30b0bf5 100644 --- a/metrics/integration/render-tests/icon-color/literal/style.json +++ b/metrics/integration/render-tests/icon-color/literal/style.json @@ -32,4 +32,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/icon-halo-blur/default/style.json b/metrics/integration/render-tests/icon-halo-blur/default/style.json index 6af45978897..bbf2d5e4bbf 100644 --- a/metrics/integration/render-tests/icon-halo-blur/default/style.json +++ b/metrics/integration/render-tests/icon-halo-blur/default/style.json @@ -33,4 +33,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/icon-halo-blur/function/style.json b/metrics/integration/render-tests/icon-halo-blur/function/style.json index 50d5d55e5a3..b777019ffeb 100644 --- a/metrics/integration/render-tests/icon-halo-blur/function/style.json +++ b/metrics/integration/render-tests/icon-halo-blur/function/style.json @@ -45,4 +45,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/icon-halo-blur/literal/style.json b/metrics/integration/render-tests/icon-halo-blur/literal/style.json index 14cbc84fa57..9ea6a34bee4 100644 --- a/metrics/integration/render-tests/icon-halo-blur/literal/style.json +++ b/metrics/integration/render-tests/icon-halo-blur/literal/style.json @@ -34,4 +34,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/icon-halo-color/default/style.json b/metrics/integration/render-tests/icon-halo-color/default/style.json index dfbb7dbb32c..bc7ebcd0c43 100644 --- a/metrics/integration/render-tests/icon-halo-color/default/style.json +++ b/metrics/integration/render-tests/icon-halo-color/default/style.json @@ -32,4 +32,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/icon-halo-color/function/style.json b/metrics/integration/render-tests/icon-halo-color/function/style.json index 521b763808f..a747e5e6274 100644 --- a/metrics/integration/render-tests/icon-halo-color/function/style.json +++ b/metrics/integration/render-tests/icon-halo-color/function/style.json @@ -44,4 +44,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/icon-halo-color/literal/style.json b/metrics/integration/render-tests/icon-halo-color/literal/style.json index 9c92b9b177e..ba97e32e1ca 100644 --- a/metrics/integration/render-tests/icon-halo-color/literal/style.json +++ b/metrics/integration/render-tests/icon-halo-color/literal/style.json @@ -33,4 +33,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/icon-halo-color/multiply/style.json b/metrics/integration/render-tests/icon-halo-color/multiply/style.json index 06755a5073a..fb086533f0e 100644 --- a/metrics/integration/render-tests/icon-halo-color/multiply/style.json +++ b/metrics/integration/render-tests/icon-halo-color/multiply/style.json @@ -34,4 +34,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/icon-halo-color/opacity/style.json b/metrics/integration/render-tests/icon-halo-color/opacity/style.json index adb4d345eb1..43912a75a73 100644 --- a/metrics/integration/render-tests/icon-halo-color/opacity/style.json +++ b/metrics/integration/render-tests/icon-halo-color/opacity/style.json @@ -34,4 +34,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/icon-halo-color/transparent/style.json b/metrics/integration/render-tests/icon-halo-color/transparent/style.json index d2108d9dda0..b49b070debc 100644 --- a/metrics/integration/render-tests/icon-halo-color/transparent/style.json +++ b/metrics/integration/render-tests/icon-halo-color/transparent/style.json @@ -34,4 +34,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/icon-halo-width/default/style.json b/metrics/integration/render-tests/icon-halo-width/default/style.json index 7e05a1484b7..0c5627e3434 100644 --- a/metrics/integration/render-tests/icon-halo-width/default/style.json +++ b/metrics/integration/render-tests/icon-halo-width/default/style.json @@ -32,4 +32,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/icon-halo-width/function/style.json b/metrics/integration/render-tests/icon-halo-width/function/style.json index dc0f1886943..a9db4a7884a 100644 --- a/metrics/integration/render-tests/icon-halo-width/function/style.json +++ b/metrics/integration/render-tests/icon-halo-width/function/style.json @@ -44,4 +44,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/icon-halo-width/literal/style.json b/metrics/integration/render-tests/icon-halo-width/literal/style.json index 6af45978897..bbf2d5e4bbf 100644 --- a/metrics/integration/render-tests/icon-halo-width/literal/style.json +++ b/metrics/integration/render-tests/icon-halo-width/literal/style.json @@ -33,4 +33,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/icon-offset/literal/style.json b/metrics/integration/render-tests/icon-offset/literal/style.json index ee070e48b09..6476f2d2fb4 100644 --- a/metrics/integration/render-tests/icon-offset/literal/style.json +++ b/metrics/integration/render-tests/icon-offset/literal/style.json @@ -53,4 +53,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/icon-opacity/default/style.json b/metrics/integration/render-tests/icon-opacity/default/style.json index d2428e36a15..49abb78de86 100644 --- a/metrics/integration/render-tests/icon-opacity/default/style.json +++ b/metrics/integration/render-tests/icon-opacity/default/style.json @@ -48,4 +48,4 @@ "paint": {} } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/icon-opacity/function/style.json b/metrics/integration/render-tests/icon-opacity/function/style.json index 2188a9fc385..d00f0323496 100644 --- a/metrics/integration/render-tests/icon-opacity/function/style.json +++ b/metrics/integration/render-tests/icon-opacity/function/style.json @@ -61,4 +61,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/icon-opacity/icon-only/style.json b/metrics/integration/render-tests/icon-opacity/icon-only/style.json index 8acf8cee011..75782495e9d 100644 --- a/metrics/integration/render-tests/icon-opacity/icon-only/style.json +++ b/metrics/integration/render-tests/icon-opacity/icon-only/style.json @@ -58,4 +58,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/icon-opacity/literal/style.json b/metrics/integration/render-tests/icon-opacity/literal/style.json index 91f053f129c..110e607c26d 100644 --- a/metrics/integration/render-tests/icon-opacity/literal/style.json +++ b/metrics/integration/render-tests/icon-opacity/literal/style.json @@ -50,4 +50,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/icon-opacity/text-and-icon/style.json b/metrics/integration/render-tests/icon-opacity/text-and-icon/style.json index 837b36b1df9..29aaa05f380 100644 --- a/metrics/integration/render-tests/icon-opacity/text-and-icon/style.json +++ b/metrics/integration/render-tests/icon-opacity/text-and-icon/style.json @@ -58,4 +58,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/icon-opacity/text-only/style.json b/metrics/integration/render-tests/icon-opacity/text-only/style.json index 88de3e6b86b..bd56dccdd58 100644 --- a/metrics/integration/render-tests/icon-opacity/text-only/style.json +++ b/metrics/integration/render-tests/icon-opacity/text-only/style.json @@ -58,4 +58,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/icon-rotation-alignment/auto-symbol-placement-line/style.json b/metrics/integration/render-tests/icon-rotation-alignment/auto-symbol-placement-line/style.json index 07e4c34b645..ee895eaba48 100644 --- a/metrics/integration/render-tests/icon-rotation-alignment/auto-symbol-placement-line/style.json +++ b/metrics/integration/render-tests/icon-rotation-alignment/auto-symbol-placement-line/style.json @@ -38,4 +38,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/icon-rotation-alignment/auto-symbol-placement-point/style.json b/metrics/integration/render-tests/icon-rotation-alignment/auto-symbol-placement-point/style.json index e288eaf10ac..e01efee0147 100644 --- a/metrics/integration/render-tests/icon-rotation-alignment/auto-symbol-placement-point/style.json +++ b/metrics/integration/render-tests/icon-rotation-alignment/auto-symbol-placement-point/style.json @@ -32,4 +32,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/icon-rotation-alignment/map-symbol-placement-line/style.json b/metrics/integration/render-tests/icon-rotation-alignment/map-symbol-placement-line/style.json index 1943dbb22b5..a9b3781b4bd 100644 --- a/metrics/integration/render-tests/icon-rotation-alignment/map-symbol-placement-line/style.json +++ b/metrics/integration/render-tests/icon-rotation-alignment/map-symbol-placement-line/style.json @@ -38,4 +38,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/icon-rotation-alignment/map-symbol-placement-point/style.json b/metrics/integration/render-tests/icon-rotation-alignment/map-symbol-placement-point/style.json index 6c41bc510cf..f31576a912f 100644 --- a/metrics/integration/render-tests/icon-rotation-alignment/map-symbol-placement-point/style.json +++ b/metrics/integration/render-tests/icon-rotation-alignment/map-symbol-placement-point/style.json @@ -32,4 +32,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/icon-rotation-alignment/viewport-symbol-placement-line/style.json b/metrics/integration/render-tests/icon-rotation-alignment/viewport-symbol-placement-line/style.json index 4ff75482137..e5abf6491c0 100644 --- a/metrics/integration/render-tests/icon-rotation-alignment/viewport-symbol-placement-line/style.json +++ b/metrics/integration/render-tests/icon-rotation-alignment/viewport-symbol-placement-line/style.json @@ -38,4 +38,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/icon-rotation-alignment/viewport-symbol-placement-point/style.json b/metrics/integration/render-tests/icon-rotation-alignment/viewport-symbol-placement-point/style.json index 3567ca88d81..abd54daad6e 100644 --- a/metrics/integration/render-tests/icon-rotation-alignment/viewport-symbol-placement-point/style.json +++ b/metrics/integration/render-tests/icon-rotation-alignment/viewport-symbol-placement-point/style.json @@ -32,4 +32,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/icon-text-fit/both-collision-variable-anchor-text-fit/style.json b/metrics/integration/render-tests/icon-text-fit/both-collision-variable-anchor-text-fit/style.json index df1eb8aa177..079e47184fd 100644 --- a/metrics/integration/render-tests/icon-text-fit/both-collision-variable-anchor-text-fit/style.json +++ b/metrics/integration/render-tests/icon-text-fit/both-collision-variable-anchor-text-fit/style.json @@ -70,4 +70,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/icon-text-fit/both-collision-variable-anchor/style.json b/metrics/integration/render-tests/icon-text-fit/both-collision-variable-anchor/style.json index c1f2213864a..e15a62c1510 100644 --- a/metrics/integration/render-tests/icon-text-fit/both-collision-variable-anchor/style.json +++ b/metrics/integration/render-tests/icon-text-fit/both-collision-variable-anchor/style.json @@ -67,4 +67,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/icon-text-fit/both-collision/style.json b/metrics/integration/render-tests/icon-text-fit/both-collision/style.json index 7296ab56940..f2507c6b5fb 100644 --- a/metrics/integration/render-tests/icon-text-fit/both-collision/style.json +++ b/metrics/integration/render-tests/icon-text-fit/both-collision/style.json @@ -53,4 +53,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/icon-text-fit/both-padding/style.json b/metrics/integration/render-tests/icon-text-fit/both-padding/style.json index 274141e97bf..ceb9a26dd89 100644 --- a/metrics/integration/render-tests/icon-text-fit/both-padding/style.json +++ b/metrics/integration/render-tests/icon-text-fit/both-padding/style.json @@ -42,4 +42,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/icon-text-fit/both-text-anchor-1x-image-2x-screen/style.json b/metrics/integration/render-tests/icon-text-fit/both-text-anchor-1x-image-2x-screen/style.json index 087a99dd604..eee4fe52733 100644 --- a/metrics/integration/render-tests/icon-text-fit/both-text-anchor-1x-image-2x-screen/style.json +++ b/metrics/integration/render-tests/icon-text-fit/both-text-anchor-1x-image-2x-screen/style.json @@ -190,4 +190,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/icon-text-fit/both-text-anchor-2x-image-1x-screen/style.json b/metrics/integration/render-tests/icon-text-fit/both-text-anchor-2x-image-1x-screen/style.json index d21af0963b4..45d559aedf3 100644 --- a/metrics/integration/render-tests/icon-text-fit/both-text-anchor-2x-image-1x-screen/style.json +++ b/metrics/integration/render-tests/icon-text-fit/both-text-anchor-2x-image-1x-screen/style.json @@ -189,4 +189,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/icon-text-fit/both-text-anchor-2x-image-2x-screen/style.json b/metrics/integration/render-tests/icon-text-fit/both-text-anchor-2x-image-2x-screen/style.json index 1e75952eb13..aee925a618b 100644 --- a/metrics/integration/render-tests/icon-text-fit/both-text-anchor-2x-image-2x-screen/style.json +++ b/metrics/integration/render-tests/icon-text-fit/both-text-anchor-2x-image-2x-screen/style.json @@ -191,4 +191,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/icon-text-fit/both-text-anchor-icon-anchor/style.json b/metrics/integration/render-tests/icon-text-fit/both-text-anchor-icon-anchor/style.json index 354b691aa72..03369aee071 100644 --- a/metrics/integration/render-tests/icon-text-fit/both-text-anchor-icon-anchor/style.json +++ b/metrics/integration/render-tests/icon-text-fit/both-text-anchor-icon-anchor/style.json @@ -198,4 +198,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/icon-text-fit/both-text-anchor-icon-offset/style.json b/metrics/integration/render-tests/icon-text-fit/both-text-anchor-icon-offset/style.json index 9218b731040..c98ea4f6a91 100644 --- a/metrics/integration/render-tests/icon-text-fit/both-text-anchor-icon-offset/style.json +++ b/metrics/integration/render-tests/icon-text-fit/both-text-anchor-icon-offset/style.json @@ -198,4 +198,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/icon-text-fit/both-text-anchor-padding/style.json b/metrics/integration/render-tests/icon-text-fit/both-text-anchor-padding/style.json index 3be058e38f8..1f99ca895d6 100644 --- a/metrics/integration/render-tests/icon-text-fit/both-text-anchor-padding/style.json +++ b/metrics/integration/render-tests/icon-text-fit/both-text-anchor-padding/style.json @@ -198,4 +198,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/icon-text-fit/both-text-anchor/style.json b/metrics/integration/render-tests/icon-text-fit/both-text-anchor/style.json index b3a3e0b7772..8885a32d56e 100644 --- a/metrics/integration/render-tests/icon-text-fit/both-text-anchor/style.json +++ b/metrics/integration/render-tests/icon-text-fit/both-text-anchor/style.json @@ -189,4 +189,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/icon-text-fit/both/style.json b/metrics/integration/render-tests/icon-text-fit/both/style.json index 17017a0351b..7fc996b2a25 100644 --- a/metrics/integration/render-tests/icon-text-fit/both/style.json +++ b/metrics/integration/render-tests/icon-text-fit/both/style.json @@ -36,4 +36,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/icon-text-fit/enlargen-both-padding/style.json b/metrics/integration/render-tests/icon-text-fit/enlargen-both-padding/style.json index 2114e648b4f..ffd29723899 100644 --- a/metrics/integration/render-tests/icon-text-fit/enlargen-both-padding/style.json +++ b/metrics/integration/render-tests/icon-text-fit/enlargen-both-padding/style.json @@ -39,4 +39,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/icon-text-fit/enlargen-both/style.json b/metrics/integration/render-tests/icon-text-fit/enlargen-both/style.json index 7c76c51f153..178002d6b71 100644 --- a/metrics/integration/render-tests/icon-text-fit/enlargen-both/style.json +++ b/metrics/integration/render-tests/icon-text-fit/enlargen-both/style.json @@ -38,4 +38,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/icon-text-fit/enlargen-height/style.json b/metrics/integration/render-tests/icon-text-fit/enlargen-height/style.json index 2cf205f0b6d..caa1d9a737d 100644 --- a/metrics/integration/render-tests/icon-text-fit/enlargen-height/style.json +++ b/metrics/integration/render-tests/icon-text-fit/enlargen-height/style.json @@ -37,4 +37,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/icon-text-fit/enlargen-width/style.json b/metrics/integration/render-tests/icon-text-fit/enlargen-width/style.json index 00f0e293488..907842e2dbb 100644 --- a/metrics/integration/render-tests/icon-text-fit/enlargen-width/style.json +++ b/metrics/integration/render-tests/icon-text-fit/enlargen-width/style.json @@ -38,4 +38,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/icon-text-fit/height-padding/style.json b/metrics/integration/render-tests/icon-text-fit/height-padding/style.json index 377ef31c01c..d7826c8696c 100644 --- a/metrics/integration/render-tests/icon-text-fit/height-padding/style.json +++ b/metrics/integration/render-tests/icon-text-fit/height-padding/style.json @@ -42,4 +42,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/icon-text-fit/height-text-anchor-padding/style.json b/metrics/integration/render-tests/icon-text-fit/height-text-anchor-padding/style.json index 253b546ff42..fb128f184e8 100644 --- a/metrics/integration/render-tests/icon-text-fit/height-text-anchor-padding/style.json +++ b/metrics/integration/render-tests/icon-text-fit/height-text-anchor-padding/style.json @@ -198,4 +198,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/icon-text-fit/height-text-anchor/style.json b/metrics/integration/render-tests/icon-text-fit/height-text-anchor/style.json index 582d02aab07..29e11ab10d7 100644 --- a/metrics/integration/render-tests/icon-text-fit/height-text-anchor/style.json +++ b/metrics/integration/render-tests/icon-text-fit/height-text-anchor/style.json @@ -189,4 +189,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/icon-text-fit/height/style.json b/metrics/integration/render-tests/icon-text-fit/height/style.json index 58263210f9f..f8fabeb74ca 100644 --- a/metrics/integration/render-tests/icon-text-fit/height/style.json +++ b/metrics/integration/render-tests/icon-text-fit/height/style.json @@ -36,4 +36,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/icon-text-fit/none/style.json b/metrics/integration/render-tests/icon-text-fit/none/style.json index d5a1ea09179..2026183b5e7 100644 --- a/metrics/integration/render-tests/icon-text-fit/none/style.json +++ b/metrics/integration/render-tests/icon-text-fit/none/style.json @@ -36,4 +36,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/icon-text-fit/textFit-anchors-long/style.json b/metrics/integration/render-tests/icon-text-fit/textFit-anchors-long/style.json index daa6053e117..652199e1cd5 100644 --- a/metrics/integration/render-tests/icon-text-fit/textFit-anchors-long/style.json +++ b/metrics/integration/render-tests/icon-text-fit/textFit-anchors-long/style.json @@ -190,4 +190,4 @@ } } ] - } \ No newline at end of file + } diff --git a/metrics/integration/render-tests/icon-text-fit/textFit-anchors-short/style.json b/metrics/integration/render-tests/icon-text-fit/textFit-anchors-short/style.json index 1587d6940b3..4834988ff83 100644 --- a/metrics/integration/render-tests/icon-text-fit/textFit-anchors-short/style.json +++ b/metrics/integration/render-tests/icon-text-fit/textFit-anchors-short/style.json @@ -190,4 +190,4 @@ } } ] - } \ No newline at end of file + } diff --git a/metrics/integration/render-tests/icon-text-fit/textFit-grid-long-vertical/style.json b/metrics/integration/render-tests/icon-text-fit/textFit-grid-long-vertical/style.json index 76d81ef8112..d427724c8e9 100644 --- a/metrics/integration/render-tests/icon-text-fit/textFit-grid-long-vertical/style.json +++ b/metrics/integration/render-tests/icon-text-fit/textFit-grid-long-vertical/style.json @@ -188,4 +188,4 @@ } } ] - } \ No newline at end of file + } diff --git a/metrics/integration/render-tests/icon-text-fit/textFit-grid-long/style.json b/metrics/integration/render-tests/icon-text-fit/textFit-grid-long/style.json index 85fe30f01c3..05629fb1702 100644 --- a/metrics/integration/render-tests/icon-text-fit/textFit-grid-long/style.json +++ b/metrics/integration/render-tests/icon-text-fit/textFit-grid-long/style.json @@ -179,4 +179,4 @@ } } ] - } \ No newline at end of file + } diff --git a/metrics/integration/render-tests/icon-text-fit/textFit-grid-short-vertical/style.json b/metrics/integration/render-tests/icon-text-fit/textFit-grid-short-vertical/style.json index b163434ee13..6558733696e 100644 --- a/metrics/integration/render-tests/icon-text-fit/textFit-grid-short-vertical/style.json +++ b/metrics/integration/render-tests/icon-text-fit/textFit-grid-short-vertical/style.json @@ -188,4 +188,4 @@ } } ] - } \ No newline at end of file + } diff --git a/metrics/integration/render-tests/icon-text-fit/textFit-grid-short/style.json b/metrics/integration/render-tests/icon-text-fit/textFit-grid-short/style.json index 432b6cee783..8a041167433 100644 --- a/metrics/integration/render-tests/icon-text-fit/textFit-grid-short/style.json +++ b/metrics/integration/render-tests/icon-text-fit/textFit-grid-short/style.json @@ -179,4 +179,4 @@ } } ] - } \ No newline at end of file + } diff --git a/metrics/integration/render-tests/icon-text-fit/width-padding/style.json b/metrics/integration/render-tests/icon-text-fit/width-padding/style.json index c886c9a4355..dc18bccf5f4 100644 --- a/metrics/integration/render-tests/icon-text-fit/width-padding/style.json +++ b/metrics/integration/render-tests/icon-text-fit/width-padding/style.json @@ -42,4 +42,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/icon-text-fit/width-text-anchor-padding/style.json b/metrics/integration/render-tests/icon-text-fit/width-text-anchor-padding/style.json index 0bfc7214cdb..c3afba47b0b 100644 --- a/metrics/integration/render-tests/icon-text-fit/width-text-anchor-padding/style.json +++ b/metrics/integration/render-tests/icon-text-fit/width-text-anchor-padding/style.json @@ -198,4 +198,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/icon-text-fit/width-text-anchor/style.json b/metrics/integration/render-tests/icon-text-fit/width-text-anchor/style.json index 783b19cdd0d..b5762c3f0d0 100644 --- a/metrics/integration/render-tests/icon-text-fit/width-text-anchor/style.json +++ b/metrics/integration/render-tests/icon-text-fit/width-text-anchor/style.json @@ -189,4 +189,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/icon-text-fit/width/style.json b/metrics/integration/render-tests/icon-text-fit/width/style.json index 48ba9c44466..a2dbe21815c 100644 --- a/metrics/integration/render-tests/icon-text-fit/width/style.json +++ b/metrics/integration/render-tests/icon-text-fit/width/style.json @@ -36,4 +36,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/icon-translate-anchor/map/style.json b/metrics/integration/render-tests/icon-translate-anchor/map/style.json index 152d5a30f4f..4a3f0158361 100644 --- a/metrics/integration/render-tests/icon-translate-anchor/map/style.json +++ b/metrics/integration/render-tests/icon-translate-anchor/map/style.json @@ -54,4 +54,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/icon-translate-anchor/viewport/style.json b/metrics/integration/render-tests/icon-translate-anchor/viewport/style.json index 5195e42c92a..f66cdab28f3 100644 --- a/metrics/integration/render-tests/icon-translate-anchor/viewport/style.json +++ b/metrics/integration/render-tests/icon-translate-anchor/viewport/style.json @@ -54,4 +54,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/icon-translate/default/style.json b/metrics/integration/render-tests/icon-translate/default/style.json index 7268e11afc1..11e74054d01 100644 --- a/metrics/integration/render-tests/icon-translate/default/style.json +++ b/metrics/integration/render-tests/icon-translate/default/style.json @@ -47,4 +47,4 @@ "paint": {} } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/icon-translate/function/style.json b/metrics/integration/render-tests/icon-translate/function/style.json index e62ec20a096..516c3e8f8cb 100644 --- a/metrics/integration/render-tests/icon-translate/function/style.json +++ b/metrics/integration/render-tests/icon-translate/function/style.json @@ -66,4 +66,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/icon-translate/literal/style.json b/metrics/integration/render-tests/icon-translate/literal/style.json index 3839f991ad8..81acd98eaed 100644 --- a/metrics/integration/render-tests/icon-translate/literal/style.json +++ b/metrics/integration/render-tests/icon-translate/literal/style.json @@ -52,4 +52,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/icon-visibility/none/style.json b/metrics/integration/render-tests/icon-visibility/none/style.json index 4f1e76404d9..98e437b0ce2 100644 --- a/metrics/integration/render-tests/icon-visibility/none/style.json +++ b/metrics/integration/render-tests/icon-visibility/none/style.json @@ -51,4 +51,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/icon-visibility/visible/style.json b/metrics/integration/render-tests/icon-visibility/visible/style.json index 46d5c335862..05960757455 100644 --- a/metrics/integration/render-tests/icon-visibility/visible/style.json +++ b/metrics/integration/render-tests/icon-visibility/visible/style.json @@ -51,4 +51,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/image/default/style.json b/metrics/integration/render-tests/image/default/style.json index f417e14ace6..0ddb70e5daf 100644 --- a/metrics/integration/render-tests/image/default/style.json +++ b/metrics/integration/render-tests/image/default/style.json @@ -45,4 +45,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/image/pitched/style.json b/metrics/integration/render-tests/image/pitched/style.json index e73a9db77e3..3c0a5804855 100644 --- a/metrics/integration/render-tests/image/pitched/style.json +++ b/metrics/integration/render-tests/image/pitched/style.json @@ -34,4 +34,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/image/raster-brightness/style.json b/metrics/integration/render-tests/image/raster-brightness/style.json index 14c3f9065ef..b50286d82ad 100644 --- a/metrics/integration/render-tests/image/raster-brightness/style.json +++ b/metrics/integration/render-tests/image/raster-brightness/style.json @@ -47,4 +47,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/image/raster-contrast/style.json b/metrics/integration/render-tests/image/raster-contrast/style.json index 6d3df6a0a73..060d0922220 100644 --- a/metrics/integration/render-tests/image/raster-contrast/style.json +++ b/metrics/integration/render-tests/image/raster-contrast/style.json @@ -46,4 +46,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/image/raster-hue-rotate/style.json b/metrics/integration/render-tests/image/raster-hue-rotate/style.json index c8f53c4326b..74a70ceeae6 100644 --- a/metrics/integration/render-tests/image/raster-hue-rotate/style.json +++ b/metrics/integration/render-tests/image/raster-hue-rotate/style.json @@ -46,4 +46,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/image/raster-opacity/style.json b/metrics/integration/render-tests/image/raster-opacity/style.json index 09733fff75d..e80affae5e1 100644 --- a/metrics/integration/render-tests/image/raster-opacity/style.json +++ b/metrics/integration/render-tests/image/raster-opacity/style.json @@ -46,4 +46,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/image/raster-saturation/style.json b/metrics/integration/render-tests/image/raster-saturation/style.json index c5bd8da83a3..971aaa75dbd 100644 --- a/metrics/integration/render-tests/image/raster-saturation/style.json +++ b/metrics/integration/render-tests/image/raster-saturation/style.json @@ -46,4 +46,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/image/raster-visibility/style.json b/metrics/integration/render-tests/image/raster-visibility/style.json index f417e14ace6..0ddb70e5daf 100644 --- a/metrics/integration/render-tests/image/raster-visibility/style.json +++ b/metrics/integration/render-tests/image/raster-visibility/style.json @@ -45,4 +45,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/line-blur/default/style.json b/metrics/integration/render-tests/line-blur/default/style.json index ff08fa0a5ae..762210380bb 100644 --- a/metrics/integration/render-tests/line-blur/default/style.json +++ b/metrics/integration/render-tests/line-blur/default/style.json @@ -38,4 +38,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/line-blur/function/style.json b/metrics/integration/render-tests/line-blur/function/style.json index a47832f33ed..521735fcab2 100644 --- a/metrics/integration/render-tests/line-blur/function/style.json +++ b/metrics/integration/render-tests/line-blur/function/style.json @@ -50,4 +50,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/line-blur/literal/style.json b/metrics/integration/render-tests/line-blur/literal/style.json index ccfb2e85bff..d23550319c6 100644 --- a/metrics/integration/render-tests/line-blur/literal/style.json +++ b/metrics/integration/render-tests/line-blur/literal/style.json @@ -39,4 +39,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/line-cap/butt/style.json b/metrics/integration/render-tests/line-cap/butt/style.json index b336a0a1d0f..4d1bbb4bc80 100644 --- a/metrics/integration/render-tests/line-cap/butt/style.json +++ b/metrics/integration/render-tests/line-cap/butt/style.json @@ -42,4 +42,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/line-cap/round/style.json b/metrics/integration/render-tests/line-cap/round/style.json index 9280f3f52f6..ba5595e2c57 100644 --- a/metrics/integration/render-tests/line-cap/round/style.json +++ b/metrics/integration/render-tests/line-cap/round/style.json @@ -42,4 +42,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/line-cap/square/style.json b/metrics/integration/render-tests/line-cap/square/style.json index 77ecd205490..f482630f940 100644 --- a/metrics/integration/render-tests/line-cap/square/style.json +++ b/metrics/integration/render-tests/line-cap/square/style.json @@ -42,4 +42,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/line-color/default/style.json b/metrics/integration/render-tests/line-color/default/style.json index 78021eaa628..5f4e91291d9 100644 --- a/metrics/integration/render-tests/line-color/default/style.json +++ b/metrics/integration/render-tests/line-color/default/style.json @@ -37,4 +37,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/line-color/function/style.json b/metrics/integration/render-tests/line-color/function/style.json index b4a5daa1b1b..3fb9461d993 100644 --- a/metrics/integration/render-tests/line-color/function/style.json +++ b/metrics/integration/render-tests/line-color/function/style.json @@ -49,4 +49,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/line-color/literal/style.json b/metrics/integration/render-tests/line-color/literal/style.json index e70ffe16681..c36df30cb1e 100644 --- a/metrics/integration/render-tests/line-color/literal/style.json +++ b/metrics/integration/render-tests/line-color/literal/style.json @@ -38,4 +38,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/line-dasharray/long-segment/style.json b/metrics/integration/render-tests/line-dasharray/long-segment/style.json index b87c5b628b4..2a059722697 100644 --- a/metrics/integration/render-tests/line-dasharray/long-segment/style.json +++ b/metrics/integration/render-tests/line-dasharray/long-segment/style.json @@ -56,4 +56,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/line-dasharray/overscaled/style.json b/metrics/integration/render-tests/line-dasharray/overscaled/style.json index 0f23d1e4dd2..1524228d7cb 100644 --- a/metrics/integration/render-tests/line-dasharray/overscaled/style.json +++ b/metrics/integration/render-tests/line-dasharray/overscaled/style.json @@ -42,4 +42,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/line-dasharray/slant/style.json b/metrics/integration/render-tests/line-dasharray/slant/style.json index f1e503abe93..4bbcf964b90 100644 --- a/metrics/integration/render-tests/line-dasharray/slant/style.json +++ b/metrics/integration/render-tests/line-dasharray/slant/style.json @@ -42,4 +42,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/line-gap-width/default/style.json b/metrics/integration/render-tests/line-gap-width/default/style.json index 3c1cce5bddb..66e3852620c 100644 --- a/metrics/integration/render-tests/line-gap-width/default/style.json +++ b/metrics/integration/render-tests/line-gap-width/default/style.json @@ -66,4 +66,4 @@ "source": "geojson" } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/line-gap-width/function/style.json b/metrics/integration/render-tests/line-gap-width/function/style.json index d66a2f77318..c54e4c22642 100644 --- a/metrics/integration/render-tests/line-gap-width/function/style.json +++ b/metrics/integration/render-tests/line-gap-width/function/style.json @@ -80,4 +80,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/line-gap-width/literal/style.json b/metrics/integration/render-tests/line-gap-width/literal/style.json index b9e0e8a2452..ddd2ce84e41 100644 --- a/metrics/integration/render-tests/line-gap-width/literal/style.json +++ b/metrics/integration/render-tests/line-gap-width/literal/style.json @@ -69,4 +69,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/line-offset/default/style.json b/metrics/integration/render-tests/line-offset/default/style.json index 9fec41f7df6..a76ac2c655e 100644 --- a/metrics/integration/render-tests/line-offset/default/style.json +++ b/metrics/integration/render-tests/line-offset/default/style.json @@ -39,4 +39,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/line-offset/function/style.json b/metrics/integration/render-tests/line-offset/function/style.json index 1b8d36ceb63..cbf7fd2e98e 100644 --- a/metrics/integration/render-tests/line-offset/function/style.json +++ b/metrics/integration/render-tests/line-offset/function/style.json @@ -50,4 +50,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/line-offset/literal-negative/style.json b/metrics/integration/render-tests/line-offset/literal-negative/style.json index c73c27974f2..d7ecc8f4630 100644 --- a/metrics/integration/render-tests/line-offset/literal-negative/style.json +++ b/metrics/integration/render-tests/line-offset/literal-negative/style.json @@ -40,4 +40,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/line-offset/literal/style.json b/metrics/integration/render-tests/line-offset/literal/style.json index e10e900686e..aa711bc3bf2 100644 --- a/metrics/integration/render-tests/line-offset/literal/style.json +++ b/metrics/integration/render-tests/line-offset/literal/style.json @@ -39,4 +39,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/line-opacity/default/style.json b/metrics/integration/render-tests/line-opacity/default/style.json index 01b8ab97896..895a892f32b 100644 --- a/metrics/integration/render-tests/line-opacity/default/style.json +++ b/metrics/integration/render-tests/line-opacity/default/style.json @@ -69,4 +69,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/line-opacity/function/style.json b/metrics/integration/render-tests/line-opacity/function/style.json index b130e9094db..0669af3a586 100644 --- a/metrics/integration/render-tests/line-opacity/function/style.json +++ b/metrics/integration/render-tests/line-opacity/function/style.json @@ -81,4 +81,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/line-opacity/literal/style.json b/metrics/integration/render-tests/line-opacity/literal/style.json index 50213cf69e3..94a04db46bd 100644 --- a/metrics/integration/render-tests/line-opacity/literal/style.json +++ b/metrics/integration/render-tests/line-opacity/literal/style.json @@ -70,4 +70,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/line-pitch/default/style.json b/metrics/integration/render-tests/line-pitch/default/style.json index 78021eaa628..5f4e91291d9 100644 --- a/metrics/integration/render-tests/line-pitch/default/style.json +++ b/metrics/integration/render-tests/line-pitch/default/style.json @@ -37,4 +37,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/line-pitch/pitch0/style.json b/metrics/integration/render-tests/line-pitch/pitch0/style.json index 374e28ead97..1550e816ebd 100644 --- a/metrics/integration/render-tests/line-pitch/pitch0/style.json +++ b/metrics/integration/render-tests/line-pitch/pitch0/style.json @@ -38,4 +38,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/line-pitch/pitch15/style.json b/metrics/integration/render-tests/line-pitch/pitch15/style.json index b6c2a33a496..86ab881f221 100644 --- a/metrics/integration/render-tests/line-pitch/pitch15/style.json +++ b/metrics/integration/render-tests/line-pitch/pitch15/style.json @@ -38,4 +38,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/line-pitch/pitch30/style.json b/metrics/integration/render-tests/line-pitch/pitch30/style.json index a8b8fab09ce..2e0a653f78d 100644 --- a/metrics/integration/render-tests/line-pitch/pitch30/style.json +++ b/metrics/integration/render-tests/line-pitch/pitch30/style.json @@ -38,4 +38,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/line-pitch/pitchAndBearing/style.json b/metrics/integration/render-tests/line-pitch/pitchAndBearing/style.json index daefa3a9335..57ac73b90b6 100644 --- a/metrics/integration/render-tests/line-pitch/pitchAndBearing/style.json +++ b/metrics/integration/render-tests/line-pitch/pitchAndBearing/style.json @@ -39,4 +39,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/line-translate-anchor/map/style.json b/metrics/integration/render-tests/line-translate-anchor/map/style.json index 718dd1912ed..88a48cb6c5d 100644 --- a/metrics/integration/render-tests/line-translate-anchor/map/style.json +++ b/metrics/integration/render-tests/line-translate-anchor/map/style.json @@ -44,4 +44,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/line-translate-anchor/viewport/style.json b/metrics/integration/render-tests/line-translate-anchor/viewport/style.json index f84ccfa50cc..e53f459832c 100644 --- a/metrics/integration/render-tests/line-translate-anchor/viewport/style.json +++ b/metrics/integration/render-tests/line-translate-anchor/viewport/style.json @@ -44,4 +44,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/line-translate/default/style.json b/metrics/integration/render-tests/line-translate/default/style.json index ff08fa0a5ae..762210380bb 100644 --- a/metrics/integration/render-tests/line-translate/default/style.json +++ b/metrics/integration/render-tests/line-translate/default/style.json @@ -38,4 +38,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/line-translate/function/style.json b/metrics/integration/render-tests/line-translate/function/style.json index f861f7998fb..300ed1cb2c0 100644 --- a/metrics/integration/render-tests/line-translate/function/style.json +++ b/metrics/integration/render-tests/line-translate/function/style.json @@ -56,4 +56,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/line-translate/literal/style.json b/metrics/integration/render-tests/line-translate/literal/style.json index bf5f98a87b5..5402284d504 100644 --- a/metrics/integration/render-tests/line-translate/literal/style.json +++ b/metrics/integration/render-tests/line-translate/literal/style.json @@ -42,4 +42,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/line-triangulation/default/style.json b/metrics/integration/render-tests/line-triangulation/default/style.json index c09adcbcdf9..b0e3c189172 100644 --- a/metrics/integration/render-tests/line-triangulation/default/style.json +++ b/metrics/integration/render-tests/line-triangulation/default/style.json @@ -200,4 +200,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/line-triangulation/round/style.json b/metrics/integration/render-tests/line-triangulation/round/style.json index 9045b405b57..20878e76021 100644 --- a/metrics/integration/render-tests/line-triangulation/round/style.json +++ b/metrics/integration/render-tests/line-triangulation/round/style.json @@ -203,4 +203,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/line-visibility/none/style.json b/metrics/integration/render-tests/line-visibility/none/style.json index 00c8e117a1f..c4ebbbd9abf 100644 --- a/metrics/integration/render-tests/line-visibility/none/style.json +++ b/metrics/integration/render-tests/line-visibility/none/style.json @@ -41,4 +41,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/line-visibility/visible/style.json b/metrics/integration/render-tests/line-visibility/visible/style.json index e8b82677318..260c0661310 100644 --- a/metrics/integration/render-tests/line-visibility/visible/style.json +++ b/metrics/integration/render-tests/line-visibility/visible/style.json @@ -41,4 +41,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/line-width/default/style.json b/metrics/integration/render-tests/line-width/default/style.json index 12584eccff2..610969dcc12 100644 --- a/metrics/integration/render-tests/line-width/default/style.json +++ b/metrics/integration/render-tests/line-width/default/style.json @@ -35,4 +35,4 @@ "paint": {} } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/line-width/function/style.json b/metrics/integration/render-tests/line-width/function/style.json index b3da2cdd589..477aa973332 100644 --- a/metrics/integration/render-tests/line-width/function/style.json +++ b/metrics/integration/render-tests/line-width/function/style.json @@ -48,4 +48,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/line-width/literal/style.json b/metrics/integration/render-tests/line-width/literal/style.json index 7ee5743ad5a..bad7465d924 100644 --- a/metrics/integration/render-tests/line-width/literal/style.json +++ b/metrics/integration/render-tests/line-width/literal/style.json @@ -37,4 +37,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/line-width/property-function/style.json b/metrics/integration/render-tests/line-width/property-function/style.json index 69d2c3daa3e..aa4a2af10d7 100644 --- a/metrics/integration/render-tests/line-width/property-function/style.json +++ b/metrics/integration/render-tests/line-width/property-function/style.json @@ -66,4 +66,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/linear-filter-opacity-edge/literal/style.json b/metrics/integration/render-tests/linear-filter-opacity-edge/literal/style.json index 2f11e99cf71..bf36762d4db 100644 --- a/metrics/integration/render-tests/linear-filter-opacity-edge/literal/style.json +++ b/metrics/integration/render-tests/linear-filter-opacity-edge/literal/style.json @@ -48,4 +48,4 @@ "paint": {} } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/raster-alpha/default/style.json b/metrics/integration/render-tests/raster-alpha/default/style.json index 8d3ccbb5877..841e2a3badd 100644 --- a/metrics/integration/render-tests/raster-alpha/default/style.json +++ b/metrics/integration/render-tests/raster-alpha/default/style.json @@ -37,4 +37,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/raster-brightness/default/style.json b/metrics/integration/render-tests/raster-brightness/default/style.json index a2db2f18d83..6d18deb2752 100644 --- a/metrics/integration/render-tests/raster-brightness/default/style.json +++ b/metrics/integration/render-tests/raster-brightness/default/style.json @@ -30,4 +30,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/raster-brightness/function/style.json b/metrics/integration/render-tests/raster-brightness/function/style.json index e2935e34074..cd5c7ff38b2 100644 --- a/metrics/integration/render-tests/raster-brightness/function/style.json +++ b/metrics/integration/render-tests/raster-brightness/function/style.json @@ -54,4 +54,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/raster-brightness/literal/style.json b/metrics/integration/render-tests/raster-brightness/literal/style.json index 4cb59b0fc8a..d517930450b 100644 --- a/metrics/integration/render-tests/raster-brightness/literal/style.json +++ b/metrics/integration/render-tests/raster-brightness/literal/style.json @@ -32,4 +32,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/raster-contrast/default/style.json b/metrics/integration/render-tests/raster-contrast/default/style.json index a2db2f18d83..6d18deb2752 100644 --- a/metrics/integration/render-tests/raster-contrast/default/style.json +++ b/metrics/integration/render-tests/raster-contrast/default/style.json @@ -30,4 +30,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/raster-contrast/function/style.json b/metrics/integration/render-tests/raster-contrast/function/style.json index dcf22a3524f..13211e9d047 100644 --- a/metrics/integration/render-tests/raster-contrast/function/style.json +++ b/metrics/integration/render-tests/raster-contrast/function/style.json @@ -42,4 +42,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/raster-contrast/literal/style.json b/metrics/integration/render-tests/raster-contrast/literal/style.json index 25e131c1ad6..cc8023af248 100644 --- a/metrics/integration/render-tests/raster-contrast/literal/style.json +++ b/metrics/integration/render-tests/raster-contrast/literal/style.json @@ -31,4 +31,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/raster-hue-rotate/default/style.json b/metrics/integration/render-tests/raster-hue-rotate/default/style.json index a2db2f18d83..6d18deb2752 100644 --- a/metrics/integration/render-tests/raster-hue-rotate/default/style.json +++ b/metrics/integration/render-tests/raster-hue-rotate/default/style.json @@ -30,4 +30,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/raster-hue-rotate/function/style.json b/metrics/integration/render-tests/raster-hue-rotate/function/style.json index 011c5c09923..d1ef45ed757 100644 --- a/metrics/integration/render-tests/raster-hue-rotate/function/style.json +++ b/metrics/integration/render-tests/raster-hue-rotate/function/style.json @@ -42,4 +42,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/raster-hue-rotate/literal/style.json b/metrics/integration/render-tests/raster-hue-rotate/literal/style.json index 14b3c376db5..b7bf44e8b38 100644 --- a/metrics/integration/render-tests/raster-hue-rotate/literal/style.json +++ b/metrics/integration/render-tests/raster-hue-rotate/literal/style.json @@ -31,4 +31,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/raster-loading/missing/style.json b/metrics/integration/render-tests/raster-loading/missing/style.json index f23377290c7..87358a48f4b 100644 --- a/metrics/integration/render-tests/raster-loading/missing/style.json +++ b/metrics/integration/render-tests/raster-loading/missing/style.json @@ -31,4 +31,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/raster-opacity/default/style.json b/metrics/integration/render-tests/raster-opacity/default/style.json index a2db2f18d83..6d18deb2752 100644 --- a/metrics/integration/render-tests/raster-opacity/default/style.json +++ b/metrics/integration/render-tests/raster-opacity/default/style.json @@ -30,4 +30,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/raster-opacity/function/style.json b/metrics/integration/render-tests/raster-opacity/function/style.json index ee238d41b8a..5b97c049a80 100644 --- a/metrics/integration/render-tests/raster-opacity/function/style.json +++ b/metrics/integration/render-tests/raster-opacity/function/style.json @@ -42,4 +42,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/raster-opacity/literal/style.json b/metrics/integration/render-tests/raster-opacity/literal/style.json index 989097bf1dc..f6d0ba85eef 100644 --- a/metrics/integration/render-tests/raster-opacity/literal/style.json +++ b/metrics/integration/render-tests/raster-opacity/literal/style.json @@ -31,4 +31,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/raster-rotation/0/style.json b/metrics/integration/render-tests/raster-rotation/0/style.json index bfbebd2c095..4c4dc71786c 100644 --- a/metrics/integration/render-tests/raster-rotation/0/style.json +++ b/metrics/integration/render-tests/raster-rotation/0/style.json @@ -31,4 +31,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/raster-rotation/180/style.json b/metrics/integration/render-tests/raster-rotation/180/style.json index 974b7a02d38..eb5a3734418 100644 --- a/metrics/integration/render-tests/raster-rotation/180/style.json +++ b/metrics/integration/render-tests/raster-rotation/180/style.json @@ -31,4 +31,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/raster-rotation/270/style.json b/metrics/integration/render-tests/raster-rotation/270/style.json index 3105d4859fe..de4fd12e8a5 100644 --- a/metrics/integration/render-tests/raster-rotation/270/style.json +++ b/metrics/integration/render-tests/raster-rotation/270/style.json @@ -31,4 +31,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/raster-rotation/45/style.json b/metrics/integration/render-tests/raster-rotation/45/style.json index afafdf4dad0..c5b061a2e38 100644 --- a/metrics/integration/render-tests/raster-rotation/45/style.json +++ b/metrics/integration/render-tests/raster-rotation/45/style.json @@ -31,4 +31,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/raster-rotation/90/style.json b/metrics/integration/render-tests/raster-rotation/90/style.json index bb9d7269d8b..d8ffd42c16f 100644 --- a/metrics/integration/render-tests/raster-rotation/90/style.json +++ b/metrics/integration/render-tests/raster-rotation/90/style.json @@ -31,4 +31,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/raster-saturation/default/style.json b/metrics/integration/render-tests/raster-saturation/default/style.json index a2db2f18d83..6d18deb2752 100644 --- a/metrics/integration/render-tests/raster-saturation/default/style.json +++ b/metrics/integration/render-tests/raster-saturation/default/style.json @@ -30,4 +30,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/raster-saturation/function/style.json b/metrics/integration/render-tests/raster-saturation/function/style.json index aa0adda6b1d..22dc2374a1a 100644 --- a/metrics/integration/render-tests/raster-saturation/function/style.json +++ b/metrics/integration/render-tests/raster-saturation/function/style.json @@ -42,4 +42,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/raster-saturation/literal/style.json b/metrics/integration/render-tests/raster-saturation/literal/style.json index 307b80829cd..e7004bacc17 100644 --- a/metrics/integration/render-tests/raster-saturation/literal/style.json +++ b/metrics/integration/render-tests/raster-saturation/literal/style.json @@ -31,4 +31,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/raster-visibility/none/style.json b/metrics/integration/render-tests/raster-visibility/none/style.json index 1cfd1c686f9..5786ed790a0 100644 --- a/metrics/integration/render-tests/raster-visibility/none/style.json +++ b/metrics/integration/render-tests/raster-visibility/none/style.json @@ -53,4 +53,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/raster-visibility/visible/style.json b/metrics/integration/render-tests/raster-visibility/visible/style.json index 54e4718e36f..64659fc8cd6 100644 --- a/metrics/integration/render-tests/raster-visibility/visible/style.json +++ b/metrics/integration/render-tests/raster-visibility/visible/style.json @@ -53,4 +53,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/regressions/mapbox-gl-js#2305/style.json b/metrics/integration/render-tests/regressions/mapbox-gl-js#2305/style.json index f7843ad5045..7b469599e7f 100644 --- a/metrics/integration/render-tests/regressions/mapbox-gl-js#2305/style.json +++ b/metrics/integration/render-tests/regressions/mapbox-gl-js#2305/style.json @@ -32,4 +32,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/regressions/mapbox-gl-js#2523/style.json b/metrics/integration/render-tests/regressions/mapbox-gl-js#2523/style.json index 06b820a0b4e..61ff53142b4 100644 --- a/metrics/integration/render-tests/regressions/mapbox-gl-js#2523/style.json +++ b/metrics/integration/render-tests/regressions/mapbox-gl-js#2523/style.json @@ -55,4 +55,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/regressions/mapbox-gl-js#2929/style.json b/metrics/integration/render-tests/regressions/mapbox-gl-js#2929/style.json index 4b8b1db09a4..9969c846805 100644 --- a/metrics/integration/render-tests/regressions/mapbox-gl-js#2929/style.json +++ b/metrics/integration/render-tests/regressions/mapbox-gl-js#2929/style.json @@ -58,4 +58,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/regressions/mapbox-gl-js#3010/style.json b/metrics/integration/render-tests/regressions/mapbox-gl-js#3010/style.json index 56e0e089fea..12e0697dca1 100644 --- a/metrics/integration/render-tests/regressions/mapbox-gl-js#3010/style.json +++ b/metrics/integration/render-tests/regressions/mapbox-gl-js#3010/style.json @@ -45,4 +45,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/regressions/mapbox-gl-js#3365/style.json b/metrics/integration/render-tests/regressions/mapbox-gl-js#3365/style.json index 58f3897aa96..64552950a47 100644 --- a/metrics/integration/render-tests/regressions/mapbox-gl-js#3365/style.json +++ b/metrics/integration/render-tests/regressions/mapbox-gl-js#3365/style.json @@ -58,4 +58,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/regressions/mapbox-gl-js#3394/style.json b/metrics/integration/render-tests/regressions/mapbox-gl-js#3394/style.json index 1c442038cef..198d2a480c7 100644 --- a/metrics/integration/render-tests/regressions/mapbox-gl-js#3394/style.json +++ b/metrics/integration/render-tests/regressions/mapbox-gl-js#3394/style.json @@ -47,4 +47,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/regressions/mapbox-gl-js#3548/style.json b/metrics/integration/render-tests/regressions/mapbox-gl-js#3548/style.json index 587606ebb0f..898a20f89cc 100644 --- a/metrics/integration/render-tests/regressions/mapbox-gl-js#3548/style.json +++ b/metrics/integration/render-tests/regressions/mapbox-gl-js#3548/style.json @@ -181,4 +181,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/regressions/mapbox-gl-js#3614/style.json b/metrics/integration/render-tests/regressions/mapbox-gl-js#3614/style.json index 1cc10611ffd..1a88b598194 100644 --- a/metrics/integration/render-tests/regressions/mapbox-gl-js#3614/style.json +++ b/metrics/integration/render-tests/regressions/mapbox-gl-js#3614/style.json @@ -37,4 +37,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/regressions/mapbox-gl-js#3623/style.json b/metrics/integration/render-tests/regressions/mapbox-gl-js#3623/style.json index 94bdbaf7c09..31d4c835977 100644 --- a/metrics/integration/render-tests/regressions/mapbox-gl-js#3623/style.json +++ b/metrics/integration/render-tests/regressions/mapbox-gl-js#3623/style.json @@ -75,4 +75,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/regressions/mapbox-gl-js#3682/style.json b/metrics/integration/render-tests/regressions/mapbox-gl-js#3682/style.json index ed5b8bb3ff0..44e931ddf64 100644 --- a/metrics/integration/render-tests/regressions/mapbox-gl-js#3682/style.json +++ b/metrics/integration/render-tests/regressions/mapbox-gl-js#3682/style.json @@ -47,4 +47,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/regressions/mapbox-gl-js#3723/style.json b/metrics/integration/render-tests/regressions/mapbox-gl-js#3723/style.json index 5481ce5592e..2fb8969f9d9 100644 --- a/metrics/integration/render-tests/regressions/mapbox-gl-js#3723/style.json +++ b/metrics/integration/render-tests/regressions/mapbox-gl-js#3723/style.json @@ -26,4 +26,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/regressions/mapbox-gl-js#3819/style.json b/metrics/integration/render-tests/regressions/mapbox-gl-js#3819/style.json index 14adeb2c265..fcd5b485e21 100644 --- a/metrics/integration/render-tests/regressions/mapbox-gl-js#3819/style.json +++ b/metrics/integration/render-tests/regressions/mapbox-gl-js#3819/style.json @@ -38,4 +38,4 @@ "source": "geojson" } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/regressions/mapbox-gl-js#3903/style.json b/metrics/integration/render-tests/regressions/mapbox-gl-js#3903/style.json index 57acc74aeb2..1acd5f1043a 100644 --- a/metrics/integration/render-tests/regressions/mapbox-gl-js#3903/style.json +++ b/metrics/integration/render-tests/regressions/mapbox-gl-js#3903/style.json @@ -29,4 +29,4 @@ "type": "background" } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/regressions/mapbox-gl-js#4150/style.json b/metrics/integration/render-tests/regressions/mapbox-gl-js#4150/style.json index 4c8df625cd7..949a114ef76 100644 --- a/metrics/integration/render-tests/regressions/mapbox-gl-js#4150/style.json +++ b/metrics/integration/render-tests/regressions/mapbox-gl-js#4150/style.json @@ -120,4 +120,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/regressions/mapbox-gl-js#4550/style.json b/metrics/integration/render-tests/regressions/mapbox-gl-js#4550/style.json index c3a81b942dd..84a595246ac 100644 --- a/metrics/integration/render-tests/regressions/mapbox-gl-js#4550/style.json +++ b/metrics/integration/render-tests/regressions/mapbox-gl-js#4550/style.json @@ -40,4 +40,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/regressions/mapbox-gl-js#4551/style.json b/metrics/integration/render-tests/regressions/mapbox-gl-js#4551/style.json index d2c89a4e5ad..f222448363e 100644 --- a/metrics/integration/render-tests/regressions/mapbox-gl-js#4551/style.json +++ b/metrics/integration/render-tests/regressions/mapbox-gl-js#4551/style.json @@ -44,4 +44,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/regressions/mapbox-gl-js#4573/style.json b/metrics/integration/render-tests/regressions/mapbox-gl-js#4573/style.json index b4c684e126f..4d3a7217e98 100644 --- a/metrics/integration/render-tests/regressions/mapbox-gl-js#4573/style.json +++ b/metrics/integration/render-tests/regressions/mapbox-gl-js#4573/style.json @@ -40,4 +40,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/regressions/mapbox-gl-js#8026/style.json b/metrics/integration/render-tests/regressions/mapbox-gl-js#8026/style.json index b5790d49bb6..bbfc2c3698c 100644 --- a/metrics/integration/render-tests/regressions/mapbox-gl-js#8026/style.json +++ b/metrics/integration/render-tests/regressions/mapbox-gl-js#8026/style.json @@ -78,4 +78,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/regressions/mapbox-gl-native#3292/style.json b/metrics/integration/render-tests/regressions/mapbox-gl-native#3292/style.json index 92dc8da5de7..e199ae1d198 100644 --- a/metrics/integration/render-tests/regressions/mapbox-gl-native#3292/style.json +++ b/metrics/integration/render-tests/regressions/mapbox-gl-native#3292/style.json @@ -56,4 +56,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/regressions/mapbox-gl-native#5754/style.json b/metrics/integration/render-tests/regressions/mapbox-gl-native#5754/style.json index 4efb2abe0ba..c4e94e7675d 100644 --- a/metrics/integration/render-tests/regressions/mapbox-gl-native#5754/style.json +++ b/metrics/integration/render-tests/regressions/mapbox-gl-native#5754/style.json @@ -52,4 +52,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/regressions/mapbox-gl-native#6820/style.json b/metrics/integration/render-tests/regressions/mapbox-gl-native#6820/style.json index b79d4bae66c..9072dbee3a7 100644 --- a/metrics/integration/render-tests/regressions/mapbox-gl-native#6820/style.json +++ b/metrics/integration/render-tests/regressions/mapbox-gl-native#6820/style.json @@ -49,4 +49,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/regressions/mapbox-gl-native#6903/style.json b/metrics/integration/render-tests/regressions/mapbox-gl-native#6903/style.json index 2e9f0abcca2..6451046bb30 100644 --- a/metrics/integration/render-tests/regressions/mapbox-gl-native#6903/style.json +++ b/metrics/integration/render-tests/regressions/mapbox-gl-native#6903/style.json @@ -58,4 +58,3 @@ } ] } - diff --git a/metrics/integration/render-tests/regressions/mapbox-gl-native#7357/style.json b/metrics/integration/render-tests/regressions/mapbox-gl-native#7357/style.json index 7e180f58023..bbbdb719d57 100644 --- a/metrics/integration/render-tests/regressions/mapbox-gl-native#7357/style.json +++ b/metrics/integration/render-tests/regressions/mapbox-gl-native#7357/style.json @@ -74,4 +74,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/remove-feature-state/composite-expression/style.json b/metrics/integration/render-tests/remove-feature-state/composite-expression/style.json index 0823a9e8afa..2db5277ac44 100644 --- a/metrics/integration/render-tests/remove-feature-state/composite-expression/style.json +++ b/metrics/integration/render-tests/remove-feature-state/composite-expression/style.json @@ -75,4 +75,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/remove-feature-state/data-expression/style.json b/metrics/integration/render-tests/remove-feature-state/data-expression/style.json index 2c6e0b03c4d..20e39504272 100644 --- a/metrics/integration/render-tests/remove-feature-state/data-expression/style.json +++ b/metrics/integration/render-tests/remove-feature-state/data-expression/style.json @@ -67,4 +67,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/remove-feature-state/vector-source/style.json b/metrics/integration/render-tests/remove-feature-state/vector-source/style.json index 1af55ee9957..4c0e36fd5e9 100644 --- a/metrics/integration/render-tests/remove-feature-state/vector-source/style.json +++ b/metrics/integration/render-tests/remove-feature-state/vector-source/style.json @@ -73,4 +73,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/retina-raster/default/style.json b/metrics/integration/render-tests/retina-raster/default/style.json index e834a122879..edbff763dd1 100644 --- a/metrics/integration/render-tests/retina-raster/default/style.json +++ b/metrics/integration/render-tests/retina-raster/default/style.json @@ -32,4 +32,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/runtime-styling/image-add-nonsdf/style.json b/metrics/integration/render-tests/runtime-styling/image-add-nonsdf/style.json index 18885ac73bb..e20c8071b2b 100644 --- a/metrics/integration/render-tests/runtime-styling/image-add-nonsdf/style.json +++ b/metrics/integration/render-tests/runtime-styling/image-add-nonsdf/style.json @@ -38,4 +38,3 @@ }, "layers": [] } - diff --git a/metrics/integration/render-tests/runtime-styling/image-add-sdf/style.json b/metrics/integration/render-tests/runtime-styling/image-add-sdf/style.json index 1db28280b4a..6e954011181 100644 --- a/metrics/integration/render-tests/runtime-styling/image-add-sdf/style.json +++ b/metrics/integration/render-tests/runtime-styling/image-add-sdf/style.json @@ -44,4 +44,3 @@ }, "layers": [] } - diff --git a/metrics/integration/render-tests/runtime-styling/image-update-icon/style.json b/metrics/integration/render-tests/runtime-styling/image-update-icon/style.json index 97aeedd5b98..1b5ab80d5ec 100644 --- a/metrics/integration/render-tests/runtime-styling/image-update-icon/style.json +++ b/metrics/integration/render-tests/runtime-styling/image-update-icon/style.json @@ -42,4 +42,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/runtime-styling/image-update-pattern/style.json b/metrics/integration/render-tests/runtime-styling/image-update-pattern/style.json index f1ec46c722b..727abf84d6b 100644 --- a/metrics/integration/render-tests/runtime-styling/image-update-pattern/style.json +++ b/metrics/integration/render-tests/runtime-styling/image-update-pattern/style.json @@ -64,4 +64,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/runtime-styling/layout-property-default-to-property-expression/style.json b/metrics/integration/render-tests/runtime-styling/layout-property-default-to-property-expression/style.json index 346baaa178a..b6a27a02e8d 100644 --- a/metrics/integration/render-tests/runtime-styling/layout-property-default-to-property-expression/style.json +++ b/metrics/integration/render-tests/runtime-styling/layout-property-default-to-property-expression/style.json @@ -70,4 +70,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/runtime-styling/layout-property-default-to-zoom-expression/style.json b/metrics/integration/render-tests/runtime-styling/layout-property-default-to-zoom-expression/style.json index 38148fdf334..f11e387092d 100644 --- a/metrics/integration/render-tests/runtime-styling/layout-property-default-to-zoom-expression/style.json +++ b/metrics/integration/render-tests/runtime-styling/layout-property-default-to-zoom-expression/style.json @@ -48,4 +48,4 @@ "source": "geojson" } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/runtime-styling/layout-property-literal-to-property-expression/style.json b/metrics/integration/render-tests/runtime-styling/layout-property-literal-to-property-expression/style.json index 3a0827e56e9..3fe90ab1a49 100644 --- a/metrics/integration/render-tests/runtime-styling/layout-property-literal-to-property-expression/style.json +++ b/metrics/integration/render-tests/runtime-styling/layout-property-literal-to-property-expression/style.json @@ -71,4 +71,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/runtime-styling/layout-property-literal-to-zoom-expression/style.json b/metrics/integration/render-tests/runtime-styling/layout-property-literal-to-zoom-expression/style.json index f5afa5d8cab..e3822ed2db8 100644 --- a/metrics/integration/render-tests/runtime-styling/layout-property-literal-to-zoom-expression/style.json +++ b/metrics/integration/render-tests/runtime-styling/layout-property-literal-to-zoom-expression/style.json @@ -51,4 +51,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/runtime-styling/layout-property-property-expression-to-default/style.json b/metrics/integration/render-tests/runtime-styling/layout-property-property-expression-to-default/style.json index 79123ffb9c2..0f24f9489a0 100644 --- a/metrics/integration/render-tests/runtime-styling/layout-property-property-expression-to-default/style.json +++ b/metrics/integration/render-tests/runtime-styling/layout-property-property-expression-to-default/style.json @@ -71,4 +71,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/runtime-styling/layout-property-property-expression-to-literal/style.json b/metrics/integration/render-tests/runtime-styling/layout-property-property-expression-to-literal/style.json index 6ce1247ab65..39bd1c5a257 100644 --- a/metrics/integration/render-tests/runtime-styling/layout-property-property-expression-to-literal/style.json +++ b/metrics/integration/render-tests/runtime-styling/layout-property-property-expression-to-literal/style.json @@ -71,4 +71,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/runtime-styling/layout-property-text-variable-anchor/style.json b/metrics/integration/render-tests/runtime-styling/layout-property-text-variable-anchor/style.json index c98b00662e4..1371d35e2dc 100644 --- a/metrics/integration/render-tests/runtime-styling/layout-property-text-variable-anchor/style.json +++ b/metrics/integration/render-tests/runtime-styling/layout-property-text-variable-anchor/style.json @@ -70,4 +70,4 @@ } ] } - \ No newline at end of file + diff --git a/metrics/integration/render-tests/runtime-styling/layout-property-zoom-expression-to-default/style.json b/metrics/integration/render-tests/runtime-styling/layout-property-zoom-expression-to-default/style.json index e4094c2d4f3..9086ada0df1 100644 --- a/metrics/integration/render-tests/runtime-styling/layout-property-zoom-expression-to-default/style.json +++ b/metrics/integration/render-tests/runtime-styling/layout-property-zoom-expression-to-default/style.json @@ -51,4 +51,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/runtime-styling/layout-property-zoom-expression-to-literal/style.json b/metrics/integration/render-tests/runtime-styling/layout-property-zoom-expression-to-literal/style.json index e49447f5deb..f5c0dcc3580 100644 --- a/metrics/integration/render-tests/runtime-styling/layout-property-zoom-expression-to-literal/style.json +++ b/metrics/integration/render-tests/runtime-styling/layout-property-zoom-expression-to-literal/style.json @@ -51,4 +51,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/runtime-styling/paint-property-default-to-property-expression/style.json b/metrics/integration/render-tests/runtime-styling/paint-property-default-to-property-expression/style.json index 2ee40b0b33b..642719fbdba 100644 --- a/metrics/integration/render-tests/runtime-styling/paint-property-default-to-property-expression/style.json +++ b/metrics/integration/render-tests/runtime-styling/paint-property-default-to-property-expression/style.json @@ -66,4 +66,4 @@ "source": "geojson" } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/runtime-styling/paint-property-default-to-zoom-expression/style.json b/metrics/integration/render-tests/runtime-styling/paint-property-default-to-zoom-expression/style.json index 422fc08f733..910a9ca8af5 100644 --- a/metrics/integration/render-tests/runtime-styling/paint-property-default-to-zoom-expression/style.json +++ b/metrics/integration/render-tests/runtime-styling/paint-property-default-to-zoom-expression/style.json @@ -40,4 +40,4 @@ "type": "background" } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/runtime-styling/paint-property-fill-flat-to-extrude/style.json b/metrics/integration/render-tests/runtime-styling/paint-property-fill-flat-to-extrude/style.json index b05246aa336..a4c9132b666 100644 --- a/metrics/integration/render-tests/runtime-styling/paint-property-fill-flat-to-extrude/style.json +++ b/metrics/integration/render-tests/runtime-styling/paint-property-fill-flat-to-extrude/style.json @@ -59,4 +59,4 @@ "source": "geojson" } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/runtime-styling/paint-property-literal-to-expression/style.json b/metrics/integration/render-tests/runtime-styling/paint-property-literal-to-expression/style.json index 3d4e31a34fe..ef95d6bb4a4 100644 --- a/metrics/integration/render-tests/runtime-styling/paint-property-literal-to-expression/style.json +++ b/metrics/integration/render-tests/runtime-styling/paint-property-literal-to-expression/style.json @@ -43,4 +43,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/runtime-styling/paint-property-literal-to-property-expression/style.json b/metrics/integration/render-tests/runtime-styling/paint-property-literal-to-property-expression/style.json index cd33e2202a1..41f1fd13ea0 100644 --- a/metrics/integration/render-tests/runtime-styling/paint-property-literal-to-property-expression/style.json +++ b/metrics/integration/render-tests/runtime-styling/paint-property-literal-to-property-expression/style.json @@ -69,4 +69,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/runtime-styling/paint-property-property-expression-to-default/style.json b/metrics/integration/render-tests/runtime-styling/paint-property-property-expression-to-default/style.json index 17aec8c5b71..a4cd04ad93f 100644 --- a/metrics/integration/render-tests/runtime-styling/paint-property-property-expression-to-default/style.json +++ b/metrics/integration/render-tests/runtime-styling/paint-property-property-expression-to-default/style.json @@ -69,4 +69,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/runtime-styling/paint-property-property-expression-to-literal/style.json b/metrics/integration/render-tests/runtime-styling/paint-property-property-expression-to-literal/style.json index 05960b6db17..da8673c1e2e 100644 --- a/metrics/integration/render-tests/runtime-styling/paint-property-property-expression-to-literal/style.json +++ b/metrics/integration/render-tests/runtime-styling/paint-property-property-expression-to-literal/style.json @@ -72,4 +72,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/runtime-styling/paint-property-zoom-expression-to-default/style.json b/metrics/integration/render-tests/runtime-styling/paint-property-zoom-expression-to-default/style.json index f48b708e3c6..eab3a56fadf 100644 --- a/metrics/integration/render-tests/runtime-styling/paint-property-zoom-expression-to-default/style.json +++ b/metrics/integration/render-tests/runtime-styling/paint-property-zoom-expression-to-default/style.json @@ -43,4 +43,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/runtime-styling/paint-property-zoom-expression-to-literal/style.json b/metrics/integration/render-tests/runtime-styling/paint-property-zoom-expression-to-literal/style.json index e71d0fd37f2..fb633e80ce5 100644 --- a/metrics/integration/render-tests/runtime-styling/paint-property-zoom-expression-to-literal/style.json +++ b/metrics/integration/render-tests/runtime-styling/paint-property-zoom-expression-to-literal/style.json @@ -43,4 +43,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/runtime-styling/set-style-layout-property-default-to-property-expression/style.json b/metrics/integration/render-tests/runtime-styling/set-style-layout-property-default-to-property-expression/style.json index deede4b3604..84567cc1c8c 100644 --- a/metrics/integration/render-tests/runtime-styling/set-style-layout-property-default-to-property-expression/style.json +++ b/metrics/integration/render-tests/runtime-styling/set-style-layout-property-default-to-property-expression/style.json @@ -121,4 +121,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/runtime-styling/set-style-layout-property-default-to-zoom-expression/style.json b/metrics/integration/render-tests/runtime-styling/set-style-layout-property-default-to-zoom-expression/style.json index 800c2b63b5e..e80703ab543 100644 --- a/metrics/integration/render-tests/runtime-styling/set-style-layout-property-default-to-zoom-expression/style.json +++ b/metrics/integration/render-tests/runtime-styling/set-style-layout-property-default-to-zoom-expression/style.json @@ -74,4 +74,4 @@ "source": "geojson" } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/runtime-styling/set-style-layout-property-literal-to-property-expression/style.json b/metrics/integration/render-tests/runtime-styling/set-style-layout-property-literal-to-property-expression/style.json index 22628a297bc..4b4c23bc090 100644 --- a/metrics/integration/render-tests/runtime-styling/set-style-layout-property-literal-to-property-expression/style.json +++ b/metrics/integration/render-tests/runtime-styling/set-style-layout-property-literal-to-property-expression/style.json @@ -122,4 +122,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/runtime-styling/set-style-layout-property-literal-to-zoom-expression/style.json b/metrics/integration/render-tests/runtime-styling/set-style-layout-property-literal-to-zoom-expression/style.json index a8dd678d889..3cede814a07 100644 --- a/metrics/integration/render-tests/runtime-styling/set-style-layout-property-literal-to-zoom-expression/style.json +++ b/metrics/integration/render-tests/runtime-styling/set-style-layout-property-literal-to-zoom-expression/style.json @@ -77,4 +77,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/runtime-styling/set-style-layout-property-property-expression-to-default/style.json b/metrics/integration/render-tests/runtime-styling/set-style-layout-property-property-expression-to-default/style.json index 79dfc3dfd2e..4986ef9deb5 100644 --- a/metrics/integration/render-tests/runtime-styling/set-style-layout-property-property-expression-to-default/style.json +++ b/metrics/integration/render-tests/runtime-styling/set-style-layout-property-property-expression-to-default/style.json @@ -121,4 +121,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/runtime-styling/set-style-layout-property-property-expression-to-literal/style.json b/metrics/integration/render-tests/runtime-styling/set-style-layout-property-property-expression-to-literal/style.json index bd44eb4e0c3..5fc3c07de43 100644 --- a/metrics/integration/render-tests/runtime-styling/set-style-layout-property-property-expression-to-literal/style.json +++ b/metrics/integration/render-tests/runtime-styling/set-style-layout-property-property-expression-to-literal/style.json @@ -122,4 +122,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/runtime-styling/set-style-layout-property-zoom-expression-to-default/style.json b/metrics/integration/render-tests/runtime-styling/set-style-layout-property-zoom-expression-to-default/style.json index 0bf9a4535f3..82e5efd9ae4 100644 --- a/metrics/integration/render-tests/runtime-styling/set-style-layout-property-zoom-expression-to-default/style.json +++ b/metrics/integration/render-tests/runtime-styling/set-style-layout-property-zoom-expression-to-default/style.json @@ -75,4 +75,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/runtime-styling/set-style-layout-property-zoom-expression-to-literal/style.json b/metrics/integration/render-tests/runtime-styling/set-style-layout-property-zoom-expression-to-literal/style.json index 61c317e3597..e5ee3c9622a 100644 --- a/metrics/integration/render-tests/runtime-styling/set-style-layout-property-zoom-expression-to-literal/style.json +++ b/metrics/integration/render-tests/runtime-styling/set-style-layout-property-zoom-expression-to-literal/style.json @@ -77,4 +77,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/runtime-styling/set-style-paint-property-default-to-property-expression/style.json b/metrics/integration/render-tests/runtime-styling/set-style-paint-property-default-to-property-expression/style.json index dc592dc1227..a5e6022e5c6 100644 --- a/metrics/integration/render-tests/runtime-styling/set-style-paint-property-default-to-property-expression/style.json +++ b/metrics/integration/render-tests/runtime-styling/set-style-paint-property-default-to-property-expression/style.json @@ -115,4 +115,4 @@ "source": "geojson" } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/runtime-styling/set-style-paint-property-default-to-zoom-expression/style.json b/metrics/integration/render-tests/runtime-styling/set-style-paint-property-default-to-zoom-expression/style.json index e60964fed88..5aa6fc88ae0 100644 --- a/metrics/integration/render-tests/runtime-styling/set-style-paint-property-default-to-zoom-expression/style.json +++ b/metrics/integration/render-tests/runtime-styling/set-style-paint-property-default-to-zoom-expression/style.json @@ -53,4 +53,4 @@ "type": "background" } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/runtime-styling/set-style-paint-property-fill-flat-to-extrude/style.json b/metrics/integration/render-tests/runtime-styling/set-style-paint-property-fill-flat-to-extrude/style.json index 88637b70e01..eb4892af689 100644 --- a/metrics/integration/render-tests/runtime-styling/set-style-paint-property-fill-flat-to-extrude/style.json +++ b/metrics/integration/render-tests/runtime-styling/set-style-paint-property-fill-flat-to-extrude/style.json @@ -104,4 +104,4 @@ "source": "geojson" } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/runtime-styling/set-style-paint-property-literal-to-expression/style.json b/metrics/integration/render-tests/runtime-styling/set-style-paint-property-literal-to-expression/style.json index b7cbb92d4b1..a680d32efd2 100644 --- a/metrics/integration/render-tests/runtime-styling/set-style-paint-property-literal-to-expression/style.json +++ b/metrics/integration/render-tests/runtime-styling/set-style-paint-property-literal-to-expression/style.json @@ -56,4 +56,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/runtime-styling/set-style-paint-property-literal-to-property-expression/style.json b/metrics/integration/render-tests/runtime-styling/set-style-paint-property-literal-to-property-expression/style.json index 70a761b6a2d..1c5fa25e8e4 100644 --- a/metrics/integration/render-tests/runtime-styling/set-style-paint-property-literal-to-property-expression/style.json +++ b/metrics/integration/render-tests/runtime-styling/set-style-paint-property-literal-to-property-expression/style.json @@ -118,4 +118,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/runtime-styling/set-style-paint-property-property-expression-to-default/style.json b/metrics/integration/render-tests/runtime-styling/set-style-paint-property-property-expression-to-default/style.json index 0a7363fc1d6..7da2deeac1a 100644 --- a/metrics/integration/render-tests/runtime-styling/set-style-paint-property-property-expression-to-default/style.json +++ b/metrics/integration/render-tests/runtime-styling/set-style-paint-property-property-expression-to-default/style.json @@ -116,4 +116,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/runtime-styling/set-style-paint-property-property-expression-to-literal/style.json b/metrics/integration/render-tests/runtime-styling/set-style-paint-property-property-expression-to-literal/style.json index ade9d989710..e6db5f1f4c7 100644 --- a/metrics/integration/render-tests/runtime-styling/set-style-paint-property-property-expression-to-literal/style.json +++ b/metrics/integration/render-tests/runtime-styling/set-style-paint-property-property-expression-to-literal/style.json @@ -118,4 +118,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/runtime-styling/set-style-paint-property-zoom-expression-to-default/style.json b/metrics/integration/render-tests/runtime-styling/set-style-paint-property-zoom-expression-to-default/style.json index 1b02003bee1..1bd3f321f14 100644 --- a/metrics/integration/render-tests/runtime-styling/set-style-paint-property-zoom-expression-to-default/style.json +++ b/metrics/integration/render-tests/runtime-styling/set-style-paint-property-zoom-expression-to-default/style.json @@ -54,4 +54,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/runtime-styling/set-style-paint-property-zoom-expression-to-literal/style.json b/metrics/integration/render-tests/runtime-styling/set-style-paint-property-zoom-expression-to-literal/style.json index 1aa845aed21..a9219103605 100644 --- a/metrics/integration/render-tests/runtime-styling/set-style-paint-property-zoom-expression-to-literal/style.json +++ b/metrics/integration/render-tests/runtime-styling/set-style-paint-property-zoom-expression-to-literal/style.json @@ -56,4 +56,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/runtime-styling/source-add-geojson-inline/style.json b/metrics/integration/render-tests/runtime-styling/source-add-geojson-inline/style.json index 50ff2700318..c617dc1e00c 100644 --- a/metrics/integration/render-tests/runtime-styling/source-add-geojson-inline/style.json +++ b/metrics/integration/render-tests/runtime-styling/source-add-geojson-inline/style.json @@ -38,4 +38,4 @@ }, "sources": {}, "layers": [] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/sprites/1x-screen-1x-icon/style.json b/metrics/integration/render-tests/sprites/1x-screen-1x-icon/style.json index 2439b5aceb2..4ae44b3101d 100644 --- a/metrics/integration/render-tests/sprites/1x-screen-1x-icon/style.json +++ b/metrics/integration/render-tests/sprites/1x-screen-1x-icon/style.json @@ -40,4 +40,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/sprites/1x-screen-1x-pattern/style.json b/metrics/integration/render-tests/sprites/1x-screen-1x-pattern/style.json index 7eed042e3e2..cc753959e88 100644 --- a/metrics/integration/render-tests/sprites/1x-screen-1x-pattern/style.json +++ b/metrics/integration/render-tests/sprites/1x-screen-1x-pattern/style.json @@ -23,4 +23,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/sprites/1x-screen-2x-icon/style.json b/metrics/integration/render-tests/sprites/1x-screen-2x-icon/style.json index f0c4d7986ad..cc317b07a42 100644 --- a/metrics/integration/render-tests/sprites/1x-screen-2x-icon/style.json +++ b/metrics/integration/render-tests/sprites/1x-screen-2x-icon/style.json @@ -40,4 +40,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/sprites/1x-screen-2x-pattern/style.json b/metrics/integration/render-tests/sprites/1x-screen-2x-pattern/style.json index 1baa5415791..59852736c2b 100644 --- a/metrics/integration/render-tests/sprites/1x-screen-2x-pattern/style.json +++ b/metrics/integration/render-tests/sprites/1x-screen-2x-pattern/style.json @@ -23,4 +23,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/sprites/2x-screen-1x-icon/style.json b/metrics/integration/render-tests/sprites/2x-screen-1x-icon/style.json index 278807f2cf4..9d9a381d342 100644 --- a/metrics/integration/render-tests/sprites/2x-screen-1x-icon/style.json +++ b/metrics/integration/render-tests/sprites/2x-screen-1x-icon/style.json @@ -40,4 +40,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/sprites/2x-screen-1x-pattern/style.json b/metrics/integration/render-tests/sprites/2x-screen-1x-pattern/style.json index 3f15d1aade3..3b9d2c8e6b6 100644 --- a/metrics/integration/render-tests/sprites/2x-screen-1x-pattern/style.json +++ b/metrics/integration/render-tests/sprites/2x-screen-1x-pattern/style.json @@ -23,4 +23,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/sprites/2x-screen-2x-icon/style.json b/metrics/integration/render-tests/sprites/2x-screen-2x-icon/style.json index 156be0b7337..ae6fd2a89db 100644 --- a/metrics/integration/render-tests/sprites/2x-screen-2x-icon/style.json +++ b/metrics/integration/render-tests/sprites/2x-screen-2x-icon/style.json @@ -40,4 +40,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/sprites/2x-screen-2x-pattern/style.json b/metrics/integration/render-tests/sprites/2x-screen-2x-pattern/style.json index 7d7aaf231cc..20c91b843c4 100644 --- a/metrics/integration/render-tests/sprites/2x-screen-2x-pattern/style.json +++ b/metrics/integration/render-tests/sprites/2x-screen-2x-pattern/style.json @@ -23,4 +23,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/sprites/array-default-only/style.json b/metrics/integration/render-tests/sprites/array-default-only/style.json index 02b41414e91..ae2befb9ce5 100644 --- a/metrics/integration/render-tests/sprites/array-default-only/style.json +++ b/metrics/integration/render-tests/sprites/array-default-only/style.json @@ -53,4 +53,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/sprites/array-multiple/style.json b/metrics/integration/render-tests/sprites/array-multiple/style.json index 79942a3daa1..1167b879102 100644 --- a/metrics/integration/render-tests/sprites/array-multiple/style.json +++ b/metrics/integration/render-tests/sprites/array-multiple/style.json @@ -76,4 +76,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/symbol-placement/line-overscaled/style.json b/metrics/integration/render-tests/symbol-placement/line-overscaled/style.json index 262293d6e0b..cbe7ef1bf10 100644 --- a/metrics/integration/render-tests/symbol-placement/line-overscaled/style.json +++ b/metrics/integration/render-tests/symbol-placement/line-overscaled/style.json @@ -61,4 +61,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/symbol-placement/line/style.json b/metrics/integration/render-tests/symbol-placement/line/style.json index 545565e2fd4..a7ba44b5a21 100644 --- a/metrics/integration/render-tests/symbol-placement/line/style.json +++ b/metrics/integration/render-tests/symbol-placement/line/style.json @@ -61,4 +61,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/symbol-placement/point/style.json b/metrics/integration/render-tests/symbol-placement/point/style.json index 1f848564165..95de440fc72 100644 --- a/metrics/integration/render-tests/symbol-placement/point/style.json +++ b/metrics/integration/render-tests/symbol-placement/point/style.json @@ -61,4 +61,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/symbol-spacing/line-far/style.json b/metrics/integration/render-tests/symbol-spacing/line-far/style.json index f464e56c92c..95ae510d84b 100644 --- a/metrics/integration/render-tests/symbol-spacing/line-far/style.json +++ b/metrics/integration/render-tests/symbol-spacing/line-far/style.json @@ -103,4 +103,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/symbol-spacing/point-close/style.json b/metrics/integration/render-tests/symbol-spacing/point-close/style.json index d6c989cff6f..a1d1d5a8b1e 100644 --- a/metrics/integration/render-tests/symbol-spacing/point-close/style.json +++ b/metrics/integration/render-tests/symbol-spacing/point-close/style.json @@ -103,4 +103,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/symbol-spacing/point-far/style.json b/metrics/integration/render-tests/symbol-spacing/point-far/style.json index 893fbc5f924..b8922c326f1 100644 --- a/metrics/integration/render-tests/symbol-spacing/point-far/style.json +++ b/metrics/integration/render-tests/symbol-spacing/point-far/style.json @@ -103,4 +103,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/text-anchor/bottom/style.json b/metrics/integration/render-tests/text-anchor/bottom/style.json index 10011f1304e..e33aa2ed1e2 100644 --- a/metrics/integration/render-tests/text-anchor/bottom/style.json +++ b/metrics/integration/render-tests/text-anchor/bottom/style.json @@ -60,4 +60,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/text-anchor/center/style.json b/metrics/integration/render-tests/text-anchor/center/style.json index ed3193c094c..bd8df12070a 100644 --- a/metrics/integration/render-tests/text-anchor/center/style.json +++ b/metrics/integration/render-tests/text-anchor/center/style.json @@ -60,4 +60,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/text-anchor/top/style.json b/metrics/integration/render-tests/text-anchor/top/style.json index 702fa206433..1c57db8920f 100644 --- a/metrics/integration/render-tests/text-anchor/top/style.json +++ b/metrics/integration/render-tests/text-anchor/top/style.json @@ -60,4 +60,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/text-color/default/style.json b/metrics/integration/render-tests/text-color/default/style.json index 00f4c266481..193902f9c09 100644 --- a/metrics/integration/render-tests/text-color/default/style.json +++ b/metrics/integration/render-tests/text-color/default/style.json @@ -51,4 +51,4 @@ "paint": {} } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/text-color/function/style.json b/metrics/integration/render-tests/text-color/function/style.json index 2fc2eca3646..f7eeb4777c2 100644 --- a/metrics/integration/render-tests/text-color/function/style.json +++ b/metrics/integration/render-tests/text-color/function/style.json @@ -64,4 +64,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/text-color/literal/style.json b/metrics/integration/render-tests/text-color/literal/style.json index 525ba37472e..65eac5edff0 100644 --- a/metrics/integration/render-tests/text-color/literal/style.json +++ b/metrics/integration/render-tests/text-color/literal/style.json @@ -53,4 +53,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/text-font/literal/style.json b/metrics/integration/render-tests/text-font/literal/style.json index d1f1a55ca14..f8097ae1835 100644 --- a/metrics/integration/render-tests/text-font/literal/style.json +++ b/metrics/integration/render-tests/text-font/literal/style.json @@ -53,4 +53,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/text-halo-blur/default/style.json b/metrics/integration/render-tests/text-halo-blur/default/style.json index 36d958b7dc0..d87bd5a4fd0 100644 --- a/metrics/integration/render-tests/text-halo-blur/default/style.json +++ b/metrics/integration/render-tests/text-halo-blur/default/style.json @@ -37,4 +37,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/text-halo-blur/function/style.json b/metrics/integration/render-tests/text-halo-blur/function/style.json index cd6895344ac..19283e8b366 100644 --- a/metrics/integration/render-tests/text-halo-blur/function/style.json +++ b/metrics/integration/render-tests/text-halo-blur/function/style.json @@ -49,4 +49,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/text-halo-blur/literal/style.json b/metrics/integration/render-tests/text-halo-blur/literal/style.json index 941e89e8e3d..a5acb017f92 100644 --- a/metrics/integration/render-tests/text-halo-blur/literal/style.json +++ b/metrics/integration/render-tests/text-halo-blur/literal/style.json @@ -38,4 +38,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/text-halo-color/default/style.json b/metrics/integration/render-tests/text-halo-color/default/style.json index dbd677e2002..fe2890749a2 100644 --- a/metrics/integration/render-tests/text-halo-color/default/style.json +++ b/metrics/integration/render-tests/text-halo-color/default/style.json @@ -36,4 +36,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/text-halo-color/function/style.json b/metrics/integration/render-tests/text-halo-color/function/style.json index 1418f1be1a5..20a9c043d8d 100644 --- a/metrics/integration/render-tests/text-halo-color/function/style.json +++ b/metrics/integration/render-tests/text-halo-color/function/style.json @@ -48,4 +48,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/text-halo-color/literal/style.json b/metrics/integration/render-tests/text-halo-color/literal/style.json index 91afd869ce3..60317b0823f 100644 --- a/metrics/integration/render-tests/text-halo-color/literal/style.json +++ b/metrics/integration/render-tests/text-halo-color/literal/style.json @@ -37,4 +37,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/text-halo-width/default/style.json b/metrics/integration/render-tests/text-halo-width/default/style.json index 0e60589a3bb..47f185a7486 100644 --- a/metrics/integration/render-tests/text-halo-width/default/style.json +++ b/metrics/integration/render-tests/text-halo-width/default/style.json @@ -36,4 +36,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/text-halo-width/function/style.json b/metrics/integration/render-tests/text-halo-width/function/style.json index cb39f85d95b..7f3e46f3cd0 100644 --- a/metrics/integration/render-tests/text-halo-width/function/style.json +++ b/metrics/integration/render-tests/text-halo-width/function/style.json @@ -48,4 +48,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/text-halo-width/literal/style.json b/metrics/integration/render-tests/text-halo-width/literal/style.json index 36d958b7dc0..d87bd5a4fd0 100644 --- a/metrics/integration/render-tests/text-halo-width/literal/style.json +++ b/metrics/integration/render-tests/text-halo-width/literal/style.json @@ -37,4 +37,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/text-keep-upright/line-placement-true-offset/style.json b/metrics/integration/render-tests/text-keep-upright/line-placement-true-offset/style.json index 22d890d58af..544ec2df72f 100644 --- a/metrics/integration/render-tests/text-keep-upright/line-placement-true-offset/style.json +++ b/metrics/integration/render-tests/text-keep-upright/line-placement-true-offset/style.json @@ -78,4 +78,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/text-keep-upright/point-placement-align-map-false/style.json b/metrics/integration/render-tests/text-keep-upright/point-placement-align-map-false/style.json index 7d25a9a5383..c96ddb6f36e 100644 --- a/metrics/integration/render-tests/text-keep-upright/point-placement-align-map-false/style.json +++ b/metrics/integration/render-tests/text-keep-upright/point-placement-align-map-false/style.json @@ -50,4 +50,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/text-keep-upright/point-placement-align-map-true/style.json b/metrics/integration/render-tests/text-keep-upright/point-placement-align-map-true/style.json index ce2cc454b8a..b1b180aa947 100644 --- a/metrics/integration/render-tests/text-keep-upright/point-placement-align-map-true/style.json +++ b/metrics/integration/render-tests/text-keep-upright/point-placement-align-map-true/style.json @@ -50,4 +50,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/text-keep-upright/point-placement-align-viewport-false/style.json b/metrics/integration/render-tests/text-keep-upright/point-placement-align-viewport-false/style.json index 18fcb01fe82..601792bbb67 100644 --- a/metrics/integration/render-tests/text-keep-upright/point-placement-align-viewport-false/style.json +++ b/metrics/integration/render-tests/text-keep-upright/point-placement-align-viewport-false/style.json @@ -50,4 +50,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/text-keep-upright/point-placement-align-viewport-true/style.json b/metrics/integration/render-tests/text-keep-upright/point-placement-align-viewport-true/style.json index f98402dfcf9..1bd5747dd9f 100644 --- a/metrics/integration/render-tests/text-keep-upright/point-placement-align-viewport-true/style.json +++ b/metrics/integration/render-tests/text-keep-upright/point-placement-align-viewport-true/style.json @@ -50,4 +50,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/text-letter-spacing/function-close/style.json b/metrics/integration/render-tests/text-letter-spacing/function-close/style.json index d0e8c8a2a8c..0a939b602d1 100644 --- a/metrics/integration/render-tests/text-letter-spacing/function-close/style.json +++ b/metrics/integration/render-tests/text-letter-spacing/function-close/style.json @@ -65,4 +65,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/text-letter-spacing/function-far/style.json b/metrics/integration/render-tests/text-letter-spacing/function-far/style.json index d0e8c8a2a8c..0a939b602d1 100644 --- a/metrics/integration/render-tests/text-letter-spacing/function-far/style.json +++ b/metrics/integration/render-tests/text-letter-spacing/function-far/style.json @@ -65,4 +65,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/text-letter-spacing/literal/style.json b/metrics/integration/render-tests/text-letter-spacing/literal/style.json index 4438ec976fe..61fb394a200 100644 --- a/metrics/integration/render-tests/text-letter-spacing/literal/style.json +++ b/metrics/integration/render-tests/text-letter-spacing/literal/style.json @@ -54,4 +54,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/text-line-height/literal/style.json b/metrics/integration/render-tests/text-line-height/literal/style.json index 66fe48e7568..09d5bed3e6b 100644 --- a/metrics/integration/render-tests/text-line-height/literal/style.json +++ b/metrics/integration/render-tests/text-line-height/literal/style.json @@ -55,4 +55,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/text-offset/literal-multiline-anchorcenter-justifycenter-offsetnegative/style.json b/metrics/integration/render-tests/text-offset/literal-multiline-anchorcenter-justifycenter-offsetnegative/style.json index 171bd32a029..c1884e398e8 100644 --- a/metrics/integration/render-tests/text-offset/literal-multiline-anchorcenter-justifycenter-offsetnegative/style.json +++ b/metrics/integration/render-tests/text-offset/literal-multiline-anchorcenter-justifycenter-offsetnegative/style.json @@ -65,4 +65,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/text-offset/literal-multiline-anchorcenter-justifycenter-offsetpositive/style.json b/metrics/integration/render-tests/text-offset/literal-multiline-anchorcenter-justifycenter-offsetpositive/style.json index 6a1de4097fb..370b96a2c50 100644 --- a/metrics/integration/render-tests/text-offset/literal-multiline-anchorcenter-justifycenter-offsetpositive/style.json +++ b/metrics/integration/render-tests/text-offset/literal-multiline-anchorcenter-justifycenter-offsetpositive/style.json @@ -65,4 +65,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/text-offset/literal-multiline-anchorcenter-justifyleft-offsetnegative/style.json b/metrics/integration/render-tests/text-offset/literal-multiline-anchorcenter-justifyleft-offsetnegative/style.json index 6d59de332bb..758abeb058b 100644 --- a/metrics/integration/render-tests/text-offset/literal-multiline-anchorcenter-justifyleft-offsetnegative/style.json +++ b/metrics/integration/render-tests/text-offset/literal-multiline-anchorcenter-justifyleft-offsetnegative/style.json @@ -65,4 +65,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/text-offset/literal-multiline-anchorcenter-justifyleft-offsetpositive/style.json b/metrics/integration/render-tests/text-offset/literal-multiline-anchorcenter-justifyleft-offsetpositive/style.json index 94417c88f9d..8b2ec3055ea 100644 --- a/metrics/integration/render-tests/text-offset/literal-multiline-anchorcenter-justifyleft-offsetpositive/style.json +++ b/metrics/integration/render-tests/text-offset/literal-multiline-anchorcenter-justifyleft-offsetpositive/style.json @@ -65,4 +65,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/text-offset/literal-multiline-anchorcenter-justifyright-offsetnegative/style.json b/metrics/integration/render-tests/text-offset/literal-multiline-anchorcenter-justifyright-offsetnegative/style.json index b6bd210e1be..8e273bb1aea 100644 --- a/metrics/integration/render-tests/text-offset/literal-multiline-anchorcenter-justifyright-offsetnegative/style.json +++ b/metrics/integration/render-tests/text-offset/literal-multiline-anchorcenter-justifyright-offsetnegative/style.json @@ -65,4 +65,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/text-offset/literal-multiline-anchorcenter-justifyright-offsetpositive/style.json b/metrics/integration/render-tests/text-offset/literal-multiline-anchorcenter-justifyright-offsetpositive/style.json index b169b9a8b28..eb46542c941 100644 --- a/metrics/integration/render-tests/text-offset/literal-multiline-anchorcenter-justifyright-offsetpositive/style.json +++ b/metrics/integration/render-tests/text-offset/literal-multiline-anchorcenter-justifyright-offsetpositive/style.json @@ -65,4 +65,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/text-offset/literal-multiline-anchorleft-justifycenter-offsetnegative/style.json b/metrics/integration/render-tests/text-offset/literal-multiline-anchorleft-justifycenter-offsetnegative/style.json index a26cd2a040e..0de786f85d8 100644 --- a/metrics/integration/render-tests/text-offset/literal-multiline-anchorleft-justifycenter-offsetnegative/style.json +++ b/metrics/integration/render-tests/text-offset/literal-multiline-anchorleft-justifycenter-offsetnegative/style.json @@ -65,4 +65,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/text-offset/literal-multiline-anchorleft-justifycenter-offsetpositive/style.json b/metrics/integration/render-tests/text-offset/literal-multiline-anchorleft-justifycenter-offsetpositive/style.json index 8e9a0408310..42b102ee5ab 100644 --- a/metrics/integration/render-tests/text-offset/literal-multiline-anchorleft-justifycenter-offsetpositive/style.json +++ b/metrics/integration/render-tests/text-offset/literal-multiline-anchorleft-justifycenter-offsetpositive/style.json @@ -65,4 +65,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/text-offset/literal-multiline-anchorleft-justifyleft-offsetnegative/style.json b/metrics/integration/render-tests/text-offset/literal-multiline-anchorleft-justifyleft-offsetnegative/style.json index 67b2d3595a6..8f732596d51 100644 --- a/metrics/integration/render-tests/text-offset/literal-multiline-anchorleft-justifyleft-offsetnegative/style.json +++ b/metrics/integration/render-tests/text-offset/literal-multiline-anchorleft-justifyleft-offsetnegative/style.json @@ -65,4 +65,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/text-offset/literal-multiline-anchorleft-justifyleft-offsetpositive/style.json b/metrics/integration/render-tests/text-offset/literal-multiline-anchorleft-justifyleft-offsetpositive/style.json index 7ae1e1a8051..fdcade175e9 100644 --- a/metrics/integration/render-tests/text-offset/literal-multiline-anchorleft-justifyleft-offsetpositive/style.json +++ b/metrics/integration/render-tests/text-offset/literal-multiline-anchorleft-justifyleft-offsetpositive/style.json @@ -65,4 +65,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/text-offset/literal-multiline-anchorleft-justifyright-offsetnegative/style.json b/metrics/integration/render-tests/text-offset/literal-multiline-anchorleft-justifyright-offsetnegative/style.json index bb8bf28690a..8f64f765564 100644 --- a/metrics/integration/render-tests/text-offset/literal-multiline-anchorleft-justifyright-offsetnegative/style.json +++ b/metrics/integration/render-tests/text-offset/literal-multiline-anchorleft-justifyright-offsetnegative/style.json @@ -65,4 +65,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/text-offset/literal-multiline-anchorleft-justifyright-offsetpositive/style.json b/metrics/integration/render-tests/text-offset/literal-multiline-anchorleft-justifyright-offsetpositive/style.json index 69d6e309f35..0825cc78ba3 100644 --- a/metrics/integration/render-tests/text-offset/literal-multiline-anchorleft-justifyright-offsetpositive/style.json +++ b/metrics/integration/render-tests/text-offset/literal-multiline-anchorleft-justifyright-offsetpositive/style.json @@ -65,4 +65,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/text-offset/literal-multiline-anchorright-justifycenter-offsetnegative/style.json b/metrics/integration/render-tests/text-offset/literal-multiline-anchorright-justifycenter-offsetnegative/style.json index eac8e5225df..afe26d382c6 100644 --- a/metrics/integration/render-tests/text-offset/literal-multiline-anchorright-justifycenter-offsetnegative/style.json +++ b/metrics/integration/render-tests/text-offset/literal-multiline-anchorright-justifycenter-offsetnegative/style.json @@ -65,4 +65,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/text-offset/literal-multiline-anchorright-justifycenter-offsetpositive/style.json b/metrics/integration/render-tests/text-offset/literal-multiline-anchorright-justifycenter-offsetpositive/style.json index e4e54123178..d03ca303be0 100644 --- a/metrics/integration/render-tests/text-offset/literal-multiline-anchorright-justifycenter-offsetpositive/style.json +++ b/metrics/integration/render-tests/text-offset/literal-multiline-anchorright-justifycenter-offsetpositive/style.json @@ -65,4 +65,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/text-offset/literal-multiline-anchorright-justifyleft-offsetnegative/style.json b/metrics/integration/render-tests/text-offset/literal-multiline-anchorright-justifyleft-offsetnegative/style.json index 327a99cc357..8dddf075de7 100644 --- a/metrics/integration/render-tests/text-offset/literal-multiline-anchorright-justifyleft-offsetnegative/style.json +++ b/metrics/integration/render-tests/text-offset/literal-multiline-anchorright-justifyleft-offsetnegative/style.json @@ -65,4 +65,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/text-offset/literal-multiline-anchorright-justifyleft-offsetpositive/style.json b/metrics/integration/render-tests/text-offset/literal-multiline-anchorright-justifyleft-offsetpositive/style.json index ed93a316bb7..bead2da3f95 100644 --- a/metrics/integration/render-tests/text-offset/literal-multiline-anchorright-justifyleft-offsetpositive/style.json +++ b/metrics/integration/render-tests/text-offset/literal-multiline-anchorright-justifyleft-offsetpositive/style.json @@ -65,4 +65,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/text-offset/literal-multiline-anchorright-justifyright-offsetnegative/style.json b/metrics/integration/render-tests/text-offset/literal-multiline-anchorright-justifyright-offsetnegative/style.json index c98671ffb85..90fa01d0072 100644 --- a/metrics/integration/render-tests/text-offset/literal-multiline-anchorright-justifyright-offsetnegative/style.json +++ b/metrics/integration/render-tests/text-offset/literal-multiline-anchorright-justifyright-offsetnegative/style.json @@ -65,4 +65,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/text-offset/literal-multiline-anchorright-justifyright-offsetpositive/style.json b/metrics/integration/render-tests/text-offset/literal-multiline-anchorright-justifyright-offsetpositive/style.json index 63b29f28351..0acc231b8f0 100644 --- a/metrics/integration/render-tests/text-offset/literal-multiline-anchorright-justifyright-offsetpositive/style.json +++ b/metrics/integration/render-tests/text-offset/literal-multiline-anchorright-justifyright-offsetpositive/style.json @@ -65,4 +65,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/text-offset/literal/style.json b/metrics/integration/render-tests/text-offset/literal/style.json index 2a90fe0beb9..c98ab6a7f74 100644 --- a/metrics/integration/render-tests/text-offset/literal/style.json +++ b/metrics/integration/render-tests/text-offset/literal/style.json @@ -57,4 +57,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/text-opacity/default/style.json b/metrics/integration/render-tests/text-opacity/default/style.json index 00f4c266481..193902f9c09 100644 --- a/metrics/integration/render-tests/text-opacity/default/style.json +++ b/metrics/integration/render-tests/text-opacity/default/style.json @@ -51,4 +51,4 @@ "paint": {} } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/text-opacity/function/style.json b/metrics/integration/render-tests/text-opacity/function/style.json index 8783c1dcd16..43aae394474 100644 --- a/metrics/integration/render-tests/text-opacity/function/style.json +++ b/metrics/integration/render-tests/text-opacity/function/style.json @@ -64,4 +64,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/text-opacity/literal/style.json b/metrics/integration/render-tests/text-opacity/literal/style.json index 2993f2e6533..a3f378b2e41 100644 --- a/metrics/integration/render-tests/text-opacity/literal/style.json +++ b/metrics/integration/render-tests/text-opacity/literal/style.json @@ -53,4 +53,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/text-rotation-alignment/auto-symbol-placement-point/style.json b/metrics/integration/render-tests/text-rotation-alignment/auto-symbol-placement-point/style.json index eff2d74155d..c1151db91e2 100644 --- a/metrics/integration/render-tests/text-rotation-alignment/auto-symbol-placement-point/style.json +++ b/metrics/integration/render-tests/text-rotation-alignment/auto-symbol-placement-point/style.json @@ -36,4 +36,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/text-rotation-alignment/map-symbol-placement-line/style.json b/metrics/integration/render-tests/text-rotation-alignment/map-symbol-placement-line/style.json index 4ce56e1af0b..cf060a71fd8 100644 --- a/metrics/integration/render-tests/text-rotation-alignment/map-symbol-placement-line/style.json +++ b/metrics/integration/render-tests/text-rotation-alignment/map-symbol-placement-line/style.json @@ -44,4 +44,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/text-rotation-alignment/map-symbol-placement-point/style.json b/metrics/integration/render-tests/text-rotation-alignment/map-symbol-placement-point/style.json index 84e2e3e6d25..0c4a5fdcb2e 100644 --- a/metrics/integration/render-tests/text-rotation-alignment/map-symbol-placement-point/style.json +++ b/metrics/integration/render-tests/text-rotation-alignment/map-symbol-placement-point/style.json @@ -36,4 +36,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/text-rotation-alignment/viewport-symbol-placement-line/style.json b/metrics/integration/render-tests/text-rotation-alignment/viewport-symbol-placement-line/style.json index da4bd1a9237..1e74eb082d3 100644 --- a/metrics/integration/render-tests/text-rotation-alignment/viewport-symbol-placement-line/style.json +++ b/metrics/integration/render-tests/text-rotation-alignment/viewport-symbol-placement-line/style.json @@ -44,4 +44,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/text-rotation-alignment/viewport-symbol-placement-point/style.json b/metrics/integration/render-tests/text-rotation-alignment/viewport-symbol-placement-point/style.json index 5953001fd21..06f7e6906a5 100644 --- a/metrics/integration/render-tests/text-rotation-alignment/viewport-symbol-placement-point/style.json +++ b/metrics/integration/render-tests/text-rotation-alignment/viewport-symbol-placement-point/style.json @@ -36,4 +36,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/text-tile-edge-clipping/default/style.json b/metrics/integration/render-tests/text-tile-edge-clipping/default/style.json index 6dc2c82fddf..8ac77d92a46 100644 --- a/metrics/integration/render-tests/text-tile-edge-clipping/default/style.json +++ b/metrics/integration/render-tests/text-tile-edge-clipping/default/style.json @@ -61,4 +61,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/text-transform/lowercase/style.json b/metrics/integration/render-tests/text-transform/lowercase/style.json index 7f621e81faa..d04a9133a2f 100644 --- a/metrics/integration/render-tests/text-transform/lowercase/style.json +++ b/metrics/integration/render-tests/text-transform/lowercase/style.json @@ -55,4 +55,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/text-transform/uppercase/style.json b/metrics/integration/render-tests/text-transform/uppercase/style.json index 375827eab37..a5ee0d13f56 100644 --- a/metrics/integration/render-tests/text-transform/uppercase/style.json +++ b/metrics/integration/render-tests/text-transform/uppercase/style.json @@ -55,4 +55,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/text-translate-anchor/map/style.json b/metrics/integration/render-tests/text-translate-anchor/map/style.json index 8193cd2053c..b0884356b4f 100644 --- a/metrics/integration/render-tests/text-translate-anchor/map/style.json +++ b/metrics/integration/render-tests/text-translate-anchor/map/style.json @@ -58,4 +58,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/text-translate-anchor/viewport/style.json b/metrics/integration/render-tests/text-translate-anchor/viewport/style.json index 89c8d545961..8505182c17b 100644 --- a/metrics/integration/render-tests/text-translate-anchor/viewport/style.json +++ b/metrics/integration/render-tests/text-translate-anchor/viewport/style.json @@ -58,4 +58,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/text-translate/default/style.json b/metrics/integration/render-tests/text-translate/default/style.json index 00f4c266481..193902f9c09 100644 --- a/metrics/integration/render-tests/text-translate/default/style.json +++ b/metrics/integration/render-tests/text-translate/default/style.json @@ -51,4 +51,4 @@ "paint": {} } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/text-translate/function/style.json b/metrics/integration/render-tests/text-translate/function/style.json index 1c9181e12b0..ea922f1896e 100644 --- a/metrics/integration/render-tests/text-translate/function/style.json +++ b/metrics/integration/render-tests/text-translate/function/style.json @@ -70,4 +70,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/text-translate/literal/style.json b/metrics/integration/render-tests/text-translate/literal/style.json index 4443166b513..df4f4bcc65f 100644 --- a/metrics/integration/render-tests/text-translate/literal/style.json +++ b/metrics/integration/render-tests/text-translate/literal/style.json @@ -56,4 +56,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/text-variable-anchor-offset/databind-coalesce/style.json b/metrics/integration/render-tests/text-variable-anchor-offset/databind-coalesce/style.json index ea7a2e13c47..f1e9fe1e2a9 100644 --- a/metrics/integration/render-tests/text-variable-anchor-offset/databind-coalesce/style.json +++ b/metrics/integration/render-tests/text-variable-anchor-offset/databind-coalesce/style.json @@ -53,4 +53,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/text-variable-anchor-offset/databind-interpolate/style.json b/metrics/integration/render-tests/text-variable-anchor-offset/databind-interpolate/style.json index f18f9fff714..8ac96b34155 100644 --- a/metrics/integration/render-tests/text-variable-anchor-offset/databind-interpolate/style.json +++ b/metrics/integration/render-tests/text-variable-anchor-offset/databind-interpolate/style.json @@ -53,4 +53,4 @@ } } ] - } \ No newline at end of file + } diff --git a/metrics/integration/render-tests/tilejson-bounds/default/style.json b/metrics/integration/render-tests/tilejson-bounds/default/style.json index faec53e2699..4d7885bb500 100644 --- a/metrics/integration/render-tests/tilejson-bounds/default/style.json +++ b/metrics/integration/render-tests/tilejson-bounds/default/style.json @@ -40,4 +40,4 @@ } ] } - \ No newline at end of file + diff --git a/metrics/integration/render-tests/tilejson-bounds/overwrite-bounds/style.json b/metrics/integration/render-tests/tilejson-bounds/overwrite-bounds/style.json index f97187cdd55..0680188039d 100644 --- a/metrics/integration/render-tests/tilejson-bounds/overwrite-bounds/style.json +++ b/metrics/integration/render-tests/tilejson-bounds/overwrite-bounds/style.json @@ -38,4 +38,4 @@ } ] } - \ No newline at end of file + diff --git a/metrics/integration/render-tests/tms/tms/style.json b/metrics/integration/render-tests/tms/tms/style.json index 7cfeef07975..349e3167ed3 100644 --- a/metrics/integration/render-tests/tms/tms/style.json +++ b/metrics/integration/render-tests/tms/tms/style.json @@ -32,4 +32,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/video/default/style.json b/metrics/integration/render-tests/video/default/style.json index 53cca09964f..993b98ff786 100644 --- a/metrics/integration/render-tests/video/default/style.json +++ b/metrics/integration/render-tests/video/default/style.json @@ -48,4 +48,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/within/layout-text/style.json b/metrics/integration/render-tests/within/layout-text/style.json index f12044e5fdc..fe76ba917e8 100644 --- a/metrics/integration/render-tests/within/layout-text/style.json +++ b/metrics/integration/render-tests/within/layout-text/style.json @@ -108,4 +108,4 @@ } ] } - \ No newline at end of file + diff --git a/metrics/integration/render-tests/within/paint-line/style.json b/metrics/integration/render-tests/within/paint-line/style.json index 405b892218c..bdc07932a28 100644 --- a/metrics/integration/render-tests/within/paint-line/style.json +++ b/metrics/integration/render-tests/within/paint-line/style.json @@ -196,4 +196,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/zoomed-fill/default/style.json b/metrics/integration/render-tests/zoomed-fill/default/style.json index 80570d90023..8a09b44bf05 100644 --- a/metrics/integration/render-tests/zoomed-fill/default/style.json +++ b/metrics/integration/render-tests/zoomed-fill/default/style.json @@ -37,4 +37,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/zoomed-raster/fractional/style.json b/metrics/integration/render-tests/zoomed-raster/fractional/style.json index 76bc9e4d076..42d8d67e692 100644 --- a/metrics/integration/render-tests/zoomed-raster/fractional/style.json +++ b/metrics/integration/render-tests/zoomed-raster/fractional/style.json @@ -31,4 +31,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/zoomed-raster/overzoom/style.json b/metrics/integration/render-tests/zoomed-raster/overzoom/style.json index 3ef6ad93b73..8816f5e374e 100644 --- a/metrics/integration/render-tests/zoomed-raster/overzoom/style.json +++ b/metrics/integration/render-tests/zoomed-raster/overzoom/style.json @@ -31,4 +31,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/render-tests/zoomed-raster/underzoom/style.json b/metrics/integration/render-tests/zoomed-raster/underzoom/style.json index 9e892781049..72b6a1863e8 100644 --- a/metrics/integration/render-tests/zoomed-raster/underzoom/style.json +++ b/metrics/integration/render-tests/zoomed-raster/underzoom/style.json @@ -31,4 +31,4 @@ } } ] -} \ No newline at end of file +} diff --git a/metrics/integration/sprites/1x.json b/metrics/integration/sprites/1x.json index 123abb40d4a..458da9980f7 100644 --- a/metrics/integration/sprites/1x.json +++ b/metrics/integration/sprites/1x.json @@ -6,4 +6,4 @@ "y": 0, "pixelRatio": 1 } -} \ No newline at end of file +} diff --git a/metrics/integration/sprites/1x@2x.json b/metrics/integration/sprites/1x@2x.json index 123abb40d4a..458da9980f7 100644 --- a/metrics/integration/sprites/1x@2x.json +++ b/metrics/integration/sprites/1x@2x.json @@ -6,4 +6,4 @@ "y": 0, "pixelRatio": 1 } -} \ No newline at end of file +} diff --git a/metrics/integration/sprites/2x.json b/metrics/integration/sprites/2x.json index 8d246d04d6f..6be407145b9 100644 --- a/metrics/integration/sprites/2x.json +++ b/metrics/integration/sprites/2x.json @@ -6,4 +6,4 @@ "y": 0, "pixelRatio": 2 } -} \ No newline at end of file +} diff --git a/metrics/integration/sprites/2x@2x.json b/metrics/integration/sprites/2x@2x.json index 8d246d04d6f..6be407145b9 100644 --- a/metrics/integration/sprites/2x@2x.json +++ b/metrics/integration/sprites/2x@2x.json @@ -6,4 +6,4 @@ "y": 0, "pixelRatio": 2 } -} \ No newline at end of file +} diff --git a/metrics/integration/sprites/emerald.json b/metrics/integration/sprites/emerald.json index fcc09e77a38..8afeefb6515 100644 --- a/metrics/integration/sprites/emerald.json +++ b/metrics/integration/sprites/emerald.json @@ -489,4 +489,4 @@ "y": 180, "pixelRatio": 1 } -} \ No newline at end of file +} diff --git a/metrics/integration/sprites/emerald@2x.json b/metrics/integration/sprites/emerald@2x.json index 7ef71ce5c3a..c1a54b6a9e9 100644 --- a/metrics/integration/sprites/emerald@2x.json +++ b/metrics/integration/sprites/emerald@2x.json @@ -489,4 +489,4 @@ "y": 360, "pixelRatio": 2 } -} \ No newline at end of file +} diff --git a/metrics/integration/sprites/icon-offset.json b/metrics/integration/sprites/icon-offset.json index e8e15268e18..6b82fe7f891 100644 --- a/metrics/integration/sprites/icon-offset.json +++ b/metrics/integration/sprites/icon-offset.json @@ -6,4 +6,4 @@ "y": 0, "pixelRatio": 1 } -} \ No newline at end of file +} diff --git a/metrics/integration/sprites/mapbox/basic-v9.json b/metrics/integration/sprites/mapbox/basic-v9.json index 04c29b4402a..178f1903897 100644 --- a/metrics/integration/sprites/mapbox/basic-v9.json +++ b/metrics/integration/sprites/mapbox/basic-v9.json @@ -1 +1 @@ -{"airfield-15":{"width":21,"height":21,"x":0,"y":0,"pixelRatio":1,"visible":true},"airport-15":{"width":21,"height":21,"x":21,"y":0,"pixelRatio":1,"visible":true},"alcohol-shop-15":{"width":21,"height":21,"x":0,"y":21,"pixelRatio":1,"visible":true},"amusement-park-15":{"width":21,"height":21,"x":21,"y":21,"pixelRatio":1,"visible":true},"aquarium-15":{"width":21,"height":21,"x":42,"y":0,"pixelRatio":1,"visible":true},"art-gallery-15":{"width":21,"height":21,"x":63,"y":0,"pixelRatio":1,"visible":true},"attraction-15":{"width":21,"height":21,"x":42,"y":21,"pixelRatio":1,"visible":true},"bakery-15":{"width":21,"height":21,"x":63,"y":21,"pixelRatio":1,"visible":true},"bank-15":{"width":21,"height":21,"x":0,"y":42,"pixelRatio":1,"visible":true},"bar-15":{"width":21,"height":21,"x":21,"y":42,"pixelRatio":1,"visible":true},"beer-15":{"width":21,"height":21,"x":42,"y":42,"pixelRatio":1,"visible":true},"bicycle-15":{"width":21,"height":21,"x":63,"y":42,"pixelRatio":1,"visible":true},"bicycle-share-15":{"width":21,"height":21,"x":0,"y":63,"pixelRatio":1,"visible":true},"bus-15":{"width":21,"height":21,"x":21,"y":63,"pixelRatio":1,"visible":true},"cafe-15":{"width":21,"height":21,"x":42,"y":63,"pixelRatio":1,"visible":true},"campsite-15":{"width":21,"height":21,"x":63,"y":63,"pixelRatio":1,"visible":true},"car-15":{"width":21,"height":21,"x":84,"y":0,"pixelRatio":1,"visible":true},"castle-15":{"width":21,"height":21,"x":105,"y":0,"pixelRatio":1,"visible":true},"cemetery-15":{"width":21,"height":21,"x":126,"y":0,"pixelRatio":1,"visible":true},"cinema-15":{"width":21,"height":21,"x":147,"y":0,"pixelRatio":1,"visible":true},"circle-15":{"width":21,"height":21,"x":84,"y":21,"pixelRatio":1,"visible":true},"circle-stroked-15":{"width":21,"height":21,"x":105,"y":21,"pixelRatio":1,"visible":true},"clothing-store-15":{"width":21,"height":21,"x":126,"y":21,"pixelRatio":1,"visible":true},"college-15":{"width":21,"height":21,"x":147,"y":21,"pixelRatio":1,"visible":true},"dentist-15":{"width":21,"height":21,"x":84,"y":42,"pixelRatio":1,"visible":true},"doctor-15":{"width":21,"height":21,"x":105,"y":42,"pixelRatio":1,"visible":true},"dog-park-15":{"width":21,"height":21,"x":126,"y":42,"pixelRatio":1,"visible":true},"drinking-water-15":{"width":21,"height":21,"x":147,"y":42,"pixelRatio":1,"visible":true},"embassy-15":{"width":21,"height":21,"x":84,"y":63,"pixelRatio":1,"visible":true},"entrance-15":{"width":21,"height":21,"x":105,"y":63,"pixelRatio":1,"visible":true},"fast-food-15":{"width":21,"height":21,"x":126,"y":63,"pixelRatio":1,"visible":true},"ferry-15":{"width":21,"height":21,"x":147,"y":63,"pixelRatio":1,"visible":true},"fire-station-15":{"width":21,"height":21,"x":0,"y":84,"pixelRatio":1,"visible":true},"fuel-15":{"width":21,"height":21,"x":21,"y":84,"pixelRatio":1,"visible":true},"garden-15":{"width":21,"height":21,"x":42,"y":84,"pixelRatio":1,"visible":true},"golf-15":{"width":21,"height":21,"x":63,"y":84,"pixelRatio":1,"visible":true},"grocery-15":{"width":21,"height":21,"x":84,"y":84,"pixelRatio":1,"visible":true},"harbor-15":{"width":21,"height":21,"x":105,"y":84,"pixelRatio":1,"visible":true},"heliport-15":{"width":21,"height":21,"x":126,"y":84,"pixelRatio":1,"visible":true},"hospital-15":{"width":21,"height":21,"x":147,"y":84,"pixelRatio":1,"visible":true},"ice-cream-15":{"width":21,"height":21,"x":0,"y":105,"pixelRatio":1,"visible":true},"information-15":{"width":21,"height":21,"x":21,"y":105,"pixelRatio":1,"visible":true},"laundry-15":{"width":21,"height":21,"x":42,"y":105,"pixelRatio":1,"visible":true},"library-15":{"width":21,"height":21,"x":63,"y":105,"pixelRatio":1,"visible":true},"lodging-15":{"width":21,"height":21,"x":84,"y":105,"pixelRatio":1,"visible":true},"marker-15":{"width":21,"height":21,"x":105,"y":105,"pixelRatio":1,"visible":true},"monument-15":{"width":21,"height":21,"x":126,"y":105,"pixelRatio":1,"visible":true},"mountain-15":{"width":21,"height":21,"x":147,"y":105,"pixelRatio":1,"visible":true},"museum-15":{"width":21,"height":21,"x":0,"y":126,"pixelRatio":1,"visible":true},"music-15":{"width":21,"height":21,"x":21,"y":126,"pixelRatio":1,"visible":true},"park-15":{"width":21,"height":21,"x":42,"y":126,"pixelRatio":1,"visible":true},"pharmacy-15":{"width":21,"height":21,"x":63,"y":126,"pixelRatio":1,"visible":true},"picnic-site-15":{"width":21,"height":21,"x":84,"y":126,"pixelRatio":1,"visible":true},"place-of-worship-15":{"width":21,"height":21,"x":105,"y":126,"pixelRatio":1,"visible":true},"playground-15":{"width":21,"height":21,"x":126,"y":126,"pixelRatio":1,"visible":true},"police-15":{"width":21,"height":21,"x":147,"y":126,"pixelRatio":1,"visible":true},"post-15":{"width":21,"height":21,"x":0,"y":147,"pixelRatio":1,"visible":true},"prison-15":{"width":21,"height":21,"x":21,"y":147,"pixelRatio":1,"visible":true},"rail-15":{"width":21,"height":21,"x":42,"y":147,"pixelRatio":1,"visible":true},"rail-light-15":{"width":21,"height":21,"x":63,"y":147,"pixelRatio":1,"visible":true},"rail-metro-15":{"width":21,"height":21,"x":84,"y":147,"pixelRatio":1,"visible":true},"religious-christian-15":{"width":21,"height":21,"x":105,"y":147,"pixelRatio":1,"visible":true},"religious-jewish-15":{"width":21,"height":21,"x":126,"y":147,"pixelRatio":1,"visible":true},"religious-muslim-15":{"width":21,"height":21,"x":147,"y":147,"pixelRatio":1,"visible":true},"restaurant-15":{"width":21,"height":21,"x":168,"y":0,"pixelRatio":1,"visible":true},"rocket-15":{"width":21,"height":21,"x":189,"y":0,"pixelRatio":1,"visible":true},"school-15":{"width":21,"height":21,"x":210,"y":0,"pixelRatio":1,"visible":true},"shop-15":{"width":21,"height":21,"x":231,"y":0,"pixelRatio":1,"visible":true},"stadium-15":{"width":21,"height":21,"x":252,"y":0,"pixelRatio":1,"visible":true},"star-15":{"width":21,"height":21,"x":273,"y":0,"pixelRatio":1,"visible":true},"suitcase-15":{"width":21,"height":21,"x":294,"y":0,"pixelRatio":1,"visible":true},"swimming-15":{"width":21,"height":21,"x":315,"y":0,"pixelRatio":1,"visible":true},"theatre-15":{"width":21,"height":21,"x":168,"y":21,"pixelRatio":1,"visible":true},"toilet-15":{"width":21,"height":21,"x":189,"y":21,"pixelRatio":1,"visible":true},"town-hall-15":{"width":21,"height":21,"x":210,"y":21,"pixelRatio":1,"visible":true},"triangle-15":{"width":21,"height":21,"x":231,"y":21,"pixelRatio":1,"visible":true},"triangle-stroked-15":{"width":21,"height":21,"x":252,"y":21,"pixelRatio":1,"visible":true},"veterinary-15":{"width":21,"height":21,"x":273,"y":21,"pixelRatio":1,"visible":true},"volcano-15":{"width":21,"height":21,"x":294,"y":21,"pixelRatio":1,"visible":true},"zoo-15":{"width":21,"height":21,"x":315,"y":21,"pixelRatio":1,"visible":true},"airfield-11":{"width":17,"height":17,"x":168,"y":42,"pixelRatio":1,"visible":true},"airport-11":{"width":17,"height":17,"x":185,"y":42,"pixelRatio":1,"visible":true},"alcohol-shop-11":{"width":17,"height":17,"x":202,"y":42,"pixelRatio":1,"visible":true},"amusement-park-11":{"width":17,"height":17,"x":219,"y":42,"pixelRatio":1,"visible":true},"aquarium-11":{"width":17,"height":17,"x":236,"y":42,"pixelRatio":1,"visible":true},"art-gallery-11":{"width":17,"height":17,"x":253,"y":42,"pixelRatio":1,"visible":true},"attraction-11":{"width":17,"height":17,"x":270,"y":42,"pixelRatio":1,"visible":true},"bakery-11":{"width":17,"height":17,"x":287,"y":42,"pixelRatio":1,"visible":true},"bank-11":{"width":17,"height":17,"x":304,"y":42,"pixelRatio":1,"visible":true},"bar-11":{"width":17,"height":17,"x":168,"y":63,"pixelRatio":1,"visible":true},"beer-11":{"width":17,"height":17,"x":185,"y":63,"pixelRatio":1,"visible":true},"bicycle-11":{"width":17,"height":17,"x":202,"y":63,"pixelRatio":1,"visible":true},"bicycle-share-11":{"width":17,"height":17,"x":219,"y":63,"pixelRatio":1,"visible":true},"bus-11":{"width":17,"height":17,"x":236,"y":63,"pixelRatio":1,"visible":true},"cafe-11":{"width":17,"height":17,"x":253,"y":63,"pixelRatio":1,"visible":true},"campsite-11":{"width":17,"height":17,"x":270,"y":63,"pixelRatio":1,"visible":true},"car-11":{"width":17,"height":17,"x":287,"y":63,"pixelRatio":1,"visible":true},"castle-11":{"width":17,"height":17,"x":304,"y":63,"pixelRatio":1,"visible":true},"cemetery-11":{"width":17,"height":17,"x":168,"y":84,"pixelRatio":1,"visible":true},"cinema-11":{"width":17,"height":17,"x":185,"y":84,"pixelRatio":1,"visible":true},"circle-11":{"width":17,"height":17,"x":202,"y":84,"pixelRatio":1,"visible":true},"circle-stroked-11":{"width":17,"height":17,"x":219,"y":84,"pixelRatio":1,"visible":true},"clothing-store-11":{"width":17,"height":17,"x":236,"y":84,"pixelRatio":1,"visible":true},"college-11":{"width":17,"height":17,"x":253,"y":84,"pixelRatio":1,"visible":true},"dentist-11":{"width":17,"height":17,"x":270,"y":84,"pixelRatio":1,"visible":true},"doctor-11":{"width":17,"height":17,"x":287,"y":84,"pixelRatio":1,"visible":true},"dog-park-11":{"width":17,"height":17,"x":304,"y":84,"pixelRatio":1,"visible":true},"drinking-water-11":{"width":17,"height":17,"x":168,"y":105,"pixelRatio":1,"visible":true},"embassy-11":{"width":17,"height":17,"x":185,"y":105,"pixelRatio":1,"visible":true},"entrance-11":{"width":17,"height":17,"x":202,"y":105,"pixelRatio":1,"visible":true},"fast-food-11":{"width":17,"height":17,"x":219,"y":105,"pixelRatio":1,"visible":true},"ferry-11":{"width":17,"height":17,"x":236,"y":105,"pixelRatio":1,"visible":true},"fire-station-11":{"width":17,"height":17,"x":253,"y":105,"pixelRatio":1,"visible":true},"fuel-11":{"width":17,"height":17,"x":270,"y":105,"pixelRatio":1,"visible":true},"garden-11":{"width":17,"height":17,"x":287,"y":105,"pixelRatio":1,"visible":true},"golf-11":{"width":17,"height":17,"x":304,"y":105,"pixelRatio":1,"visible":true},"grocery-11":{"width":17,"height":17,"x":168,"y":126,"pixelRatio":1,"visible":true},"harbor-11":{"width":17,"height":17,"x":185,"y":126,"pixelRatio":1,"visible":true},"heliport-11":{"width":17,"height":17,"x":202,"y":126,"pixelRatio":1,"visible":true},"hospital-11":{"width":17,"height":17,"x":219,"y":126,"pixelRatio":1,"visible":true},"ice-cream-11":{"width":17,"height":17,"x":236,"y":126,"pixelRatio":1,"visible":true},"information-11":{"width":17,"height":17,"x":253,"y":126,"pixelRatio":1,"visible":true},"laundry-11":{"width":17,"height":17,"x":270,"y":126,"pixelRatio":1,"visible":true},"library-11":{"width":17,"height":17,"x":287,"y":126,"pixelRatio":1,"visible":true},"lodging-11":{"width":17,"height":17,"x":304,"y":126,"pixelRatio":1,"visible":true},"marker-11":{"width":17,"height":17,"x":168,"y":147,"pixelRatio":1,"visible":true},"monument-11":{"width":17,"height":17,"x":185,"y":147,"pixelRatio":1,"visible":true},"mountain-11":{"width":17,"height":17,"x":202,"y":147,"pixelRatio":1,"visible":true},"museum-11":{"width":17,"height":17,"x":219,"y":147,"pixelRatio":1,"visible":true},"music-11":{"width":17,"height":17,"x":236,"y":147,"pixelRatio":1,"visible":true},"park-11":{"width":17,"height":17,"x":253,"y":147,"pixelRatio":1,"visible":true},"pharmacy-11":{"width":17,"height":17,"x":270,"y":147,"pixelRatio":1,"visible":true},"picnic-site-11":{"width":17,"height":17,"x":287,"y":147,"pixelRatio":1,"visible":true},"place-of-worship-11":{"width":17,"height":17,"x":304,"y":147,"pixelRatio":1,"visible":true},"playground-11":{"width":17,"height":17,"x":0,"y":168,"pixelRatio":1,"visible":true},"police-11":{"width":17,"height":17,"x":17,"y":168,"pixelRatio":1,"visible":true},"post-11":{"width":17,"height":17,"x":34,"y":168,"pixelRatio":1,"visible":true},"prison-11":{"width":17,"height":17,"x":51,"y":168,"pixelRatio":1,"visible":true},"rail-11":{"width":17,"height":17,"x":68,"y":168,"pixelRatio":1,"visible":true},"rail-light-11":{"width":17,"height":17,"x":85,"y":168,"pixelRatio":1,"visible":true},"rail-metro-11":{"width":17,"height":17,"x":102,"y":168,"pixelRatio":1,"visible":true},"religious-christian-11":{"width":17,"height":17,"x":119,"y":168,"pixelRatio":1,"visible":true},"religious-jewish-11":{"width":17,"height":17,"x":136,"y":168,"pixelRatio":1,"visible":true},"religious-muslim-11":{"width":17,"height":17,"x":153,"y":168,"pixelRatio":1,"visible":true},"restaurant-11":{"width":17,"height":17,"x":170,"y":168,"pixelRatio":1,"visible":true},"rocket-11":{"width":17,"height":17,"x":187,"y":168,"pixelRatio":1,"visible":true},"school-11":{"width":17,"height":17,"x":204,"y":168,"pixelRatio":1,"visible":true},"shop-11":{"width":17,"height":17,"x":221,"y":168,"pixelRatio":1,"visible":true},"stadium-11":{"width":17,"height":17,"x":238,"y":168,"pixelRatio":1,"visible":true},"star-11":{"width":17,"height":17,"x":255,"y":168,"pixelRatio":1,"visible":true},"suitcase-11":{"width":17,"height":17,"x":272,"y":168,"pixelRatio":1,"visible":true},"swimming-11":{"width":17,"height":17,"x":289,"y":168,"pixelRatio":1,"visible":true},"theatre-11":{"width":17,"height":17,"x":306,"y":168,"pixelRatio":1,"visible":true},"toilet-11":{"width":17,"height":17,"x":0,"y":185,"pixelRatio":1,"visible":true},"town-hall-11":{"width":17,"height":17,"x":17,"y":185,"pixelRatio":1,"visible":true},"triangle-11":{"width":17,"height":17,"x":34,"y":185,"pixelRatio":1,"visible":true},"triangle-stroked-11":{"width":17,"height":17,"x":51,"y":185,"pixelRatio":1,"visible":true},"veterinary-11":{"width":17,"height":17,"x":68,"y":185,"pixelRatio":1,"visible":true},"volcano-11":{"width":17,"height":17,"x":85,"y":185,"pixelRatio":1,"visible":true},"zoo-11":{"width":17,"height":17,"x":102,"y":185,"pixelRatio":1,"visible":true}} \ No newline at end of file +{"airfield-15":{"width":21,"height":21,"x":0,"y":0,"pixelRatio":1,"visible":true},"airport-15":{"width":21,"height":21,"x":21,"y":0,"pixelRatio":1,"visible":true},"alcohol-shop-15":{"width":21,"height":21,"x":0,"y":21,"pixelRatio":1,"visible":true},"amusement-park-15":{"width":21,"height":21,"x":21,"y":21,"pixelRatio":1,"visible":true},"aquarium-15":{"width":21,"height":21,"x":42,"y":0,"pixelRatio":1,"visible":true},"art-gallery-15":{"width":21,"height":21,"x":63,"y":0,"pixelRatio":1,"visible":true},"attraction-15":{"width":21,"height":21,"x":42,"y":21,"pixelRatio":1,"visible":true},"bakery-15":{"width":21,"height":21,"x":63,"y":21,"pixelRatio":1,"visible":true},"bank-15":{"width":21,"height":21,"x":0,"y":42,"pixelRatio":1,"visible":true},"bar-15":{"width":21,"height":21,"x":21,"y":42,"pixelRatio":1,"visible":true},"beer-15":{"width":21,"height":21,"x":42,"y":42,"pixelRatio":1,"visible":true},"bicycle-15":{"width":21,"height":21,"x":63,"y":42,"pixelRatio":1,"visible":true},"bicycle-share-15":{"width":21,"height":21,"x":0,"y":63,"pixelRatio":1,"visible":true},"bus-15":{"width":21,"height":21,"x":21,"y":63,"pixelRatio":1,"visible":true},"cafe-15":{"width":21,"height":21,"x":42,"y":63,"pixelRatio":1,"visible":true},"campsite-15":{"width":21,"height":21,"x":63,"y":63,"pixelRatio":1,"visible":true},"car-15":{"width":21,"height":21,"x":84,"y":0,"pixelRatio":1,"visible":true},"castle-15":{"width":21,"height":21,"x":105,"y":0,"pixelRatio":1,"visible":true},"cemetery-15":{"width":21,"height":21,"x":126,"y":0,"pixelRatio":1,"visible":true},"cinema-15":{"width":21,"height":21,"x":147,"y":0,"pixelRatio":1,"visible":true},"circle-15":{"width":21,"height":21,"x":84,"y":21,"pixelRatio":1,"visible":true},"circle-stroked-15":{"width":21,"height":21,"x":105,"y":21,"pixelRatio":1,"visible":true},"clothing-store-15":{"width":21,"height":21,"x":126,"y":21,"pixelRatio":1,"visible":true},"college-15":{"width":21,"height":21,"x":147,"y":21,"pixelRatio":1,"visible":true},"dentist-15":{"width":21,"height":21,"x":84,"y":42,"pixelRatio":1,"visible":true},"doctor-15":{"width":21,"height":21,"x":105,"y":42,"pixelRatio":1,"visible":true},"dog-park-15":{"width":21,"height":21,"x":126,"y":42,"pixelRatio":1,"visible":true},"drinking-water-15":{"width":21,"height":21,"x":147,"y":42,"pixelRatio":1,"visible":true},"embassy-15":{"width":21,"height":21,"x":84,"y":63,"pixelRatio":1,"visible":true},"entrance-15":{"width":21,"height":21,"x":105,"y":63,"pixelRatio":1,"visible":true},"fast-food-15":{"width":21,"height":21,"x":126,"y":63,"pixelRatio":1,"visible":true},"ferry-15":{"width":21,"height":21,"x":147,"y":63,"pixelRatio":1,"visible":true},"fire-station-15":{"width":21,"height":21,"x":0,"y":84,"pixelRatio":1,"visible":true},"fuel-15":{"width":21,"height":21,"x":21,"y":84,"pixelRatio":1,"visible":true},"garden-15":{"width":21,"height":21,"x":42,"y":84,"pixelRatio":1,"visible":true},"golf-15":{"width":21,"height":21,"x":63,"y":84,"pixelRatio":1,"visible":true},"grocery-15":{"width":21,"height":21,"x":84,"y":84,"pixelRatio":1,"visible":true},"harbor-15":{"width":21,"height":21,"x":105,"y":84,"pixelRatio":1,"visible":true},"heliport-15":{"width":21,"height":21,"x":126,"y":84,"pixelRatio":1,"visible":true},"hospital-15":{"width":21,"height":21,"x":147,"y":84,"pixelRatio":1,"visible":true},"ice-cream-15":{"width":21,"height":21,"x":0,"y":105,"pixelRatio":1,"visible":true},"information-15":{"width":21,"height":21,"x":21,"y":105,"pixelRatio":1,"visible":true},"laundry-15":{"width":21,"height":21,"x":42,"y":105,"pixelRatio":1,"visible":true},"library-15":{"width":21,"height":21,"x":63,"y":105,"pixelRatio":1,"visible":true},"lodging-15":{"width":21,"height":21,"x":84,"y":105,"pixelRatio":1,"visible":true},"marker-15":{"width":21,"height":21,"x":105,"y":105,"pixelRatio":1,"visible":true},"monument-15":{"width":21,"height":21,"x":126,"y":105,"pixelRatio":1,"visible":true},"mountain-15":{"width":21,"height":21,"x":147,"y":105,"pixelRatio":1,"visible":true},"museum-15":{"width":21,"height":21,"x":0,"y":126,"pixelRatio":1,"visible":true},"music-15":{"width":21,"height":21,"x":21,"y":126,"pixelRatio":1,"visible":true},"park-15":{"width":21,"height":21,"x":42,"y":126,"pixelRatio":1,"visible":true},"pharmacy-15":{"width":21,"height":21,"x":63,"y":126,"pixelRatio":1,"visible":true},"picnic-site-15":{"width":21,"height":21,"x":84,"y":126,"pixelRatio":1,"visible":true},"place-of-worship-15":{"width":21,"height":21,"x":105,"y":126,"pixelRatio":1,"visible":true},"playground-15":{"width":21,"height":21,"x":126,"y":126,"pixelRatio":1,"visible":true},"police-15":{"width":21,"height":21,"x":147,"y":126,"pixelRatio":1,"visible":true},"post-15":{"width":21,"height":21,"x":0,"y":147,"pixelRatio":1,"visible":true},"prison-15":{"width":21,"height":21,"x":21,"y":147,"pixelRatio":1,"visible":true},"rail-15":{"width":21,"height":21,"x":42,"y":147,"pixelRatio":1,"visible":true},"rail-light-15":{"width":21,"height":21,"x":63,"y":147,"pixelRatio":1,"visible":true},"rail-metro-15":{"width":21,"height":21,"x":84,"y":147,"pixelRatio":1,"visible":true},"religious-christian-15":{"width":21,"height":21,"x":105,"y":147,"pixelRatio":1,"visible":true},"religious-jewish-15":{"width":21,"height":21,"x":126,"y":147,"pixelRatio":1,"visible":true},"religious-muslim-15":{"width":21,"height":21,"x":147,"y":147,"pixelRatio":1,"visible":true},"restaurant-15":{"width":21,"height":21,"x":168,"y":0,"pixelRatio":1,"visible":true},"rocket-15":{"width":21,"height":21,"x":189,"y":0,"pixelRatio":1,"visible":true},"school-15":{"width":21,"height":21,"x":210,"y":0,"pixelRatio":1,"visible":true},"shop-15":{"width":21,"height":21,"x":231,"y":0,"pixelRatio":1,"visible":true},"stadium-15":{"width":21,"height":21,"x":252,"y":0,"pixelRatio":1,"visible":true},"star-15":{"width":21,"height":21,"x":273,"y":0,"pixelRatio":1,"visible":true},"suitcase-15":{"width":21,"height":21,"x":294,"y":0,"pixelRatio":1,"visible":true},"swimming-15":{"width":21,"height":21,"x":315,"y":0,"pixelRatio":1,"visible":true},"theatre-15":{"width":21,"height":21,"x":168,"y":21,"pixelRatio":1,"visible":true},"toilet-15":{"width":21,"height":21,"x":189,"y":21,"pixelRatio":1,"visible":true},"town-hall-15":{"width":21,"height":21,"x":210,"y":21,"pixelRatio":1,"visible":true},"triangle-15":{"width":21,"height":21,"x":231,"y":21,"pixelRatio":1,"visible":true},"triangle-stroked-15":{"width":21,"height":21,"x":252,"y":21,"pixelRatio":1,"visible":true},"veterinary-15":{"width":21,"height":21,"x":273,"y":21,"pixelRatio":1,"visible":true},"volcano-15":{"width":21,"height":21,"x":294,"y":21,"pixelRatio":1,"visible":true},"zoo-15":{"width":21,"height":21,"x":315,"y":21,"pixelRatio":1,"visible":true},"airfield-11":{"width":17,"height":17,"x":168,"y":42,"pixelRatio":1,"visible":true},"airport-11":{"width":17,"height":17,"x":185,"y":42,"pixelRatio":1,"visible":true},"alcohol-shop-11":{"width":17,"height":17,"x":202,"y":42,"pixelRatio":1,"visible":true},"amusement-park-11":{"width":17,"height":17,"x":219,"y":42,"pixelRatio":1,"visible":true},"aquarium-11":{"width":17,"height":17,"x":236,"y":42,"pixelRatio":1,"visible":true},"art-gallery-11":{"width":17,"height":17,"x":253,"y":42,"pixelRatio":1,"visible":true},"attraction-11":{"width":17,"height":17,"x":270,"y":42,"pixelRatio":1,"visible":true},"bakery-11":{"width":17,"height":17,"x":287,"y":42,"pixelRatio":1,"visible":true},"bank-11":{"width":17,"height":17,"x":304,"y":42,"pixelRatio":1,"visible":true},"bar-11":{"width":17,"height":17,"x":168,"y":63,"pixelRatio":1,"visible":true},"beer-11":{"width":17,"height":17,"x":185,"y":63,"pixelRatio":1,"visible":true},"bicycle-11":{"width":17,"height":17,"x":202,"y":63,"pixelRatio":1,"visible":true},"bicycle-share-11":{"width":17,"height":17,"x":219,"y":63,"pixelRatio":1,"visible":true},"bus-11":{"width":17,"height":17,"x":236,"y":63,"pixelRatio":1,"visible":true},"cafe-11":{"width":17,"height":17,"x":253,"y":63,"pixelRatio":1,"visible":true},"campsite-11":{"width":17,"height":17,"x":270,"y":63,"pixelRatio":1,"visible":true},"car-11":{"width":17,"height":17,"x":287,"y":63,"pixelRatio":1,"visible":true},"castle-11":{"width":17,"height":17,"x":304,"y":63,"pixelRatio":1,"visible":true},"cemetery-11":{"width":17,"height":17,"x":168,"y":84,"pixelRatio":1,"visible":true},"cinema-11":{"width":17,"height":17,"x":185,"y":84,"pixelRatio":1,"visible":true},"circle-11":{"width":17,"height":17,"x":202,"y":84,"pixelRatio":1,"visible":true},"circle-stroked-11":{"width":17,"height":17,"x":219,"y":84,"pixelRatio":1,"visible":true},"clothing-store-11":{"width":17,"height":17,"x":236,"y":84,"pixelRatio":1,"visible":true},"college-11":{"width":17,"height":17,"x":253,"y":84,"pixelRatio":1,"visible":true},"dentist-11":{"width":17,"height":17,"x":270,"y":84,"pixelRatio":1,"visible":true},"doctor-11":{"width":17,"height":17,"x":287,"y":84,"pixelRatio":1,"visible":true},"dog-park-11":{"width":17,"height":17,"x":304,"y":84,"pixelRatio":1,"visible":true},"drinking-water-11":{"width":17,"height":17,"x":168,"y":105,"pixelRatio":1,"visible":true},"embassy-11":{"width":17,"height":17,"x":185,"y":105,"pixelRatio":1,"visible":true},"entrance-11":{"width":17,"height":17,"x":202,"y":105,"pixelRatio":1,"visible":true},"fast-food-11":{"width":17,"height":17,"x":219,"y":105,"pixelRatio":1,"visible":true},"ferry-11":{"width":17,"height":17,"x":236,"y":105,"pixelRatio":1,"visible":true},"fire-station-11":{"width":17,"height":17,"x":253,"y":105,"pixelRatio":1,"visible":true},"fuel-11":{"width":17,"height":17,"x":270,"y":105,"pixelRatio":1,"visible":true},"garden-11":{"width":17,"height":17,"x":287,"y":105,"pixelRatio":1,"visible":true},"golf-11":{"width":17,"height":17,"x":304,"y":105,"pixelRatio":1,"visible":true},"grocery-11":{"width":17,"height":17,"x":168,"y":126,"pixelRatio":1,"visible":true},"harbor-11":{"width":17,"height":17,"x":185,"y":126,"pixelRatio":1,"visible":true},"heliport-11":{"width":17,"height":17,"x":202,"y":126,"pixelRatio":1,"visible":true},"hospital-11":{"width":17,"height":17,"x":219,"y":126,"pixelRatio":1,"visible":true},"ice-cream-11":{"width":17,"height":17,"x":236,"y":126,"pixelRatio":1,"visible":true},"information-11":{"width":17,"height":17,"x":253,"y":126,"pixelRatio":1,"visible":true},"laundry-11":{"width":17,"height":17,"x":270,"y":126,"pixelRatio":1,"visible":true},"library-11":{"width":17,"height":17,"x":287,"y":126,"pixelRatio":1,"visible":true},"lodging-11":{"width":17,"height":17,"x":304,"y":126,"pixelRatio":1,"visible":true},"marker-11":{"width":17,"height":17,"x":168,"y":147,"pixelRatio":1,"visible":true},"monument-11":{"width":17,"height":17,"x":185,"y":147,"pixelRatio":1,"visible":true},"mountain-11":{"width":17,"height":17,"x":202,"y":147,"pixelRatio":1,"visible":true},"museum-11":{"width":17,"height":17,"x":219,"y":147,"pixelRatio":1,"visible":true},"music-11":{"width":17,"height":17,"x":236,"y":147,"pixelRatio":1,"visible":true},"park-11":{"width":17,"height":17,"x":253,"y":147,"pixelRatio":1,"visible":true},"pharmacy-11":{"width":17,"height":17,"x":270,"y":147,"pixelRatio":1,"visible":true},"picnic-site-11":{"width":17,"height":17,"x":287,"y":147,"pixelRatio":1,"visible":true},"place-of-worship-11":{"width":17,"height":17,"x":304,"y":147,"pixelRatio":1,"visible":true},"playground-11":{"width":17,"height":17,"x":0,"y":168,"pixelRatio":1,"visible":true},"police-11":{"width":17,"height":17,"x":17,"y":168,"pixelRatio":1,"visible":true},"post-11":{"width":17,"height":17,"x":34,"y":168,"pixelRatio":1,"visible":true},"prison-11":{"width":17,"height":17,"x":51,"y":168,"pixelRatio":1,"visible":true},"rail-11":{"width":17,"height":17,"x":68,"y":168,"pixelRatio":1,"visible":true},"rail-light-11":{"width":17,"height":17,"x":85,"y":168,"pixelRatio":1,"visible":true},"rail-metro-11":{"width":17,"height":17,"x":102,"y":168,"pixelRatio":1,"visible":true},"religious-christian-11":{"width":17,"height":17,"x":119,"y":168,"pixelRatio":1,"visible":true},"religious-jewish-11":{"width":17,"height":17,"x":136,"y":168,"pixelRatio":1,"visible":true},"religious-muslim-11":{"width":17,"height":17,"x":153,"y":168,"pixelRatio":1,"visible":true},"restaurant-11":{"width":17,"height":17,"x":170,"y":168,"pixelRatio":1,"visible":true},"rocket-11":{"width":17,"height":17,"x":187,"y":168,"pixelRatio":1,"visible":true},"school-11":{"width":17,"height":17,"x":204,"y":168,"pixelRatio":1,"visible":true},"shop-11":{"width":17,"height":17,"x":221,"y":168,"pixelRatio":1,"visible":true},"stadium-11":{"width":17,"height":17,"x":238,"y":168,"pixelRatio":1,"visible":true},"star-11":{"width":17,"height":17,"x":255,"y":168,"pixelRatio":1,"visible":true},"suitcase-11":{"width":17,"height":17,"x":272,"y":168,"pixelRatio":1,"visible":true},"swimming-11":{"width":17,"height":17,"x":289,"y":168,"pixelRatio":1,"visible":true},"theatre-11":{"width":17,"height":17,"x":306,"y":168,"pixelRatio":1,"visible":true},"toilet-11":{"width":17,"height":17,"x":0,"y":185,"pixelRatio":1,"visible":true},"town-hall-11":{"width":17,"height":17,"x":17,"y":185,"pixelRatio":1,"visible":true},"triangle-11":{"width":17,"height":17,"x":34,"y":185,"pixelRatio":1,"visible":true},"triangle-stroked-11":{"width":17,"height":17,"x":51,"y":185,"pixelRatio":1,"visible":true},"veterinary-11":{"width":17,"height":17,"x":68,"y":185,"pixelRatio":1,"visible":true},"volcano-11":{"width":17,"height":17,"x":85,"y":185,"pixelRatio":1,"visible":true},"zoo-11":{"width":17,"height":17,"x":102,"y":185,"pixelRatio":1,"visible":true}} diff --git a/metrics/integration/sprites/mapbox/bright-v9.json b/metrics/integration/sprites/mapbox/bright-v9.json index aee4b3990d5..244be2f16b2 100644 --- a/metrics/integration/sprites/mapbox/bright-v9.json +++ b/metrics/integration/sprites/mapbox/bright-v9.json @@ -1 +1 @@ -{"airfield-15":{"width":21,"height":21,"x":0,"y":0,"pixelRatio":1,"visible":true},"airport-15":{"width":21,"height":21,"x":21,"y":0,"pixelRatio":1,"visible":true},"alcohol-shop-15":{"width":21,"height":21,"x":0,"y":21,"pixelRatio":1,"visible":true},"amusement-park-15":{"width":21,"height":21,"x":21,"y":21,"pixelRatio":1,"visible":true},"aquarium-15":{"width":21,"height":21,"x":42,"y":0,"pixelRatio":1,"visible":true},"art-gallery-15":{"width":21,"height":21,"x":63,"y":0,"pixelRatio":1,"visible":true},"attraction-15":{"width":21,"height":21,"x":42,"y":21,"pixelRatio":1,"visible":true},"bakery-15":{"width":21,"height":21,"x":63,"y":21,"pixelRatio":1,"visible":true},"bank-15":{"width":21,"height":21,"x":0,"y":42,"pixelRatio":1,"visible":true},"bar-15":{"width":21,"height":21,"x":21,"y":42,"pixelRatio":1,"visible":true},"beer-15":{"width":21,"height":21,"x":42,"y":42,"pixelRatio":1,"visible":true},"bicycle-15":{"width":21,"height":21,"x":63,"y":42,"pixelRatio":1,"visible":true},"bicycle-share-15":{"width":21,"height":21,"x":0,"y":63,"pixelRatio":1,"visible":true},"bus-15":{"width":21,"height":21,"x":21,"y":63,"pixelRatio":1,"visible":true},"cafe-15":{"width":21,"height":21,"x":42,"y":63,"pixelRatio":1,"visible":true},"campsite-15":{"width":21,"height":21,"x":63,"y":63,"pixelRatio":1,"visible":true},"car-15":{"width":21,"height":21,"x":84,"y":0,"pixelRatio":1,"visible":true},"castle-15":{"width":21,"height":21,"x":105,"y":0,"pixelRatio":1,"visible":true},"cemetery-15":{"width":21,"height":21,"x":126,"y":0,"pixelRatio":1,"visible":true},"cinema-15":{"width":21,"height":21,"x":147,"y":0,"pixelRatio":1,"visible":true},"circle-15":{"width":21,"height":21,"x":84,"y":21,"pixelRatio":1,"visible":true},"circle-stroked-15":{"width":21,"height":21,"x":105,"y":21,"pixelRatio":1,"visible":true},"clothing-store-15":{"width":21,"height":21,"x":126,"y":21,"pixelRatio":1,"visible":true},"college-15":{"width":21,"height":21,"x":147,"y":21,"pixelRatio":1,"visible":true},"dentist-15":{"width":21,"height":21,"x":84,"y":42,"pixelRatio":1,"visible":true},"doctor-15":{"width":21,"height":21,"x":105,"y":42,"pixelRatio":1,"visible":true},"dog-park-15":{"width":21,"height":21,"x":126,"y":42,"pixelRatio":1,"visible":true},"drinking-water-15":{"width":21,"height":21,"x":147,"y":42,"pixelRatio":1,"visible":true},"embassy-15":{"width":21,"height":21,"x":84,"y":63,"pixelRatio":1,"visible":true},"entrance-15":{"width":21,"height":21,"x":105,"y":63,"pixelRatio":1,"visible":true},"fast-food-15":{"width":21,"height":21,"x":126,"y":63,"pixelRatio":1,"visible":true},"ferry-15":{"width":21,"height":21,"x":147,"y":63,"pixelRatio":1,"visible":true},"fire-station-15":{"width":21,"height":21,"x":0,"y":84,"pixelRatio":1,"visible":true},"fuel-15":{"width":21,"height":21,"x":21,"y":84,"pixelRatio":1,"visible":true},"garden-15":{"width":21,"height":21,"x":42,"y":84,"pixelRatio":1,"visible":true},"golf-15":{"width":21,"height":21,"x":63,"y":84,"pixelRatio":1,"visible":true},"grocery-15":{"width":21,"height":21,"x":84,"y":84,"pixelRatio":1,"visible":true},"harbor-15":{"width":21,"height":21,"x":105,"y":84,"pixelRatio":1,"visible":true},"heliport-15":{"width":21,"height":21,"x":126,"y":84,"pixelRatio":1,"visible":true},"hospital-15":{"width":21,"height":21,"x":147,"y":84,"pixelRatio":1,"visible":true},"ice-cream-15":{"width":21,"height":21,"x":0,"y":105,"pixelRatio":1,"visible":true},"information-15":{"width":21,"height":21,"x":21,"y":105,"pixelRatio":1,"visible":true},"laundry-15":{"width":21,"height":21,"x":42,"y":105,"pixelRatio":1,"visible":true},"library-15":{"width":21,"height":21,"x":63,"y":105,"pixelRatio":1,"visible":true},"lodging-15":{"width":21,"height":21,"x":84,"y":105,"pixelRatio":1,"visible":true},"marker-15":{"width":21,"height":21,"x":105,"y":105,"pixelRatio":1,"visible":true},"monument-15":{"width":21,"height":21,"x":126,"y":105,"pixelRatio":1,"visible":true},"mountain-15":{"width":21,"height":21,"x":147,"y":105,"pixelRatio":1,"visible":true},"museum-15":{"width":21,"height":21,"x":0,"y":126,"pixelRatio":1,"visible":true},"music-15":{"width":21,"height":21,"x":21,"y":126,"pixelRatio":1,"visible":true},"park-15":{"width":21,"height":21,"x":42,"y":126,"pixelRatio":1,"visible":true},"pharmacy-15":{"width":21,"height":21,"x":63,"y":126,"pixelRatio":1,"visible":true},"picnic-site-15":{"width":21,"height":21,"x":84,"y":126,"pixelRatio":1,"visible":true},"place-of-worship-15":{"width":21,"height":21,"x":105,"y":126,"pixelRatio":1,"visible":true},"playground-15":{"width":21,"height":21,"x":126,"y":126,"pixelRatio":1,"visible":true},"police-15":{"width":21,"height":21,"x":147,"y":126,"pixelRatio":1,"visible":true},"post-15":{"width":21,"height":21,"x":0,"y":147,"pixelRatio":1,"visible":true},"prison-15":{"width":21,"height":21,"x":21,"y":147,"pixelRatio":1,"visible":true},"rail-15":{"width":21,"height":21,"x":42,"y":147,"pixelRatio":1,"visible":true},"rail-light-15":{"width":21,"height":21,"x":63,"y":147,"pixelRatio":1,"visible":true},"rail-metro-15":{"width":21,"height":21,"x":84,"y":147,"pixelRatio":1,"visible":true},"religious-christian-15":{"width":21,"height":21,"x":105,"y":147,"pixelRatio":1,"visible":true},"religious-jewish-15":{"width":21,"height":21,"x":126,"y":147,"pixelRatio":1,"visible":true},"religious-muslim-15":{"width":21,"height":21,"x":147,"y":147,"pixelRatio":1,"visible":true},"restaurant-15":{"width":21,"height":21,"x":168,"y":0,"pixelRatio":1,"visible":true},"rocket-15":{"width":21,"height":21,"x":189,"y":0,"pixelRatio":1,"visible":true},"school-15":{"width":21,"height":21,"x":210,"y":0,"pixelRatio":1,"visible":true},"shop-15":{"width":21,"height":21,"x":231,"y":0,"pixelRatio":1,"visible":true},"stadium-15":{"width":21,"height":21,"x":252,"y":0,"pixelRatio":1,"visible":true},"star-15":{"width":21,"height":21,"x":273,"y":0,"pixelRatio":1,"visible":true},"suitcase-15":{"width":21,"height":21,"x":294,"y":0,"pixelRatio":1,"visible":true},"swimming-15":{"width":21,"height":21,"x":315,"y":0,"pixelRatio":1,"visible":true},"theatre-15":{"width":21,"height":21,"x":168,"y":21,"pixelRatio":1,"visible":true},"toilet-15":{"width":21,"height":21,"x":189,"y":21,"pixelRatio":1,"visible":true},"town-hall-15":{"width":21,"height":21,"x":210,"y":21,"pixelRatio":1,"visible":true},"triangle-15":{"width":21,"height":21,"x":231,"y":21,"pixelRatio":1,"visible":true},"triangle-stroked-15":{"width":21,"height":21,"x":252,"y":21,"pixelRatio":1,"visible":true},"veterinary-15":{"width":21,"height":21,"x":273,"y":21,"pixelRatio":1,"visible":true},"volcano-15":{"width":21,"height":21,"x":294,"y":21,"pixelRatio":1,"visible":true},"zoo-15":{"width":21,"height":21,"x":315,"y":21,"pixelRatio":1,"visible":true},"motorway_1":{"width":18,"height":18,"x":168,"y":42,"pixelRatio":1,"visible":true},"motorway_2":{"width":25,"height":18,"x":186,"y":42,"pixelRatio":1,"visible":true},"motorway_3":{"width":32,"height":18,"x":211,"y":42,"pixelRatio":1,"visible":true},"motorway_4":{"width":39,"height":18,"x":243,"y":42,"pixelRatio":1,"visible":true},"motorway_5":{"width":45,"height":18,"x":282,"y":42,"pixelRatio":1,"visible":true},"motorway_6":{"width":50,"height":18,"x":168,"y":63,"pixelRatio":1,"visible":true},"airfield-11":{"width":17,"height":17,"x":218,"y":63,"pixelRatio":1,"visible":true},"airport-11":{"width":17,"height":17,"x":235,"y":63,"pixelRatio":1,"visible":true},"alcohol-shop-11":{"width":17,"height":17,"x":252,"y":63,"pixelRatio":1,"visible":true},"amusement-park-11":{"width":17,"height":17,"x":269,"y":63,"pixelRatio":1,"visible":true},"aquarium-11":{"width":17,"height":17,"x":286,"y":63,"pixelRatio":1,"visible":true},"art-gallery-11":{"width":17,"height":17,"x":303,"y":63,"pixelRatio":1,"visible":true},"attraction-11":{"width":17,"height":17,"x":168,"y":84,"pixelRatio":1,"visible":true},"bakery-11":{"width":17,"height":17,"x":185,"y":84,"pixelRatio":1,"visible":true},"bank-11":{"width":17,"height":17,"x":202,"y":84,"pixelRatio":1,"visible":true},"bar-11":{"width":17,"height":17,"x":219,"y":84,"pixelRatio":1,"visible":true},"beer-11":{"width":17,"height":17,"x":236,"y":84,"pixelRatio":1,"visible":true},"bicycle-11":{"width":17,"height":17,"x":253,"y":84,"pixelRatio":1,"visible":true},"bicycle-share-11":{"width":17,"height":17,"x":270,"y":84,"pixelRatio":1,"visible":true},"bus-11":{"width":17,"height":17,"x":287,"y":84,"pixelRatio":1,"visible":true},"cafe-11":{"width":17,"height":17,"x":304,"y":84,"pixelRatio":1,"visible":true},"campsite-11":{"width":17,"height":17,"x":168,"y":105,"pixelRatio":1,"visible":true},"car-11":{"width":17,"height":17,"x":185,"y":105,"pixelRatio":1,"visible":true},"castle-11":{"width":17,"height":17,"x":202,"y":105,"pixelRatio":1,"visible":true},"cemetery-11":{"width":17,"height":17,"x":219,"y":105,"pixelRatio":1,"visible":true},"cinema-11":{"width":17,"height":17,"x":236,"y":105,"pixelRatio":1,"visible":true},"circle-11":{"width":17,"height":17,"x":253,"y":105,"pixelRatio":1,"visible":true},"circle-stroked-11":{"width":17,"height":17,"x":270,"y":105,"pixelRatio":1,"visible":true},"clothing-store-11":{"width":17,"height":17,"x":287,"y":105,"pixelRatio":1,"visible":true},"college-11":{"width":17,"height":17,"x":304,"y":105,"pixelRatio":1,"visible":true},"dentist-11":{"width":17,"height":17,"x":168,"y":126,"pixelRatio":1,"visible":true},"doctor-11":{"width":17,"height":17,"x":185,"y":126,"pixelRatio":1,"visible":true},"dog-park-11":{"width":17,"height":17,"x":202,"y":126,"pixelRatio":1,"visible":true},"drinking-water-11":{"width":17,"height":17,"x":219,"y":126,"pixelRatio":1,"visible":true},"embassy-11":{"width":17,"height":17,"x":236,"y":126,"pixelRatio":1,"visible":true},"entrance-11":{"width":17,"height":17,"x":253,"y":126,"pixelRatio":1,"visible":true},"fast-food-11":{"width":17,"height":17,"x":270,"y":126,"pixelRatio":1,"visible":true},"ferry-11":{"width":17,"height":17,"x":287,"y":126,"pixelRatio":1,"visible":true},"fire-station-11":{"width":17,"height":17,"x":304,"y":126,"pixelRatio":1,"visible":true},"fuel-11":{"width":17,"height":17,"x":168,"y":147,"pixelRatio":1,"visible":true},"garden-11":{"width":17,"height":17,"x":185,"y":147,"pixelRatio":1,"visible":true},"golf-11":{"width":17,"height":17,"x":202,"y":147,"pixelRatio":1,"visible":true},"grocery-11":{"width":17,"height":17,"x":219,"y":147,"pixelRatio":1,"visible":true},"harbor-11":{"width":17,"height":17,"x":236,"y":147,"pixelRatio":1,"visible":true},"heliport-11":{"width":17,"height":17,"x":253,"y":147,"pixelRatio":1,"visible":true},"hospital-11":{"width":17,"height":17,"x":270,"y":147,"pixelRatio":1,"visible":true},"ice-cream-11":{"width":17,"height":17,"x":287,"y":147,"pixelRatio":1,"visible":true},"information-11":{"width":17,"height":17,"x":304,"y":147,"pixelRatio":1,"visible":true},"laundry-11":{"width":17,"height":17,"x":0,"y":168,"pixelRatio":1,"visible":true},"library-11":{"width":17,"height":17,"x":17,"y":168,"pixelRatio":1,"visible":true},"lodging-11":{"width":17,"height":17,"x":34,"y":168,"pixelRatio":1,"visible":true},"marker-11":{"width":17,"height":17,"x":51,"y":168,"pixelRatio":1,"visible":true},"monument-11":{"width":17,"height":17,"x":68,"y":168,"pixelRatio":1,"visible":true},"mountain-11":{"width":17,"height":17,"x":85,"y":168,"pixelRatio":1,"visible":true},"museum-11":{"width":17,"height":17,"x":102,"y":168,"pixelRatio":1,"visible":true},"music-11":{"width":17,"height":17,"x":119,"y":168,"pixelRatio":1,"visible":true},"park-11":{"width":17,"height":17,"x":136,"y":168,"pixelRatio":1,"visible":true},"pharmacy-11":{"width":17,"height":17,"x":153,"y":168,"pixelRatio":1,"visible":true},"picnic-site-11":{"width":17,"height":17,"x":170,"y":168,"pixelRatio":1,"visible":true},"place-of-worship-11":{"width":17,"height":17,"x":187,"y":168,"pixelRatio":1,"visible":true},"playground-11":{"width":17,"height":17,"x":204,"y":168,"pixelRatio":1,"visible":true},"police-11":{"width":17,"height":17,"x":221,"y":168,"pixelRatio":1,"visible":true},"post-11":{"width":17,"height":17,"x":238,"y":168,"pixelRatio":1,"visible":true},"prison-11":{"width":17,"height":17,"x":255,"y":168,"pixelRatio":1,"visible":true},"rail-11":{"width":17,"height":17,"x":272,"y":168,"pixelRatio":1,"visible":true},"rail-light-11":{"width":17,"height":17,"x":289,"y":168,"pixelRatio":1,"visible":true},"rail-metro-11":{"width":17,"height":17,"x":306,"y":168,"pixelRatio":1,"visible":true},"religious-christian-11":{"width":17,"height":17,"x":0,"y":185,"pixelRatio":1,"visible":true},"religious-jewish-11":{"width":17,"height":17,"x":17,"y":185,"pixelRatio":1,"visible":true},"religious-muslim-11":{"width":17,"height":17,"x":34,"y":185,"pixelRatio":1,"visible":true},"restaurant-11":{"width":17,"height":17,"x":51,"y":185,"pixelRatio":1,"visible":true},"rocket-11":{"width":17,"height":17,"x":68,"y":185,"pixelRatio":1,"visible":true},"school-11":{"width":17,"height":17,"x":85,"y":185,"pixelRatio":1,"visible":true},"shop-11":{"width":17,"height":17,"x":102,"y":185,"pixelRatio":1,"visible":true},"stadium-11":{"width":17,"height":17,"x":119,"y":185,"pixelRatio":1,"visible":true},"star-11":{"width":17,"height":17,"x":136,"y":185,"pixelRatio":1,"visible":true},"suitcase-11":{"width":17,"height":17,"x":153,"y":185,"pixelRatio":1,"visible":true},"swimming-11":{"width":17,"height":17,"x":170,"y":185,"pixelRatio":1,"visible":true},"theatre-11":{"width":17,"height":17,"x":187,"y":185,"pixelRatio":1,"visible":true},"toilet-11":{"width":17,"height":17,"x":204,"y":185,"pixelRatio":1,"visible":true},"town-hall-11":{"width":17,"height":17,"x":221,"y":185,"pixelRatio":1,"visible":true},"triangle-11":{"width":17,"height":17,"x":238,"y":185,"pixelRatio":1,"visible":true},"triangle-stroked-11":{"width":17,"height":17,"x":255,"y":185,"pixelRatio":1,"visible":true},"veterinary-11":{"width":17,"height":17,"x":272,"y":185,"pixelRatio":1,"visible":true},"volcano-11":{"width":17,"height":17,"x":289,"y":185,"pixelRatio":1,"visible":true},"zoo-11":{"width":17,"height":17,"x":306,"y":185,"pixelRatio":1,"visible":true},"wave":{"width":16,"height":8,"x":320,"y":63,"pixelRatio":1,"visible":true}} \ No newline at end of file +{"airfield-15":{"width":21,"height":21,"x":0,"y":0,"pixelRatio":1,"visible":true},"airport-15":{"width":21,"height":21,"x":21,"y":0,"pixelRatio":1,"visible":true},"alcohol-shop-15":{"width":21,"height":21,"x":0,"y":21,"pixelRatio":1,"visible":true},"amusement-park-15":{"width":21,"height":21,"x":21,"y":21,"pixelRatio":1,"visible":true},"aquarium-15":{"width":21,"height":21,"x":42,"y":0,"pixelRatio":1,"visible":true},"art-gallery-15":{"width":21,"height":21,"x":63,"y":0,"pixelRatio":1,"visible":true},"attraction-15":{"width":21,"height":21,"x":42,"y":21,"pixelRatio":1,"visible":true},"bakery-15":{"width":21,"height":21,"x":63,"y":21,"pixelRatio":1,"visible":true},"bank-15":{"width":21,"height":21,"x":0,"y":42,"pixelRatio":1,"visible":true},"bar-15":{"width":21,"height":21,"x":21,"y":42,"pixelRatio":1,"visible":true},"beer-15":{"width":21,"height":21,"x":42,"y":42,"pixelRatio":1,"visible":true},"bicycle-15":{"width":21,"height":21,"x":63,"y":42,"pixelRatio":1,"visible":true},"bicycle-share-15":{"width":21,"height":21,"x":0,"y":63,"pixelRatio":1,"visible":true},"bus-15":{"width":21,"height":21,"x":21,"y":63,"pixelRatio":1,"visible":true},"cafe-15":{"width":21,"height":21,"x":42,"y":63,"pixelRatio":1,"visible":true},"campsite-15":{"width":21,"height":21,"x":63,"y":63,"pixelRatio":1,"visible":true},"car-15":{"width":21,"height":21,"x":84,"y":0,"pixelRatio":1,"visible":true},"castle-15":{"width":21,"height":21,"x":105,"y":0,"pixelRatio":1,"visible":true},"cemetery-15":{"width":21,"height":21,"x":126,"y":0,"pixelRatio":1,"visible":true},"cinema-15":{"width":21,"height":21,"x":147,"y":0,"pixelRatio":1,"visible":true},"circle-15":{"width":21,"height":21,"x":84,"y":21,"pixelRatio":1,"visible":true},"circle-stroked-15":{"width":21,"height":21,"x":105,"y":21,"pixelRatio":1,"visible":true},"clothing-store-15":{"width":21,"height":21,"x":126,"y":21,"pixelRatio":1,"visible":true},"college-15":{"width":21,"height":21,"x":147,"y":21,"pixelRatio":1,"visible":true},"dentist-15":{"width":21,"height":21,"x":84,"y":42,"pixelRatio":1,"visible":true},"doctor-15":{"width":21,"height":21,"x":105,"y":42,"pixelRatio":1,"visible":true},"dog-park-15":{"width":21,"height":21,"x":126,"y":42,"pixelRatio":1,"visible":true},"drinking-water-15":{"width":21,"height":21,"x":147,"y":42,"pixelRatio":1,"visible":true},"embassy-15":{"width":21,"height":21,"x":84,"y":63,"pixelRatio":1,"visible":true},"entrance-15":{"width":21,"height":21,"x":105,"y":63,"pixelRatio":1,"visible":true},"fast-food-15":{"width":21,"height":21,"x":126,"y":63,"pixelRatio":1,"visible":true},"ferry-15":{"width":21,"height":21,"x":147,"y":63,"pixelRatio":1,"visible":true},"fire-station-15":{"width":21,"height":21,"x":0,"y":84,"pixelRatio":1,"visible":true},"fuel-15":{"width":21,"height":21,"x":21,"y":84,"pixelRatio":1,"visible":true},"garden-15":{"width":21,"height":21,"x":42,"y":84,"pixelRatio":1,"visible":true},"golf-15":{"width":21,"height":21,"x":63,"y":84,"pixelRatio":1,"visible":true},"grocery-15":{"width":21,"height":21,"x":84,"y":84,"pixelRatio":1,"visible":true},"harbor-15":{"width":21,"height":21,"x":105,"y":84,"pixelRatio":1,"visible":true},"heliport-15":{"width":21,"height":21,"x":126,"y":84,"pixelRatio":1,"visible":true},"hospital-15":{"width":21,"height":21,"x":147,"y":84,"pixelRatio":1,"visible":true},"ice-cream-15":{"width":21,"height":21,"x":0,"y":105,"pixelRatio":1,"visible":true},"information-15":{"width":21,"height":21,"x":21,"y":105,"pixelRatio":1,"visible":true},"laundry-15":{"width":21,"height":21,"x":42,"y":105,"pixelRatio":1,"visible":true},"library-15":{"width":21,"height":21,"x":63,"y":105,"pixelRatio":1,"visible":true},"lodging-15":{"width":21,"height":21,"x":84,"y":105,"pixelRatio":1,"visible":true},"marker-15":{"width":21,"height":21,"x":105,"y":105,"pixelRatio":1,"visible":true},"monument-15":{"width":21,"height":21,"x":126,"y":105,"pixelRatio":1,"visible":true},"mountain-15":{"width":21,"height":21,"x":147,"y":105,"pixelRatio":1,"visible":true},"museum-15":{"width":21,"height":21,"x":0,"y":126,"pixelRatio":1,"visible":true},"music-15":{"width":21,"height":21,"x":21,"y":126,"pixelRatio":1,"visible":true},"park-15":{"width":21,"height":21,"x":42,"y":126,"pixelRatio":1,"visible":true},"pharmacy-15":{"width":21,"height":21,"x":63,"y":126,"pixelRatio":1,"visible":true},"picnic-site-15":{"width":21,"height":21,"x":84,"y":126,"pixelRatio":1,"visible":true},"place-of-worship-15":{"width":21,"height":21,"x":105,"y":126,"pixelRatio":1,"visible":true},"playground-15":{"width":21,"height":21,"x":126,"y":126,"pixelRatio":1,"visible":true},"police-15":{"width":21,"height":21,"x":147,"y":126,"pixelRatio":1,"visible":true},"post-15":{"width":21,"height":21,"x":0,"y":147,"pixelRatio":1,"visible":true},"prison-15":{"width":21,"height":21,"x":21,"y":147,"pixelRatio":1,"visible":true},"rail-15":{"width":21,"height":21,"x":42,"y":147,"pixelRatio":1,"visible":true},"rail-light-15":{"width":21,"height":21,"x":63,"y":147,"pixelRatio":1,"visible":true},"rail-metro-15":{"width":21,"height":21,"x":84,"y":147,"pixelRatio":1,"visible":true},"religious-christian-15":{"width":21,"height":21,"x":105,"y":147,"pixelRatio":1,"visible":true},"religious-jewish-15":{"width":21,"height":21,"x":126,"y":147,"pixelRatio":1,"visible":true},"religious-muslim-15":{"width":21,"height":21,"x":147,"y":147,"pixelRatio":1,"visible":true},"restaurant-15":{"width":21,"height":21,"x":168,"y":0,"pixelRatio":1,"visible":true},"rocket-15":{"width":21,"height":21,"x":189,"y":0,"pixelRatio":1,"visible":true},"school-15":{"width":21,"height":21,"x":210,"y":0,"pixelRatio":1,"visible":true},"shop-15":{"width":21,"height":21,"x":231,"y":0,"pixelRatio":1,"visible":true},"stadium-15":{"width":21,"height":21,"x":252,"y":0,"pixelRatio":1,"visible":true},"star-15":{"width":21,"height":21,"x":273,"y":0,"pixelRatio":1,"visible":true},"suitcase-15":{"width":21,"height":21,"x":294,"y":0,"pixelRatio":1,"visible":true},"swimming-15":{"width":21,"height":21,"x":315,"y":0,"pixelRatio":1,"visible":true},"theatre-15":{"width":21,"height":21,"x":168,"y":21,"pixelRatio":1,"visible":true},"toilet-15":{"width":21,"height":21,"x":189,"y":21,"pixelRatio":1,"visible":true},"town-hall-15":{"width":21,"height":21,"x":210,"y":21,"pixelRatio":1,"visible":true},"triangle-15":{"width":21,"height":21,"x":231,"y":21,"pixelRatio":1,"visible":true},"triangle-stroked-15":{"width":21,"height":21,"x":252,"y":21,"pixelRatio":1,"visible":true},"veterinary-15":{"width":21,"height":21,"x":273,"y":21,"pixelRatio":1,"visible":true},"volcano-15":{"width":21,"height":21,"x":294,"y":21,"pixelRatio":1,"visible":true},"zoo-15":{"width":21,"height":21,"x":315,"y":21,"pixelRatio":1,"visible":true},"motorway_1":{"width":18,"height":18,"x":168,"y":42,"pixelRatio":1,"visible":true},"motorway_2":{"width":25,"height":18,"x":186,"y":42,"pixelRatio":1,"visible":true},"motorway_3":{"width":32,"height":18,"x":211,"y":42,"pixelRatio":1,"visible":true},"motorway_4":{"width":39,"height":18,"x":243,"y":42,"pixelRatio":1,"visible":true},"motorway_5":{"width":45,"height":18,"x":282,"y":42,"pixelRatio":1,"visible":true},"motorway_6":{"width":50,"height":18,"x":168,"y":63,"pixelRatio":1,"visible":true},"airfield-11":{"width":17,"height":17,"x":218,"y":63,"pixelRatio":1,"visible":true},"airport-11":{"width":17,"height":17,"x":235,"y":63,"pixelRatio":1,"visible":true},"alcohol-shop-11":{"width":17,"height":17,"x":252,"y":63,"pixelRatio":1,"visible":true},"amusement-park-11":{"width":17,"height":17,"x":269,"y":63,"pixelRatio":1,"visible":true},"aquarium-11":{"width":17,"height":17,"x":286,"y":63,"pixelRatio":1,"visible":true},"art-gallery-11":{"width":17,"height":17,"x":303,"y":63,"pixelRatio":1,"visible":true},"attraction-11":{"width":17,"height":17,"x":168,"y":84,"pixelRatio":1,"visible":true},"bakery-11":{"width":17,"height":17,"x":185,"y":84,"pixelRatio":1,"visible":true},"bank-11":{"width":17,"height":17,"x":202,"y":84,"pixelRatio":1,"visible":true},"bar-11":{"width":17,"height":17,"x":219,"y":84,"pixelRatio":1,"visible":true},"beer-11":{"width":17,"height":17,"x":236,"y":84,"pixelRatio":1,"visible":true},"bicycle-11":{"width":17,"height":17,"x":253,"y":84,"pixelRatio":1,"visible":true},"bicycle-share-11":{"width":17,"height":17,"x":270,"y":84,"pixelRatio":1,"visible":true},"bus-11":{"width":17,"height":17,"x":287,"y":84,"pixelRatio":1,"visible":true},"cafe-11":{"width":17,"height":17,"x":304,"y":84,"pixelRatio":1,"visible":true},"campsite-11":{"width":17,"height":17,"x":168,"y":105,"pixelRatio":1,"visible":true},"car-11":{"width":17,"height":17,"x":185,"y":105,"pixelRatio":1,"visible":true},"castle-11":{"width":17,"height":17,"x":202,"y":105,"pixelRatio":1,"visible":true},"cemetery-11":{"width":17,"height":17,"x":219,"y":105,"pixelRatio":1,"visible":true},"cinema-11":{"width":17,"height":17,"x":236,"y":105,"pixelRatio":1,"visible":true},"circle-11":{"width":17,"height":17,"x":253,"y":105,"pixelRatio":1,"visible":true},"circle-stroked-11":{"width":17,"height":17,"x":270,"y":105,"pixelRatio":1,"visible":true},"clothing-store-11":{"width":17,"height":17,"x":287,"y":105,"pixelRatio":1,"visible":true},"college-11":{"width":17,"height":17,"x":304,"y":105,"pixelRatio":1,"visible":true},"dentist-11":{"width":17,"height":17,"x":168,"y":126,"pixelRatio":1,"visible":true},"doctor-11":{"width":17,"height":17,"x":185,"y":126,"pixelRatio":1,"visible":true},"dog-park-11":{"width":17,"height":17,"x":202,"y":126,"pixelRatio":1,"visible":true},"drinking-water-11":{"width":17,"height":17,"x":219,"y":126,"pixelRatio":1,"visible":true},"embassy-11":{"width":17,"height":17,"x":236,"y":126,"pixelRatio":1,"visible":true},"entrance-11":{"width":17,"height":17,"x":253,"y":126,"pixelRatio":1,"visible":true},"fast-food-11":{"width":17,"height":17,"x":270,"y":126,"pixelRatio":1,"visible":true},"ferry-11":{"width":17,"height":17,"x":287,"y":126,"pixelRatio":1,"visible":true},"fire-station-11":{"width":17,"height":17,"x":304,"y":126,"pixelRatio":1,"visible":true},"fuel-11":{"width":17,"height":17,"x":168,"y":147,"pixelRatio":1,"visible":true},"garden-11":{"width":17,"height":17,"x":185,"y":147,"pixelRatio":1,"visible":true},"golf-11":{"width":17,"height":17,"x":202,"y":147,"pixelRatio":1,"visible":true},"grocery-11":{"width":17,"height":17,"x":219,"y":147,"pixelRatio":1,"visible":true},"harbor-11":{"width":17,"height":17,"x":236,"y":147,"pixelRatio":1,"visible":true},"heliport-11":{"width":17,"height":17,"x":253,"y":147,"pixelRatio":1,"visible":true},"hospital-11":{"width":17,"height":17,"x":270,"y":147,"pixelRatio":1,"visible":true},"ice-cream-11":{"width":17,"height":17,"x":287,"y":147,"pixelRatio":1,"visible":true},"information-11":{"width":17,"height":17,"x":304,"y":147,"pixelRatio":1,"visible":true},"laundry-11":{"width":17,"height":17,"x":0,"y":168,"pixelRatio":1,"visible":true},"library-11":{"width":17,"height":17,"x":17,"y":168,"pixelRatio":1,"visible":true},"lodging-11":{"width":17,"height":17,"x":34,"y":168,"pixelRatio":1,"visible":true},"marker-11":{"width":17,"height":17,"x":51,"y":168,"pixelRatio":1,"visible":true},"monument-11":{"width":17,"height":17,"x":68,"y":168,"pixelRatio":1,"visible":true},"mountain-11":{"width":17,"height":17,"x":85,"y":168,"pixelRatio":1,"visible":true},"museum-11":{"width":17,"height":17,"x":102,"y":168,"pixelRatio":1,"visible":true},"music-11":{"width":17,"height":17,"x":119,"y":168,"pixelRatio":1,"visible":true},"park-11":{"width":17,"height":17,"x":136,"y":168,"pixelRatio":1,"visible":true},"pharmacy-11":{"width":17,"height":17,"x":153,"y":168,"pixelRatio":1,"visible":true},"picnic-site-11":{"width":17,"height":17,"x":170,"y":168,"pixelRatio":1,"visible":true},"place-of-worship-11":{"width":17,"height":17,"x":187,"y":168,"pixelRatio":1,"visible":true},"playground-11":{"width":17,"height":17,"x":204,"y":168,"pixelRatio":1,"visible":true},"police-11":{"width":17,"height":17,"x":221,"y":168,"pixelRatio":1,"visible":true},"post-11":{"width":17,"height":17,"x":238,"y":168,"pixelRatio":1,"visible":true},"prison-11":{"width":17,"height":17,"x":255,"y":168,"pixelRatio":1,"visible":true},"rail-11":{"width":17,"height":17,"x":272,"y":168,"pixelRatio":1,"visible":true},"rail-light-11":{"width":17,"height":17,"x":289,"y":168,"pixelRatio":1,"visible":true},"rail-metro-11":{"width":17,"height":17,"x":306,"y":168,"pixelRatio":1,"visible":true},"religious-christian-11":{"width":17,"height":17,"x":0,"y":185,"pixelRatio":1,"visible":true},"religious-jewish-11":{"width":17,"height":17,"x":17,"y":185,"pixelRatio":1,"visible":true},"religious-muslim-11":{"width":17,"height":17,"x":34,"y":185,"pixelRatio":1,"visible":true},"restaurant-11":{"width":17,"height":17,"x":51,"y":185,"pixelRatio":1,"visible":true},"rocket-11":{"width":17,"height":17,"x":68,"y":185,"pixelRatio":1,"visible":true},"school-11":{"width":17,"height":17,"x":85,"y":185,"pixelRatio":1,"visible":true},"shop-11":{"width":17,"height":17,"x":102,"y":185,"pixelRatio":1,"visible":true},"stadium-11":{"width":17,"height":17,"x":119,"y":185,"pixelRatio":1,"visible":true},"star-11":{"width":17,"height":17,"x":136,"y":185,"pixelRatio":1,"visible":true},"suitcase-11":{"width":17,"height":17,"x":153,"y":185,"pixelRatio":1,"visible":true},"swimming-11":{"width":17,"height":17,"x":170,"y":185,"pixelRatio":1,"visible":true},"theatre-11":{"width":17,"height":17,"x":187,"y":185,"pixelRatio":1,"visible":true},"toilet-11":{"width":17,"height":17,"x":204,"y":185,"pixelRatio":1,"visible":true},"town-hall-11":{"width":17,"height":17,"x":221,"y":185,"pixelRatio":1,"visible":true},"triangle-11":{"width":17,"height":17,"x":238,"y":185,"pixelRatio":1,"visible":true},"triangle-stroked-11":{"width":17,"height":17,"x":255,"y":185,"pixelRatio":1,"visible":true},"veterinary-11":{"width":17,"height":17,"x":272,"y":185,"pixelRatio":1,"visible":true},"volcano-11":{"width":17,"height":17,"x":289,"y":185,"pixelRatio":1,"visible":true},"zoo-11":{"width":17,"height":17,"x":306,"y":185,"pixelRatio":1,"visible":true},"wave":{"width":16,"height":8,"x":320,"y":63,"pixelRatio":1,"visible":true}} diff --git a/metrics/integration/sprites/mapbox/satellite-v9.json b/metrics/integration/sprites/mapbox/satellite-v9.json index fee6ff02e34..58fa10a70c9 100644 --- a/metrics/integration/sprites/mapbox/satellite-v9.json +++ b/metrics/integration/sprites/mapbox/satellite-v9.json @@ -1 +1 @@ -{"alcohol-shop-15":{"width":23,"height":23,"x":0,"y":0,"pixelRatio":1,"visible":true},"amusement-park-15":{"width":23,"height":23,"x":23,"y":0,"pixelRatio":1,"visible":true},"aquarium-15":{"width":23,"height":23,"x":0,"y":23,"pixelRatio":1,"visible":true},"art-gallery-15":{"width":23,"height":23,"x":23,"y":23,"pixelRatio":1,"visible":true},"attraction-15":{"width":23,"height":23,"x":46,"y":0,"pixelRatio":1,"visible":true},"bank-15":{"width":23,"height":23,"x":69,"y":0,"pixelRatio":1,"visible":true},"bicycle-15":{"width":23,"height":23,"x":46,"y":23,"pixelRatio":1,"visible":true},"bicycle-share-15":{"width":23,"height":23,"x":69,"y":23,"pixelRatio":1,"visible":true},"car-15":{"width":23,"height":23,"x":0,"y":46,"pixelRatio":1,"visible":true},"castle-15":{"width":23,"height":23,"x":23,"y":46,"pixelRatio":1,"visible":true},"cinema-15":{"width":23,"height":23,"x":46,"y":46,"pixelRatio":1,"visible":true},"circle-15":{"width":23,"height":23,"x":69,"y":46,"pixelRatio":1,"visible":true},"circle-stroked-15":{"width":23,"height":23,"x":0,"y":69,"pixelRatio":1,"visible":true},"clothing-store-15":{"width":23,"height":23,"x":23,"y":69,"pixelRatio":1,"visible":true},"drinking-water-15":{"width":23,"height":23,"x":46,"y":69,"pixelRatio":1,"visible":true},"embassy-15":{"width":23,"height":23,"x":69,"y":69,"pixelRatio":1,"visible":true},"fire-station-15":{"width":23,"height":23,"x":92,"y":0,"pixelRatio":1,"visible":true},"fuel-15":{"width":23,"height":23,"x":115,"y":0,"pixelRatio":1,"visible":true},"grocery-15":{"width":23,"height":23,"x":138,"y":0,"pixelRatio":1,"visible":true},"harbor-15":{"width":23,"height":23,"x":161,"y":0,"pixelRatio":1,"visible":true},"information-15":{"width":23,"height":23,"x":92,"y":23,"pixelRatio":1,"visible":true},"laundry-15":{"width":23,"height":23,"x":115,"y":23,"pixelRatio":1,"visible":true},"library-15":{"width":23,"height":23,"x":138,"y":23,"pixelRatio":1,"visible":true},"lodging-15":{"width":23,"height":23,"x":161,"y":23,"pixelRatio":1,"visible":true},"monument-15":{"width":23,"height":23,"x":92,"y":46,"pixelRatio":1,"visible":true},"museum-15":{"width":23,"height":23,"x":115,"y":46,"pixelRatio":1,"visible":true},"music-15":{"width":23,"height":23,"x":138,"y":46,"pixelRatio":1,"visible":true},"place-of-worship-15":{"width":23,"height":23,"x":161,"y":46,"pixelRatio":1,"visible":true},"police-15":{"width":23,"height":23,"x":92,"y":69,"pixelRatio":1,"visible":true},"post-15":{"width":23,"height":23,"x":115,"y":69,"pixelRatio":1,"visible":true},"prison-15":{"width":23,"height":23,"x":138,"y":69,"pixelRatio":1,"visible":true},"religious-christian-15":{"width":23,"height":23,"x":161,"y":69,"pixelRatio":1,"visible":true},"religious-jewish-15":{"width":23,"height":23,"x":0,"y":92,"pixelRatio":1,"visible":true},"religious-muslim-15":{"width":23,"height":23,"x":23,"y":92,"pixelRatio":1,"visible":true},"shop-15":{"width":23,"height":23,"x":46,"y":92,"pixelRatio":1,"visible":true},"stadium-15":{"width":23,"height":23,"x":69,"y":92,"pixelRatio":1,"visible":true},"star-15":{"width":23,"height":23,"x":92,"y":92,"pixelRatio":1,"visible":true},"suitcase-15":{"width":23,"height":23,"x":115,"y":92,"pixelRatio":1,"visible":true},"swimming-15":{"width":23,"height":23,"x":138,"y":92,"pixelRatio":1,"visible":true},"theatre-15":{"width":23,"height":23,"x":161,"y":92,"pixelRatio":1,"visible":true},"toilet-15":{"width":23,"height":23,"x":0,"y":115,"pixelRatio":1,"visible":true},"town-hall-15":{"width":23,"height":23,"x":23,"y":115,"pixelRatio":1,"visible":true},"triangle-15":{"width":23,"height":23,"x":46,"y":115,"pixelRatio":1,"visible":true},"triangle-stroked-15":{"width":23,"height":23,"x":69,"y":115,"pixelRatio":1,"visible":true},"veterinary-15":{"width":23,"height":23,"x":92,"y":115,"pixelRatio":1,"visible":true},"airfield-15":{"width":21,"height":21,"x":115,"y":115,"pixelRatio":1,"visible":true},"airport-15":{"width":21,"height":21,"x":136,"y":115,"pixelRatio":1,"visible":true},"bus-15":{"width":21,"height":21,"x":157,"y":115,"pixelRatio":1,"visible":true},"entrance-15":{"width":21,"height":21,"x":0,"y":138,"pixelRatio":1,"visible":true},"ferry-15":{"width":21,"height":21,"x":21,"y":138,"pixelRatio":1,"visible":true},"heliport-15":{"width":21,"height":21,"x":42,"y":138,"pixelRatio":1,"visible":true},"rail-15":{"width":21,"height":21,"x":63,"y":138,"pixelRatio":1,"visible":true},"rail-light-15":{"width":21,"height":21,"x":84,"y":138,"pixelRatio":1,"visible":true},"rail-metro-15":{"width":21,"height":21,"x":105,"y":138,"pixelRatio":1,"visible":true},"rocket-15":{"width":21,"height":21,"x":126,"y":138,"pixelRatio":1,"visible":true},"alcohol-shop-11":{"width":19,"height":19,"x":147,"y":138,"pixelRatio":1,"visible":true},"amusement-park-11":{"width":19,"height":19,"x":0,"y":159,"pixelRatio":1,"visible":true},"aquarium-11":{"width":19,"height":19,"x":19,"y":159,"pixelRatio":1,"visible":true},"art-gallery-11":{"width":19,"height":19,"x":38,"y":159,"pixelRatio":1,"visible":true},"attraction-11":{"width":19,"height":19,"x":57,"y":159,"pixelRatio":1,"visible":true},"bakery-15":{"width":19,"height":19,"x":76,"y":159,"pixelRatio":1,"visible":true},"bank-11":{"width":19,"height":19,"x":95,"y":159,"pixelRatio":1,"visible":true},"bar-15":{"width":19,"height":19,"x":114,"y":159,"pixelRatio":1,"visible":true},"beer-15":{"width":19,"height":19,"x":133,"y":159,"pixelRatio":1,"visible":true},"bicycle-11":{"width":19,"height":19,"x":152,"y":159,"pixelRatio":1,"visible":true},"bicycle-share-11":{"width":19,"height":19,"x":171,"y":159,"pixelRatio":1,"visible":true},"cafe-15":{"width":19,"height":19,"x":190,"y":159,"pixelRatio":1,"visible":true},"campsite-15":{"width":19,"height":19,"x":209,"y":159,"pixelRatio":1,"visible":true},"car-11":{"width":19,"height":19,"x":228,"y":159,"pixelRatio":1,"visible":true},"castle-11":{"width":19,"height":19,"x":247,"y":159,"pixelRatio":1,"visible":true},"cemetery-15":{"width":19,"height":19,"x":266,"y":159,"pixelRatio":1,"visible":true},"cinema-11":{"width":19,"height":19,"x":285,"y":159,"pixelRatio":1,"visible":true},"circle-11":{"width":19,"height":19,"x":304,"y":159,"pixelRatio":1,"visible":true},"circle-stroked-11":{"width":19,"height":19,"x":323,"y":159,"pixelRatio":1,"visible":true},"clothing-store-11":{"width":19,"height":19,"x":342,"y":159,"pixelRatio":1,"visible":true},"college-15":{"width":19,"height":19,"x":166,"y":138,"pixelRatio":1,"visible":true},"dentist-15":{"width":19,"height":19,"x":185,"y":138,"pixelRatio":1,"visible":true},"doctor-15":{"width":19,"height":19,"x":204,"y":138,"pixelRatio":1,"visible":true},"dog-park-15":{"width":19,"height":19,"x":223,"y":138,"pixelRatio":1,"visible":true},"drinking-water-11":{"width":19,"height":19,"x":242,"y":138,"pixelRatio":1,"visible":true},"embassy-11":{"width":19,"height":19,"x":261,"y":138,"pixelRatio":1,"visible":true},"fast-food-15":{"width":19,"height":19,"x":280,"y":138,"pixelRatio":1,"visible":true},"fire-station-11":{"width":19,"height":19,"x":299,"y":138,"pixelRatio":1,"visible":true},"fuel-11":{"width":19,"height":19,"x":318,"y":138,"pixelRatio":1,"visible":true},"garden-15":{"width":19,"height":19,"x":337,"y":138,"pixelRatio":1,"visible":true},"golf-15":{"width":19,"height":19,"x":184,"y":0,"pixelRatio":1,"visible":true},"grocery-11":{"width":19,"height":19,"x":203,"y":0,"pixelRatio":1,"visible":true},"harbor-11":{"width":19,"height":19,"x":222,"y":0,"pixelRatio":1,"visible":true},"hospital-15":{"width":19,"height":19,"x":241,"y":0,"pixelRatio":1,"visible":true},"ice-cream-15":{"width":19,"height":19,"x":260,"y":0,"pixelRatio":1,"visible":true},"information-11":{"width":19,"height":19,"x":279,"y":0,"pixelRatio":1,"visible":true},"laundry-11":{"width":19,"height":19,"x":298,"y":0,"pixelRatio":1,"visible":true},"library-11":{"width":19,"height":19,"x":317,"y":0,"pixelRatio":1,"visible":true},"lodging-11":{"width":19,"height":19,"x":336,"y":0,"pixelRatio":1,"visible":true},"monument-11":{"width":19,"height":19,"x":184,"y":23,"pixelRatio":1,"visible":true},"mountain-15":{"width":19,"height":19,"x":203,"y":23,"pixelRatio":1,"visible":true},"museum-11":{"width":19,"height":19,"x":222,"y":23,"pixelRatio":1,"visible":true},"music-11":{"width":19,"height":19,"x":241,"y":23,"pixelRatio":1,"visible":true},"park-15":{"width":19,"height":19,"x":260,"y":23,"pixelRatio":1,"visible":true},"pharmacy-15":{"width":19,"height":19,"x":279,"y":23,"pixelRatio":1,"visible":true},"picnic-site-15":{"width":19,"height":19,"x":298,"y":23,"pixelRatio":1,"visible":true},"place-of-worship-11":{"width":19,"height":19,"x":317,"y":23,"pixelRatio":1,"visible":true},"playground-15":{"width":19,"height":19,"x":336,"y":23,"pixelRatio":1,"visible":true},"police-11":{"width":19,"height":19,"x":184,"y":46,"pixelRatio":1,"visible":true},"post-11":{"width":19,"height":19,"x":203,"y":46,"pixelRatio":1,"visible":true},"prison-11":{"width":19,"height":19,"x":222,"y":46,"pixelRatio":1,"visible":true},"religious-christian-11":{"width":19,"height":19,"x":241,"y":46,"pixelRatio":1,"visible":true},"religious-jewish-11":{"width":19,"height":19,"x":260,"y":46,"pixelRatio":1,"visible":true},"religious-muslim-11":{"width":19,"height":19,"x":279,"y":46,"pixelRatio":1,"visible":true},"restaurant-15":{"width":19,"height":19,"x":298,"y":46,"pixelRatio":1,"visible":true},"school-15":{"width":19,"height":19,"x":317,"y":46,"pixelRatio":1,"visible":true},"shop-11":{"width":19,"height":19,"x":336,"y":46,"pixelRatio":1,"visible":true},"stadium-11":{"width":19,"height":19,"x":184,"y":69,"pixelRatio":1,"visible":true},"star-11":{"width":19,"height":19,"x":203,"y":69,"pixelRatio":1,"visible":true},"suitcase-11":{"width":19,"height":19,"x":222,"y":69,"pixelRatio":1,"visible":true},"swimming-11":{"width":19,"height":19,"x":241,"y":69,"pixelRatio":1,"visible":true},"theatre-11":{"width":19,"height":19,"x":260,"y":69,"pixelRatio":1,"visible":true},"toilet-11":{"width":19,"height":19,"x":279,"y":69,"pixelRatio":1,"visible":true},"town-hall-11":{"width":19,"height":19,"x":298,"y":69,"pixelRatio":1,"visible":true},"triangle-11":{"width":19,"height":19,"x":317,"y":69,"pixelRatio":1,"visible":true},"triangle-stroked-11":{"width":19,"height":19,"x":336,"y":69,"pixelRatio":1,"visible":true},"veterinary-11":{"width":19,"height":19,"x":184,"y":92,"pixelRatio":1,"visible":true},"volcano-15":{"width":19,"height":19,"x":203,"y":92,"pixelRatio":1,"visible":true},"zoo-15":{"width":19,"height":19,"x":222,"y":92,"pixelRatio":1,"visible":true},"airfield-11":{"width":17,"height":17,"x":241,"y":92,"pixelRatio":1,"visible":true},"airport-11":{"width":17,"height":17,"x":258,"y":92,"pixelRatio":1,"visible":true},"bus-11":{"width":17,"height":17,"x":275,"y":92,"pixelRatio":1,"visible":true},"entrance-11":{"width":17,"height":17,"x":292,"y":92,"pixelRatio":1,"visible":true},"ferry-11":{"width":17,"height":17,"x":309,"y":92,"pixelRatio":1,"visible":true},"heliport-11":{"width":17,"height":17,"x":326,"y":92,"pixelRatio":1,"visible":true},"rail-11":{"width":17,"height":17,"x":343,"y":92,"pixelRatio":1,"visible":true},"rail-light-11":{"width":17,"height":17,"x":178,"y":115,"pixelRatio":1,"visible":true},"rail-metro-11":{"width":17,"height":17,"x":195,"y":115,"pixelRatio":1,"visible":true},"rocket-11":{"width":17,"height":17,"x":212,"y":115,"pixelRatio":1,"visible":true},"bakery-11":{"width":15,"height":15,"x":229,"y":115,"pixelRatio":1,"visible":true},"bar-11":{"width":15,"height":15,"x":244,"y":115,"pixelRatio":1,"visible":true},"beer-11":{"width":15,"height":15,"x":259,"y":115,"pixelRatio":1,"visible":true},"cafe-11":{"width":15,"height":15,"x":274,"y":115,"pixelRatio":1,"visible":true},"campsite-11":{"width":15,"height":15,"x":289,"y":115,"pixelRatio":1,"visible":true},"cemetery-11":{"width":15,"height":15,"x":304,"y":115,"pixelRatio":1,"visible":true},"college-11":{"width":15,"height":15,"x":319,"y":115,"pixelRatio":1,"visible":true},"dentist-11":{"width":15,"height":15,"x":334,"y":115,"pixelRatio":1,"visible":true},"doctor-11":{"width":15,"height":15,"x":349,"y":115,"pixelRatio":1,"visible":true},"dog-park-11":{"width":15,"height":15,"x":0,"y":178,"pixelRatio":1,"visible":true},"fast-food-11":{"width":15,"height":15,"x":15,"y":178,"pixelRatio":1,"visible":true},"garden-11":{"width":15,"height":15,"x":30,"y":178,"pixelRatio":1,"visible":true},"golf-11":{"width":15,"height":15,"x":45,"y":178,"pixelRatio":1,"visible":true},"hospital-11":{"width":15,"height":15,"x":60,"y":178,"pixelRatio":1,"visible":true},"ice-cream-11":{"width":15,"height":15,"x":75,"y":178,"pixelRatio":1,"visible":true},"mountain-11":{"width":15,"height":15,"x":90,"y":178,"pixelRatio":1,"visible":true},"park-11":{"width":15,"height":15,"x":105,"y":178,"pixelRatio":1,"visible":true},"pharmacy-11":{"width":15,"height":15,"x":120,"y":178,"pixelRatio":1,"visible":true},"picnic-site-11":{"width":15,"height":15,"x":135,"y":178,"pixelRatio":1,"visible":true},"playground-11":{"width":15,"height":15,"x":150,"y":178,"pixelRatio":1,"visible":true},"restaurant-11":{"width":15,"height":15,"x":165,"y":178,"pixelRatio":1,"visible":true},"school-11":{"width":15,"height":15,"x":180,"y":178,"pixelRatio":1,"visible":true},"volcano-11":{"width":15,"height":15,"x":195,"y":178,"pixelRatio":1,"visible":true},"zoo-11":{"width":15,"height":15,"x":210,"y":178,"pixelRatio":1,"visible":true}} \ No newline at end of file +{"alcohol-shop-15":{"width":23,"height":23,"x":0,"y":0,"pixelRatio":1,"visible":true},"amusement-park-15":{"width":23,"height":23,"x":23,"y":0,"pixelRatio":1,"visible":true},"aquarium-15":{"width":23,"height":23,"x":0,"y":23,"pixelRatio":1,"visible":true},"art-gallery-15":{"width":23,"height":23,"x":23,"y":23,"pixelRatio":1,"visible":true},"attraction-15":{"width":23,"height":23,"x":46,"y":0,"pixelRatio":1,"visible":true},"bank-15":{"width":23,"height":23,"x":69,"y":0,"pixelRatio":1,"visible":true},"bicycle-15":{"width":23,"height":23,"x":46,"y":23,"pixelRatio":1,"visible":true},"bicycle-share-15":{"width":23,"height":23,"x":69,"y":23,"pixelRatio":1,"visible":true},"car-15":{"width":23,"height":23,"x":0,"y":46,"pixelRatio":1,"visible":true},"castle-15":{"width":23,"height":23,"x":23,"y":46,"pixelRatio":1,"visible":true},"cinema-15":{"width":23,"height":23,"x":46,"y":46,"pixelRatio":1,"visible":true},"circle-15":{"width":23,"height":23,"x":69,"y":46,"pixelRatio":1,"visible":true},"circle-stroked-15":{"width":23,"height":23,"x":0,"y":69,"pixelRatio":1,"visible":true},"clothing-store-15":{"width":23,"height":23,"x":23,"y":69,"pixelRatio":1,"visible":true},"drinking-water-15":{"width":23,"height":23,"x":46,"y":69,"pixelRatio":1,"visible":true},"embassy-15":{"width":23,"height":23,"x":69,"y":69,"pixelRatio":1,"visible":true},"fire-station-15":{"width":23,"height":23,"x":92,"y":0,"pixelRatio":1,"visible":true},"fuel-15":{"width":23,"height":23,"x":115,"y":0,"pixelRatio":1,"visible":true},"grocery-15":{"width":23,"height":23,"x":138,"y":0,"pixelRatio":1,"visible":true},"harbor-15":{"width":23,"height":23,"x":161,"y":0,"pixelRatio":1,"visible":true},"information-15":{"width":23,"height":23,"x":92,"y":23,"pixelRatio":1,"visible":true},"laundry-15":{"width":23,"height":23,"x":115,"y":23,"pixelRatio":1,"visible":true},"library-15":{"width":23,"height":23,"x":138,"y":23,"pixelRatio":1,"visible":true},"lodging-15":{"width":23,"height":23,"x":161,"y":23,"pixelRatio":1,"visible":true},"monument-15":{"width":23,"height":23,"x":92,"y":46,"pixelRatio":1,"visible":true},"museum-15":{"width":23,"height":23,"x":115,"y":46,"pixelRatio":1,"visible":true},"music-15":{"width":23,"height":23,"x":138,"y":46,"pixelRatio":1,"visible":true},"place-of-worship-15":{"width":23,"height":23,"x":161,"y":46,"pixelRatio":1,"visible":true},"police-15":{"width":23,"height":23,"x":92,"y":69,"pixelRatio":1,"visible":true},"post-15":{"width":23,"height":23,"x":115,"y":69,"pixelRatio":1,"visible":true},"prison-15":{"width":23,"height":23,"x":138,"y":69,"pixelRatio":1,"visible":true},"religious-christian-15":{"width":23,"height":23,"x":161,"y":69,"pixelRatio":1,"visible":true},"religious-jewish-15":{"width":23,"height":23,"x":0,"y":92,"pixelRatio":1,"visible":true},"religious-muslim-15":{"width":23,"height":23,"x":23,"y":92,"pixelRatio":1,"visible":true},"shop-15":{"width":23,"height":23,"x":46,"y":92,"pixelRatio":1,"visible":true},"stadium-15":{"width":23,"height":23,"x":69,"y":92,"pixelRatio":1,"visible":true},"star-15":{"width":23,"height":23,"x":92,"y":92,"pixelRatio":1,"visible":true},"suitcase-15":{"width":23,"height":23,"x":115,"y":92,"pixelRatio":1,"visible":true},"swimming-15":{"width":23,"height":23,"x":138,"y":92,"pixelRatio":1,"visible":true},"theatre-15":{"width":23,"height":23,"x":161,"y":92,"pixelRatio":1,"visible":true},"toilet-15":{"width":23,"height":23,"x":0,"y":115,"pixelRatio":1,"visible":true},"town-hall-15":{"width":23,"height":23,"x":23,"y":115,"pixelRatio":1,"visible":true},"triangle-15":{"width":23,"height":23,"x":46,"y":115,"pixelRatio":1,"visible":true},"triangle-stroked-15":{"width":23,"height":23,"x":69,"y":115,"pixelRatio":1,"visible":true},"veterinary-15":{"width":23,"height":23,"x":92,"y":115,"pixelRatio":1,"visible":true},"airfield-15":{"width":21,"height":21,"x":115,"y":115,"pixelRatio":1,"visible":true},"airport-15":{"width":21,"height":21,"x":136,"y":115,"pixelRatio":1,"visible":true},"bus-15":{"width":21,"height":21,"x":157,"y":115,"pixelRatio":1,"visible":true},"entrance-15":{"width":21,"height":21,"x":0,"y":138,"pixelRatio":1,"visible":true},"ferry-15":{"width":21,"height":21,"x":21,"y":138,"pixelRatio":1,"visible":true},"heliport-15":{"width":21,"height":21,"x":42,"y":138,"pixelRatio":1,"visible":true},"rail-15":{"width":21,"height":21,"x":63,"y":138,"pixelRatio":1,"visible":true},"rail-light-15":{"width":21,"height":21,"x":84,"y":138,"pixelRatio":1,"visible":true},"rail-metro-15":{"width":21,"height":21,"x":105,"y":138,"pixelRatio":1,"visible":true},"rocket-15":{"width":21,"height":21,"x":126,"y":138,"pixelRatio":1,"visible":true},"alcohol-shop-11":{"width":19,"height":19,"x":147,"y":138,"pixelRatio":1,"visible":true},"amusement-park-11":{"width":19,"height":19,"x":0,"y":159,"pixelRatio":1,"visible":true},"aquarium-11":{"width":19,"height":19,"x":19,"y":159,"pixelRatio":1,"visible":true},"art-gallery-11":{"width":19,"height":19,"x":38,"y":159,"pixelRatio":1,"visible":true},"attraction-11":{"width":19,"height":19,"x":57,"y":159,"pixelRatio":1,"visible":true},"bakery-15":{"width":19,"height":19,"x":76,"y":159,"pixelRatio":1,"visible":true},"bank-11":{"width":19,"height":19,"x":95,"y":159,"pixelRatio":1,"visible":true},"bar-15":{"width":19,"height":19,"x":114,"y":159,"pixelRatio":1,"visible":true},"beer-15":{"width":19,"height":19,"x":133,"y":159,"pixelRatio":1,"visible":true},"bicycle-11":{"width":19,"height":19,"x":152,"y":159,"pixelRatio":1,"visible":true},"bicycle-share-11":{"width":19,"height":19,"x":171,"y":159,"pixelRatio":1,"visible":true},"cafe-15":{"width":19,"height":19,"x":190,"y":159,"pixelRatio":1,"visible":true},"campsite-15":{"width":19,"height":19,"x":209,"y":159,"pixelRatio":1,"visible":true},"car-11":{"width":19,"height":19,"x":228,"y":159,"pixelRatio":1,"visible":true},"castle-11":{"width":19,"height":19,"x":247,"y":159,"pixelRatio":1,"visible":true},"cemetery-15":{"width":19,"height":19,"x":266,"y":159,"pixelRatio":1,"visible":true},"cinema-11":{"width":19,"height":19,"x":285,"y":159,"pixelRatio":1,"visible":true},"circle-11":{"width":19,"height":19,"x":304,"y":159,"pixelRatio":1,"visible":true},"circle-stroked-11":{"width":19,"height":19,"x":323,"y":159,"pixelRatio":1,"visible":true},"clothing-store-11":{"width":19,"height":19,"x":342,"y":159,"pixelRatio":1,"visible":true},"college-15":{"width":19,"height":19,"x":166,"y":138,"pixelRatio":1,"visible":true},"dentist-15":{"width":19,"height":19,"x":185,"y":138,"pixelRatio":1,"visible":true},"doctor-15":{"width":19,"height":19,"x":204,"y":138,"pixelRatio":1,"visible":true},"dog-park-15":{"width":19,"height":19,"x":223,"y":138,"pixelRatio":1,"visible":true},"drinking-water-11":{"width":19,"height":19,"x":242,"y":138,"pixelRatio":1,"visible":true},"embassy-11":{"width":19,"height":19,"x":261,"y":138,"pixelRatio":1,"visible":true},"fast-food-15":{"width":19,"height":19,"x":280,"y":138,"pixelRatio":1,"visible":true},"fire-station-11":{"width":19,"height":19,"x":299,"y":138,"pixelRatio":1,"visible":true},"fuel-11":{"width":19,"height":19,"x":318,"y":138,"pixelRatio":1,"visible":true},"garden-15":{"width":19,"height":19,"x":337,"y":138,"pixelRatio":1,"visible":true},"golf-15":{"width":19,"height":19,"x":184,"y":0,"pixelRatio":1,"visible":true},"grocery-11":{"width":19,"height":19,"x":203,"y":0,"pixelRatio":1,"visible":true},"harbor-11":{"width":19,"height":19,"x":222,"y":0,"pixelRatio":1,"visible":true},"hospital-15":{"width":19,"height":19,"x":241,"y":0,"pixelRatio":1,"visible":true},"ice-cream-15":{"width":19,"height":19,"x":260,"y":0,"pixelRatio":1,"visible":true},"information-11":{"width":19,"height":19,"x":279,"y":0,"pixelRatio":1,"visible":true},"laundry-11":{"width":19,"height":19,"x":298,"y":0,"pixelRatio":1,"visible":true},"library-11":{"width":19,"height":19,"x":317,"y":0,"pixelRatio":1,"visible":true},"lodging-11":{"width":19,"height":19,"x":336,"y":0,"pixelRatio":1,"visible":true},"monument-11":{"width":19,"height":19,"x":184,"y":23,"pixelRatio":1,"visible":true},"mountain-15":{"width":19,"height":19,"x":203,"y":23,"pixelRatio":1,"visible":true},"museum-11":{"width":19,"height":19,"x":222,"y":23,"pixelRatio":1,"visible":true},"music-11":{"width":19,"height":19,"x":241,"y":23,"pixelRatio":1,"visible":true},"park-15":{"width":19,"height":19,"x":260,"y":23,"pixelRatio":1,"visible":true},"pharmacy-15":{"width":19,"height":19,"x":279,"y":23,"pixelRatio":1,"visible":true},"picnic-site-15":{"width":19,"height":19,"x":298,"y":23,"pixelRatio":1,"visible":true},"place-of-worship-11":{"width":19,"height":19,"x":317,"y":23,"pixelRatio":1,"visible":true},"playground-15":{"width":19,"height":19,"x":336,"y":23,"pixelRatio":1,"visible":true},"police-11":{"width":19,"height":19,"x":184,"y":46,"pixelRatio":1,"visible":true},"post-11":{"width":19,"height":19,"x":203,"y":46,"pixelRatio":1,"visible":true},"prison-11":{"width":19,"height":19,"x":222,"y":46,"pixelRatio":1,"visible":true},"religious-christian-11":{"width":19,"height":19,"x":241,"y":46,"pixelRatio":1,"visible":true},"religious-jewish-11":{"width":19,"height":19,"x":260,"y":46,"pixelRatio":1,"visible":true},"religious-muslim-11":{"width":19,"height":19,"x":279,"y":46,"pixelRatio":1,"visible":true},"restaurant-15":{"width":19,"height":19,"x":298,"y":46,"pixelRatio":1,"visible":true},"school-15":{"width":19,"height":19,"x":317,"y":46,"pixelRatio":1,"visible":true},"shop-11":{"width":19,"height":19,"x":336,"y":46,"pixelRatio":1,"visible":true},"stadium-11":{"width":19,"height":19,"x":184,"y":69,"pixelRatio":1,"visible":true},"star-11":{"width":19,"height":19,"x":203,"y":69,"pixelRatio":1,"visible":true},"suitcase-11":{"width":19,"height":19,"x":222,"y":69,"pixelRatio":1,"visible":true},"swimming-11":{"width":19,"height":19,"x":241,"y":69,"pixelRatio":1,"visible":true},"theatre-11":{"width":19,"height":19,"x":260,"y":69,"pixelRatio":1,"visible":true},"toilet-11":{"width":19,"height":19,"x":279,"y":69,"pixelRatio":1,"visible":true},"town-hall-11":{"width":19,"height":19,"x":298,"y":69,"pixelRatio":1,"visible":true},"triangle-11":{"width":19,"height":19,"x":317,"y":69,"pixelRatio":1,"visible":true},"triangle-stroked-11":{"width":19,"height":19,"x":336,"y":69,"pixelRatio":1,"visible":true},"veterinary-11":{"width":19,"height":19,"x":184,"y":92,"pixelRatio":1,"visible":true},"volcano-15":{"width":19,"height":19,"x":203,"y":92,"pixelRatio":1,"visible":true},"zoo-15":{"width":19,"height":19,"x":222,"y":92,"pixelRatio":1,"visible":true},"airfield-11":{"width":17,"height":17,"x":241,"y":92,"pixelRatio":1,"visible":true},"airport-11":{"width":17,"height":17,"x":258,"y":92,"pixelRatio":1,"visible":true},"bus-11":{"width":17,"height":17,"x":275,"y":92,"pixelRatio":1,"visible":true},"entrance-11":{"width":17,"height":17,"x":292,"y":92,"pixelRatio":1,"visible":true},"ferry-11":{"width":17,"height":17,"x":309,"y":92,"pixelRatio":1,"visible":true},"heliport-11":{"width":17,"height":17,"x":326,"y":92,"pixelRatio":1,"visible":true},"rail-11":{"width":17,"height":17,"x":343,"y":92,"pixelRatio":1,"visible":true},"rail-light-11":{"width":17,"height":17,"x":178,"y":115,"pixelRatio":1,"visible":true},"rail-metro-11":{"width":17,"height":17,"x":195,"y":115,"pixelRatio":1,"visible":true},"rocket-11":{"width":17,"height":17,"x":212,"y":115,"pixelRatio":1,"visible":true},"bakery-11":{"width":15,"height":15,"x":229,"y":115,"pixelRatio":1,"visible":true},"bar-11":{"width":15,"height":15,"x":244,"y":115,"pixelRatio":1,"visible":true},"beer-11":{"width":15,"height":15,"x":259,"y":115,"pixelRatio":1,"visible":true},"cafe-11":{"width":15,"height":15,"x":274,"y":115,"pixelRatio":1,"visible":true},"campsite-11":{"width":15,"height":15,"x":289,"y":115,"pixelRatio":1,"visible":true},"cemetery-11":{"width":15,"height":15,"x":304,"y":115,"pixelRatio":1,"visible":true},"college-11":{"width":15,"height":15,"x":319,"y":115,"pixelRatio":1,"visible":true},"dentist-11":{"width":15,"height":15,"x":334,"y":115,"pixelRatio":1,"visible":true},"doctor-11":{"width":15,"height":15,"x":349,"y":115,"pixelRatio":1,"visible":true},"dog-park-11":{"width":15,"height":15,"x":0,"y":178,"pixelRatio":1,"visible":true},"fast-food-11":{"width":15,"height":15,"x":15,"y":178,"pixelRatio":1,"visible":true},"garden-11":{"width":15,"height":15,"x":30,"y":178,"pixelRatio":1,"visible":true},"golf-11":{"width":15,"height":15,"x":45,"y":178,"pixelRatio":1,"visible":true},"hospital-11":{"width":15,"height":15,"x":60,"y":178,"pixelRatio":1,"visible":true},"ice-cream-11":{"width":15,"height":15,"x":75,"y":178,"pixelRatio":1,"visible":true},"mountain-11":{"width":15,"height":15,"x":90,"y":178,"pixelRatio":1,"visible":true},"park-11":{"width":15,"height":15,"x":105,"y":178,"pixelRatio":1,"visible":true},"pharmacy-11":{"width":15,"height":15,"x":120,"y":178,"pixelRatio":1,"visible":true},"picnic-site-11":{"width":15,"height":15,"x":135,"y":178,"pixelRatio":1,"visible":true},"playground-11":{"width":15,"height":15,"x":150,"y":178,"pixelRatio":1,"visible":true},"restaurant-11":{"width":15,"height":15,"x":165,"y":178,"pixelRatio":1,"visible":true},"school-11":{"width":15,"height":15,"x":180,"y":178,"pixelRatio":1,"visible":true},"volcano-11":{"width":15,"height":15,"x":195,"y":178,"pixelRatio":1,"visible":true},"zoo-11":{"width":15,"height":15,"x":210,"y":178,"pixelRatio":1,"visible":true}} diff --git a/metrics/integration/sprites/solid-black.json b/metrics/integration/sprites/solid-black.json index 61199f85b97..00897b9ac56 100644 --- a/metrics/integration/sprites/solid-black.json +++ b/metrics/integration/sprites/solid-black.json @@ -6,4 +6,4 @@ "y": 0, "pixelRatio": 1 } -} \ No newline at end of file +} diff --git a/metrics/integration/sprites/sprite.json b/metrics/integration/sprites/sprite.json index e80b4daad68..3e5ba497f48 100644 --- a/metrics/integration/sprites/sprite.json +++ b/metrics/integration/sprites/sprite.json @@ -2991,4 +2991,4 @@ "pixelRatio": 1, "sdf": false } -} \ No newline at end of file +} diff --git a/metrics/integration/testem_page.html b/metrics/integration/testem_page.html index 7cdc390cfa0..9eb4913c0e4 100644 --- a/metrics/integration/testem_page.html +++ b/metrics/integration/testem_page.html @@ -11,4 +11,4 @@ - \ No newline at end of file + diff --git a/metrics/ios-metal-render-test-runner-metrics.json b/metrics/ios-metal-render-test-runner-metrics.json index 6e938b69141..ddd04d18fcd 100644 --- a/metrics/ios-metal-render-test-runner-metrics.json +++ b/metrics/ios-metal-render-test-runner-metrics.json @@ -12,4 +12,4 @@ "ignores/platform-ios-metal.json" ], "metric_path": "ios-render-test-runner" -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner-metrics.json b/metrics/ios-render-test-runner-metrics.json index 8a073b87574..32d21995bd7 100644 --- a/metrics/ios-render-test-runner-metrics.json +++ b/metrics/ios-render-test-runner-metrics.json @@ -10,4 +10,4 @@ "ignores/platform-ios.json" ], "metric_path": "ios-render-test-runner" -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/probes/gfx/pass-double-probe/metrics.json b/metrics/ios-render-test-runner/probes/gfx/pass-double-probe/metrics.json index 274d5cd7c89..80999bbd208 100644 --- a/metrics/ios-render-test-runner/probes/gfx/pass-double-probe/metrics.json +++ b/metrics/ios-render-test-runner/probes/gfx/pass-double-probe/metrics.json @@ -39,4 +39,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/probes/gfx/pass-probe-reset/metrics.json b/metrics/ios-render-test-runner/probes/gfx/pass-probe-reset/metrics.json index 50f2a2721a5..0fdfda151bb 100644 --- a/metrics/ios-render-test-runner/probes/gfx/pass-probe-reset/metrics.json +++ b/metrics/ios-render-test-runner/probes/gfx/pass-probe-reset/metrics.json @@ -39,4 +39,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/probes/gfx/pass/metrics.json b/metrics/ios-render-test-runner/probes/gfx/pass/metrics.json index 930d8dcf507..1bf3e755554 100644 --- a/metrics/ios-render-test-runner/probes/gfx/pass/metrics.json +++ b/metrics/ios-render-test-runner/probes/gfx/pass/metrics.json @@ -20,4 +20,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/background-color/colorSpace-lab/metrics.json b/metrics/ios-render-test-runner/render-tests/background-color/colorSpace-lab/metrics.json index 7da07969667..7c49193327f 100644 --- a/metrics/ios-render-test-runner/render-tests/background-color/colorSpace-lab/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/background-color/colorSpace-lab/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/background-color/default/metrics.json b/metrics/ios-render-test-runner/render-tests/background-color/default/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/ios-render-test-runner/render-tests/background-color/default/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/background-color/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/background-color/function/metrics.json b/metrics/ios-render-test-runner/render-tests/background-color/function/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/ios-render-test-runner/render-tests/background-color/function/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/background-color/function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/background-color/literal/metrics.json b/metrics/ios-render-test-runner/render-tests/background-color/literal/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/ios-render-test-runner/render-tests/background-color/literal/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/background-color/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/background-opacity/color/metrics.json b/metrics/ios-render-test-runner/render-tests/background-opacity/color/metrics.json index d1d3c719b69..2cd5816ef0d 100644 --- a/metrics/ios-render-test-runner/render-tests/background-opacity/color/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/background-opacity/color/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/background-opacity/image/metrics.json b/metrics/ios-render-test-runner/render-tests/background-opacity/image/metrics.json index 7e01e8e9305..cc7daa38f8d 100644 --- a/metrics/ios-render-test-runner/render-tests/background-opacity/image/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/background-opacity/image/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/background-opacity/overlay/metrics.json b/metrics/ios-render-test-runner/render-tests/background-opacity/overlay/metrics.json index 12f80d05a3e..56ce0e291b1 100644 --- a/metrics/ios-render-test-runner/render-tests/background-opacity/overlay/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/background-opacity/overlay/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/background-pattern/@2x/metrics.json b/metrics/ios-render-test-runner/render-tests/background-pattern/@2x/metrics.json index 89a3b9090c0..b86d5bd0f27 100644 --- a/metrics/ios-render-test-runner/render-tests/background-pattern/@2x/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/background-pattern/@2x/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/background-pattern/literal/metrics.json b/metrics/ios-render-test-runner/render-tests/background-pattern/literal/metrics.json index b17c1d43cf3..9681b5edc26 100644 --- a/metrics/ios-render-test-runner/render-tests/background-pattern/literal/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/background-pattern/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/background-pattern/missing/metrics.json b/metrics/ios-render-test-runner/render-tests/background-pattern/missing/metrics.json index cdb304a90f8..0e57ec4706f 100644 --- a/metrics/ios-render-test-runner/render-tests/background-pattern/missing/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/background-pattern/missing/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/background-pattern/pitch/metrics.json b/metrics/ios-render-test-runner/render-tests/background-pattern/pitch/metrics.json index 77a63a3f585..c1c2c63efe9 100644 --- a/metrics/ios-render-test-runner/render-tests/background-pattern/pitch/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/background-pattern/pitch/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/background-pattern/rotated/metrics.json b/metrics/ios-render-test-runner/render-tests/background-pattern/rotated/metrics.json index b17c1d43cf3..9681b5edc26 100644 --- a/metrics/ios-render-test-runner/render-tests/background-pattern/rotated/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/background-pattern/rotated/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/background-pattern/zoomed/metrics.json b/metrics/ios-render-test-runner/render-tests/background-pattern/zoomed/metrics.json index b17c1d43cf3..9681b5edc26 100644 --- a/metrics/ios-render-test-runner/render-tests/background-pattern/zoomed/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/background-pattern/zoomed/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/background-visibility/none/metrics.json b/metrics/ios-render-test-runner/render-tests/background-visibility/none/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/ios-render-test-runner/render-tests/background-visibility/none/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/background-visibility/none/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/background-visibility/visible/metrics.json b/metrics/ios-render-test-runner/render-tests/background-visibility/visible/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/ios-render-test-runner/render-tests/background-visibility/visible/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/background-visibility/visible/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/basic-v9/z0-narrow-y/metrics.json b/metrics/ios-render-test-runner/render-tests/basic-v9/z0-narrow-y/metrics.json index d149583eac7..c738e3b757b 100644 --- a/metrics/ios-render-test-runner/render-tests/basic-v9/z0-narrow-y/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/basic-v9/z0-narrow-y/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/basic-v9/z0-wide-x/metrics.json b/metrics/ios-render-test-runner/render-tests/basic-v9/z0-wide-x/metrics.json index d149583eac7..c738e3b757b 100644 --- a/metrics/ios-render-test-runner/render-tests/basic-v9/z0-wide-x/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/basic-v9/z0-wide-x/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/basic-v9/z0/metrics.json b/metrics/ios-render-test-runner/render-tests/basic-v9/z0/metrics.json index f5baf3924a9..29b4d5d491e 100644 --- a/metrics/ios-render-test-runner/render-tests/basic-v9/z0/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/basic-v9/z0/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/bright-v9/z0/metrics.json b/metrics/ios-render-test-runner/render-tests/bright-v9/z0/metrics.json index bc753ead908..7ea96e3a64f 100644 --- a/metrics/ios-render-test-runner/render-tests/bright-v9/z0/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/bright-v9/z0/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/circle-blur/blending/metrics.json b/metrics/ios-render-test-runner/render-tests/circle-blur/blending/metrics.json index 3e29447ea9a..7288b67ed1c 100644 --- a/metrics/ios-render-test-runner/render-tests/circle-blur/blending/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/circle-blur/blending/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/circle-blur/default/metrics.json b/metrics/ios-render-test-runner/render-tests/circle-blur/default/metrics.json index b7fcd045414..c5dc4e05e94 100644 --- a/metrics/ios-render-test-runner/render-tests/circle-blur/default/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/circle-blur/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/circle-blur/function/metrics.json b/metrics/ios-render-test-runner/render-tests/circle-blur/function/metrics.json index b7fcd045414..c5dc4e05e94 100644 --- a/metrics/ios-render-test-runner/render-tests/circle-blur/function/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/circle-blur/function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/circle-blur/literal-stroke/metrics.json b/metrics/ios-render-test-runner/render-tests/circle-blur/literal-stroke/metrics.json index b7fcd045414..c5dc4e05e94 100644 --- a/metrics/ios-render-test-runner/render-tests/circle-blur/literal-stroke/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/circle-blur/literal-stroke/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/circle-blur/literal/metrics.json b/metrics/ios-render-test-runner/render-tests/circle-blur/literal/metrics.json index b7fcd045414..c5dc4e05e94 100644 --- a/metrics/ios-render-test-runner/render-tests/circle-blur/literal/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/circle-blur/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/circle-blur/property-function/metrics.json b/metrics/ios-render-test-runner/render-tests/circle-blur/property-function/metrics.json index bf5b94a7258..c5dccb9cead 100644 --- a/metrics/ios-render-test-runner/render-tests/circle-blur/property-function/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/circle-blur/property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/circle-blur/zoom-and-property-function/metrics.json b/metrics/ios-render-test-runner/render-tests/circle-blur/zoom-and-property-function/metrics.json index 2b00a4fa064..5c78b6b810e 100644 --- a/metrics/ios-render-test-runner/render-tests/circle-blur/zoom-and-property-function/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/circle-blur/zoom-and-property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/circle-color/default/metrics.json b/metrics/ios-render-test-runner/render-tests/circle-color/default/metrics.json index b7fcd045414..c5dc4e05e94 100644 --- a/metrics/ios-render-test-runner/render-tests/circle-color/default/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/circle-color/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/circle-color/function/metrics.json b/metrics/ios-render-test-runner/render-tests/circle-color/function/metrics.json index b7fcd045414..c5dc4e05e94 100644 --- a/metrics/ios-render-test-runner/render-tests/circle-color/function/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/circle-color/function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/circle-color/literal/metrics.json b/metrics/ios-render-test-runner/render-tests/circle-color/literal/metrics.json index b7fcd045414..c5dc4e05e94 100644 --- a/metrics/ios-render-test-runner/render-tests/circle-color/literal/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/circle-color/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/circle-color/property-function/metrics.json b/metrics/ios-render-test-runner/render-tests/circle-color/property-function/metrics.json index 2b00a4fa064..5c78b6b810e 100644 --- a/metrics/ios-render-test-runner/render-tests/circle-color/property-function/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/circle-color/property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/circle-color/zoom-and-property-function/metrics.json b/metrics/ios-render-test-runner/render-tests/circle-color/zoom-and-property-function/metrics.json index cd37b906a56..6dc76e6fad1 100644 --- a/metrics/ios-render-test-runner/render-tests/circle-color/zoom-and-property-function/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/circle-color/zoom-and-property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/circle-geometry/linestring/metrics.json b/metrics/ios-render-test-runner/render-tests/circle-geometry/linestring/metrics.json index b7fcd045414..c5dc4e05e94 100644 --- a/metrics/ios-render-test-runner/render-tests/circle-geometry/linestring/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/circle-geometry/linestring/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/circle-geometry/multilinestring/metrics.json b/metrics/ios-render-test-runner/render-tests/circle-geometry/multilinestring/metrics.json index b9307738e09..baa04769a3d 100644 --- a/metrics/ios-render-test-runner/render-tests/circle-geometry/multilinestring/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/circle-geometry/multilinestring/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/circle-geometry/multipoint/metrics.json b/metrics/ios-render-test-runner/render-tests/circle-geometry/multipoint/metrics.json index b7fcd045414..c5dc4e05e94 100644 --- a/metrics/ios-render-test-runner/render-tests/circle-geometry/multipoint/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/circle-geometry/multipoint/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/circle-geometry/multipolygon/metrics.json b/metrics/ios-render-test-runner/render-tests/circle-geometry/multipolygon/metrics.json index 742ac68192d..967e8fa527d 100644 --- a/metrics/ios-render-test-runner/render-tests/circle-geometry/multipolygon/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/circle-geometry/multipolygon/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/circle-geometry/point/metrics.json b/metrics/ios-render-test-runner/render-tests/circle-geometry/point/metrics.json index 01b432fe214..e30b6a8224f 100644 --- a/metrics/ios-render-test-runner/render-tests/circle-geometry/point/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/circle-geometry/point/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/circle-geometry/polygon/metrics.json b/metrics/ios-render-test-runner/render-tests/circle-geometry/polygon/metrics.json index b65ae23a753..089b0be4abb 100644 --- a/metrics/ios-render-test-runner/render-tests/circle-geometry/polygon/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/circle-geometry/polygon/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/circle-opacity/blending/metrics.json b/metrics/ios-render-test-runner/render-tests/circle-opacity/blending/metrics.json index bf5b94a7258..c5dccb9cead 100644 --- a/metrics/ios-render-test-runner/render-tests/circle-opacity/blending/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/circle-opacity/blending/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/circle-opacity/default/metrics.json b/metrics/ios-render-test-runner/render-tests/circle-opacity/default/metrics.json index b7fcd045414..c5dc4e05e94 100644 --- a/metrics/ios-render-test-runner/render-tests/circle-opacity/default/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/circle-opacity/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/circle-opacity/function/metrics.json b/metrics/ios-render-test-runner/render-tests/circle-opacity/function/metrics.json index b7fcd045414..c5dc4e05e94 100644 --- a/metrics/ios-render-test-runner/render-tests/circle-opacity/function/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/circle-opacity/function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/circle-opacity/literal/metrics.json b/metrics/ios-render-test-runner/render-tests/circle-opacity/literal/metrics.json index b7fcd045414..c5dc4e05e94 100644 --- a/metrics/ios-render-test-runner/render-tests/circle-opacity/literal/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/circle-opacity/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/circle-opacity/property-function/metrics.json b/metrics/ios-render-test-runner/render-tests/circle-opacity/property-function/metrics.json index bf5b94a7258..c5dccb9cead 100644 --- a/metrics/ios-render-test-runner/render-tests/circle-opacity/property-function/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/circle-opacity/property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/circle-opacity/zoom-and-property-function/metrics.json b/metrics/ios-render-test-runner/render-tests/circle-opacity/zoom-and-property-function/metrics.json index 2b00a4fa064..5c78b6b810e 100644 --- a/metrics/ios-render-test-runner/render-tests/circle-opacity/zoom-and-property-function/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/circle-opacity/zoom-and-property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/circle-pitch-alignment/map-scale-map/metrics.json b/metrics/ios-render-test-runner/render-tests/circle-pitch-alignment/map-scale-map/metrics.json index 62ea5c7dea0..82a579190aa 100644 --- a/metrics/ios-render-test-runner/render-tests/circle-pitch-alignment/map-scale-map/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/circle-pitch-alignment/map-scale-map/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/circle-pitch-alignment/map-scale-viewport/metrics.json b/metrics/ios-render-test-runner/render-tests/circle-pitch-alignment/map-scale-viewport/metrics.json index 62ea5c7dea0..82a579190aa 100644 --- a/metrics/ios-render-test-runner/render-tests/circle-pitch-alignment/map-scale-viewport/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/circle-pitch-alignment/map-scale-viewport/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/circle-pitch-alignment/viewport-scale-map/metrics.json b/metrics/ios-render-test-runner/render-tests/circle-pitch-alignment/viewport-scale-map/metrics.json index 62ea5c7dea0..82a579190aa 100644 --- a/metrics/ios-render-test-runner/render-tests/circle-pitch-alignment/viewport-scale-map/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/circle-pitch-alignment/viewport-scale-map/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/circle-pitch-alignment/viewport-scale-viewport/metrics.json b/metrics/ios-render-test-runner/render-tests/circle-pitch-alignment/viewport-scale-viewport/metrics.json index 62ea5c7dea0..82a579190aa 100644 --- a/metrics/ios-render-test-runner/render-tests/circle-pitch-alignment/viewport-scale-viewport/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/circle-pitch-alignment/viewport-scale-viewport/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/circle-pitch-scale/default/metrics.json b/metrics/ios-render-test-runner/render-tests/circle-pitch-scale/default/metrics.json index 62ea5c7dea0..82a579190aa 100644 --- a/metrics/ios-render-test-runner/render-tests/circle-pitch-scale/default/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/circle-pitch-scale/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/circle-pitch-scale/map/metrics.json b/metrics/ios-render-test-runner/render-tests/circle-pitch-scale/map/metrics.json index 62ea5c7dea0..82a579190aa 100644 --- a/metrics/ios-render-test-runner/render-tests/circle-pitch-scale/map/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/circle-pitch-scale/map/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/circle-pitch-scale/viewport/metrics.json b/metrics/ios-render-test-runner/render-tests/circle-pitch-scale/viewport/metrics.json index 62ea5c7dea0..82a579190aa 100644 --- a/metrics/ios-render-test-runner/render-tests/circle-pitch-scale/viewport/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/circle-pitch-scale/viewport/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/circle-radius/antimeridian/metrics.json b/metrics/ios-render-test-runner/render-tests/circle-radius/antimeridian/metrics.json index b7fcd045414..c5dc4e05e94 100644 --- a/metrics/ios-render-test-runner/render-tests/circle-radius/antimeridian/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/circle-radius/antimeridian/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/circle-radius/default/metrics.json b/metrics/ios-render-test-runner/render-tests/circle-radius/default/metrics.json index b7fcd045414..c5dc4e05e94 100644 --- a/metrics/ios-render-test-runner/render-tests/circle-radius/default/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/circle-radius/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/circle-radius/function/metrics.json b/metrics/ios-render-test-runner/render-tests/circle-radius/function/metrics.json index b7fcd045414..c5dc4e05e94 100644 --- a/metrics/ios-render-test-runner/render-tests/circle-radius/function/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/circle-radius/function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/circle-radius/literal/metrics.json b/metrics/ios-render-test-runner/render-tests/circle-radius/literal/metrics.json index b7fcd045414..c5dc4e05e94 100644 --- a/metrics/ios-render-test-runner/render-tests/circle-radius/literal/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/circle-radius/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/circle-radius/property-function/metrics.json b/metrics/ios-render-test-runner/render-tests/circle-radius/property-function/metrics.json index bf5b94a7258..c5dccb9cead 100644 --- a/metrics/ios-render-test-runner/render-tests/circle-radius/property-function/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/circle-radius/property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/circle-radius/zoom-and-property-function/metrics.json b/metrics/ios-render-test-runner/render-tests/circle-radius/zoom-and-property-function/metrics.json index 2b00a4fa064..5c78b6b810e 100644 --- a/metrics/ios-render-test-runner/render-tests/circle-radius/zoom-and-property-function/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/circle-radius/zoom-and-property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/circle-sort-key/literal/metrics.json b/metrics/ios-render-test-runner/render-tests/circle-sort-key/literal/metrics.json index a7ecf0458cb..9bd7de306eb 100644 --- a/metrics/ios-render-test-runner/render-tests/circle-sort-key/literal/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/circle-sort-key/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/circle-stroke-color/default/metrics.json b/metrics/ios-render-test-runner/render-tests/circle-stroke-color/default/metrics.json index b7fcd045414..c5dc4e05e94 100644 --- a/metrics/ios-render-test-runner/render-tests/circle-stroke-color/default/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/circle-stroke-color/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/circle-stroke-color/function/metrics.json b/metrics/ios-render-test-runner/render-tests/circle-stroke-color/function/metrics.json index b7fcd045414..c5dc4e05e94 100644 --- a/metrics/ios-render-test-runner/render-tests/circle-stroke-color/function/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/circle-stroke-color/function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/circle-stroke-color/literal/metrics.json b/metrics/ios-render-test-runner/render-tests/circle-stroke-color/literal/metrics.json index b7fcd045414..c5dc4e05e94 100644 --- a/metrics/ios-render-test-runner/render-tests/circle-stroke-color/literal/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/circle-stroke-color/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/circle-stroke-color/property-function/metrics.json b/metrics/ios-render-test-runner/render-tests/circle-stroke-color/property-function/metrics.json index 2b00a4fa064..5c78b6b810e 100644 --- a/metrics/ios-render-test-runner/render-tests/circle-stroke-color/property-function/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/circle-stroke-color/property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/circle-stroke-color/zoom-and-property-function/metrics.json b/metrics/ios-render-test-runner/render-tests/circle-stroke-color/zoom-and-property-function/metrics.json index cd37b906a56..6dc76e6fad1 100644 --- a/metrics/ios-render-test-runner/render-tests/circle-stroke-color/zoom-and-property-function/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/circle-stroke-color/zoom-and-property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/circle-stroke-opacity/default/metrics.json b/metrics/ios-render-test-runner/render-tests/circle-stroke-opacity/default/metrics.json index b7fcd045414..c5dc4e05e94 100644 --- a/metrics/ios-render-test-runner/render-tests/circle-stroke-opacity/default/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/circle-stroke-opacity/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/circle-stroke-opacity/function/metrics.json b/metrics/ios-render-test-runner/render-tests/circle-stroke-opacity/function/metrics.json index b7fcd045414..c5dc4e05e94 100644 --- a/metrics/ios-render-test-runner/render-tests/circle-stroke-opacity/function/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/circle-stroke-opacity/function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/circle-stroke-opacity/literal/metrics.json b/metrics/ios-render-test-runner/render-tests/circle-stroke-opacity/literal/metrics.json index b7fcd045414..c5dc4e05e94 100644 --- a/metrics/ios-render-test-runner/render-tests/circle-stroke-opacity/literal/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/circle-stroke-opacity/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/circle-stroke-opacity/property-function/metrics.json b/metrics/ios-render-test-runner/render-tests/circle-stroke-opacity/property-function/metrics.json index bf5b94a7258..c5dccb9cead 100644 --- a/metrics/ios-render-test-runner/render-tests/circle-stroke-opacity/property-function/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/circle-stroke-opacity/property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/circle-stroke-opacity/stroke-only/metrics.json b/metrics/ios-render-test-runner/render-tests/circle-stroke-opacity/stroke-only/metrics.json index b7fcd045414..c5dc4e05e94 100644 --- a/metrics/ios-render-test-runner/render-tests/circle-stroke-opacity/stroke-only/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/circle-stroke-opacity/stroke-only/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/circle-stroke-opacity/zoom-and-property-function/metrics.json b/metrics/ios-render-test-runner/render-tests/circle-stroke-opacity/zoom-and-property-function/metrics.json index 2b00a4fa064..5c78b6b810e 100644 --- a/metrics/ios-render-test-runner/render-tests/circle-stroke-opacity/zoom-and-property-function/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/circle-stroke-opacity/zoom-and-property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/circle-stroke-width/default/metrics.json b/metrics/ios-render-test-runner/render-tests/circle-stroke-width/default/metrics.json index b7fcd045414..c5dc4e05e94 100644 --- a/metrics/ios-render-test-runner/render-tests/circle-stroke-width/default/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/circle-stroke-width/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/circle-stroke-width/function/metrics.json b/metrics/ios-render-test-runner/render-tests/circle-stroke-width/function/metrics.json index b7fcd045414..c5dc4e05e94 100644 --- a/metrics/ios-render-test-runner/render-tests/circle-stroke-width/function/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/circle-stroke-width/function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/circle-stroke-width/literal/metrics.json b/metrics/ios-render-test-runner/render-tests/circle-stroke-width/literal/metrics.json index b7fcd045414..c5dc4e05e94 100644 --- a/metrics/ios-render-test-runner/render-tests/circle-stroke-width/literal/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/circle-stroke-width/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/circle-stroke-width/property-function/metrics.json b/metrics/ios-render-test-runner/render-tests/circle-stroke-width/property-function/metrics.json index bf5b94a7258..c5dccb9cead 100644 --- a/metrics/ios-render-test-runner/render-tests/circle-stroke-width/property-function/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/circle-stroke-width/property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/circle-stroke-width/zoom-and-property-function/metrics.json b/metrics/ios-render-test-runner/render-tests/circle-stroke-width/zoom-and-property-function/metrics.json index 2b00a4fa064..5c78b6b810e 100644 --- a/metrics/ios-render-test-runner/render-tests/circle-stroke-width/zoom-and-property-function/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/circle-stroke-width/zoom-and-property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/circle-translate-anchor/map/metrics.json b/metrics/ios-render-test-runner/render-tests/circle-translate-anchor/map/metrics.json index b7fcd045414..c5dc4e05e94 100644 --- a/metrics/ios-render-test-runner/render-tests/circle-translate-anchor/map/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/circle-translate-anchor/map/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/circle-translate-anchor/viewport/metrics.json b/metrics/ios-render-test-runner/render-tests/circle-translate-anchor/viewport/metrics.json index b7fcd045414..c5dc4e05e94 100644 --- a/metrics/ios-render-test-runner/render-tests/circle-translate-anchor/viewport/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/circle-translate-anchor/viewport/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/circle-translate/default/metrics.json b/metrics/ios-render-test-runner/render-tests/circle-translate/default/metrics.json index b7fcd045414..c5dc4e05e94 100644 --- a/metrics/ios-render-test-runner/render-tests/circle-translate/default/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/circle-translate/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/circle-translate/function/metrics.json b/metrics/ios-render-test-runner/render-tests/circle-translate/function/metrics.json index b7fcd045414..c5dc4e05e94 100644 --- a/metrics/ios-render-test-runner/render-tests/circle-translate/function/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/circle-translate/function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/circle-translate/literal/metrics.json b/metrics/ios-render-test-runner/render-tests/circle-translate/literal/metrics.json index b7fcd045414..c5dc4e05e94 100644 --- a/metrics/ios-render-test-runner/render-tests/circle-translate/literal/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/circle-translate/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/combinations/background-opaque--background-opaque/metrics.json b/metrics/ios-render-test-runner/render-tests/combinations/background-opaque--background-opaque/metrics.json index ca19895c81d..385524356c4 100644 --- a/metrics/ios-render-test-runner/render-tests/combinations/background-opaque--background-opaque/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/combinations/background-opaque--background-opaque/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/combinations/background-opaque--background-translucent/metrics.json b/metrics/ios-render-test-runner/render-tests/combinations/background-opaque--background-translucent/metrics.json index ca19895c81d..385524356c4 100644 --- a/metrics/ios-render-test-runner/render-tests/combinations/background-opaque--background-translucent/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/combinations/background-opaque--background-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/combinations/background-opaque--circle-translucent/metrics.json b/metrics/ios-render-test-runner/render-tests/combinations/background-opaque--circle-translucent/metrics.json index b65ae23a753..089b0be4abb 100644 --- a/metrics/ios-render-test-runner/render-tests/combinations/background-opaque--circle-translucent/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/combinations/background-opaque--circle-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/combinations/background-opaque--fill-extrusion-translucent/metrics.json b/metrics/ios-render-test-runner/render-tests/combinations/background-opaque--fill-extrusion-translucent/metrics.json index 869c4378bf3..f712c8f66dc 100644 --- a/metrics/ios-render-test-runner/render-tests/combinations/background-opaque--fill-extrusion-translucent/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/combinations/background-opaque--fill-extrusion-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/combinations/background-opaque--fill-opaque/metrics.json b/metrics/ios-render-test-runner/render-tests/combinations/background-opaque--fill-opaque/metrics.json index 873f47815fe..a1e24dbecc7 100644 --- a/metrics/ios-render-test-runner/render-tests/combinations/background-opaque--fill-opaque/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/combinations/background-opaque--fill-opaque/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/combinations/background-opaque--fill-translucent/metrics.json b/metrics/ios-render-test-runner/render-tests/combinations/background-opaque--fill-translucent/metrics.json index 873f47815fe..a1e24dbecc7 100644 --- a/metrics/ios-render-test-runner/render-tests/combinations/background-opaque--fill-translucent/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/combinations/background-opaque--fill-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/combinations/background-opaque--heatmap-translucent/metrics.json b/metrics/ios-render-test-runner/render-tests/combinations/background-opaque--heatmap-translucent/metrics.json index 5cc4b977fff..459db2373ea 100644 --- a/metrics/ios-render-test-runner/render-tests/combinations/background-opaque--heatmap-translucent/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/combinations/background-opaque--heatmap-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/combinations/background-opaque--hillshade-translucent/metrics.json b/metrics/ios-render-test-runner/render-tests/combinations/background-opaque--hillshade-translucent/metrics.json index fe9af55d561..3341db244c6 100644 --- a/metrics/ios-render-test-runner/render-tests/combinations/background-opaque--hillshade-translucent/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/combinations/background-opaque--hillshade-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/combinations/background-opaque--line-translucent/metrics.json b/metrics/ios-render-test-runner/render-tests/combinations/background-opaque--line-translucent/metrics.json index 43b92c8fd62..bf9465ff8aa 100644 --- a/metrics/ios-render-test-runner/render-tests/combinations/background-opaque--line-translucent/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/combinations/background-opaque--line-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/combinations/background-opaque--raster-translucent/metrics.json b/metrics/ios-render-test-runner/render-tests/combinations/background-opaque--raster-translucent/metrics.json index aeff97a9b28..4c90b1a1026 100644 --- a/metrics/ios-render-test-runner/render-tests/combinations/background-opaque--raster-translucent/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/combinations/background-opaque--raster-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/combinations/background-opaque--symbol-translucent/metrics.json b/metrics/ios-render-test-runner/render-tests/combinations/background-opaque--symbol-translucent/metrics.json index ff10b87fe60..80efc975536 100644 --- a/metrics/ios-render-test-runner/render-tests/combinations/background-opaque--symbol-translucent/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/combinations/background-opaque--symbol-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/combinations/background-translucent--background-opaque/metrics.json b/metrics/ios-render-test-runner/render-tests/combinations/background-translucent--background-opaque/metrics.json index ca19895c81d..385524356c4 100644 --- a/metrics/ios-render-test-runner/render-tests/combinations/background-translucent--background-opaque/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/combinations/background-translucent--background-opaque/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/combinations/background-translucent--background-translucent/metrics.json b/metrics/ios-render-test-runner/render-tests/combinations/background-translucent--background-translucent/metrics.json index ca19895c81d..385524356c4 100644 --- a/metrics/ios-render-test-runner/render-tests/combinations/background-translucent--background-translucent/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/combinations/background-translucent--background-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/combinations/background-translucent--circle-translucent/metrics.json b/metrics/ios-render-test-runner/render-tests/combinations/background-translucent--circle-translucent/metrics.json index b65ae23a753..089b0be4abb 100644 --- a/metrics/ios-render-test-runner/render-tests/combinations/background-translucent--circle-translucent/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/combinations/background-translucent--circle-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/combinations/background-translucent--fill-extrusion-translucent/metrics.json b/metrics/ios-render-test-runner/render-tests/combinations/background-translucent--fill-extrusion-translucent/metrics.json index 869c4378bf3..f712c8f66dc 100644 --- a/metrics/ios-render-test-runner/render-tests/combinations/background-translucent--fill-extrusion-translucent/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/combinations/background-translucent--fill-extrusion-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/combinations/background-translucent--fill-opaque/metrics.json b/metrics/ios-render-test-runner/render-tests/combinations/background-translucent--fill-opaque/metrics.json index 873f47815fe..a1e24dbecc7 100644 --- a/metrics/ios-render-test-runner/render-tests/combinations/background-translucent--fill-opaque/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/combinations/background-translucent--fill-opaque/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/combinations/background-translucent--fill-translucent/metrics.json b/metrics/ios-render-test-runner/render-tests/combinations/background-translucent--fill-translucent/metrics.json index 873f47815fe..a1e24dbecc7 100644 --- a/metrics/ios-render-test-runner/render-tests/combinations/background-translucent--fill-translucent/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/combinations/background-translucent--fill-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/combinations/background-translucent--heatmap-translucent/metrics.json b/metrics/ios-render-test-runner/render-tests/combinations/background-translucent--heatmap-translucent/metrics.json index 5cc4b977fff..459db2373ea 100644 --- a/metrics/ios-render-test-runner/render-tests/combinations/background-translucent--heatmap-translucent/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/combinations/background-translucent--heatmap-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/combinations/background-translucent--hillshade-translucent/metrics.json b/metrics/ios-render-test-runner/render-tests/combinations/background-translucent--hillshade-translucent/metrics.json index fe9af55d561..3341db244c6 100644 --- a/metrics/ios-render-test-runner/render-tests/combinations/background-translucent--hillshade-translucent/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/combinations/background-translucent--hillshade-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/combinations/background-translucent--line-translucent/metrics.json b/metrics/ios-render-test-runner/render-tests/combinations/background-translucent--line-translucent/metrics.json index 43b92c8fd62..bf9465ff8aa 100644 --- a/metrics/ios-render-test-runner/render-tests/combinations/background-translucent--line-translucent/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/combinations/background-translucent--line-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/combinations/background-translucent--raster-translucent/metrics.json b/metrics/ios-render-test-runner/render-tests/combinations/background-translucent--raster-translucent/metrics.json index aeff97a9b28..4c90b1a1026 100644 --- a/metrics/ios-render-test-runner/render-tests/combinations/background-translucent--raster-translucent/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/combinations/background-translucent--raster-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/combinations/background-translucent--symbol-translucent/metrics.json b/metrics/ios-render-test-runner/render-tests/combinations/background-translucent--symbol-translucent/metrics.json index ff10b87fe60..80efc975536 100644 --- a/metrics/ios-render-test-runner/render-tests/combinations/background-translucent--symbol-translucent/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/combinations/background-translucent--symbol-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/combinations/circle-translucent--background-opaque/metrics.json b/metrics/ios-render-test-runner/render-tests/combinations/circle-translucent--background-opaque/metrics.json index d5ad1d9303d..dc413c28a83 100644 --- a/metrics/ios-render-test-runner/render-tests/combinations/circle-translucent--background-opaque/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/combinations/circle-translucent--background-opaque/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/combinations/circle-translucent--background-translucent/metrics.json b/metrics/ios-render-test-runner/render-tests/combinations/circle-translucent--background-translucent/metrics.json index d5ad1d9303d..dc413c28a83 100644 --- a/metrics/ios-render-test-runner/render-tests/combinations/circle-translucent--background-translucent/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/combinations/circle-translucent--background-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/combinations/circle-translucent--circle-translucent/metrics.json b/metrics/ios-render-test-runner/render-tests/combinations/circle-translucent--circle-translucent/metrics.json index d5ad1d9303d..dc413c28a83 100644 --- a/metrics/ios-render-test-runner/render-tests/combinations/circle-translucent--circle-translucent/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/combinations/circle-translucent--circle-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/combinations/circle-translucent--fill-extrusion-translucent/metrics.json b/metrics/ios-render-test-runner/render-tests/combinations/circle-translucent--fill-extrusion-translucent/metrics.json index d0a09330c38..02e32b225c1 100644 --- a/metrics/ios-render-test-runner/render-tests/combinations/circle-translucent--fill-extrusion-translucent/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/combinations/circle-translucent--fill-extrusion-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/combinations/circle-translucent--fill-opaque/metrics.json b/metrics/ios-render-test-runner/render-tests/combinations/circle-translucent--fill-opaque/metrics.json index 54232a88593..3589506596e 100644 --- a/metrics/ios-render-test-runner/render-tests/combinations/circle-translucent--fill-opaque/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/combinations/circle-translucent--fill-opaque/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/combinations/circle-translucent--fill-translucent/metrics.json b/metrics/ios-render-test-runner/render-tests/combinations/circle-translucent--fill-translucent/metrics.json index 54232a88593..3589506596e 100644 --- a/metrics/ios-render-test-runner/render-tests/combinations/circle-translucent--fill-translucent/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/combinations/circle-translucent--fill-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/combinations/circle-translucent--heatmap-translucent/metrics.json b/metrics/ios-render-test-runner/render-tests/combinations/circle-translucent--heatmap-translucent/metrics.json index b342e18183b..04e5de8e775 100644 --- a/metrics/ios-render-test-runner/render-tests/combinations/circle-translucent--heatmap-translucent/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/combinations/circle-translucent--heatmap-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/combinations/circle-translucent--hillshade-translucent/metrics.json b/metrics/ios-render-test-runner/render-tests/combinations/circle-translucent--hillshade-translucent/metrics.json index 2ecd93ab0db..008f32728a9 100644 --- a/metrics/ios-render-test-runner/render-tests/combinations/circle-translucent--hillshade-translucent/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/combinations/circle-translucent--hillshade-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/combinations/circle-translucent--line-translucent/metrics.json b/metrics/ios-render-test-runner/render-tests/combinations/circle-translucent--line-translucent/metrics.json index 34e16412442..848c8eed8f1 100644 --- a/metrics/ios-render-test-runner/render-tests/combinations/circle-translucent--line-translucent/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/combinations/circle-translucent--line-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/combinations/circle-translucent--raster-translucent/metrics.json b/metrics/ios-render-test-runner/render-tests/combinations/circle-translucent--raster-translucent/metrics.json index 8543c93e3fb..313c9a78216 100644 --- a/metrics/ios-render-test-runner/render-tests/combinations/circle-translucent--raster-translucent/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/combinations/circle-translucent--raster-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/combinations/circle-translucent--symbol-translucent/metrics.json b/metrics/ios-render-test-runner/render-tests/combinations/circle-translucent--symbol-translucent/metrics.json index 7f048825740..509f08c45c2 100644 --- a/metrics/ios-render-test-runner/render-tests/combinations/circle-translucent--symbol-translucent/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/combinations/circle-translucent--symbol-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/combinations/fill-extrusion--fill-opaque/metrics.json b/metrics/ios-render-test-runner/render-tests/combinations/fill-extrusion--fill-opaque/metrics.json index 158f4a877cf..7c68a9b0ae7 100644 --- a/metrics/ios-render-test-runner/render-tests/combinations/fill-extrusion--fill-opaque/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/combinations/fill-extrusion--fill-opaque/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/combinations/fill-extrusion--fill-translucent/metrics.json b/metrics/ios-render-test-runner/render-tests/combinations/fill-extrusion--fill-translucent/metrics.json index 158f4a877cf..7c68a9b0ae7 100644 --- a/metrics/ios-render-test-runner/render-tests/combinations/fill-extrusion--fill-translucent/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/combinations/fill-extrusion--fill-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/combinations/fill-extrusion-translucent--background-opaque/metrics.json b/metrics/ios-render-test-runner/render-tests/combinations/fill-extrusion-translucent--background-opaque/metrics.json index 070982798d7..ddd80ebcd4a 100644 --- a/metrics/ios-render-test-runner/render-tests/combinations/fill-extrusion-translucent--background-opaque/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/combinations/fill-extrusion-translucent--background-opaque/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/combinations/fill-extrusion-translucent--background-translucent/metrics.json b/metrics/ios-render-test-runner/render-tests/combinations/fill-extrusion-translucent--background-translucent/metrics.json index 070982798d7..ddd80ebcd4a 100644 --- a/metrics/ios-render-test-runner/render-tests/combinations/fill-extrusion-translucent--background-translucent/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/combinations/fill-extrusion-translucent--background-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/combinations/fill-extrusion-translucent--circle-translucent/metrics.json b/metrics/ios-render-test-runner/render-tests/combinations/fill-extrusion-translucent--circle-translucent/metrics.json index d0a09330c38..02e32b225c1 100644 --- a/metrics/ios-render-test-runner/render-tests/combinations/fill-extrusion-translucent--circle-translucent/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/combinations/fill-extrusion-translucent--circle-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/combinations/fill-extrusion-translucent--fill-extrusion-translucent/metrics.json b/metrics/ios-render-test-runner/render-tests/combinations/fill-extrusion-translucent--fill-extrusion-translucent/metrics.json index 070982798d7..ddd80ebcd4a 100644 --- a/metrics/ios-render-test-runner/render-tests/combinations/fill-extrusion-translucent--fill-extrusion-translucent/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/combinations/fill-extrusion-translucent--fill-extrusion-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/combinations/fill-extrusion-translucent--fill-opaque/metrics.json b/metrics/ios-render-test-runner/render-tests/combinations/fill-extrusion-translucent--fill-opaque/metrics.json index 9dd47aeeeb5..42b4e6f9890 100644 --- a/metrics/ios-render-test-runner/render-tests/combinations/fill-extrusion-translucent--fill-opaque/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/combinations/fill-extrusion-translucent--fill-opaque/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/combinations/fill-extrusion-translucent--fill-translucent/metrics.json b/metrics/ios-render-test-runner/render-tests/combinations/fill-extrusion-translucent--fill-translucent/metrics.json index f460f1be9e6..758831370f8 100644 --- a/metrics/ios-render-test-runner/render-tests/combinations/fill-extrusion-translucent--fill-translucent/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/combinations/fill-extrusion-translucent--fill-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/combinations/fill-extrusion-translucent--heatmap-translucent/metrics.json b/metrics/ios-render-test-runner/render-tests/combinations/fill-extrusion-translucent--heatmap-translucent/metrics.json index a4c2b929c75..ab72e118cc7 100644 --- a/metrics/ios-render-test-runner/render-tests/combinations/fill-extrusion-translucent--heatmap-translucent/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/combinations/fill-extrusion-translucent--heatmap-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/combinations/fill-extrusion-translucent--hillshade-translucent/metrics.json b/metrics/ios-render-test-runner/render-tests/combinations/fill-extrusion-translucent--hillshade-translucent/metrics.json index f9f2c55c050..a404300fa4e 100644 --- a/metrics/ios-render-test-runner/render-tests/combinations/fill-extrusion-translucent--hillshade-translucent/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/combinations/fill-extrusion-translucent--hillshade-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/combinations/fill-extrusion-translucent--line-translucent/metrics.json b/metrics/ios-render-test-runner/render-tests/combinations/fill-extrusion-translucent--line-translucent/metrics.json index b9a70d7457b..dff1b0cc4e1 100644 --- a/metrics/ios-render-test-runner/render-tests/combinations/fill-extrusion-translucent--line-translucent/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/combinations/fill-extrusion-translucent--line-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/combinations/fill-extrusion-translucent--raster-translucent/metrics.json b/metrics/ios-render-test-runner/render-tests/combinations/fill-extrusion-translucent--raster-translucent/metrics.json index ba3da4f660c..87a7cf57671 100644 --- a/metrics/ios-render-test-runner/render-tests/combinations/fill-extrusion-translucent--raster-translucent/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/combinations/fill-extrusion-translucent--raster-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/combinations/fill-extrusion-translucent--symbol-translucent/metrics.json b/metrics/ios-render-test-runner/render-tests/combinations/fill-extrusion-translucent--symbol-translucent/metrics.json index e06f8fc8fc1..7c9e77d5811 100644 --- a/metrics/ios-render-test-runner/render-tests/combinations/fill-extrusion-translucent--symbol-translucent/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/combinations/fill-extrusion-translucent--symbol-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/combinations/fill-opaque--background-opaque/metrics.json b/metrics/ios-render-test-runner/render-tests/combinations/fill-opaque--background-opaque/metrics.json index d9701f6181e..e3f653570e1 100644 --- a/metrics/ios-render-test-runner/render-tests/combinations/fill-opaque--background-opaque/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/combinations/fill-opaque--background-opaque/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/combinations/fill-opaque--background-translucent/metrics.json b/metrics/ios-render-test-runner/render-tests/combinations/fill-opaque--background-translucent/metrics.json index d9701f6181e..e3f653570e1 100644 --- a/metrics/ios-render-test-runner/render-tests/combinations/fill-opaque--background-translucent/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/combinations/fill-opaque--background-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/combinations/fill-opaque--circle-translucent/metrics.json b/metrics/ios-render-test-runner/render-tests/combinations/fill-opaque--circle-translucent/metrics.json index 54232a88593..3589506596e 100644 --- a/metrics/ios-render-test-runner/render-tests/combinations/fill-opaque--circle-translucent/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/combinations/fill-opaque--circle-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/combinations/fill-opaque--fill-extrusion-translucent/metrics.json b/metrics/ios-render-test-runner/render-tests/combinations/fill-opaque--fill-extrusion-translucent/metrics.json index 158f4a877cf..7c68a9b0ae7 100644 --- a/metrics/ios-render-test-runner/render-tests/combinations/fill-opaque--fill-extrusion-translucent/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/combinations/fill-opaque--fill-extrusion-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/combinations/fill-opaque--fill-opaque/metrics.json b/metrics/ios-render-test-runner/render-tests/combinations/fill-opaque--fill-opaque/metrics.json index 511b43f4d27..0c3fa00030f 100644 --- a/metrics/ios-render-test-runner/render-tests/combinations/fill-opaque--fill-opaque/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/combinations/fill-opaque--fill-opaque/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/combinations/fill-opaque--fill-translucent/metrics.json b/metrics/ios-render-test-runner/render-tests/combinations/fill-opaque--fill-translucent/metrics.json index 511b43f4d27..0c3fa00030f 100644 --- a/metrics/ios-render-test-runner/render-tests/combinations/fill-opaque--fill-translucent/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/combinations/fill-opaque--fill-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/combinations/fill-opaque--heatmap-translucent/metrics.json b/metrics/ios-render-test-runner/render-tests/combinations/fill-opaque--heatmap-translucent/metrics.json index 5565a4dd482..8a2c3875148 100644 --- a/metrics/ios-render-test-runner/render-tests/combinations/fill-opaque--heatmap-translucent/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/combinations/fill-opaque--heatmap-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/combinations/fill-opaque--hillshade-translucent/metrics.json b/metrics/ios-render-test-runner/render-tests/combinations/fill-opaque--hillshade-translucent/metrics.json index 130eb528504..9de2075c67f 100644 --- a/metrics/ios-render-test-runner/render-tests/combinations/fill-opaque--hillshade-translucent/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/combinations/fill-opaque--hillshade-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/combinations/fill-opaque--line-translucent/metrics.json b/metrics/ios-render-test-runner/render-tests/combinations/fill-opaque--line-translucent/metrics.json index aac3c6d3088..3fa48c6a965 100644 --- a/metrics/ios-render-test-runner/render-tests/combinations/fill-opaque--line-translucent/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/combinations/fill-opaque--line-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/combinations/fill-opaque--raster-translucent/metrics.json b/metrics/ios-render-test-runner/render-tests/combinations/fill-opaque--raster-translucent/metrics.json index a6e96270b25..3f327cb1242 100644 --- a/metrics/ios-render-test-runner/render-tests/combinations/fill-opaque--raster-translucent/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/combinations/fill-opaque--raster-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/combinations/fill-opaque--symbol-translucent/metrics.json b/metrics/ios-render-test-runner/render-tests/combinations/fill-opaque--symbol-translucent/metrics.json index c1bede4b522..b7c8916479b 100644 --- a/metrics/ios-render-test-runner/render-tests/combinations/fill-opaque--symbol-translucent/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/combinations/fill-opaque--symbol-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/combinations/fill-translucent--background-opaque/metrics.json b/metrics/ios-render-test-runner/render-tests/combinations/fill-translucent--background-opaque/metrics.json index d9701f6181e..e3f653570e1 100644 --- a/metrics/ios-render-test-runner/render-tests/combinations/fill-translucent--background-opaque/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/combinations/fill-translucent--background-opaque/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/combinations/fill-translucent--background-translucent/metrics.json b/metrics/ios-render-test-runner/render-tests/combinations/fill-translucent--background-translucent/metrics.json index d9701f6181e..e3f653570e1 100644 --- a/metrics/ios-render-test-runner/render-tests/combinations/fill-translucent--background-translucent/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/combinations/fill-translucent--background-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/combinations/fill-translucent--circle-translucent/metrics.json b/metrics/ios-render-test-runner/render-tests/combinations/fill-translucent--circle-translucent/metrics.json index 54232a88593..3589506596e 100644 --- a/metrics/ios-render-test-runner/render-tests/combinations/fill-translucent--circle-translucent/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/combinations/fill-translucent--circle-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/combinations/fill-translucent--fill-extrusion-translucent/metrics.json b/metrics/ios-render-test-runner/render-tests/combinations/fill-translucent--fill-extrusion-translucent/metrics.json index 158f4a877cf..7c68a9b0ae7 100644 --- a/metrics/ios-render-test-runner/render-tests/combinations/fill-translucent--fill-extrusion-translucent/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/combinations/fill-translucent--fill-extrusion-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/combinations/fill-translucent--fill-opaque/metrics.json b/metrics/ios-render-test-runner/render-tests/combinations/fill-translucent--fill-opaque/metrics.json index 511b43f4d27..0c3fa00030f 100644 --- a/metrics/ios-render-test-runner/render-tests/combinations/fill-translucent--fill-opaque/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/combinations/fill-translucent--fill-opaque/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/combinations/fill-translucent--fill-translucent/metrics.json b/metrics/ios-render-test-runner/render-tests/combinations/fill-translucent--fill-translucent/metrics.json index 511b43f4d27..0c3fa00030f 100644 --- a/metrics/ios-render-test-runner/render-tests/combinations/fill-translucent--fill-translucent/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/combinations/fill-translucent--fill-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/combinations/fill-translucent--heatmap-translucent/metrics.json b/metrics/ios-render-test-runner/render-tests/combinations/fill-translucent--heatmap-translucent/metrics.json index 5565a4dd482..8a2c3875148 100644 --- a/metrics/ios-render-test-runner/render-tests/combinations/fill-translucent--heatmap-translucent/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/combinations/fill-translucent--heatmap-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/combinations/fill-translucent--hillshade-translucent/metrics.json b/metrics/ios-render-test-runner/render-tests/combinations/fill-translucent--hillshade-translucent/metrics.json index 130eb528504..9de2075c67f 100644 --- a/metrics/ios-render-test-runner/render-tests/combinations/fill-translucent--hillshade-translucent/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/combinations/fill-translucent--hillshade-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/combinations/fill-translucent--line-translucent/metrics.json b/metrics/ios-render-test-runner/render-tests/combinations/fill-translucent--line-translucent/metrics.json index aac3c6d3088..3fa48c6a965 100644 --- a/metrics/ios-render-test-runner/render-tests/combinations/fill-translucent--line-translucent/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/combinations/fill-translucent--line-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/combinations/fill-translucent--raster-translucent/metrics.json b/metrics/ios-render-test-runner/render-tests/combinations/fill-translucent--raster-translucent/metrics.json index a6e96270b25..3f327cb1242 100644 --- a/metrics/ios-render-test-runner/render-tests/combinations/fill-translucent--raster-translucent/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/combinations/fill-translucent--raster-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/combinations/fill-translucent--symbol-translucent/metrics.json b/metrics/ios-render-test-runner/render-tests/combinations/fill-translucent--symbol-translucent/metrics.json index c1bede4b522..b7c8916479b 100644 --- a/metrics/ios-render-test-runner/render-tests/combinations/fill-translucent--symbol-translucent/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/combinations/fill-translucent--symbol-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/combinations/heatmap-translucent--background-opaque/metrics.json b/metrics/ios-render-test-runner/render-tests/combinations/heatmap-translucent--background-opaque/metrics.json index 046dcc83f87..7e8e12d4e5c 100644 --- a/metrics/ios-render-test-runner/render-tests/combinations/heatmap-translucent--background-opaque/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/combinations/heatmap-translucent--background-opaque/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/combinations/heatmap-translucent--background-translucent/metrics.json b/metrics/ios-render-test-runner/render-tests/combinations/heatmap-translucent--background-translucent/metrics.json index 046dcc83f87..7e8e12d4e5c 100644 --- a/metrics/ios-render-test-runner/render-tests/combinations/heatmap-translucent--background-translucent/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/combinations/heatmap-translucent--background-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/combinations/heatmap-translucent--circle-translucent/metrics.json b/metrics/ios-render-test-runner/render-tests/combinations/heatmap-translucent--circle-translucent/metrics.json index b342e18183b..04e5de8e775 100644 --- a/metrics/ios-render-test-runner/render-tests/combinations/heatmap-translucent--circle-translucent/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/combinations/heatmap-translucent--circle-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/combinations/heatmap-translucent--fill-extrusion-translucent/metrics.json b/metrics/ios-render-test-runner/render-tests/combinations/heatmap-translucent--fill-extrusion-translucent/metrics.json index a4c2b929c75..ab72e118cc7 100644 --- a/metrics/ios-render-test-runner/render-tests/combinations/heatmap-translucent--fill-extrusion-translucent/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/combinations/heatmap-translucent--fill-extrusion-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/combinations/heatmap-translucent--fill-opaque/metrics.json b/metrics/ios-render-test-runner/render-tests/combinations/heatmap-translucent--fill-opaque/metrics.json index 5565a4dd482..8a2c3875148 100644 --- a/metrics/ios-render-test-runner/render-tests/combinations/heatmap-translucent--fill-opaque/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/combinations/heatmap-translucent--fill-opaque/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/combinations/heatmap-translucent--fill-translucent/metrics.json b/metrics/ios-render-test-runner/render-tests/combinations/heatmap-translucent--fill-translucent/metrics.json index 5565a4dd482..8a2c3875148 100644 --- a/metrics/ios-render-test-runner/render-tests/combinations/heatmap-translucent--fill-translucent/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/combinations/heatmap-translucent--fill-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/combinations/heatmap-translucent--heatmap-translucent/metrics.json b/metrics/ios-render-test-runner/render-tests/combinations/heatmap-translucent--heatmap-translucent/metrics.json index 94161dda76b..6f5af7fb644 100644 --- a/metrics/ios-render-test-runner/render-tests/combinations/heatmap-translucent--heatmap-translucent/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/combinations/heatmap-translucent--heatmap-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/combinations/heatmap-translucent--hillshade-translucent/metrics.json b/metrics/ios-render-test-runner/render-tests/combinations/heatmap-translucent--hillshade-translucent/metrics.json index eb8235bd221..e643b72cc24 100644 --- a/metrics/ios-render-test-runner/render-tests/combinations/heatmap-translucent--hillshade-translucent/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/combinations/heatmap-translucent--hillshade-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/combinations/heatmap-translucent--line-translucent/metrics.json b/metrics/ios-render-test-runner/render-tests/combinations/heatmap-translucent--line-translucent/metrics.json index e6b45ea3c9c..e7b5f516339 100644 --- a/metrics/ios-render-test-runner/render-tests/combinations/heatmap-translucent--line-translucent/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/combinations/heatmap-translucent--line-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/combinations/heatmap-translucent--raster-translucent/metrics.json b/metrics/ios-render-test-runner/render-tests/combinations/heatmap-translucent--raster-translucent/metrics.json index 46ae22eb392..43d09834abb 100644 --- a/metrics/ios-render-test-runner/render-tests/combinations/heatmap-translucent--raster-translucent/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/combinations/heatmap-translucent--raster-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/combinations/heatmap-translucent--symbol-translucent/metrics.json b/metrics/ios-render-test-runner/render-tests/combinations/heatmap-translucent--symbol-translucent/metrics.json index 60f01ff9e36..2914d385f21 100644 --- a/metrics/ios-render-test-runner/render-tests/combinations/heatmap-translucent--symbol-translucent/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/combinations/heatmap-translucent--symbol-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/combinations/hillshade-translucent--background-opaque/metrics.json b/metrics/ios-render-test-runner/render-tests/combinations/hillshade-translucent--background-opaque/metrics.json index 019fd54df32..9d85d6b956f 100644 --- a/metrics/ios-render-test-runner/render-tests/combinations/hillshade-translucent--background-opaque/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/combinations/hillshade-translucent--background-opaque/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/combinations/hillshade-translucent--background-translucent/metrics.json b/metrics/ios-render-test-runner/render-tests/combinations/hillshade-translucent--background-translucent/metrics.json index 019fd54df32..9d85d6b956f 100644 --- a/metrics/ios-render-test-runner/render-tests/combinations/hillshade-translucent--background-translucent/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/combinations/hillshade-translucent--background-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/combinations/hillshade-translucent--circle-translucent/metrics.json b/metrics/ios-render-test-runner/render-tests/combinations/hillshade-translucent--circle-translucent/metrics.json index 2ecd93ab0db..008f32728a9 100644 --- a/metrics/ios-render-test-runner/render-tests/combinations/hillshade-translucent--circle-translucent/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/combinations/hillshade-translucent--circle-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/combinations/hillshade-translucent--fill-extrusion-translucent/metrics.json b/metrics/ios-render-test-runner/render-tests/combinations/hillshade-translucent--fill-extrusion-translucent/metrics.json index f9f2c55c050..a404300fa4e 100644 --- a/metrics/ios-render-test-runner/render-tests/combinations/hillshade-translucent--fill-extrusion-translucent/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/combinations/hillshade-translucent--fill-extrusion-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/combinations/hillshade-translucent--fill-opaque/metrics.json b/metrics/ios-render-test-runner/render-tests/combinations/hillshade-translucent--fill-opaque/metrics.json index 130eb528504..9de2075c67f 100644 --- a/metrics/ios-render-test-runner/render-tests/combinations/hillshade-translucent--fill-opaque/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/combinations/hillshade-translucent--fill-opaque/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/combinations/hillshade-translucent--fill-translucent/metrics.json b/metrics/ios-render-test-runner/render-tests/combinations/hillshade-translucent--fill-translucent/metrics.json index 130eb528504..9de2075c67f 100644 --- a/metrics/ios-render-test-runner/render-tests/combinations/hillshade-translucent--fill-translucent/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/combinations/hillshade-translucent--fill-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/combinations/hillshade-translucent--heatmap-translucent/metrics.json b/metrics/ios-render-test-runner/render-tests/combinations/hillshade-translucent--heatmap-translucent/metrics.json index eb8235bd221..e643b72cc24 100644 --- a/metrics/ios-render-test-runner/render-tests/combinations/hillshade-translucent--heatmap-translucent/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/combinations/hillshade-translucent--heatmap-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/combinations/hillshade-translucent--hillshade-translucent/metrics.json b/metrics/ios-render-test-runner/render-tests/combinations/hillshade-translucent--hillshade-translucent/metrics.json index 6cdf449a0c7..10759b737f0 100644 --- a/metrics/ios-render-test-runner/render-tests/combinations/hillshade-translucent--hillshade-translucent/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/combinations/hillshade-translucent--hillshade-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/combinations/hillshade-translucent--line-translucent/metrics.json b/metrics/ios-render-test-runner/render-tests/combinations/hillshade-translucent--line-translucent/metrics.json index 1d0c8f8153b..1b513e2875e 100644 --- a/metrics/ios-render-test-runner/render-tests/combinations/hillshade-translucent--line-translucent/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/combinations/hillshade-translucent--line-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/combinations/hillshade-translucent--raster-translucent/metrics.json b/metrics/ios-render-test-runner/render-tests/combinations/hillshade-translucent--raster-translucent/metrics.json index 40f09a93051..2e3add06208 100644 --- a/metrics/ios-render-test-runner/render-tests/combinations/hillshade-translucent--raster-translucent/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/combinations/hillshade-translucent--raster-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/combinations/hillshade-translucent--symbol-translucent/metrics.json b/metrics/ios-render-test-runner/render-tests/combinations/hillshade-translucent--symbol-translucent/metrics.json index 1b23d9d85c9..3496bc37bfb 100644 --- a/metrics/ios-render-test-runner/render-tests/combinations/hillshade-translucent--symbol-translucent/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/combinations/hillshade-translucent--symbol-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/combinations/line-translucent--background-opaque/metrics.json b/metrics/ios-render-test-runner/render-tests/combinations/line-translucent--background-opaque/metrics.json index 2fb82f10860..dbbe87baf8b 100644 --- a/metrics/ios-render-test-runner/render-tests/combinations/line-translucent--background-opaque/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/combinations/line-translucent--background-opaque/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/combinations/line-translucent--background-translucent/metrics.json b/metrics/ios-render-test-runner/render-tests/combinations/line-translucent--background-translucent/metrics.json index 2fb82f10860..dbbe87baf8b 100644 --- a/metrics/ios-render-test-runner/render-tests/combinations/line-translucent--background-translucent/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/combinations/line-translucent--background-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/combinations/line-translucent--circle-translucent/metrics.json b/metrics/ios-render-test-runner/render-tests/combinations/line-translucent--circle-translucent/metrics.json index 34e16412442..848c8eed8f1 100644 --- a/metrics/ios-render-test-runner/render-tests/combinations/line-translucent--circle-translucent/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/combinations/line-translucent--circle-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/combinations/line-translucent--fill-extrusion-translucent/metrics.json b/metrics/ios-render-test-runner/render-tests/combinations/line-translucent--fill-extrusion-translucent/metrics.json index b9a70d7457b..dff1b0cc4e1 100644 --- a/metrics/ios-render-test-runner/render-tests/combinations/line-translucent--fill-extrusion-translucent/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/combinations/line-translucent--fill-extrusion-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/combinations/line-translucent--fill-opaque/metrics.json b/metrics/ios-render-test-runner/render-tests/combinations/line-translucent--fill-opaque/metrics.json index aac3c6d3088..3fa48c6a965 100644 --- a/metrics/ios-render-test-runner/render-tests/combinations/line-translucent--fill-opaque/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/combinations/line-translucent--fill-opaque/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/combinations/line-translucent--fill-translucent/metrics.json b/metrics/ios-render-test-runner/render-tests/combinations/line-translucent--fill-translucent/metrics.json index aac3c6d3088..3fa48c6a965 100644 --- a/metrics/ios-render-test-runner/render-tests/combinations/line-translucent--fill-translucent/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/combinations/line-translucent--fill-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/combinations/line-translucent--heatmap-translucent/metrics.json b/metrics/ios-render-test-runner/render-tests/combinations/line-translucent--heatmap-translucent/metrics.json index e6b45ea3c9c..e7b5f516339 100644 --- a/metrics/ios-render-test-runner/render-tests/combinations/line-translucent--heatmap-translucent/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/combinations/line-translucent--heatmap-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/combinations/line-translucent--hillshade-translucent/metrics.json b/metrics/ios-render-test-runner/render-tests/combinations/line-translucent--hillshade-translucent/metrics.json index 1d0c8f8153b..1b513e2875e 100644 --- a/metrics/ios-render-test-runner/render-tests/combinations/line-translucent--hillshade-translucent/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/combinations/line-translucent--hillshade-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/combinations/line-translucent--line-translucent/metrics.json b/metrics/ios-render-test-runner/render-tests/combinations/line-translucent--line-translucent/metrics.json index 2fb82f10860..dbbe87baf8b 100644 --- a/metrics/ios-render-test-runner/render-tests/combinations/line-translucent--line-translucent/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/combinations/line-translucent--line-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/combinations/line-translucent--raster-translucent/metrics.json b/metrics/ios-render-test-runner/render-tests/combinations/line-translucent--raster-translucent/metrics.json index dfb24aaa91b..47dea3c28e0 100644 --- a/metrics/ios-render-test-runner/render-tests/combinations/line-translucent--raster-translucent/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/combinations/line-translucent--raster-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/combinations/line-translucent--symbol-translucent/metrics.json b/metrics/ios-render-test-runner/render-tests/combinations/line-translucent--symbol-translucent/metrics.json index cafdf6fa100..76f5b1043c9 100644 --- a/metrics/ios-render-test-runner/render-tests/combinations/line-translucent--symbol-translucent/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/combinations/line-translucent--symbol-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/combinations/raster-translucent--background-opaque/metrics.json b/metrics/ios-render-test-runner/render-tests/combinations/raster-translucent--background-opaque/metrics.json index 9297ddb669b..62d9f6ef55d 100644 --- a/metrics/ios-render-test-runner/render-tests/combinations/raster-translucent--background-opaque/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/combinations/raster-translucent--background-opaque/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/combinations/raster-translucent--background-translucent/metrics.json b/metrics/ios-render-test-runner/render-tests/combinations/raster-translucent--background-translucent/metrics.json index 9297ddb669b..62d9f6ef55d 100644 --- a/metrics/ios-render-test-runner/render-tests/combinations/raster-translucent--background-translucent/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/combinations/raster-translucent--background-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/combinations/raster-translucent--circle-translucent/metrics.json b/metrics/ios-render-test-runner/render-tests/combinations/raster-translucent--circle-translucent/metrics.json index 8543c93e3fb..313c9a78216 100644 --- a/metrics/ios-render-test-runner/render-tests/combinations/raster-translucent--circle-translucent/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/combinations/raster-translucent--circle-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/combinations/raster-translucent--fill-extrusion-translucent/metrics.json b/metrics/ios-render-test-runner/render-tests/combinations/raster-translucent--fill-extrusion-translucent/metrics.json index ba3da4f660c..87a7cf57671 100644 --- a/metrics/ios-render-test-runner/render-tests/combinations/raster-translucent--fill-extrusion-translucent/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/combinations/raster-translucent--fill-extrusion-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/combinations/raster-translucent--fill-opaque/metrics.json b/metrics/ios-render-test-runner/render-tests/combinations/raster-translucent--fill-opaque/metrics.json index a6e96270b25..3f327cb1242 100644 --- a/metrics/ios-render-test-runner/render-tests/combinations/raster-translucent--fill-opaque/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/combinations/raster-translucent--fill-opaque/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/combinations/raster-translucent--fill-translucent/metrics.json b/metrics/ios-render-test-runner/render-tests/combinations/raster-translucent--fill-translucent/metrics.json index a6e96270b25..3f327cb1242 100644 --- a/metrics/ios-render-test-runner/render-tests/combinations/raster-translucent--fill-translucent/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/combinations/raster-translucent--fill-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/combinations/raster-translucent--heatmap-translucent/metrics.json b/metrics/ios-render-test-runner/render-tests/combinations/raster-translucent--heatmap-translucent/metrics.json index 46ae22eb392..43d09834abb 100644 --- a/metrics/ios-render-test-runner/render-tests/combinations/raster-translucent--heatmap-translucent/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/combinations/raster-translucent--heatmap-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/combinations/raster-translucent--hillshade-translucent/metrics.json b/metrics/ios-render-test-runner/render-tests/combinations/raster-translucent--hillshade-translucent/metrics.json index 40f09a93051..2e3add06208 100644 --- a/metrics/ios-render-test-runner/render-tests/combinations/raster-translucent--hillshade-translucent/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/combinations/raster-translucent--hillshade-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/combinations/raster-translucent--line-translucent/metrics.json b/metrics/ios-render-test-runner/render-tests/combinations/raster-translucent--line-translucent/metrics.json index dfb24aaa91b..47dea3c28e0 100644 --- a/metrics/ios-render-test-runner/render-tests/combinations/raster-translucent--line-translucent/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/combinations/raster-translucent--line-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/combinations/raster-translucent--raster-translucent/metrics.json b/metrics/ios-render-test-runner/render-tests/combinations/raster-translucent--raster-translucent/metrics.json index 11aca40c023..c842bf39097 100644 --- a/metrics/ios-render-test-runner/render-tests/combinations/raster-translucent--raster-translucent/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/combinations/raster-translucent--raster-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/combinations/raster-translucent--symbol-translucent/metrics.json b/metrics/ios-render-test-runner/render-tests/combinations/raster-translucent--symbol-translucent/metrics.json index 1900b992490..5e9f2726e80 100644 --- a/metrics/ios-render-test-runner/render-tests/combinations/raster-translucent--symbol-translucent/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/combinations/raster-translucent--symbol-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/combinations/symbol-translucent--background-opaque/metrics.json b/metrics/ios-render-test-runner/render-tests/combinations/symbol-translucent--background-opaque/metrics.json index 7f17773165c..b25ac99b3bb 100644 --- a/metrics/ios-render-test-runner/render-tests/combinations/symbol-translucent--background-opaque/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/combinations/symbol-translucent--background-opaque/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/combinations/symbol-translucent--background-translucent/metrics.json b/metrics/ios-render-test-runner/render-tests/combinations/symbol-translucent--background-translucent/metrics.json index 7f17773165c..b25ac99b3bb 100644 --- a/metrics/ios-render-test-runner/render-tests/combinations/symbol-translucent--background-translucent/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/combinations/symbol-translucent--background-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/combinations/symbol-translucent--circle-translucent/metrics.json b/metrics/ios-render-test-runner/render-tests/combinations/symbol-translucent--circle-translucent/metrics.json index 7f048825740..509f08c45c2 100644 --- a/metrics/ios-render-test-runner/render-tests/combinations/symbol-translucent--circle-translucent/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/combinations/symbol-translucent--circle-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/combinations/symbol-translucent--fill-extrusion-translucent/metrics.json b/metrics/ios-render-test-runner/render-tests/combinations/symbol-translucent--fill-extrusion-translucent/metrics.json index e06f8fc8fc1..7c9e77d5811 100644 --- a/metrics/ios-render-test-runner/render-tests/combinations/symbol-translucent--fill-extrusion-translucent/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/combinations/symbol-translucent--fill-extrusion-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/combinations/symbol-translucent--fill-opaque/metrics.json b/metrics/ios-render-test-runner/render-tests/combinations/symbol-translucent--fill-opaque/metrics.json index c1bede4b522..b7c8916479b 100644 --- a/metrics/ios-render-test-runner/render-tests/combinations/symbol-translucent--fill-opaque/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/combinations/symbol-translucent--fill-opaque/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/combinations/symbol-translucent--fill-translucent/metrics.json b/metrics/ios-render-test-runner/render-tests/combinations/symbol-translucent--fill-translucent/metrics.json index c1bede4b522..b7c8916479b 100644 --- a/metrics/ios-render-test-runner/render-tests/combinations/symbol-translucent--fill-translucent/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/combinations/symbol-translucent--fill-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/combinations/symbol-translucent--heatmap-translucent/metrics.json b/metrics/ios-render-test-runner/render-tests/combinations/symbol-translucent--heatmap-translucent/metrics.json index 60f01ff9e36..2914d385f21 100644 --- a/metrics/ios-render-test-runner/render-tests/combinations/symbol-translucent--heatmap-translucent/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/combinations/symbol-translucent--heatmap-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/combinations/symbol-translucent--hillshade-translucent/metrics.json b/metrics/ios-render-test-runner/render-tests/combinations/symbol-translucent--hillshade-translucent/metrics.json index 1b23d9d85c9..3496bc37bfb 100644 --- a/metrics/ios-render-test-runner/render-tests/combinations/symbol-translucent--hillshade-translucent/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/combinations/symbol-translucent--hillshade-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/combinations/symbol-translucent--line-translucent/metrics.json b/metrics/ios-render-test-runner/render-tests/combinations/symbol-translucent--line-translucent/metrics.json index cafdf6fa100..76f5b1043c9 100644 --- a/metrics/ios-render-test-runner/render-tests/combinations/symbol-translucent--line-translucent/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/combinations/symbol-translucent--line-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/combinations/symbol-translucent--raster-translucent/metrics.json b/metrics/ios-render-test-runner/render-tests/combinations/symbol-translucent--raster-translucent/metrics.json index 1900b992490..5e9f2726e80 100644 --- a/metrics/ios-render-test-runner/render-tests/combinations/symbol-translucent--raster-translucent/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/combinations/symbol-translucent--raster-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/combinations/symbol-translucent--symbol-translucent/metrics.json b/metrics/ios-render-test-runner/render-tests/combinations/symbol-translucent--symbol-translucent/metrics.json index 501f64a004e..5ad8d61037a 100644 --- a/metrics/ios-render-test-runner/render-tests/combinations/symbol-translucent--symbol-translucent/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/combinations/symbol-translucent--symbol-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/debug/collision-icon-text-line-translate/metrics.json b/metrics/ios-render-test-runner/render-tests/debug/collision-icon-text-line-translate/metrics.json index a99484c47cc..48ccfb3d10f 100644 --- a/metrics/ios-render-test-runner/render-tests/debug/collision-icon-text-line-translate/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/debug/collision-icon-text-line-translate/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/debug/collision-icon-text-point-translate/metrics.json b/metrics/ios-render-test-runner/render-tests/debug/collision-icon-text-point-translate/metrics.json index 17fba0446e8..ae2716da045 100644 --- a/metrics/ios-render-test-runner/render-tests/debug/collision-icon-text-point-translate/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/debug/collision-icon-text-point-translate/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/debug/collision-lines-overscaled/metrics.json b/metrics/ios-render-test-runner/render-tests/debug/collision-lines-overscaled/metrics.json index 89d36a35a27..0642fb166cb 100644 --- a/metrics/ios-render-test-runner/render-tests/debug/collision-lines-overscaled/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/debug/collision-lines-overscaled/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/debug/collision-lines-pitched/metrics.json b/metrics/ios-render-test-runner/render-tests/debug/collision-lines-pitched/metrics.json index fdbd1532eb1..bd18f217fd0 100644 --- a/metrics/ios-render-test-runner/render-tests/debug/collision-lines-pitched/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/debug/collision-lines-pitched/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/debug/collision-lines/metrics.json b/metrics/ios-render-test-runner/render-tests/debug/collision-lines/metrics.json index fdbd1532eb1..bd18f217fd0 100644 --- a/metrics/ios-render-test-runner/render-tests/debug/collision-lines/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/debug/collision-lines/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/debug/collision-overscaled/metrics.json b/metrics/ios-render-test-runner/render-tests/debug/collision-overscaled/metrics.json index a06fb7ad37e..06b80cfa71a 100644 --- a/metrics/ios-render-test-runner/render-tests/debug/collision-overscaled/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/debug/collision-overscaled/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/debug/collision-pitched-wrapped/metrics.json b/metrics/ios-render-test-runner/render-tests/debug/collision-pitched-wrapped/metrics.json index 6168495707b..1c5d5aa4a88 100644 --- a/metrics/ios-render-test-runner/render-tests/debug/collision-pitched-wrapped/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/debug/collision-pitched-wrapped/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/debug/collision-pitched/metrics.json b/metrics/ios-render-test-runner/render-tests/debug/collision-pitched/metrics.json index a4fade43b7e..11ce04a115e 100644 --- a/metrics/ios-render-test-runner/render-tests/debug/collision-pitched/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/debug/collision-pitched/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/empty/empty/metrics.json b/metrics/ios-render-test-runner/render-tests/empty/empty/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/ios-render-test-runner/render-tests/empty/empty/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/empty/empty/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/extent/1024-fill/metrics.json b/metrics/ios-render-test-runner/render-tests/extent/1024-fill/metrics.json index 705eaa2c4e5..5f03b19103d 100644 --- a/metrics/ios-render-test-runner/render-tests/extent/1024-fill/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/extent/1024-fill/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/extent/1024-line/metrics.json b/metrics/ios-render-test-runner/render-tests/extent/1024-line/metrics.json index b0ad84b7b6a..9a39558581f 100644 --- a/metrics/ios-render-test-runner/render-tests/extent/1024-line/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/extent/1024-line/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/extent/1024-symbol/metrics.json b/metrics/ios-render-test-runner/render-tests/extent/1024-symbol/metrics.json index b5f9604d8e9..db8d7dd5284 100644 --- a/metrics/ios-render-test-runner/render-tests/extent/1024-symbol/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/extent/1024-symbol/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/feature-state/composite-expression/metrics.json b/metrics/ios-render-test-runner/render-tests/feature-state/composite-expression/metrics.json index 3653638ee2e..199b2b57550 100644 --- a/metrics/ios-render-test-runner/render-tests/feature-state/composite-expression/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/feature-state/composite-expression/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/feature-state/data-expression/metrics.json b/metrics/ios-render-test-runner/render-tests/feature-state/data-expression/metrics.json index f6bec0e0459..8b4cf7dabaf 100644 --- a/metrics/ios-render-test-runner/render-tests/feature-state/data-expression/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/feature-state/data-expression/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/feature-state/vector-source/metrics.json b/metrics/ios-render-test-runner/render-tests/feature-state/vector-source/metrics.json index 16026dacebf..bb5b3e0e76f 100644 --- a/metrics/ios-render-test-runner/render-tests/feature-state/vector-source/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/feature-state/vector-source/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/fill-antialias/false/metrics.json b/metrics/ios-render-test-runner/render-tests/fill-antialias/false/metrics.json index ec5a8327773..6da0bff6839 100644 --- a/metrics/ios-render-test-runner/render-tests/fill-antialias/false/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/fill-antialias/false/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/fill-color/default/metrics.json b/metrics/ios-render-test-runner/render-tests/fill-color/default/metrics.json index ec5a8327773..6da0bff6839 100644 --- a/metrics/ios-render-test-runner/render-tests/fill-color/default/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/fill-color/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/fill-color/function/metrics.json b/metrics/ios-render-test-runner/render-tests/fill-color/function/metrics.json index ec5a8327773..6da0bff6839 100644 --- a/metrics/ios-render-test-runner/render-tests/fill-color/function/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/fill-color/function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/fill-color/literal/metrics.json b/metrics/ios-render-test-runner/render-tests/fill-color/literal/metrics.json index ec5a8327773..6da0bff6839 100644 --- a/metrics/ios-render-test-runner/render-tests/fill-color/literal/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/fill-color/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/fill-color/multiply/metrics.json b/metrics/ios-render-test-runner/render-tests/fill-color/multiply/metrics.json index ec5a8327773..6da0bff6839 100644 --- a/metrics/ios-render-test-runner/render-tests/fill-color/multiply/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/fill-color/multiply/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/fill-color/opacity/metrics.json b/metrics/ios-render-test-runner/render-tests/fill-color/opacity/metrics.json index ec5a8327773..6da0bff6839 100644 --- a/metrics/ios-render-test-runner/render-tests/fill-color/opacity/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/fill-color/opacity/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/fill-color/property-function/metrics.json b/metrics/ios-render-test-runner/render-tests/fill-color/property-function/metrics.json index 8ae66783ec9..9c8a014abdd 100644 --- a/metrics/ios-render-test-runner/render-tests/fill-color/property-function/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/fill-color/property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/fill-color/zoom-and-property-function/metrics.json b/metrics/ios-render-test-runner/render-tests/fill-color/zoom-and-property-function/metrics.json index 424e3e22c86..93a93494e02 100644 --- a/metrics/ios-render-test-runner/render-tests/fill-color/zoom-and-property-function/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/fill-color/zoom-and-property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/fill-extrusion-base/default/metrics.json b/metrics/ios-render-test-runner/render-tests/fill-extrusion-base/default/metrics.json index 6e40c94905a..02b59466219 100644 --- a/metrics/ios-render-test-runner/render-tests/fill-extrusion-base/default/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/fill-extrusion-base/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/fill-extrusion-base/function/metrics.json b/metrics/ios-render-test-runner/render-tests/fill-extrusion-base/function/metrics.json index 6e40c94905a..02b59466219 100644 --- a/metrics/ios-render-test-runner/render-tests/fill-extrusion-base/function/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/fill-extrusion-base/function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/fill-extrusion-base/literal/metrics.json b/metrics/ios-render-test-runner/render-tests/fill-extrusion-base/literal/metrics.json index 6e40c94905a..02b59466219 100644 --- a/metrics/ios-render-test-runner/render-tests/fill-extrusion-base/literal/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/fill-extrusion-base/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/fill-extrusion-base/negative/metrics.json b/metrics/ios-render-test-runner/render-tests/fill-extrusion-base/negative/metrics.json index ccd42b0ddee..798f9e75d8c 100644 --- a/metrics/ios-render-test-runner/render-tests/fill-extrusion-base/negative/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/fill-extrusion-base/negative/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/fill-extrusion-base/property-function/metrics.json b/metrics/ios-render-test-runner/render-tests/fill-extrusion-base/property-function/metrics.json index ccd42b0ddee..798f9e75d8c 100644 --- a/metrics/ios-render-test-runner/render-tests/fill-extrusion-base/property-function/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/fill-extrusion-base/property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/fill-extrusion-base/zoom-and-property-function/metrics.json b/metrics/ios-render-test-runner/render-tests/fill-extrusion-base/zoom-and-property-function/metrics.json index 5c12ec1c1ea..76b87e9c913 100644 --- a/metrics/ios-render-test-runner/render-tests/fill-extrusion-base/zoom-and-property-function/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/fill-extrusion-base/zoom-and-property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/fill-extrusion-color/default/metrics.json b/metrics/ios-render-test-runner/render-tests/fill-extrusion-color/default/metrics.json index 47ec0bb2c6f..76af83d49f0 100644 --- a/metrics/ios-render-test-runner/render-tests/fill-extrusion-color/default/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/fill-extrusion-color/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/fill-extrusion-color/function/metrics.json b/metrics/ios-render-test-runner/render-tests/fill-extrusion-color/function/metrics.json index 47ec0bb2c6f..76af83d49f0 100644 --- a/metrics/ios-render-test-runner/render-tests/fill-extrusion-color/function/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/fill-extrusion-color/function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/fill-extrusion-color/literal/metrics.json b/metrics/ios-render-test-runner/render-tests/fill-extrusion-color/literal/metrics.json index 47ec0bb2c6f..76af83d49f0 100644 --- a/metrics/ios-render-test-runner/render-tests/fill-extrusion-color/literal/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/fill-extrusion-color/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/fill-extrusion-color/no-alpha-no-multiply/metrics.json b/metrics/ios-render-test-runner/render-tests/fill-extrusion-color/no-alpha-no-multiply/metrics.json index 47ec0bb2c6f..76af83d49f0 100644 --- a/metrics/ios-render-test-runner/render-tests/fill-extrusion-color/no-alpha-no-multiply/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/fill-extrusion-color/no-alpha-no-multiply/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/fill-extrusion-color/property-function/metrics.json b/metrics/ios-render-test-runner/render-tests/fill-extrusion-color/property-function/metrics.json index ffe069ce460..ffcf48a10f6 100644 --- a/metrics/ios-render-test-runner/render-tests/fill-extrusion-color/property-function/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/fill-extrusion-color/property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/fill-extrusion-color/zoom-and-property-function/metrics.json b/metrics/ios-render-test-runner/render-tests/fill-extrusion-color/zoom-and-property-function/metrics.json index e3548b740c8..a36c7336497 100644 --- a/metrics/ios-render-test-runner/render-tests/fill-extrusion-color/zoom-and-property-function/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/fill-extrusion-color/zoom-and-property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/fill-extrusion-height/default/metrics.json b/metrics/ios-render-test-runner/render-tests/fill-extrusion-height/default/metrics.json index 47ec0bb2c6f..76af83d49f0 100644 --- a/metrics/ios-render-test-runner/render-tests/fill-extrusion-height/default/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/fill-extrusion-height/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/fill-extrusion-height/function/metrics.json b/metrics/ios-render-test-runner/render-tests/fill-extrusion-height/function/metrics.json index 47ec0bb2c6f..76af83d49f0 100644 --- a/metrics/ios-render-test-runner/render-tests/fill-extrusion-height/function/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/fill-extrusion-height/function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/fill-extrusion-height/negative/metrics.json b/metrics/ios-render-test-runner/render-tests/fill-extrusion-height/negative/metrics.json index 4f179c4d25e..f0b7c44e5dc 100644 --- a/metrics/ios-render-test-runner/render-tests/fill-extrusion-height/negative/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/fill-extrusion-height/negative/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/fill-extrusion-height/property-function/metrics.json b/metrics/ios-render-test-runner/render-tests/fill-extrusion-height/property-function/metrics.json index 4f179c4d25e..f0b7c44e5dc 100644 --- a/metrics/ios-render-test-runner/render-tests/fill-extrusion-height/property-function/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/fill-extrusion-height/property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/fill-extrusion-height/zoom-and-property-function/metrics.json b/metrics/ios-render-test-runner/render-tests/fill-extrusion-height/zoom-and-property-function/metrics.json index ffe069ce460..ffcf48a10f6 100644 --- a/metrics/ios-render-test-runner/render-tests/fill-extrusion-height/zoom-and-property-function/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/fill-extrusion-height/zoom-and-property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/fill-extrusion-multiple/interleaved-layers/metrics.json b/metrics/ios-render-test-runner/render-tests/fill-extrusion-multiple/interleaved-layers/metrics.json index c272c32be15..b2113a21d5e 100644 --- a/metrics/ios-render-test-runner/render-tests/fill-extrusion-multiple/interleaved-layers/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/fill-extrusion-multiple/interleaved-layers/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/fill-extrusion-multiple/multiple/metrics.json b/metrics/ios-render-test-runner/render-tests/fill-extrusion-multiple/multiple/metrics.json index da78bc6af7b..202fe7d7294 100644 --- a/metrics/ios-render-test-runner/render-tests/fill-extrusion-multiple/multiple/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/fill-extrusion-multiple/multiple/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/fill-extrusion-opacity/default/metrics.json b/metrics/ios-render-test-runner/render-tests/fill-extrusion-opacity/default/metrics.json index e7b07b6e255..70de23c6ba2 100644 --- a/metrics/ios-render-test-runner/render-tests/fill-extrusion-opacity/default/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/fill-extrusion-opacity/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/fill-extrusion-opacity/function/metrics.json b/metrics/ios-render-test-runner/render-tests/fill-extrusion-opacity/function/metrics.json index d0cf84edc1c..9cadd158ea7 100644 --- a/metrics/ios-render-test-runner/render-tests/fill-extrusion-opacity/function/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/fill-extrusion-opacity/function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/fill-extrusion-opacity/literal/metrics.json b/metrics/ios-render-test-runner/render-tests/fill-extrusion-opacity/literal/metrics.json index d0cf84edc1c..9cadd158ea7 100644 --- a/metrics/ios-render-test-runner/render-tests/fill-extrusion-opacity/literal/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/fill-extrusion-opacity/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/fill-extrusion-pattern/missing/metrics.json b/metrics/ios-render-test-runner/render-tests/fill-extrusion-pattern/missing/metrics.json index 808337bb3d6..b020cef1e7b 100644 --- a/metrics/ios-render-test-runner/render-tests/fill-extrusion-pattern/missing/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/fill-extrusion-pattern/missing/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/fill-extrusion-translate-anchor/map/metrics.json b/metrics/ios-render-test-runner/render-tests/fill-extrusion-translate-anchor/map/metrics.json index 0fa04703186..478bf76ca22 100644 --- a/metrics/ios-render-test-runner/render-tests/fill-extrusion-translate-anchor/map/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/fill-extrusion-translate-anchor/map/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/fill-extrusion-translate-anchor/viewport/metrics.json b/metrics/ios-render-test-runner/render-tests/fill-extrusion-translate-anchor/viewport/metrics.json index 0fa04703186..478bf76ca22 100644 --- a/metrics/ios-render-test-runner/render-tests/fill-extrusion-translate-anchor/viewport/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/fill-extrusion-translate-anchor/viewport/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/fill-extrusion-translate/default/metrics.json b/metrics/ios-render-test-runner/render-tests/fill-extrusion-translate/default/metrics.json index 082bdc32eb1..b6166c3cef0 100644 --- a/metrics/ios-render-test-runner/render-tests/fill-extrusion-translate/default/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/fill-extrusion-translate/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/fill-extrusion-translate/function/metrics.json b/metrics/ios-render-test-runner/render-tests/fill-extrusion-translate/function/metrics.json index 2c2af11696a..96bd92fda38 100644 --- a/metrics/ios-render-test-runner/render-tests/fill-extrusion-translate/function/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/fill-extrusion-translate/function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/fill-extrusion-translate/literal-opacity/metrics.json b/metrics/ios-render-test-runner/render-tests/fill-extrusion-translate/literal-opacity/metrics.json index 082bdc32eb1..b6166c3cef0 100644 --- a/metrics/ios-render-test-runner/render-tests/fill-extrusion-translate/literal-opacity/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/fill-extrusion-translate/literal-opacity/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/fill-extrusion-translate/literal/metrics.json b/metrics/ios-render-test-runner/render-tests/fill-extrusion-translate/literal/metrics.json index 2c2af11696a..96bd92fda38 100644 --- a/metrics/ios-render-test-runner/render-tests/fill-extrusion-translate/literal/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/fill-extrusion-translate/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/fill-extrusion-vertical-gradient/default/metrics.json b/metrics/ios-render-test-runner/render-tests/fill-extrusion-vertical-gradient/default/metrics.json index 1b222aa3146..07be5a620f3 100644 --- a/metrics/ios-render-test-runner/render-tests/fill-extrusion-vertical-gradient/default/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/fill-extrusion-vertical-gradient/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/fill-extrusion-vertical-gradient/false/metrics.json b/metrics/ios-render-test-runner/render-tests/fill-extrusion-vertical-gradient/false/metrics.json index 1b222aa3146..07be5a620f3 100644 --- a/metrics/ios-render-test-runner/render-tests/fill-extrusion-vertical-gradient/false/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/fill-extrusion-vertical-gradient/false/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/fill-opacity/default/metrics.json b/metrics/ios-render-test-runner/render-tests/fill-opacity/default/metrics.json index 873f47815fe..a1e24dbecc7 100644 --- a/metrics/ios-render-test-runner/render-tests/fill-opacity/default/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/fill-opacity/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/fill-opacity/function/metrics.json b/metrics/ios-render-test-runner/render-tests/fill-opacity/function/metrics.json index 873f47815fe..a1e24dbecc7 100644 --- a/metrics/ios-render-test-runner/render-tests/fill-opacity/function/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/fill-opacity/function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/fill-opacity/literal/metrics.json b/metrics/ios-render-test-runner/render-tests/fill-opacity/literal/metrics.json index 873f47815fe..a1e24dbecc7 100644 --- a/metrics/ios-render-test-runner/render-tests/fill-opacity/literal/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/fill-opacity/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/fill-opacity/opaque-fill-over-symbol-layer/metrics.json b/metrics/ios-render-test-runner/render-tests/fill-opacity/opaque-fill-over-symbol-layer/metrics.json index 6b55634a1cb..ea8b468e21d 100644 --- a/metrics/ios-render-test-runner/render-tests/fill-opacity/opaque-fill-over-symbol-layer/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/fill-opacity/opaque-fill-over-symbol-layer/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/fill-opacity/overlapping/metrics.json b/metrics/ios-render-test-runner/render-tests/fill-opacity/overlapping/metrics.json index f9de3e6600d..cb8de5f161b 100644 --- a/metrics/ios-render-test-runner/render-tests/fill-opacity/overlapping/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/fill-opacity/overlapping/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/fill-opacity/property-function-pattern/metrics.json b/metrics/ios-render-test-runner/render-tests/fill-opacity/property-function-pattern/metrics.json index 0923fe04bb0..30523c33b4b 100644 --- a/metrics/ios-render-test-runner/render-tests/fill-opacity/property-function-pattern/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/fill-opacity/property-function-pattern/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/fill-opacity/property-function/metrics.json b/metrics/ios-render-test-runner/render-tests/fill-opacity/property-function/metrics.json index 19c5ef85077..9764c56f837 100644 --- a/metrics/ios-render-test-runner/render-tests/fill-opacity/property-function/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/fill-opacity/property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/fill-opacity/zoom-and-property-function-pattern/metrics.json b/metrics/ios-render-test-runner/render-tests/fill-opacity/zoom-and-property-function-pattern/metrics.json index cc32c1d1077..b9b9efc9617 100644 --- a/metrics/ios-render-test-runner/render-tests/fill-opacity/zoom-and-property-function-pattern/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/fill-opacity/zoom-and-property-function-pattern/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/fill-opacity/zoom-and-property-function/metrics.json b/metrics/ios-render-test-runner/render-tests/fill-opacity/zoom-and-property-function/metrics.json index 08002428420..3406ae49de1 100644 --- a/metrics/ios-render-test-runner/render-tests/fill-opacity/zoom-and-property-function/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/fill-opacity/zoom-and-property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/fill-outline-color/default/metrics.json b/metrics/ios-render-test-runner/render-tests/fill-outline-color/default/metrics.json index 873f47815fe..a1e24dbecc7 100644 --- a/metrics/ios-render-test-runner/render-tests/fill-outline-color/default/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/fill-outline-color/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/fill-outline-color/fill/metrics.json b/metrics/ios-render-test-runner/render-tests/fill-outline-color/fill/metrics.json index 873f47815fe..a1e24dbecc7 100644 --- a/metrics/ios-render-test-runner/render-tests/fill-outline-color/fill/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/fill-outline-color/fill/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/fill-outline-color/function/metrics.json b/metrics/ios-render-test-runner/render-tests/fill-outline-color/function/metrics.json index 873f47815fe..a1e24dbecc7 100644 --- a/metrics/ios-render-test-runner/render-tests/fill-outline-color/function/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/fill-outline-color/function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/fill-outline-color/literal/metrics.json b/metrics/ios-render-test-runner/render-tests/fill-outline-color/literal/metrics.json index 873f47815fe..a1e24dbecc7 100644 --- a/metrics/ios-render-test-runner/render-tests/fill-outline-color/literal/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/fill-outline-color/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/fill-outline-color/multiply/metrics.json b/metrics/ios-render-test-runner/render-tests/fill-outline-color/multiply/metrics.json index 873f47815fe..a1e24dbecc7 100644 --- a/metrics/ios-render-test-runner/render-tests/fill-outline-color/multiply/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/fill-outline-color/multiply/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/fill-outline-color/opacity/metrics.json b/metrics/ios-render-test-runner/render-tests/fill-outline-color/opacity/metrics.json index 873f47815fe..a1e24dbecc7 100644 --- a/metrics/ios-render-test-runner/render-tests/fill-outline-color/opacity/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/fill-outline-color/opacity/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/fill-outline-color/property-function/metrics.json b/metrics/ios-render-test-runner/render-tests/fill-outline-color/property-function/metrics.json index c3e66bb650f..b5a72b5db26 100644 --- a/metrics/ios-render-test-runner/render-tests/fill-outline-color/property-function/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/fill-outline-color/property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/fill-outline-color/zoom-and-property-function/metrics.json b/metrics/ios-render-test-runner/render-tests/fill-outline-color/zoom-and-property-function/metrics.json index 0bf5f29188d..1b006a9df81 100644 --- a/metrics/ios-render-test-runner/render-tests/fill-outline-color/zoom-and-property-function/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/fill-outline-color/zoom-and-property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/fill-pattern/@2x/metrics.json b/metrics/ios-render-test-runner/render-tests/fill-pattern/@2x/metrics.json index 51c11b8e4ab..d3e6f4ec2f2 100644 --- a/metrics/ios-render-test-runner/render-tests/fill-pattern/@2x/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/fill-pattern/@2x/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/fill-pattern/case-data-expression/metrics.json b/metrics/ios-render-test-runner/render-tests/fill-pattern/case-data-expression/metrics.json index 5b0f25c103a..166dd8572f6 100644 --- a/metrics/ios-render-test-runner/render-tests/fill-pattern/case-data-expression/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/fill-pattern/case-data-expression/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/fill-pattern/invalid-feature-expression/metrics.json b/metrics/ios-render-test-runner/render-tests/fill-pattern/invalid-feature-expression/metrics.json index 714f677bd60..0b237d59572 100644 --- a/metrics/ios-render-test-runner/render-tests/fill-pattern/invalid-feature-expression/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/fill-pattern/invalid-feature-expression/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/fill-pattern/literal/metrics.json b/metrics/ios-render-test-runner/render-tests/fill-pattern/literal/metrics.json index fab92536d4c..44da94cb7f4 100644 --- a/metrics/ios-render-test-runner/render-tests/fill-pattern/literal/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/fill-pattern/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/fill-pattern/missing/metrics.json b/metrics/ios-render-test-runner/render-tests/fill-pattern/missing/metrics.json index 07184a47f62..b0d20d47569 100644 --- a/metrics/ios-render-test-runner/render-tests/fill-pattern/missing/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/fill-pattern/missing/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/fill-pattern/opacity/metrics.json b/metrics/ios-render-test-runner/render-tests/fill-pattern/opacity/metrics.json index fab92536d4c..44da94cb7f4 100644 --- a/metrics/ios-render-test-runner/render-tests/fill-pattern/opacity/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/fill-pattern/opacity/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/fill-pattern/uneven-pattern/metrics.json b/metrics/ios-render-test-runner/render-tests/fill-pattern/uneven-pattern/metrics.json index 0b64b9c6e2f..d282554f58e 100644 --- a/metrics/ios-render-test-runner/render-tests/fill-pattern/uneven-pattern/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/fill-pattern/uneven-pattern/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/fill-pattern/wrapping-with-interpolation/metrics.json b/metrics/ios-render-test-runner/render-tests/fill-pattern/wrapping-with-interpolation/metrics.json index 8107ea65750..4ad2ae03951 100644 --- a/metrics/ios-render-test-runner/render-tests/fill-pattern/wrapping-with-interpolation/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/fill-pattern/wrapping-with-interpolation/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/fill-pattern/zoomed/metrics.json b/metrics/ios-render-test-runner/render-tests/fill-pattern/zoomed/metrics.json index fab92536d4c..44da94cb7f4 100644 --- a/metrics/ios-render-test-runner/render-tests/fill-pattern/zoomed/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/fill-pattern/zoomed/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/fill-sort-key/literal/metrics.json b/metrics/ios-render-test-runner/render-tests/fill-sort-key/literal/metrics.json index a3bacd4632a..76cbcdd189b 100644 --- a/metrics/ios-render-test-runner/render-tests/fill-sort-key/literal/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/fill-sort-key/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/fill-translate-anchor/map/metrics.json b/metrics/ios-render-test-runner/render-tests/fill-translate-anchor/map/metrics.json index ec5a8327773..6da0bff6839 100644 --- a/metrics/ios-render-test-runner/render-tests/fill-translate-anchor/map/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/fill-translate-anchor/map/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/fill-translate-anchor/viewport/metrics.json b/metrics/ios-render-test-runner/render-tests/fill-translate-anchor/viewport/metrics.json index ec5a8327773..6da0bff6839 100644 --- a/metrics/ios-render-test-runner/render-tests/fill-translate-anchor/viewport/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/fill-translate-anchor/viewport/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/fill-translate/default/metrics.json b/metrics/ios-render-test-runner/render-tests/fill-translate/default/metrics.json index ec5a8327773..6da0bff6839 100644 --- a/metrics/ios-render-test-runner/render-tests/fill-translate/default/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/fill-translate/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/fill-translate/function/metrics.json b/metrics/ios-render-test-runner/render-tests/fill-translate/function/metrics.json index ec5a8327773..6da0bff6839 100644 --- a/metrics/ios-render-test-runner/render-tests/fill-translate/function/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/fill-translate/function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/fill-translate/literal/metrics.json b/metrics/ios-render-test-runner/render-tests/fill-translate/literal/metrics.json index ec5a8327773..6da0bff6839 100644 --- a/metrics/ios-render-test-runner/render-tests/fill-translate/literal/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/fill-translate/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/fill-visibility/none/metrics.json b/metrics/ios-render-test-runner/render-tests/fill-visibility/none/metrics.json index 9028b81da14..b6fa97f3499 100644 --- a/metrics/ios-render-test-runner/render-tests/fill-visibility/none/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/fill-visibility/none/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/fill-visibility/visible/metrics.json b/metrics/ios-render-test-runner/render-tests/fill-visibility/visible/metrics.json index 9028b81da14..b6fa97f3499 100644 --- a/metrics/ios-render-test-runner/render-tests/fill-visibility/visible/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/fill-visibility/visible/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/filter/equality/metrics.json b/metrics/ios-render-test-runner/render-tests/filter/equality/metrics.json index 01b432fe214..e30b6a8224f 100644 --- a/metrics/ios-render-test-runner/render-tests/filter/equality/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/filter/equality/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/filter/in/metrics.json b/metrics/ios-render-test-runner/render-tests/filter/in/metrics.json index f955deb5a34..57beeda8776 100644 --- a/metrics/ios-render-test-runner/render-tests/filter/in/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/filter/in/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/filter/legacy-equality/metrics.json b/metrics/ios-render-test-runner/render-tests/filter/legacy-equality/metrics.json index 01b432fe214..e30b6a8224f 100644 --- a/metrics/ios-render-test-runner/render-tests/filter/legacy-equality/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/filter/legacy-equality/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/filter/none/metrics.json b/metrics/ios-render-test-runner/render-tests/filter/none/metrics.json index b7fcd045414..c5dc4e05e94 100644 --- a/metrics/ios-render-test-runner/render-tests/filter/none/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/filter/none/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/geojson/clustered-properties/metrics.json b/metrics/ios-render-test-runner/render-tests/geojson/clustered-properties/metrics.json index 921bb225292..72b49ab9b0e 100644 --- a/metrics/ios-render-test-runner/render-tests/geojson/clustered-properties/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/geojson/clustered-properties/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/geojson/clustered/metrics.json b/metrics/ios-render-test-runner/render-tests/geojson/clustered/metrics.json index e4de306451f..2145b19b0bd 100644 --- a/metrics/ios-render-test-runner/render-tests/geojson/clustered/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/geojson/clustered/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/geojson/external-feature/metrics.json b/metrics/ios-render-test-runner/render-tests/geojson/external-feature/metrics.json index 1f4a35b3797..a87ccb1bc27 100644 --- a/metrics/ios-render-test-runner/render-tests/geojson/external-feature/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/geojson/external-feature/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/geojson/external-invalid/metrics.json b/metrics/ios-render-test-runner/render-tests/geojson/external-invalid/metrics.json index c050c4e8ce0..865b69114a4 100644 --- a/metrics/ios-render-test-runner/render-tests/geojson/external-invalid/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/geojson/external-invalid/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/geojson/external-linestring/metrics.json b/metrics/ios-render-test-runner/render-tests/geojson/external-linestring/metrics.json index 1f4a35b3797..a87ccb1bc27 100644 --- a/metrics/ios-render-test-runner/render-tests/geojson/external-linestring/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/geojson/external-linestring/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/geojson/external-malformed/metrics.json b/metrics/ios-render-test-runner/render-tests/geojson/external-malformed/metrics.json index c35eb5d5264..ac8e38686ab 100644 --- a/metrics/ios-render-test-runner/render-tests/geojson/external-malformed/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/geojson/external-malformed/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/geojson/inconsistent-winding-order/metrics.json b/metrics/ios-render-test-runner/render-tests/geojson/inconsistent-winding-order/metrics.json index 92d02167a9f..c960e36e9ef 100644 --- a/metrics/ios-render-test-runner/render-tests/geojson/inconsistent-winding-order/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/geojson/inconsistent-winding-order/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/geojson/inline-feature/metrics.json b/metrics/ios-render-test-runner/render-tests/geojson/inline-feature/metrics.json index 0d433cec13d..bf1f7abb8e4 100644 --- a/metrics/ios-render-test-runner/render-tests/geojson/inline-feature/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/geojson/inline-feature/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/geojson/inline-invalid/metrics.json b/metrics/ios-render-test-runner/render-tests/geojson/inline-invalid/metrics.json index 7da07969667..7c49193327f 100644 --- a/metrics/ios-render-test-runner/render-tests/geojson/inline-invalid/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/geojson/inline-invalid/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/geojson/inline-linestring-circle/metrics.json b/metrics/ios-render-test-runner/render-tests/geojson/inline-linestring-circle/metrics.json index 87bafb2c593..5a0e0d76acc 100644 --- a/metrics/ios-render-test-runner/render-tests/geojson/inline-linestring-circle/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/geojson/inline-linestring-circle/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/geojson/inline-linestring-line/metrics.json b/metrics/ios-render-test-runner/render-tests/geojson/inline-linestring-line/metrics.json index b947079d6ba..ab0feaf4bae 100644 --- a/metrics/ios-render-test-runner/render-tests/geojson/inline-linestring-line/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/geojson/inline-linestring-line/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/geojson/inline-linestring-symbol/metrics.json b/metrics/ios-render-test-runner/render-tests/geojson/inline-linestring-symbol/metrics.json index fea6fe2e598..94fd76f9f2e 100644 --- a/metrics/ios-render-test-runner/render-tests/geojson/inline-linestring-symbol/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/geojson/inline-linestring-symbol/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/geojson/inline-malformed/metrics.json b/metrics/ios-render-test-runner/render-tests/geojson/inline-malformed/metrics.json index 7da07969667..7c49193327f 100644 --- a/metrics/ios-render-test-runner/render-tests/geojson/inline-malformed/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/geojson/inline-malformed/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/geojson/inline-point-circle/metrics.json b/metrics/ios-render-test-runner/render-tests/geojson/inline-point-circle/metrics.json index e204a192de4..b762a231e10 100644 --- a/metrics/ios-render-test-runner/render-tests/geojson/inline-point-circle/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/geojson/inline-point-circle/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/geojson/inline-point-fill/metrics.json b/metrics/ios-render-test-runner/render-tests/geojson/inline-point-fill/metrics.json index 676dd680b35..8895a742d9d 100644 --- a/metrics/ios-render-test-runner/render-tests/geojson/inline-point-fill/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/geojson/inline-point-fill/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/geojson/inline-point-line/metrics.json b/metrics/ios-render-test-runner/render-tests/geojson/inline-point-line/metrics.json index fb542cead0b..cd495183345 100644 --- a/metrics/ios-render-test-runner/render-tests/geojson/inline-point-line/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/geojson/inline-point-line/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/geojson/inline-point-symbol/metrics.json b/metrics/ios-render-test-runner/render-tests/geojson/inline-point-symbol/metrics.json index fea6fe2e598..94fd76f9f2e 100644 --- a/metrics/ios-render-test-runner/render-tests/geojson/inline-point-symbol/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/geojson/inline-point-symbol/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/geojson/inline-polygon-circle/metrics.json b/metrics/ios-render-test-runner/render-tests/geojson/inline-polygon-circle/metrics.json index d01fbee1843..33724cb2822 100644 --- a/metrics/ios-render-test-runner/render-tests/geojson/inline-polygon-circle/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/geojson/inline-polygon-circle/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/geojson/inline-polygon-fill/metrics.json b/metrics/ios-render-test-runner/render-tests/geojson/inline-polygon-fill/metrics.json index 5b035beb41a..d0105f8502b 100644 --- a/metrics/ios-render-test-runner/render-tests/geojson/inline-polygon-fill/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/geojson/inline-polygon-fill/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/geojson/inline-polygon-line/metrics.json b/metrics/ios-render-test-runner/render-tests/geojson/inline-polygon-line/metrics.json index c031604857e..e0c7bef27f4 100644 --- a/metrics/ios-render-test-runner/render-tests/geojson/inline-polygon-line/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/geojson/inline-polygon-line/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/geojson/inline-polygon-symbol/metrics.json b/metrics/ios-render-test-runner/render-tests/geojson/inline-polygon-symbol/metrics.json index fea6fe2e598..94fd76f9f2e 100644 --- a/metrics/ios-render-test-runner/render-tests/geojson/inline-polygon-symbol/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/geojson/inline-polygon-symbol/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/geojson/missing/metrics.json b/metrics/ios-render-test-runner/render-tests/geojson/missing/metrics.json index 7da07969667..7c49193327f 100644 --- a/metrics/ios-render-test-runner/render-tests/geojson/missing/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/geojson/missing/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/geojson/reparse-overscaled/metrics.json b/metrics/ios-render-test-runner/render-tests/geojson/reparse-overscaled/metrics.json index f1bf8426ca6..ffeae8cac59 100644 --- a/metrics/ios-render-test-runner/render-tests/geojson/reparse-overscaled/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/geojson/reparse-overscaled/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/heatmap-color/default/metrics.json b/metrics/ios-render-test-runner/render-tests/heatmap-color/default/metrics.json index e300a2d0a64..766fc7cb1b0 100644 --- a/metrics/ios-render-test-runner/render-tests/heatmap-color/default/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/heatmap-color/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/heatmap-color/expression/metrics.json b/metrics/ios-render-test-runner/render-tests/heatmap-color/expression/metrics.json index e300a2d0a64..766fc7cb1b0 100644 --- a/metrics/ios-render-test-runner/render-tests/heatmap-color/expression/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/heatmap-color/expression/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/heatmap-intensity/default/metrics.json b/metrics/ios-render-test-runner/render-tests/heatmap-intensity/default/metrics.json index 098f2da894f..bcd4cb2e304 100644 --- a/metrics/ios-render-test-runner/render-tests/heatmap-intensity/default/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/heatmap-intensity/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/heatmap-intensity/function/metrics.json b/metrics/ios-render-test-runner/render-tests/heatmap-intensity/function/metrics.json index 098f2da894f..bcd4cb2e304 100644 --- a/metrics/ios-render-test-runner/render-tests/heatmap-intensity/function/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/heatmap-intensity/function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/heatmap-intensity/literal/metrics.json b/metrics/ios-render-test-runner/render-tests/heatmap-intensity/literal/metrics.json index 098f2da894f..bcd4cb2e304 100644 --- a/metrics/ios-render-test-runner/render-tests/heatmap-intensity/literal/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/heatmap-intensity/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/heatmap-opacity/default/metrics.json b/metrics/ios-render-test-runner/render-tests/heatmap-opacity/default/metrics.json index 4daf3ff957d..5ec8159e411 100644 --- a/metrics/ios-render-test-runner/render-tests/heatmap-opacity/default/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/heatmap-opacity/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/heatmap-opacity/function/metrics.json b/metrics/ios-render-test-runner/render-tests/heatmap-opacity/function/metrics.json index 4daf3ff957d..5ec8159e411 100644 --- a/metrics/ios-render-test-runner/render-tests/heatmap-opacity/function/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/heatmap-opacity/function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/heatmap-opacity/literal/metrics.json b/metrics/ios-render-test-runner/render-tests/heatmap-opacity/literal/metrics.json index 4daf3ff957d..5ec8159e411 100644 --- a/metrics/ios-render-test-runner/render-tests/heatmap-opacity/literal/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/heatmap-opacity/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/heatmap-radius/antimeridian/metrics.json b/metrics/ios-render-test-runner/render-tests/heatmap-radius/antimeridian/metrics.json index 08b7ca1c86e..fa00147edfa 100644 --- a/metrics/ios-render-test-runner/render-tests/heatmap-radius/antimeridian/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/heatmap-radius/antimeridian/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/heatmap-radius/data-expression/metrics.json b/metrics/ios-render-test-runner/render-tests/heatmap-radius/data-expression/metrics.json index e12b8004626..b71ca144ee1 100644 --- a/metrics/ios-render-test-runner/render-tests/heatmap-radius/data-expression/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/heatmap-radius/data-expression/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/heatmap-radius/default/metrics.json b/metrics/ios-render-test-runner/render-tests/heatmap-radius/default/metrics.json index 098f2da894f..bcd4cb2e304 100644 --- a/metrics/ios-render-test-runner/render-tests/heatmap-radius/default/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/heatmap-radius/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/heatmap-radius/function/metrics.json b/metrics/ios-render-test-runner/render-tests/heatmap-radius/function/metrics.json index 098f2da894f..bcd4cb2e304 100644 --- a/metrics/ios-render-test-runner/render-tests/heatmap-radius/function/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/heatmap-radius/function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/heatmap-radius/literal/metrics.json b/metrics/ios-render-test-runner/render-tests/heatmap-radius/literal/metrics.json index 098f2da894f..bcd4cb2e304 100644 --- a/metrics/ios-render-test-runner/render-tests/heatmap-radius/literal/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/heatmap-radius/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/heatmap-radius/pitch30/metrics.json b/metrics/ios-render-test-runner/render-tests/heatmap-radius/pitch30/metrics.json index 098f2da894f..bcd4cb2e304 100644 --- a/metrics/ios-render-test-runner/render-tests/heatmap-radius/pitch30/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/heatmap-radius/pitch30/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/heatmap-weight/default/metrics.json b/metrics/ios-render-test-runner/render-tests/heatmap-weight/default/metrics.json index 098f2da894f..bcd4cb2e304 100644 --- a/metrics/ios-render-test-runner/render-tests/heatmap-weight/default/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/heatmap-weight/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/heatmap-weight/identity-property-function/metrics.json b/metrics/ios-render-test-runner/render-tests/heatmap-weight/identity-property-function/metrics.json index 3c0b3e0c7f7..8dcd28a36d0 100644 --- a/metrics/ios-render-test-runner/render-tests/heatmap-weight/identity-property-function/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/heatmap-weight/identity-property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/heatmap-weight/literal/metrics.json b/metrics/ios-render-test-runner/render-tests/heatmap-weight/literal/metrics.json index 098f2da894f..bcd4cb2e304 100644 --- a/metrics/ios-render-test-runner/render-tests/heatmap-weight/literal/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/heatmap-weight/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/hillshade-accent-color/default/metrics.json b/metrics/ios-render-test-runner/render-tests/hillshade-accent-color/default/metrics.json index da22284860b..f86f9785308 100644 --- a/metrics/ios-render-test-runner/render-tests/hillshade-accent-color/default/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/hillshade-accent-color/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/hillshade-accent-color/literal/metrics.json b/metrics/ios-render-test-runner/render-tests/hillshade-accent-color/literal/metrics.json index da22284860b..f86f9785308 100644 --- a/metrics/ios-render-test-runner/render-tests/hillshade-accent-color/literal/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/hillshade-accent-color/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/hillshade-accent-color/terrarium/metrics.json b/metrics/ios-render-test-runner/render-tests/hillshade-accent-color/terrarium/metrics.json index 0af79815296..6bd4ade1170 100644 --- a/metrics/ios-render-test-runner/render-tests/hillshade-accent-color/terrarium/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/hillshade-accent-color/terrarium/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/hillshade-accent-color/zoom-function/metrics.json b/metrics/ios-render-test-runner/render-tests/hillshade-accent-color/zoom-function/metrics.json index da22284860b..f86f9785308 100644 --- a/metrics/ios-render-test-runner/render-tests/hillshade-accent-color/zoom-function/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/hillshade-accent-color/zoom-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/hillshade-highlight-color/default/metrics.json b/metrics/ios-render-test-runner/render-tests/hillshade-highlight-color/default/metrics.json index da22284860b..f86f9785308 100644 --- a/metrics/ios-render-test-runner/render-tests/hillshade-highlight-color/default/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/hillshade-highlight-color/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/hillshade-highlight-color/literal/metrics.json b/metrics/ios-render-test-runner/render-tests/hillshade-highlight-color/literal/metrics.json index da22284860b..f86f9785308 100644 --- a/metrics/ios-render-test-runner/render-tests/hillshade-highlight-color/literal/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/hillshade-highlight-color/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/hillshade-highlight-color/zoom-function/metrics.json b/metrics/ios-render-test-runner/render-tests/hillshade-highlight-color/zoom-function/metrics.json index da22284860b..f86f9785308 100644 --- a/metrics/ios-render-test-runner/render-tests/hillshade-highlight-color/zoom-function/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/hillshade-highlight-color/zoom-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/hillshade-shadow-color/default/metrics.json b/metrics/ios-render-test-runner/render-tests/hillshade-shadow-color/default/metrics.json index da22284860b..f86f9785308 100644 --- a/metrics/ios-render-test-runner/render-tests/hillshade-shadow-color/default/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/hillshade-shadow-color/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/hillshade-shadow-color/literal/metrics.json b/metrics/ios-render-test-runner/render-tests/hillshade-shadow-color/literal/metrics.json index da22284860b..f86f9785308 100644 --- a/metrics/ios-render-test-runner/render-tests/hillshade-shadow-color/literal/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/hillshade-shadow-color/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/hillshade-shadow-color/zoom-function/metrics.json b/metrics/ios-render-test-runner/render-tests/hillshade-shadow-color/zoom-function/metrics.json index da22284860b..f86f9785308 100644 --- a/metrics/ios-render-test-runner/render-tests/hillshade-shadow-color/zoom-function/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/hillshade-shadow-color/zoom-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/icon-anchor/bottom-left/metrics.json b/metrics/ios-render-test-runner/render-tests/icon-anchor/bottom-left/metrics.json index ff10b87fe60..80efc975536 100644 --- a/metrics/ios-render-test-runner/render-tests/icon-anchor/bottom-left/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/icon-anchor/bottom-left/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/icon-anchor/bottom-right/metrics.json b/metrics/ios-render-test-runner/render-tests/icon-anchor/bottom-right/metrics.json index ff10b87fe60..80efc975536 100644 --- a/metrics/ios-render-test-runner/render-tests/icon-anchor/bottom-right/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/icon-anchor/bottom-right/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/icon-anchor/bottom/metrics.json b/metrics/ios-render-test-runner/render-tests/icon-anchor/bottom/metrics.json index ff10b87fe60..80efc975536 100644 --- a/metrics/ios-render-test-runner/render-tests/icon-anchor/bottom/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/icon-anchor/bottom/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/icon-anchor/center/metrics.json b/metrics/ios-render-test-runner/render-tests/icon-anchor/center/metrics.json index ff10b87fe60..80efc975536 100644 --- a/metrics/ios-render-test-runner/render-tests/icon-anchor/center/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/icon-anchor/center/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/icon-anchor/default/metrics.json b/metrics/ios-render-test-runner/render-tests/icon-anchor/default/metrics.json index ff10b87fe60..80efc975536 100644 --- a/metrics/ios-render-test-runner/render-tests/icon-anchor/default/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/icon-anchor/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/icon-anchor/left/metrics.json b/metrics/ios-render-test-runner/render-tests/icon-anchor/left/metrics.json index ff10b87fe60..80efc975536 100644 --- a/metrics/ios-render-test-runner/render-tests/icon-anchor/left/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/icon-anchor/left/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/icon-anchor/property-function/metrics.json b/metrics/ios-render-test-runner/render-tests/icon-anchor/property-function/metrics.json index 06c60d080b8..db5c47df0e4 100644 --- a/metrics/ios-render-test-runner/render-tests/icon-anchor/property-function/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/icon-anchor/property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/icon-anchor/right/metrics.json b/metrics/ios-render-test-runner/render-tests/icon-anchor/right/metrics.json index ff10b87fe60..80efc975536 100644 --- a/metrics/ios-render-test-runner/render-tests/icon-anchor/right/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/icon-anchor/right/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/icon-anchor/top-left/metrics.json b/metrics/ios-render-test-runner/render-tests/icon-anchor/top-left/metrics.json index ff10b87fe60..80efc975536 100644 --- a/metrics/ios-render-test-runner/render-tests/icon-anchor/top-left/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/icon-anchor/top-left/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/icon-anchor/top-right/metrics.json b/metrics/ios-render-test-runner/render-tests/icon-anchor/top-right/metrics.json index ff10b87fe60..80efc975536 100644 --- a/metrics/ios-render-test-runner/render-tests/icon-anchor/top-right/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/icon-anchor/top-right/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/icon-anchor/top/metrics.json b/metrics/ios-render-test-runner/render-tests/icon-anchor/top/metrics.json index ff10b87fe60..80efc975536 100644 --- a/metrics/ios-render-test-runner/render-tests/icon-anchor/top/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/icon-anchor/top/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/icon-color/default/metrics.json b/metrics/ios-render-test-runner/render-tests/icon-color/default/metrics.json index ff10b87fe60..80efc975536 100644 --- a/metrics/ios-render-test-runner/render-tests/icon-color/default/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/icon-color/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/icon-color/function/metrics.json b/metrics/ios-render-test-runner/render-tests/icon-color/function/metrics.json index ff10b87fe60..80efc975536 100644 --- a/metrics/ios-render-test-runner/render-tests/icon-color/function/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/icon-color/function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/icon-color/literal/metrics.json b/metrics/ios-render-test-runner/render-tests/icon-color/literal/metrics.json index ff10b87fe60..80efc975536 100644 --- a/metrics/ios-render-test-runner/render-tests/icon-color/literal/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/icon-color/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/icon-color/property-function/metrics.json b/metrics/ios-render-test-runner/render-tests/icon-color/property-function/metrics.json index 4c633b42377..2c5e151a40d 100644 --- a/metrics/ios-render-test-runner/render-tests/icon-color/property-function/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/icon-color/property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/icon-halo-blur/default/metrics.json b/metrics/ios-render-test-runner/render-tests/icon-halo-blur/default/metrics.json index 7f17773165c..b25ac99b3bb 100644 --- a/metrics/ios-render-test-runner/render-tests/icon-halo-blur/default/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/icon-halo-blur/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/icon-halo-blur/function/metrics.json b/metrics/ios-render-test-runner/render-tests/icon-halo-blur/function/metrics.json index 7f17773165c..b25ac99b3bb 100644 --- a/metrics/ios-render-test-runner/render-tests/icon-halo-blur/function/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/icon-halo-blur/function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/icon-halo-blur/literal/metrics.json b/metrics/ios-render-test-runner/render-tests/icon-halo-blur/literal/metrics.json index 7f17773165c..b25ac99b3bb 100644 --- a/metrics/ios-render-test-runner/render-tests/icon-halo-blur/literal/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/icon-halo-blur/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/icon-halo-blur/property-function/metrics.json b/metrics/ios-render-test-runner/render-tests/icon-halo-blur/property-function/metrics.json index 836b87b16e2..4c4eb5074cd 100644 --- a/metrics/ios-render-test-runner/render-tests/icon-halo-blur/property-function/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/icon-halo-blur/property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/icon-halo-color/default/metrics.json b/metrics/ios-render-test-runner/render-tests/icon-halo-color/default/metrics.json index ff10b87fe60..80efc975536 100644 --- a/metrics/ios-render-test-runner/render-tests/icon-halo-color/default/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/icon-halo-color/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/icon-halo-color/function/metrics.json b/metrics/ios-render-test-runner/render-tests/icon-halo-color/function/metrics.json index 7f17773165c..b25ac99b3bb 100644 --- a/metrics/ios-render-test-runner/render-tests/icon-halo-color/function/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/icon-halo-color/function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/icon-halo-color/literal/metrics.json b/metrics/ios-render-test-runner/render-tests/icon-halo-color/literal/metrics.json index 7f17773165c..b25ac99b3bb 100644 --- a/metrics/ios-render-test-runner/render-tests/icon-halo-color/literal/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/icon-halo-color/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/icon-halo-color/multiply/metrics.json b/metrics/ios-render-test-runner/render-tests/icon-halo-color/multiply/metrics.json index 7f17773165c..b25ac99b3bb 100644 --- a/metrics/ios-render-test-runner/render-tests/icon-halo-color/multiply/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/icon-halo-color/multiply/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/icon-halo-color/opacity/metrics.json b/metrics/ios-render-test-runner/render-tests/icon-halo-color/opacity/metrics.json index 7f17773165c..b25ac99b3bb 100644 --- a/metrics/ios-render-test-runner/render-tests/icon-halo-color/opacity/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/icon-halo-color/opacity/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/icon-halo-color/property-function/metrics.json b/metrics/ios-render-test-runner/render-tests/icon-halo-color/property-function/metrics.json index 77eaf969580..94201e4ae17 100644 --- a/metrics/ios-render-test-runner/render-tests/icon-halo-color/property-function/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/icon-halo-color/property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/icon-halo-color/transparent/metrics.json b/metrics/ios-render-test-runner/render-tests/icon-halo-color/transparent/metrics.json index 7f17773165c..b25ac99b3bb 100644 --- a/metrics/ios-render-test-runner/render-tests/icon-halo-color/transparent/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/icon-halo-color/transparent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/icon-halo-width/default/metrics.json b/metrics/ios-render-test-runner/render-tests/icon-halo-width/default/metrics.json index ff10b87fe60..80efc975536 100644 --- a/metrics/ios-render-test-runner/render-tests/icon-halo-width/default/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/icon-halo-width/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/icon-halo-width/function/metrics.json b/metrics/ios-render-test-runner/render-tests/icon-halo-width/function/metrics.json index 7f17773165c..b25ac99b3bb 100644 --- a/metrics/ios-render-test-runner/render-tests/icon-halo-width/function/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/icon-halo-width/function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/icon-halo-width/literal/metrics.json b/metrics/ios-render-test-runner/render-tests/icon-halo-width/literal/metrics.json index 7f17773165c..b25ac99b3bb 100644 --- a/metrics/ios-render-test-runner/render-tests/icon-halo-width/literal/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/icon-halo-width/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/icon-halo-width/property-function/metrics.json b/metrics/ios-render-test-runner/render-tests/icon-halo-width/property-function/metrics.json index 836b87b16e2..4c4eb5074cd 100644 --- a/metrics/ios-render-test-runner/render-tests/icon-halo-width/property-function/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/icon-halo-width/property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/icon-image/icon-sdf-non-sdf-one-layer/metrics.json b/metrics/ios-render-test-runner/render-tests/icon-image/icon-sdf-non-sdf-one-layer/metrics.json index 9689f984072..b9c1f8822ec 100644 --- a/metrics/ios-render-test-runner/render-tests/icon-image/icon-sdf-non-sdf-one-layer/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/icon-image/icon-sdf-non-sdf-one-layer/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/icon-image/image-expression/metrics.json b/metrics/ios-render-test-runner/render-tests/icon-image/image-expression/metrics.json index ff10b87fe60..80efc975536 100644 --- a/metrics/ios-render-test-runner/render-tests/icon-image/image-expression/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/icon-image/image-expression/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/icon-image/literal/metrics.json b/metrics/ios-render-test-runner/render-tests/icon-image/literal/metrics.json index ff10b87fe60..80efc975536 100644 --- a/metrics/ios-render-test-runner/render-tests/icon-image/literal/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/icon-image/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/icon-image/property-function/metrics.json b/metrics/ios-render-test-runner/render-tests/icon-image/property-function/metrics.json index c291562544c..f0325df7b68 100644 --- a/metrics/ios-render-test-runner/render-tests/icon-image/property-function/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/icon-image/property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/icon-image/stretchable-content/metrics.json b/metrics/ios-render-test-runner/render-tests/icon-image/stretchable-content/metrics.json index 253fc965aa4..e54853543f7 100644 --- a/metrics/ios-render-test-runner/render-tests/icon-image/stretchable-content/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/icon-image/stretchable-content/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/icon-image/stretchable/metrics.json b/metrics/ios-render-test-runner/render-tests/icon-image/stretchable/metrics.json index 253fc965aa4..e54853543f7 100644 --- a/metrics/ios-render-test-runner/render-tests/icon-image/stretchable/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/icon-image/stretchable/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/icon-image/token/metrics.json b/metrics/ios-render-test-runner/render-tests/icon-image/token/metrics.json index c291562544c..f0325df7b68 100644 --- a/metrics/ios-render-test-runner/render-tests/icon-image/token/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/icon-image/token/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/icon-no-cross-source-collision/default/metrics.json b/metrics/ios-render-test-runner/render-tests/icon-no-cross-source-collision/default/metrics.json index ef86c597d38..84efce9404e 100644 --- a/metrics/ios-render-test-runner/render-tests/icon-no-cross-source-collision/default/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/icon-no-cross-source-collision/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/icon-offset/literal/metrics.json b/metrics/ios-render-test-runner/render-tests/icon-offset/literal/metrics.json index 79e78104863..a2643ebba77 100644 --- a/metrics/ios-render-test-runner/render-tests/icon-offset/literal/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/icon-offset/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/icon-offset/property-function/metrics.json b/metrics/ios-render-test-runner/render-tests/icon-offset/property-function/metrics.json index 79e78104863..a2643ebba77 100644 --- a/metrics/ios-render-test-runner/render-tests/icon-offset/property-function/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/icon-offset/property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/icon-offset/zoom-and-property-function/metrics.json b/metrics/ios-render-test-runner/render-tests/icon-offset/zoom-and-property-function/metrics.json index 79e78104863..a2643ebba77 100644 --- a/metrics/ios-render-test-runner/render-tests/icon-offset/zoom-and-property-function/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/icon-offset/zoom-and-property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/icon-opacity/default/metrics.json b/metrics/ios-render-test-runner/render-tests/icon-opacity/default/metrics.json index 79e78104863..a2643ebba77 100644 --- a/metrics/ios-render-test-runner/render-tests/icon-opacity/default/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/icon-opacity/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/icon-opacity/function/metrics.json b/metrics/ios-render-test-runner/render-tests/icon-opacity/function/metrics.json index 79e78104863..a2643ebba77 100644 --- a/metrics/ios-render-test-runner/render-tests/icon-opacity/function/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/icon-opacity/function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/icon-opacity/icon-only/metrics.json b/metrics/ios-render-test-runner/render-tests/icon-opacity/icon-only/metrics.json index 9ff18b8ec13..d4ca48808d6 100644 --- a/metrics/ios-render-test-runner/render-tests/icon-opacity/icon-only/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/icon-opacity/icon-only/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/icon-opacity/literal/metrics.json b/metrics/ios-render-test-runner/render-tests/icon-opacity/literal/metrics.json index 79e78104863..a2643ebba77 100644 --- a/metrics/ios-render-test-runner/render-tests/icon-opacity/literal/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/icon-opacity/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/icon-opacity/property-function/metrics.json b/metrics/ios-render-test-runner/render-tests/icon-opacity/property-function/metrics.json index 0760437163b..53898e1973f 100644 --- a/metrics/ios-render-test-runner/render-tests/icon-opacity/property-function/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/icon-opacity/property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/icon-opacity/text-and-icon/metrics.json b/metrics/ios-render-test-runner/render-tests/icon-opacity/text-and-icon/metrics.json index 9ff18b8ec13..d4ca48808d6 100644 --- a/metrics/ios-render-test-runner/render-tests/icon-opacity/text-and-icon/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/icon-opacity/text-and-icon/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/icon-opacity/text-only/metrics.json b/metrics/ios-render-test-runner/render-tests/icon-opacity/text-only/metrics.json index 9ff18b8ec13..d4ca48808d6 100644 --- a/metrics/ios-render-test-runner/render-tests/icon-opacity/text-only/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/icon-opacity/text-only/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/icon-pitch-alignment/auto-rotation-alignment-map/metrics.json b/metrics/ios-render-test-runner/render-tests/icon-pitch-alignment/auto-rotation-alignment-map/metrics.json index fdaf27673e2..46fcadb2431 100644 --- a/metrics/ios-render-test-runner/render-tests/icon-pitch-alignment/auto-rotation-alignment-map/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/icon-pitch-alignment/auto-rotation-alignment-map/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/icon-pitch-alignment/auto-rotation-alignment-viewport/metrics.json b/metrics/ios-render-test-runner/render-tests/icon-pitch-alignment/auto-rotation-alignment-viewport/metrics.json index fdaf27673e2..46fcadb2431 100644 --- a/metrics/ios-render-test-runner/render-tests/icon-pitch-alignment/auto-rotation-alignment-viewport/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/icon-pitch-alignment/auto-rotation-alignment-viewport/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/icon-pitch-alignment/map-rotation-alignment-viewport/metrics.json b/metrics/ios-render-test-runner/render-tests/icon-pitch-alignment/map-rotation-alignment-viewport/metrics.json index fdaf27673e2..46fcadb2431 100644 --- a/metrics/ios-render-test-runner/render-tests/icon-pitch-alignment/map-rotation-alignment-viewport/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/icon-pitch-alignment/map-rotation-alignment-viewport/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/icon-pitch-alignment/viewport-rotation-alignment-map/metrics.json b/metrics/ios-render-test-runner/render-tests/icon-pitch-alignment/viewport-rotation-alignment-map/metrics.json index fdaf27673e2..46fcadb2431 100644 --- a/metrics/ios-render-test-runner/render-tests/icon-pitch-alignment/viewport-rotation-alignment-map/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/icon-pitch-alignment/viewport-rotation-alignment-map/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/icon-pitch-scaling/rotation-alignment-map/metrics.json b/metrics/ios-render-test-runner/render-tests/icon-pitch-scaling/rotation-alignment-map/metrics.json index 79e78104863..a2643ebba77 100644 --- a/metrics/ios-render-test-runner/render-tests/icon-pitch-scaling/rotation-alignment-map/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/icon-pitch-scaling/rotation-alignment-map/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/icon-pitch-scaling/rotation-alignment-viewport/metrics.json b/metrics/ios-render-test-runner/render-tests/icon-pitch-scaling/rotation-alignment-viewport/metrics.json index 79e78104863..a2643ebba77 100644 --- a/metrics/ios-render-test-runner/render-tests/icon-pitch-scaling/rotation-alignment-viewport/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/icon-pitch-scaling/rotation-alignment-viewport/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/icon-pixelratio-mismatch/default/metrics.json b/metrics/ios-render-test-runner/render-tests/icon-pixelratio-mismatch/default/metrics.json index f1cb4ead5fd..73f69e541c6 100644 --- a/metrics/ios-render-test-runner/render-tests/icon-pixelratio-mismatch/default/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/icon-pixelratio-mismatch/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/icon-rotate/literal/metrics.json b/metrics/ios-render-test-runner/render-tests/icon-rotate/literal/metrics.json index 43f81ae9e8f..7b15f7584f8 100644 --- a/metrics/ios-render-test-runner/render-tests/icon-rotate/literal/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/icon-rotate/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/icon-rotate/property-function/metrics.json b/metrics/ios-render-test-runner/render-tests/icon-rotate/property-function/metrics.json index 43f81ae9e8f..7b15f7584f8 100644 --- a/metrics/ios-render-test-runner/render-tests/icon-rotate/property-function/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/icon-rotate/property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/icon-rotate/with-offset/metrics.json b/metrics/ios-render-test-runner/render-tests/icon-rotate/with-offset/metrics.json index 39cea2f7a81..3c36120ef15 100644 --- a/metrics/ios-render-test-runner/render-tests/icon-rotate/with-offset/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/icon-rotate/with-offset/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/icon-rotation-alignment/auto-symbol-placement-line/metrics.json b/metrics/ios-render-test-runner/render-tests/icon-rotation-alignment/auto-symbol-placement-line/metrics.json index fdaf27673e2..46fcadb2431 100644 --- a/metrics/ios-render-test-runner/render-tests/icon-rotation-alignment/auto-symbol-placement-line/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/icon-rotation-alignment/auto-symbol-placement-line/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/icon-rotation-alignment/auto-symbol-placement-point/metrics.json b/metrics/ios-render-test-runner/render-tests/icon-rotation-alignment/auto-symbol-placement-point/metrics.json index fdaf27673e2..46fcadb2431 100644 --- a/metrics/ios-render-test-runner/render-tests/icon-rotation-alignment/auto-symbol-placement-point/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/icon-rotation-alignment/auto-symbol-placement-point/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/icon-rotation-alignment/map-symbol-placement-line/metrics.json b/metrics/ios-render-test-runner/render-tests/icon-rotation-alignment/map-symbol-placement-line/metrics.json index fdaf27673e2..46fcadb2431 100644 --- a/metrics/ios-render-test-runner/render-tests/icon-rotation-alignment/map-symbol-placement-line/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/icon-rotation-alignment/map-symbol-placement-line/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/icon-rotation-alignment/map-symbol-placement-point/metrics.json b/metrics/ios-render-test-runner/render-tests/icon-rotation-alignment/map-symbol-placement-point/metrics.json index fdaf27673e2..46fcadb2431 100644 --- a/metrics/ios-render-test-runner/render-tests/icon-rotation-alignment/map-symbol-placement-point/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/icon-rotation-alignment/map-symbol-placement-point/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/icon-rotation-alignment/viewport-symbol-placement-line/metrics.json b/metrics/ios-render-test-runner/render-tests/icon-rotation-alignment/viewport-symbol-placement-line/metrics.json index fdaf27673e2..46fcadb2431 100644 --- a/metrics/ios-render-test-runner/render-tests/icon-rotation-alignment/viewport-symbol-placement-line/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/icon-rotation-alignment/viewport-symbol-placement-line/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/icon-rotation-alignment/viewport-symbol-placement-point/metrics.json b/metrics/ios-render-test-runner/render-tests/icon-rotation-alignment/viewport-symbol-placement-point/metrics.json index fdaf27673e2..46fcadb2431 100644 --- a/metrics/ios-render-test-runner/render-tests/icon-rotation-alignment/viewport-symbol-placement-point/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/icon-rotation-alignment/viewport-symbol-placement-point/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/icon-size/camera-function-high-base-plain/metrics.json b/metrics/ios-render-test-runner/render-tests/icon-size/camera-function-high-base-plain/metrics.json index fea6fe2e598..94fd76f9f2e 100644 --- a/metrics/ios-render-test-runner/render-tests/icon-size/camera-function-high-base-plain/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/icon-size/camera-function-high-base-plain/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/icon-size/camera-function-high-base-sdf/metrics.json b/metrics/ios-render-test-runner/render-tests/icon-size/camera-function-high-base-sdf/metrics.json index ff10b87fe60..80efc975536 100644 --- a/metrics/ios-render-test-runner/render-tests/icon-size/camera-function-high-base-sdf/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/icon-size/camera-function-high-base-sdf/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/icon-size/camera-function-plain/metrics.json b/metrics/ios-render-test-runner/render-tests/icon-size/camera-function-plain/metrics.json index fea6fe2e598..94fd76f9f2e 100644 --- a/metrics/ios-render-test-runner/render-tests/icon-size/camera-function-plain/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/icon-size/camera-function-plain/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/icon-size/camera-function-sdf/metrics.json b/metrics/ios-render-test-runner/render-tests/icon-size/camera-function-sdf/metrics.json index ff10b87fe60..80efc975536 100644 --- a/metrics/ios-render-test-runner/render-tests/icon-size/camera-function-sdf/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/icon-size/camera-function-sdf/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/icon-size/composite-function-plain/metrics.json b/metrics/ios-render-test-runner/render-tests/icon-size/composite-function-plain/metrics.json index fea6fe2e598..94fd76f9f2e 100644 --- a/metrics/ios-render-test-runner/render-tests/icon-size/composite-function-plain/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/icon-size/composite-function-plain/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/icon-size/composite-function-sdf/metrics.json b/metrics/ios-render-test-runner/render-tests/icon-size/composite-function-sdf/metrics.json index ff10b87fe60..80efc975536 100644 --- a/metrics/ios-render-test-runner/render-tests/icon-size/composite-function-sdf/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/icon-size/composite-function-sdf/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/icon-size/default/metrics.json b/metrics/ios-render-test-runner/render-tests/icon-size/default/metrics.json index e85e6b42dc7..600dae24320 100644 --- a/metrics/ios-render-test-runner/render-tests/icon-size/default/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/icon-size/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/icon-size/function/metrics.json b/metrics/ios-render-test-runner/render-tests/icon-size/function/metrics.json index e85e6b42dc7..600dae24320 100644 --- a/metrics/ios-render-test-runner/render-tests/icon-size/function/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/icon-size/function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/icon-size/literal/metrics.json b/metrics/ios-render-test-runner/render-tests/icon-size/literal/metrics.json index e85e6b42dc7..600dae24320 100644 --- a/metrics/ios-render-test-runner/render-tests/icon-size/literal/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/icon-size/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/icon-size/property-function-plain/metrics.json b/metrics/ios-render-test-runner/render-tests/icon-size/property-function-plain/metrics.json index 6e8125cf625..6cacde2bc1c 100644 --- a/metrics/ios-render-test-runner/render-tests/icon-size/property-function-plain/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/icon-size/property-function-plain/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/icon-size/property-function-sdf/metrics.json b/metrics/ios-render-test-runner/render-tests/icon-size/property-function-sdf/metrics.json index 18164e288a0..91e76593beb 100644 --- a/metrics/ios-render-test-runner/render-tests/icon-size/property-function-sdf/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/icon-size/property-function-sdf/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/icon-text-fit/both-collision-variable-anchor-text-fit/metrics.json b/metrics/ios-render-test-runner/render-tests/icon-text-fit/both-collision-variable-anchor-text-fit/metrics.json index 533e640ba85..e0b501a8bb9 100644 --- a/metrics/ios-render-test-runner/render-tests/icon-text-fit/both-collision-variable-anchor-text-fit/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/icon-text-fit/both-collision-variable-anchor-text-fit/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/icon-text-fit/both-collision-variable-anchor/metrics.json b/metrics/ios-render-test-runner/render-tests/icon-text-fit/both-collision-variable-anchor/metrics.json index 27c166e4fad..ed10acda227 100644 --- a/metrics/ios-render-test-runner/render-tests/icon-text-fit/both-collision-variable-anchor/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/icon-text-fit/both-collision-variable-anchor/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/icon-text-fit/both-collision/metrics.json b/metrics/ios-render-test-runner/render-tests/icon-text-fit/both-collision/metrics.json index f8a34973b45..46c8d636819 100644 --- a/metrics/ios-render-test-runner/render-tests/icon-text-fit/both-collision/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/icon-text-fit/both-collision/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/icon-text-fit/both-padding/metrics.json b/metrics/ios-render-test-runner/render-tests/icon-text-fit/both-padding/metrics.json index 3731e0fcb28..f27a5555fb8 100644 --- a/metrics/ios-render-test-runner/render-tests/icon-text-fit/both-padding/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/icon-text-fit/both-padding/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/icon-text-fit/both-text-anchor-1x-image-2x-screen/metrics.json b/metrics/ios-render-test-runner/render-tests/icon-text-fit/both-text-anchor-1x-image-2x-screen/metrics.json index fd38a33aafc..47257c2ced0 100644 --- a/metrics/ios-render-test-runner/render-tests/icon-text-fit/both-text-anchor-1x-image-2x-screen/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/icon-text-fit/both-text-anchor-1x-image-2x-screen/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/icon-text-fit/both-text-anchor-2x-image-1x-screen/metrics.json b/metrics/ios-render-test-runner/render-tests/icon-text-fit/both-text-anchor-2x-image-1x-screen/metrics.json index 60e56e89fb7..4b7d57c2bbb 100644 --- a/metrics/ios-render-test-runner/render-tests/icon-text-fit/both-text-anchor-2x-image-1x-screen/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/icon-text-fit/both-text-anchor-2x-image-1x-screen/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/icon-text-fit/both-text-anchor-2x-image-2x-screen/metrics.json b/metrics/ios-render-test-runner/render-tests/icon-text-fit/both-text-anchor-2x-image-2x-screen/metrics.json index 60e56e89fb7..4b7d57c2bbb 100644 --- a/metrics/ios-render-test-runner/render-tests/icon-text-fit/both-text-anchor-2x-image-2x-screen/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/icon-text-fit/both-text-anchor-2x-image-2x-screen/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/icon-text-fit/both-text-anchor-icon-anchor/metrics.json b/metrics/ios-render-test-runner/render-tests/icon-text-fit/both-text-anchor-icon-anchor/metrics.json index fd38a33aafc..47257c2ced0 100644 --- a/metrics/ios-render-test-runner/render-tests/icon-text-fit/both-text-anchor-icon-anchor/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/icon-text-fit/both-text-anchor-icon-anchor/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/icon-text-fit/both-text-anchor-icon-offset/metrics.json b/metrics/ios-render-test-runner/render-tests/icon-text-fit/both-text-anchor-icon-offset/metrics.json index fd38a33aafc..47257c2ced0 100644 --- a/metrics/ios-render-test-runner/render-tests/icon-text-fit/both-text-anchor-icon-offset/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/icon-text-fit/both-text-anchor-icon-offset/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/icon-text-fit/both-text-anchor-padding/metrics.json b/metrics/ios-render-test-runner/render-tests/icon-text-fit/both-text-anchor-padding/metrics.json index fd38a33aafc..47257c2ced0 100644 --- a/metrics/ios-render-test-runner/render-tests/icon-text-fit/both-text-anchor-padding/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/icon-text-fit/both-text-anchor-padding/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/icon-text-fit/both-text-anchor/metrics.json b/metrics/ios-render-test-runner/render-tests/icon-text-fit/both-text-anchor/metrics.json index fd38a33aafc..47257c2ced0 100644 --- a/metrics/ios-render-test-runner/render-tests/icon-text-fit/both-text-anchor/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/icon-text-fit/both-text-anchor/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/icon-text-fit/both/metrics.json b/metrics/ios-render-test-runner/render-tests/icon-text-fit/both/metrics.json index 3731e0fcb28..f27a5555fb8 100644 --- a/metrics/ios-render-test-runner/render-tests/icon-text-fit/both/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/icon-text-fit/both/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/icon-text-fit/enlargen-both-padding/metrics.json b/metrics/ios-render-test-runner/render-tests/icon-text-fit/enlargen-both-padding/metrics.json index d6bdd89b213..0ad2f87fd7e 100644 --- a/metrics/ios-render-test-runner/render-tests/icon-text-fit/enlargen-both-padding/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/icon-text-fit/enlargen-both-padding/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/icon-text-fit/enlargen-height/metrics.json b/metrics/ios-render-test-runner/render-tests/icon-text-fit/enlargen-height/metrics.json index d6bdd89b213..0ad2f87fd7e 100644 --- a/metrics/ios-render-test-runner/render-tests/icon-text-fit/enlargen-height/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/icon-text-fit/enlargen-height/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/icon-text-fit/enlargen-width/metrics.json b/metrics/ios-render-test-runner/render-tests/icon-text-fit/enlargen-width/metrics.json index d6bdd89b213..0ad2f87fd7e 100644 --- a/metrics/ios-render-test-runner/render-tests/icon-text-fit/enlargen-width/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/icon-text-fit/enlargen-width/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/icon-text-fit/height-padding/metrics.json b/metrics/ios-render-test-runner/render-tests/icon-text-fit/height-padding/metrics.json index 3731e0fcb28..f27a5555fb8 100644 --- a/metrics/ios-render-test-runner/render-tests/icon-text-fit/height-padding/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/icon-text-fit/height-padding/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/icon-text-fit/height-text-anchor-padding/metrics.json b/metrics/ios-render-test-runner/render-tests/icon-text-fit/height-text-anchor-padding/metrics.json index fd38a33aafc..47257c2ced0 100644 --- a/metrics/ios-render-test-runner/render-tests/icon-text-fit/height-text-anchor-padding/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/icon-text-fit/height-text-anchor-padding/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/icon-text-fit/height-text-anchor/metrics.json b/metrics/ios-render-test-runner/render-tests/icon-text-fit/height-text-anchor/metrics.json index fd38a33aafc..47257c2ced0 100644 --- a/metrics/ios-render-test-runner/render-tests/icon-text-fit/height-text-anchor/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/icon-text-fit/height-text-anchor/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/icon-text-fit/height/metrics.json b/metrics/ios-render-test-runner/render-tests/icon-text-fit/height/metrics.json index 3731e0fcb28..f27a5555fb8 100644 --- a/metrics/ios-render-test-runner/render-tests/icon-text-fit/height/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/icon-text-fit/height/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/icon-text-fit/none/metrics.json b/metrics/ios-render-test-runner/render-tests/icon-text-fit/none/metrics.json index 3731e0fcb28..f27a5555fb8 100644 --- a/metrics/ios-render-test-runner/render-tests/icon-text-fit/none/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/icon-text-fit/none/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/icon-text-fit/placement-line/metrics.json b/metrics/ios-render-test-runner/render-tests/icon-text-fit/placement-line/metrics.json index f879907a019..a21185cfed0 100644 --- a/metrics/ios-render-test-runner/render-tests/icon-text-fit/placement-line/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/icon-text-fit/placement-line/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/icon-text-fit/stretch-fifteen-part/metrics.json b/metrics/ios-render-test-runner/render-tests/icon-text-fit/stretch-fifteen-part/metrics.json index 37cfb3b5fd3..5020340b5dd 100644 --- a/metrics/ios-render-test-runner/render-tests/icon-text-fit/stretch-fifteen-part/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/icon-text-fit/stretch-fifteen-part/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/icon-text-fit/stretch-nine-part-@2x/metrics.json b/metrics/ios-render-test-runner/render-tests/icon-text-fit/stretch-nine-part-@2x/metrics.json index 52972bf07ee..b0dc3e86664 100644 --- a/metrics/ios-render-test-runner/render-tests/icon-text-fit/stretch-nine-part-@2x/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/icon-text-fit/stretch-nine-part-@2x/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/icon-text-fit/stretch-nine-part-content-collision/metrics.json b/metrics/ios-render-test-runner/render-tests/icon-text-fit/stretch-nine-part-content-collision/metrics.json index a96054ffb96..2fa4ebaed65 100644 --- a/metrics/ios-render-test-runner/render-tests/icon-text-fit/stretch-nine-part-content-collision/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/icon-text-fit/stretch-nine-part-content-collision/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/icon-text-fit/stretch-nine-part-content/metrics.json b/metrics/ios-render-test-runner/render-tests/icon-text-fit/stretch-nine-part-content/metrics.json index a96054ffb96..2fa4ebaed65 100644 --- a/metrics/ios-render-test-runner/render-tests/icon-text-fit/stretch-nine-part-content/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/icon-text-fit/stretch-nine-part-content/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/icon-text-fit/stretch-nine-part-just-height/metrics.json b/metrics/ios-render-test-runner/render-tests/icon-text-fit/stretch-nine-part-just-height/metrics.json index c410a69d195..3dd72765262 100644 --- a/metrics/ios-render-test-runner/render-tests/icon-text-fit/stretch-nine-part-just-height/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/icon-text-fit/stretch-nine-part-just-height/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/icon-text-fit/stretch-nine-part-just-width/metrics.json b/metrics/ios-render-test-runner/render-tests/icon-text-fit/stretch-nine-part-just-width/metrics.json index c410a69d195..3dd72765262 100644 --- a/metrics/ios-render-test-runner/render-tests/icon-text-fit/stretch-nine-part-just-width/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/icon-text-fit/stretch-nine-part-just-width/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/icon-text-fit/stretch-nine-part/metrics.json b/metrics/ios-render-test-runner/render-tests/icon-text-fit/stretch-nine-part/metrics.json index 5bec05e5841..3e8b0447fdf 100644 --- a/metrics/ios-render-test-runner/render-tests/icon-text-fit/stretch-nine-part/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/icon-text-fit/stretch-nine-part/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/icon-text-fit/stretch-three-part/metrics.json b/metrics/ios-render-test-runner/render-tests/icon-text-fit/stretch-three-part/metrics.json index 0cd910a99ac..2a65586061c 100644 --- a/metrics/ios-render-test-runner/render-tests/icon-text-fit/stretch-three-part/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/icon-text-fit/stretch-three-part/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/icon-text-fit/stretch-two-part/metrics.json b/metrics/ios-render-test-runner/render-tests/icon-text-fit/stretch-two-part/metrics.json index 3e848e85338..8935bee6fcc 100644 --- a/metrics/ios-render-test-runner/render-tests/icon-text-fit/stretch-two-part/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/icon-text-fit/stretch-two-part/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/icon-text-fit/stretch-underscale/metrics.json b/metrics/ios-render-test-runner/render-tests/icon-text-fit/stretch-underscale/metrics.json index 6048fc7e0b6..3a57c7e24ca 100644 --- a/metrics/ios-render-test-runner/render-tests/icon-text-fit/stretch-underscale/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/icon-text-fit/stretch-underscale/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/icon-text-fit/text-variable-anchor/metrics.json b/metrics/ios-render-test-runner/render-tests/icon-text-fit/text-variable-anchor/metrics.json index 3c52c61f527..7dfedd1e1a0 100644 --- a/metrics/ios-render-test-runner/render-tests/icon-text-fit/text-variable-anchor/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/icon-text-fit/text-variable-anchor/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/icon-text-fit/width-padding/metrics.json b/metrics/ios-render-test-runner/render-tests/icon-text-fit/width-padding/metrics.json index 3731e0fcb28..f27a5555fb8 100644 --- a/metrics/ios-render-test-runner/render-tests/icon-text-fit/width-padding/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/icon-text-fit/width-padding/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/icon-text-fit/width-text-anchor-padding/metrics.json b/metrics/ios-render-test-runner/render-tests/icon-text-fit/width-text-anchor-padding/metrics.json index fd38a33aafc..47257c2ced0 100644 --- a/metrics/ios-render-test-runner/render-tests/icon-text-fit/width-text-anchor-padding/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/icon-text-fit/width-text-anchor-padding/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/icon-text-fit/width-text-anchor/metrics.json b/metrics/ios-render-test-runner/render-tests/icon-text-fit/width-text-anchor/metrics.json index fd38a33aafc..47257c2ced0 100644 --- a/metrics/ios-render-test-runner/render-tests/icon-text-fit/width-text-anchor/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/icon-text-fit/width-text-anchor/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/icon-text-fit/width/metrics.json b/metrics/ios-render-test-runner/render-tests/icon-text-fit/width/metrics.json index 3731e0fcb28..f27a5555fb8 100644 --- a/metrics/ios-render-test-runner/render-tests/icon-text-fit/width/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/icon-text-fit/width/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/icon-translate-anchor/map/metrics.json b/metrics/ios-render-test-runner/render-tests/icon-translate-anchor/map/metrics.json index 40b289ac738..69dc134352d 100644 --- a/metrics/ios-render-test-runner/render-tests/icon-translate-anchor/map/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/icon-translate-anchor/map/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/icon-translate-anchor/viewport/metrics.json b/metrics/ios-render-test-runner/render-tests/icon-translate-anchor/viewport/metrics.json index 40b289ac738..69dc134352d 100644 --- a/metrics/ios-render-test-runner/render-tests/icon-translate-anchor/viewport/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/icon-translate-anchor/viewport/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/icon-translate/default/metrics.json b/metrics/ios-render-test-runner/render-tests/icon-translate/default/metrics.json index 79e78104863..a2643ebba77 100644 --- a/metrics/ios-render-test-runner/render-tests/icon-translate/default/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/icon-translate/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/icon-translate/function/metrics.json b/metrics/ios-render-test-runner/render-tests/icon-translate/function/metrics.json index 79e78104863..a2643ebba77 100644 --- a/metrics/ios-render-test-runner/render-tests/icon-translate/function/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/icon-translate/function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/icon-translate/literal/metrics.json b/metrics/ios-render-test-runner/render-tests/icon-translate/literal/metrics.json index 79e78104863..a2643ebba77 100644 --- a/metrics/ios-render-test-runner/render-tests/icon-translate/literal/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/icon-translate/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/icon-visibility/none/metrics.json b/metrics/ios-render-test-runner/render-tests/icon-visibility/none/metrics.json index 95a181bd8c4..ee07c12cbd3 100644 --- a/metrics/ios-render-test-runner/render-tests/icon-visibility/none/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/icon-visibility/none/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/icon-visibility/visible/metrics.json b/metrics/ios-render-test-runner/render-tests/icon-visibility/visible/metrics.json index 79e78104863..a2643ebba77 100644 --- a/metrics/ios-render-test-runner/render-tests/icon-visibility/visible/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/icon-visibility/visible/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/image/default/metrics.json b/metrics/ios-render-test-runner/render-tests/image/default/metrics.json index a5e1a3ae1af..0d755432617 100644 --- a/metrics/ios-render-test-runner/render-tests/image/default/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/image/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/image/pitched/metrics.json b/metrics/ios-render-test-runner/render-tests/image/pitched/metrics.json index 2d59478140b..516f2bb9de7 100644 --- a/metrics/ios-render-test-runner/render-tests/image/pitched/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/image/pitched/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/image/raster-brightness/metrics.json b/metrics/ios-render-test-runner/render-tests/image/raster-brightness/metrics.json index a5e1a3ae1af..0d755432617 100644 --- a/metrics/ios-render-test-runner/render-tests/image/raster-brightness/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/image/raster-brightness/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/image/raster-contrast/metrics.json b/metrics/ios-render-test-runner/render-tests/image/raster-contrast/metrics.json index a5e1a3ae1af..0d755432617 100644 --- a/metrics/ios-render-test-runner/render-tests/image/raster-contrast/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/image/raster-contrast/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/image/raster-hue-rotate/metrics.json b/metrics/ios-render-test-runner/render-tests/image/raster-hue-rotate/metrics.json index a5e1a3ae1af..0d755432617 100644 --- a/metrics/ios-render-test-runner/render-tests/image/raster-hue-rotate/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/image/raster-hue-rotate/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/image/raster-opacity/metrics.json b/metrics/ios-render-test-runner/render-tests/image/raster-opacity/metrics.json index a5e1a3ae1af..0d755432617 100644 --- a/metrics/ios-render-test-runner/render-tests/image/raster-opacity/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/image/raster-opacity/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/image/raster-resampling/metrics.json b/metrics/ios-render-test-runner/render-tests/image/raster-resampling/metrics.json index 3a2571d36aa..bdb24cbec79 100644 --- a/metrics/ios-render-test-runner/render-tests/image/raster-resampling/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/image/raster-resampling/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/image/raster-saturation/metrics.json b/metrics/ios-render-test-runner/render-tests/image/raster-saturation/metrics.json index a5e1a3ae1af..0d755432617 100644 --- a/metrics/ios-render-test-runner/render-tests/image/raster-saturation/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/image/raster-saturation/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/image/raster-visibility/metrics.json b/metrics/ios-render-test-runner/render-tests/image/raster-visibility/metrics.json index a5e1a3ae1af..0d755432617 100644 --- a/metrics/ios-render-test-runner/render-tests/image/raster-visibility/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/image/raster-visibility/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/is-supported-script/filter/metrics.json b/metrics/ios-render-test-runner/render-tests/is-supported-script/filter/metrics.json index a2ea9c5fb7a..ce349c7a6f4 100644 --- a/metrics/ios-render-test-runner/render-tests/is-supported-script/filter/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/is-supported-script/filter/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/is-supported-script/layout/metrics.json b/metrics/ios-render-test-runner/render-tests/is-supported-script/layout/metrics.json index f7dd7ee4c04..94eaf35036e 100644 --- a/metrics/ios-render-test-runner/render-tests/is-supported-script/layout/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/is-supported-script/layout/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/line-blur/default/metrics.json b/metrics/ios-render-test-runner/render-tests/line-blur/default/metrics.json index 37218777d26..7187015593c 100644 --- a/metrics/ios-render-test-runner/render-tests/line-blur/default/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/line-blur/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/line-blur/function/metrics.json b/metrics/ios-render-test-runner/render-tests/line-blur/function/metrics.json index 37218777d26..7187015593c 100644 --- a/metrics/ios-render-test-runner/render-tests/line-blur/function/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/line-blur/function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/line-blur/literal/metrics.json b/metrics/ios-render-test-runner/render-tests/line-blur/literal/metrics.json index 37218777d26..7187015593c 100644 --- a/metrics/ios-render-test-runner/render-tests/line-blur/literal/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/line-blur/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/line-blur/property-function/metrics.json b/metrics/ios-render-test-runner/render-tests/line-blur/property-function/metrics.json index 3a79bf07087..2a87a2adf26 100644 --- a/metrics/ios-render-test-runner/render-tests/line-blur/property-function/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/line-blur/property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/line-cap/butt/metrics.json b/metrics/ios-render-test-runner/render-tests/line-cap/butt/metrics.json index 37218777d26..7187015593c 100644 --- a/metrics/ios-render-test-runner/render-tests/line-cap/butt/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/line-cap/butt/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/line-cap/round/metrics.json b/metrics/ios-render-test-runner/render-tests/line-cap/round/metrics.json index b8fd663961a..683e8869f74 100644 --- a/metrics/ios-render-test-runner/render-tests/line-cap/round/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/line-cap/round/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/line-cap/square/metrics.json b/metrics/ios-render-test-runner/render-tests/line-cap/square/metrics.json index 37218777d26..7187015593c 100644 --- a/metrics/ios-render-test-runner/render-tests/line-cap/square/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/line-cap/square/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/line-color/default/metrics.json b/metrics/ios-render-test-runner/render-tests/line-color/default/metrics.json index 37218777d26..7187015593c 100644 --- a/metrics/ios-render-test-runner/render-tests/line-color/default/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/line-color/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/line-color/function/metrics.json b/metrics/ios-render-test-runner/render-tests/line-color/function/metrics.json index 37218777d26..7187015593c 100644 --- a/metrics/ios-render-test-runner/render-tests/line-color/function/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/line-color/function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/line-color/literal/metrics.json b/metrics/ios-render-test-runner/render-tests/line-color/literal/metrics.json index 37218777d26..7187015593c 100644 --- a/metrics/ios-render-test-runner/render-tests/line-color/literal/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/line-color/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/line-color/property-function-identity/metrics.json b/metrics/ios-render-test-runner/render-tests/line-color/property-function-identity/metrics.json index 870d30daeb3..7cf6ee5d698 100644 --- a/metrics/ios-render-test-runner/render-tests/line-color/property-function-identity/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/line-color/property-function-identity/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/line-color/property-function/metrics.json b/metrics/ios-render-test-runner/render-tests/line-color/property-function/metrics.json index b8b502e177e..f00b3e53697 100644 --- a/metrics/ios-render-test-runner/render-tests/line-color/property-function/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/line-color/property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/line-dasharray/default/metrics.json b/metrics/ios-render-test-runner/render-tests/line-dasharray/default/metrics.json index f116462d86f..a5d7f6590c5 100644 --- a/metrics/ios-render-test-runner/render-tests/line-dasharray/default/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/line-dasharray/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/line-dasharray/fractional-zoom/metrics.json b/metrics/ios-render-test-runner/render-tests/line-dasharray/fractional-zoom/metrics.json index fc7077f38f8..d8d9dc5b94d 100644 --- a/metrics/ios-render-test-runner/render-tests/line-dasharray/fractional-zoom/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/line-dasharray/fractional-zoom/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/line-dasharray/function/line-width-composite-function/metrics.json b/metrics/ios-render-test-runner/render-tests/line-dasharray/function/line-width-composite-function/metrics.json index 089003eccef..6e68753380e 100644 --- a/metrics/ios-render-test-runner/render-tests/line-dasharray/function/line-width-composite-function/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/line-dasharray/function/line-width-composite-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/line-dasharray/function/line-width-constant/metrics.json b/metrics/ios-render-test-runner/render-tests/line-dasharray/function/line-width-constant/metrics.json index a6871325306..6f572a87257 100644 --- a/metrics/ios-render-test-runner/render-tests/line-dasharray/function/line-width-constant/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/line-dasharray/function/line-width-constant/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/line-dasharray/function/line-width-property-function/metrics.json b/metrics/ios-render-test-runner/render-tests/line-dasharray/function/line-width-property-function/metrics.json index 2b8782c8187..9af46410138 100644 --- a/metrics/ios-render-test-runner/render-tests/line-dasharray/function/line-width-property-function/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/line-dasharray/function/line-width-property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/line-dasharray/literal/line-width-composite-function/metrics.json b/metrics/ios-render-test-runner/render-tests/line-dasharray/literal/line-width-composite-function/metrics.json index 089003eccef..6e68753380e 100644 --- a/metrics/ios-render-test-runner/render-tests/line-dasharray/literal/line-width-composite-function/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/line-dasharray/literal/line-width-composite-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/line-dasharray/literal/line-width-constant/metrics.json b/metrics/ios-render-test-runner/render-tests/line-dasharray/literal/line-width-constant/metrics.json index 45bcb8f0af2..4e755b00c56 100644 --- a/metrics/ios-render-test-runner/render-tests/line-dasharray/literal/line-width-constant/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/line-dasharray/literal/line-width-constant/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/line-dasharray/literal/line-width-property-function/metrics.json b/metrics/ios-render-test-runner/render-tests/line-dasharray/literal/line-width-property-function/metrics.json index 2b8782c8187..9af46410138 100644 --- a/metrics/ios-render-test-runner/render-tests/line-dasharray/literal/line-width-property-function/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/line-dasharray/literal/line-width-property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/line-dasharray/literal/line-width-zoom-function/metrics.json b/metrics/ios-render-test-runner/render-tests/line-dasharray/literal/line-width-zoom-function/metrics.json index fc7077f38f8..d8d9dc5b94d 100644 --- a/metrics/ios-render-test-runner/render-tests/line-dasharray/literal/line-width-zoom-function/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/line-dasharray/literal/line-width-zoom-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/line-dasharray/long-segment/metrics.json b/metrics/ios-render-test-runner/render-tests/line-dasharray/long-segment/metrics.json index 22bd3284bd9..64acd288115 100644 --- a/metrics/ios-render-test-runner/render-tests/line-dasharray/long-segment/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/line-dasharray/long-segment/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/line-dasharray/overscaled/metrics.json b/metrics/ios-render-test-runner/render-tests/line-dasharray/overscaled/metrics.json index 747a2afbe15..553a80fc7f5 100644 --- a/metrics/ios-render-test-runner/render-tests/line-dasharray/overscaled/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/line-dasharray/overscaled/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/line-dasharray/round/segments/metrics.json b/metrics/ios-render-test-runner/render-tests/line-dasharray/round/segments/metrics.json index d3af311705d..7aa6ba0d1c7 100644 --- a/metrics/ios-render-test-runner/render-tests/line-dasharray/round/segments/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/line-dasharray/round/segments/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/line-dasharray/round/zero-gap-width/metrics.json b/metrics/ios-render-test-runner/render-tests/line-dasharray/round/zero-gap-width/metrics.json index d3af311705d..7aa6ba0d1c7 100644 --- a/metrics/ios-render-test-runner/render-tests/line-dasharray/round/zero-gap-width/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/line-dasharray/round/zero-gap-width/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/line-dasharray/slant/metrics.json b/metrics/ios-render-test-runner/render-tests/line-dasharray/slant/metrics.json index 5e55b94da8c..805008108ab 100644 --- a/metrics/ios-render-test-runner/render-tests/line-dasharray/slant/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/line-dasharray/slant/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/line-dasharray/zero-length-gap/metrics.json b/metrics/ios-render-test-runner/render-tests/line-dasharray/zero-length-gap/metrics.json index 32c56fe8f4f..01b82ca75e0 100644 --- a/metrics/ios-render-test-runner/render-tests/line-dasharray/zero-length-gap/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/line-dasharray/zero-length-gap/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/line-dasharray/zoom-history/metrics.json b/metrics/ios-render-test-runner/render-tests/line-dasharray/zoom-history/metrics.json index b4f03708c45..18b105187aa 100644 --- a/metrics/ios-render-test-runner/render-tests/line-dasharray/zoom-history/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/line-dasharray/zoom-history/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/line-gap-width/default/metrics.json b/metrics/ios-render-test-runner/render-tests/line-gap-width/default/metrics.json index d3fc3537952..3a4bc927281 100644 --- a/metrics/ios-render-test-runner/render-tests/line-gap-width/default/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/line-gap-width/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/line-gap-width/function/metrics.json b/metrics/ios-render-test-runner/render-tests/line-gap-width/function/metrics.json index d3fc3537952..3a4bc927281 100644 --- a/metrics/ios-render-test-runner/render-tests/line-gap-width/function/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/line-gap-width/function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/line-gap-width/literal/metrics.json b/metrics/ios-render-test-runner/render-tests/line-gap-width/literal/metrics.json index d3fc3537952..3a4bc927281 100644 --- a/metrics/ios-render-test-runner/render-tests/line-gap-width/literal/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/line-gap-width/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/line-gap-width/property-function/metrics.json b/metrics/ios-render-test-runner/render-tests/line-gap-width/property-function/metrics.json index 3a79bf07087..2a87a2adf26 100644 --- a/metrics/ios-render-test-runner/render-tests/line-gap-width/property-function/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/line-gap-width/property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/line-gradient/gradient-tile-boundaries/metrics.json b/metrics/ios-render-test-runner/render-tests/line-gradient/gradient-tile-boundaries/metrics.json index c5be22f7087..244ec12801d 100644 --- a/metrics/ios-render-test-runner/render-tests/line-gradient/gradient-tile-boundaries/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/line-gradient/gradient-tile-boundaries/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/line-gradient/gradient/metrics.json b/metrics/ios-render-test-runner/render-tests/line-gradient/gradient/metrics.json index 2452c64b4ac..598169b1d9b 100644 --- a/metrics/ios-render-test-runner/render-tests/line-gradient/gradient/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/line-gradient/gradient/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/line-gradient/translucent/metrics.json b/metrics/ios-render-test-runner/render-tests/line-gradient/translucent/metrics.json index 2452c64b4ac..598169b1d9b 100644 --- a/metrics/ios-render-test-runner/render-tests/line-gradient/translucent/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/line-gradient/translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/line-join/bevel-transparent/metrics.json b/metrics/ios-render-test-runner/render-tests/line-join/bevel-transparent/metrics.json index 418bfd0dac8..f58d7f3410c 100644 --- a/metrics/ios-render-test-runner/render-tests/line-join/bevel-transparent/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/line-join/bevel-transparent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/line-join/bevel/metrics.json b/metrics/ios-render-test-runner/render-tests/line-join/bevel/metrics.json index 418bfd0dac8..f58d7f3410c 100644 --- a/metrics/ios-render-test-runner/render-tests/line-join/bevel/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/line-join/bevel/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/line-join/default/metrics.json b/metrics/ios-render-test-runner/render-tests/line-join/default/metrics.json index 418bfd0dac8..f58d7f3410c 100644 --- a/metrics/ios-render-test-runner/render-tests/line-join/default/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/line-join/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/line-join/miter-transparent/metrics.json b/metrics/ios-render-test-runner/render-tests/line-join/miter-transparent/metrics.json index 418bfd0dac8..f58d7f3410c 100644 --- a/metrics/ios-render-test-runner/render-tests/line-join/miter-transparent/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/line-join/miter-transparent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/line-join/miter/metrics.json b/metrics/ios-render-test-runner/render-tests/line-join/miter/metrics.json index 418bfd0dac8..f58d7f3410c 100644 --- a/metrics/ios-render-test-runner/render-tests/line-join/miter/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/line-join/miter/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/line-join/property-function-dasharray/metrics.json b/metrics/ios-render-test-runner/render-tests/line-join/property-function-dasharray/metrics.json index c43da977410..6099d2b006d 100644 --- a/metrics/ios-render-test-runner/render-tests/line-join/property-function-dasharray/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/line-join/property-function-dasharray/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/line-join/property-function/metrics.json b/metrics/ios-render-test-runner/render-tests/line-join/property-function/metrics.json index 58f534192f0..a4a13eb4cda 100644 --- a/metrics/ios-render-test-runner/render-tests/line-join/property-function/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/line-join/property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/line-join/round-transparent/metrics.json b/metrics/ios-render-test-runner/render-tests/line-join/round-transparent/metrics.json index 8bb30bb81b6..0e02f323f19 100644 --- a/metrics/ios-render-test-runner/render-tests/line-join/round-transparent/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/line-join/round-transparent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/line-join/round/metrics.json b/metrics/ios-render-test-runner/render-tests/line-join/round/metrics.json index 8bb30bb81b6..0e02f323f19 100644 --- a/metrics/ios-render-test-runner/render-tests/line-join/round/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/line-join/round/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/line-offset/default/metrics.json b/metrics/ios-render-test-runner/render-tests/line-offset/default/metrics.json index 37218777d26..7187015593c 100644 --- a/metrics/ios-render-test-runner/render-tests/line-offset/default/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/line-offset/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/line-offset/function/metrics.json b/metrics/ios-render-test-runner/render-tests/line-offset/function/metrics.json index 37218777d26..7187015593c 100644 --- a/metrics/ios-render-test-runner/render-tests/line-offset/function/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/line-offset/function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/line-offset/literal-negative/metrics.json b/metrics/ios-render-test-runner/render-tests/line-offset/literal-negative/metrics.json index 37218777d26..7187015593c 100644 --- a/metrics/ios-render-test-runner/render-tests/line-offset/literal-negative/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/line-offset/literal-negative/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/line-offset/literal/metrics.json b/metrics/ios-render-test-runner/render-tests/line-offset/literal/metrics.json index 37218777d26..7187015593c 100644 --- a/metrics/ios-render-test-runner/render-tests/line-offset/literal/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/line-offset/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/line-offset/property-function/metrics.json b/metrics/ios-render-test-runner/render-tests/line-offset/property-function/metrics.json index 3a79bf07087..2a87a2adf26 100644 --- a/metrics/ios-render-test-runner/render-tests/line-offset/property-function/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/line-offset/property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/line-opacity/default/metrics.json b/metrics/ios-render-test-runner/render-tests/line-opacity/default/metrics.json index d3fc3537952..3a4bc927281 100644 --- a/metrics/ios-render-test-runner/render-tests/line-opacity/default/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/line-opacity/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/line-opacity/function/metrics.json b/metrics/ios-render-test-runner/render-tests/line-opacity/function/metrics.json index d3fc3537952..3a4bc927281 100644 --- a/metrics/ios-render-test-runner/render-tests/line-opacity/function/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/line-opacity/function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/line-opacity/literal/metrics.json b/metrics/ios-render-test-runner/render-tests/line-opacity/literal/metrics.json index d3fc3537952..3a4bc927281 100644 --- a/metrics/ios-render-test-runner/render-tests/line-opacity/literal/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/line-opacity/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/line-opacity/property-function/metrics.json b/metrics/ios-render-test-runner/render-tests/line-opacity/property-function/metrics.json index 3a79bf07087..2a87a2adf26 100644 --- a/metrics/ios-render-test-runner/render-tests/line-opacity/property-function/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/line-opacity/property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/line-opacity/step-curve/metrics.json b/metrics/ios-render-test-runner/render-tests/line-opacity/step-curve/metrics.json index 49ecdaab985..fed8cf9423c 100644 --- a/metrics/ios-render-test-runner/render-tests/line-opacity/step-curve/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/line-opacity/step-curve/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/line-pattern/@2x/metrics.json b/metrics/ios-render-test-runner/render-tests/line-pattern/@2x/metrics.json index 5163e6758e3..a2abf428c72 100644 --- a/metrics/ios-render-test-runner/render-tests/line-pattern/@2x/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/line-pattern/@2x/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/line-pattern/literal/metrics.json b/metrics/ios-render-test-runner/render-tests/line-pattern/literal/metrics.json index d4020db05c5..ef2bff8926e 100644 --- a/metrics/ios-render-test-runner/render-tests/line-pattern/literal/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/line-pattern/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/line-pattern/opacity/metrics.json b/metrics/ios-render-test-runner/render-tests/line-pattern/opacity/metrics.json index d4020db05c5..ef2bff8926e 100644 --- a/metrics/ios-render-test-runner/render-tests/line-pattern/opacity/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/line-pattern/opacity/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/line-pattern/pitch/metrics.json b/metrics/ios-render-test-runner/render-tests/line-pattern/pitch/metrics.json index d108f774d19..097e80cdffb 100644 --- a/metrics/ios-render-test-runner/render-tests/line-pattern/pitch/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/line-pattern/pitch/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/line-pattern/property-function/metrics.json b/metrics/ios-render-test-runner/render-tests/line-pattern/property-function/metrics.json index 136c1476151..7cc483d3f22 100644 --- a/metrics/ios-render-test-runner/render-tests/line-pattern/property-function/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/line-pattern/property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/line-pattern/step-curve/metrics.json b/metrics/ios-render-test-runner/render-tests/line-pattern/step-curve/metrics.json index fbbd2176a96..dc08e895971 100644 --- a/metrics/ios-render-test-runner/render-tests/line-pattern/step-curve/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/line-pattern/step-curve/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/line-pattern/zoom-expression/metrics.json b/metrics/ios-render-test-runner/render-tests/line-pattern/zoom-expression/metrics.json index 94e778f0b45..3f043408c0e 100644 --- a/metrics/ios-render-test-runner/render-tests/line-pattern/zoom-expression/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/line-pattern/zoom-expression/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/line-pitch/default/metrics.json b/metrics/ios-render-test-runner/render-tests/line-pitch/default/metrics.json index 37218777d26..7187015593c 100644 --- a/metrics/ios-render-test-runner/render-tests/line-pitch/default/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/line-pitch/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/line-pitch/pitch0/metrics.json b/metrics/ios-render-test-runner/render-tests/line-pitch/pitch0/metrics.json index 37218777d26..7187015593c 100644 --- a/metrics/ios-render-test-runner/render-tests/line-pitch/pitch0/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/line-pitch/pitch0/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/line-pitch/pitch15/metrics.json b/metrics/ios-render-test-runner/render-tests/line-pitch/pitch15/metrics.json index 37218777d26..7187015593c 100644 --- a/metrics/ios-render-test-runner/render-tests/line-pitch/pitch15/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/line-pitch/pitch15/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/line-pitch/pitch30/metrics.json b/metrics/ios-render-test-runner/render-tests/line-pitch/pitch30/metrics.json index 37218777d26..7187015593c 100644 --- a/metrics/ios-render-test-runner/render-tests/line-pitch/pitch30/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/line-pitch/pitch30/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/line-pitch/pitchAndBearing/metrics.json b/metrics/ios-render-test-runner/render-tests/line-pitch/pitchAndBearing/metrics.json index 37218777d26..7187015593c 100644 --- a/metrics/ios-render-test-runner/render-tests/line-pitch/pitchAndBearing/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/line-pitch/pitchAndBearing/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/line-sort-key/literal/metrics.json b/metrics/ios-render-test-runner/render-tests/line-sort-key/literal/metrics.json index 12a75988519..a0bfb2d61e6 100644 --- a/metrics/ios-render-test-runner/render-tests/line-sort-key/literal/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/line-sort-key/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/line-translate-anchor/map/metrics.json b/metrics/ios-render-test-runner/render-tests/line-translate-anchor/map/metrics.json index 5500efb2945..2bd27774108 100644 --- a/metrics/ios-render-test-runner/render-tests/line-translate-anchor/map/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/line-translate-anchor/map/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/line-translate-anchor/viewport/metrics.json b/metrics/ios-render-test-runner/render-tests/line-translate-anchor/viewport/metrics.json index 5500efb2945..2bd27774108 100644 --- a/metrics/ios-render-test-runner/render-tests/line-translate-anchor/viewport/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/line-translate-anchor/viewport/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/line-translate/default/metrics.json b/metrics/ios-render-test-runner/render-tests/line-translate/default/metrics.json index 37218777d26..7187015593c 100644 --- a/metrics/ios-render-test-runner/render-tests/line-translate/default/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/line-translate/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/line-translate/function/metrics.json b/metrics/ios-render-test-runner/render-tests/line-translate/function/metrics.json index 37218777d26..7187015593c 100644 --- a/metrics/ios-render-test-runner/render-tests/line-translate/function/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/line-translate/function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/line-translate/literal/metrics.json b/metrics/ios-render-test-runner/render-tests/line-translate/literal/metrics.json index 37218777d26..7187015593c 100644 --- a/metrics/ios-render-test-runner/render-tests/line-translate/literal/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/line-translate/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/line-triangulation/default/metrics.json b/metrics/ios-render-test-runner/render-tests/line-triangulation/default/metrics.json index 8e3ab38a23f..d79a560d5f7 100644 --- a/metrics/ios-render-test-runner/render-tests/line-triangulation/default/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/line-triangulation/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/line-triangulation/round/metrics.json b/metrics/ios-render-test-runner/render-tests/line-triangulation/round/metrics.json index 9d549815609..1cedbbe39f0 100644 --- a/metrics/ios-render-test-runner/render-tests/line-triangulation/round/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/line-triangulation/round/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/line-visibility/none/metrics.json b/metrics/ios-render-test-runner/render-tests/line-visibility/none/metrics.json index 50f1262c46f..5003122a5bc 100644 --- a/metrics/ios-render-test-runner/render-tests/line-visibility/none/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/line-visibility/none/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/line-visibility/visible/metrics.json b/metrics/ios-render-test-runner/render-tests/line-visibility/visible/metrics.json index 5500efb2945..2bd27774108 100644 --- a/metrics/ios-render-test-runner/render-tests/line-visibility/visible/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/line-visibility/visible/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/line-width/default/metrics.json b/metrics/ios-render-test-runner/render-tests/line-width/default/metrics.json index 37218777d26..7187015593c 100644 --- a/metrics/ios-render-test-runner/render-tests/line-width/default/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/line-width/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/line-width/function/metrics.json b/metrics/ios-render-test-runner/render-tests/line-width/function/metrics.json index 37218777d26..7187015593c 100644 --- a/metrics/ios-render-test-runner/render-tests/line-width/function/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/line-width/function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/line-width/literal/metrics.json b/metrics/ios-render-test-runner/render-tests/line-width/literal/metrics.json index 37218777d26..7187015593c 100644 --- a/metrics/ios-render-test-runner/render-tests/line-width/literal/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/line-width/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/line-width/property-function/metrics.json b/metrics/ios-render-test-runner/render-tests/line-width/property-function/metrics.json index e66ff128ba5..80ef087b584 100644 --- a/metrics/ios-render-test-runner/render-tests/line-width/property-function/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/line-width/property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/line-width/very-overscaled/metrics.json b/metrics/ios-render-test-runner/render-tests/line-width/very-overscaled/metrics.json index b93dcb82323..52a7d9a5f27 100644 --- a/metrics/ios-render-test-runner/render-tests/line-width/very-overscaled/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/line-width/very-overscaled/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/line-width/zero-width-function/metrics.json b/metrics/ios-render-test-runner/render-tests/line-width/zero-width-function/metrics.json index c6cefecd177..81eab93f96a 100644 --- a/metrics/ios-render-test-runner/render-tests/line-width/zero-width-function/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/line-width/zero-width-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/line-width/zero-width/metrics.json b/metrics/ios-render-test-runner/render-tests/line-width/zero-width/metrics.json index 2712b0b4fe0..b96101a10cc 100644 --- a/metrics/ios-render-test-runner/render-tests/line-width/zero-width/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/line-width/zero-width/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/linear-filter-opacity-edge/literal/metrics.json b/metrics/ios-render-test-runner/render-tests/linear-filter-opacity-edge/literal/metrics.json index bf9483fb78c..8cf4d01508c 100644 --- a/metrics/ios-render-test-runner/render-tests/linear-filter-opacity-edge/literal/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/linear-filter-opacity-edge/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/map-mode/static/metrics.json b/metrics/ios-render-test-runner/render-tests/map-mode/static/metrics.json index 290ed6328f6..23591d65d74 100644 --- a/metrics/ios-render-test-runner/render-tests/map-mode/static/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/map-mode/static/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/map-mode/tile-avoid-edges/metrics.json b/metrics/ios-render-test-runner/render-tests/map-mode/tile-avoid-edges/metrics.json index c158d2da3de..032f3000b08 100644 --- a/metrics/ios-render-test-runner/render-tests/map-mode/tile-avoid-edges/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/map-mode/tile-avoid-edges/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/map-mode/tile/metrics.json b/metrics/ios-render-test-runner/render-tests/map-mode/tile/metrics.json index 3510a6a2db7..995d9141c33 100644 --- a/metrics/ios-render-test-runner/render-tests/map-mode/tile/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/map-mode/tile/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/projection/axonometric-multiple/metrics.json b/metrics/ios-render-test-runner/render-tests/projection/axonometric-multiple/metrics.json index da78bc6af7b..202fe7d7294 100644 --- a/metrics/ios-render-test-runner/render-tests/projection/axonometric-multiple/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/projection/axonometric-multiple/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/projection/axonometric/metrics.json b/metrics/ios-render-test-runner/render-tests/projection/axonometric/metrics.json index b82f4dfc182..785d404f877 100644 --- a/metrics/ios-render-test-runner/render-tests/projection/axonometric/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/projection/axonometric/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/projection/perspective/metrics.json b/metrics/ios-render-test-runner/render-tests/projection/perspective/metrics.json index b82f4dfc182..785d404f877 100644 --- a/metrics/ios-render-test-runner/render-tests/projection/perspective/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/projection/perspective/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/projection/skew/metrics.json b/metrics/ios-render-test-runner/render-tests/projection/skew/metrics.json index b82f4dfc182..785d404f877 100644 --- a/metrics/ios-render-test-runner/render-tests/projection/skew/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/projection/skew/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/raster-alpha/default/metrics.json b/metrics/ios-render-test-runner/render-tests/raster-alpha/default/metrics.json index 08d8297db80..39f69f65b74 100644 --- a/metrics/ios-render-test-runner/render-tests/raster-alpha/default/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/raster-alpha/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/raster-brightness/default/metrics.json b/metrics/ios-render-test-runner/render-tests/raster-brightness/default/metrics.json index 4859f4afb12..0f05c16ab79 100644 --- a/metrics/ios-render-test-runner/render-tests/raster-brightness/default/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/raster-brightness/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/raster-brightness/function/metrics.json b/metrics/ios-render-test-runner/render-tests/raster-brightness/function/metrics.json index 4859f4afb12..0f05c16ab79 100644 --- a/metrics/ios-render-test-runner/render-tests/raster-brightness/function/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/raster-brightness/function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/raster-brightness/literal/metrics.json b/metrics/ios-render-test-runner/render-tests/raster-brightness/literal/metrics.json index 4859f4afb12..0f05c16ab79 100644 --- a/metrics/ios-render-test-runner/render-tests/raster-brightness/literal/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/raster-brightness/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/raster-contrast/default/metrics.json b/metrics/ios-render-test-runner/render-tests/raster-contrast/default/metrics.json index 4859f4afb12..0f05c16ab79 100644 --- a/metrics/ios-render-test-runner/render-tests/raster-contrast/default/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/raster-contrast/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/raster-contrast/function/metrics.json b/metrics/ios-render-test-runner/render-tests/raster-contrast/function/metrics.json index 4859f4afb12..0f05c16ab79 100644 --- a/metrics/ios-render-test-runner/render-tests/raster-contrast/function/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/raster-contrast/function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/raster-contrast/literal/metrics.json b/metrics/ios-render-test-runner/render-tests/raster-contrast/literal/metrics.json index 4859f4afb12..0f05c16ab79 100644 --- a/metrics/ios-render-test-runner/render-tests/raster-contrast/literal/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/raster-contrast/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/raster-extent/maxzoom/metrics.json b/metrics/ios-render-test-runner/render-tests/raster-extent/maxzoom/metrics.json index 50f1262c46f..5003122a5bc 100644 --- a/metrics/ios-render-test-runner/render-tests/raster-extent/maxzoom/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/raster-extent/maxzoom/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/raster-extent/minzoom/metrics.json b/metrics/ios-render-test-runner/render-tests/raster-extent/minzoom/metrics.json index 50f1262c46f..5003122a5bc 100644 --- a/metrics/ios-render-test-runner/render-tests/raster-extent/minzoom/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/raster-extent/minzoom/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/raster-hue-rotate/default/metrics.json b/metrics/ios-render-test-runner/render-tests/raster-hue-rotate/default/metrics.json index 4859f4afb12..0f05c16ab79 100644 --- a/metrics/ios-render-test-runner/render-tests/raster-hue-rotate/default/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/raster-hue-rotate/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/raster-hue-rotate/function/metrics.json b/metrics/ios-render-test-runner/render-tests/raster-hue-rotate/function/metrics.json index 4859f4afb12..0f05c16ab79 100644 --- a/metrics/ios-render-test-runner/render-tests/raster-hue-rotate/function/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/raster-hue-rotate/function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/raster-hue-rotate/literal/metrics.json b/metrics/ios-render-test-runner/render-tests/raster-hue-rotate/literal/metrics.json index 4859f4afb12..0f05c16ab79 100644 --- a/metrics/ios-render-test-runner/render-tests/raster-hue-rotate/literal/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/raster-hue-rotate/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/raster-loading/missing/metrics.json b/metrics/ios-render-test-runner/render-tests/raster-loading/missing/metrics.json index 4bd248b8fa5..e22f089e735 100644 --- a/metrics/ios-render-test-runner/render-tests/raster-loading/missing/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/raster-loading/missing/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/raster-masking/overlapping-vector/metrics.json b/metrics/ios-render-test-runner/render-tests/raster-masking/overlapping-vector/metrics.json index 12c856a6988..1ebeb723639 100644 --- a/metrics/ios-render-test-runner/render-tests/raster-masking/overlapping-vector/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/raster-masking/overlapping-vector/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/raster-masking/overlapping/metrics.json b/metrics/ios-render-test-runner/render-tests/raster-masking/overlapping/metrics.json index c0ad63d409d..0f00ecddb5a 100644 --- a/metrics/ios-render-test-runner/render-tests/raster-masking/overlapping/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/raster-masking/overlapping/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/raster-opacity/default/metrics.json b/metrics/ios-render-test-runner/render-tests/raster-opacity/default/metrics.json index 4859f4afb12..0f05c16ab79 100644 --- a/metrics/ios-render-test-runner/render-tests/raster-opacity/default/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/raster-opacity/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/raster-opacity/function/metrics.json b/metrics/ios-render-test-runner/render-tests/raster-opacity/function/metrics.json index 4859f4afb12..0f05c16ab79 100644 --- a/metrics/ios-render-test-runner/render-tests/raster-opacity/function/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/raster-opacity/function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/raster-opacity/literal/metrics.json b/metrics/ios-render-test-runner/render-tests/raster-opacity/literal/metrics.json index 4859f4afb12..0f05c16ab79 100644 --- a/metrics/ios-render-test-runner/render-tests/raster-opacity/literal/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/raster-opacity/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/raster-resampling/default/metrics.json b/metrics/ios-render-test-runner/render-tests/raster-resampling/default/metrics.json index 72910f7b105..239c8476e66 100644 --- a/metrics/ios-render-test-runner/render-tests/raster-resampling/default/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/raster-resampling/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/raster-resampling/function/metrics.json b/metrics/ios-render-test-runner/render-tests/raster-resampling/function/metrics.json index 72910f7b105..239c8476e66 100644 --- a/metrics/ios-render-test-runner/render-tests/raster-resampling/function/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/raster-resampling/function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/raster-resampling/literal/metrics.json b/metrics/ios-render-test-runner/render-tests/raster-resampling/literal/metrics.json index 72910f7b105..239c8476e66 100644 --- a/metrics/ios-render-test-runner/render-tests/raster-resampling/literal/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/raster-resampling/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/raster-rotation/0/metrics.json b/metrics/ios-render-test-runner/render-tests/raster-rotation/0/metrics.json index 4859f4afb12..0f05c16ab79 100644 --- a/metrics/ios-render-test-runner/render-tests/raster-rotation/0/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/raster-rotation/0/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/raster-rotation/180/metrics.json b/metrics/ios-render-test-runner/render-tests/raster-rotation/180/metrics.json index 4859f4afb12..0f05c16ab79 100644 --- a/metrics/ios-render-test-runner/render-tests/raster-rotation/180/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/raster-rotation/180/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/raster-rotation/270/metrics.json b/metrics/ios-render-test-runner/render-tests/raster-rotation/270/metrics.json index 0d1ecd18333..bbbb385613f 100644 --- a/metrics/ios-render-test-runner/render-tests/raster-rotation/270/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/raster-rotation/270/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/raster-rotation/45/metrics.json b/metrics/ios-render-test-runner/render-tests/raster-rotation/45/metrics.json index b4c21ad5c91..eaeea32d5f1 100644 --- a/metrics/ios-render-test-runner/render-tests/raster-rotation/45/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/raster-rotation/45/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/raster-rotation/90/metrics.json b/metrics/ios-render-test-runner/render-tests/raster-rotation/90/metrics.json index 0d1ecd18333..bbbb385613f 100644 --- a/metrics/ios-render-test-runner/render-tests/raster-rotation/90/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/raster-rotation/90/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/raster-saturation/default/metrics.json b/metrics/ios-render-test-runner/render-tests/raster-saturation/default/metrics.json index 4859f4afb12..0f05c16ab79 100644 --- a/metrics/ios-render-test-runner/render-tests/raster-saturation/default/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/raster-saturation/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/raster-saturation/function/metrics.json b/metrics/ios-render-test-runner/render-tests/raster-saturation/function/metrics.json index 4859f4afb12..0f05c16ab79 100644 --- a/metrics/ios-render-test-runner/render-tests/raster-saturation/function/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/raster-saturation/function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/raster-saturation/literal/metrics.json b/metrics/ios-render-test-runner/render-tests/raster-saturation/literal/metrics.json index 4859f4afb12..0f05c16ab79 100644 --- a/metrics/ios-render-test-runner/render-tests/raster-saturation/literal/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/raster-saturation/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/raster-visibility/none/metrics.json b/metrics/ios-render-test-runner/render-tests/raster-visibility/none/metrics.json index db64850e387..fb3082aa614 100644 --- a/metrics/ios-render-test-runner/render-tests/raster-visibility/none/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/raster-visibility/none/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/raster-visibility/visible/metrics.json b/metrics/ios-render-test-runner/render-tests/raster-visibility/visible/metrics.json index 4859f4afb12..0f05c16ab79 100644 --- a/metrics/ios-render-test-runner/render-tests/raster-visibility/visible/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/raster-visibility/visible/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/real-world/nepal/metrics.json b/metrics/ios-render-test-runner/render-tests/real-world/nepal/metrics.json index f1142e011c2..772e2784b65 100644 --- a/metrics/ios-render-test-runner/render-tests/real-world/nepal/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/real-world/nepal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/real-world/norway/metrics.json b/metrics/ios-render-test-runner/render-tests/real-world/norway/metrics.json index 45badb494a7..70157e715c3 100644 --- a/metrics/ios-render-test-runner/render-tests/real-world/norway/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/real-world/norway/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/real-world/uruguay/metrics.json b/metrics/ios-render-test-runner/render-tests/real-world/uruguay/metrics.json index 8c183cc9f3e..2d78407d2e2 100644 --- a/metrics/ios-render-test-runner/render-tests/real-world/uruguay/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/real-world/uruguay/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-js#2523/metrics.json b/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-js#2523/metrics.json index a48098b4aa6..df6ef6aa8c5 100644 --- a/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-js#2523/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-js#2523/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-js#2533/metrics.json b/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-js#2533/metrics.json index c527b4e09d2..89484ae7620 100644 --- a/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-js#2533/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-js#2533/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-js#2534/metrics.json b/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-js#2534/metrics.json index 7d15d2a7ad3..a6e9e855f6a 100644 --- a/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-js#2534/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-js#2534/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-js#2787/metrics.json b/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-js#2787/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-js#2787/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-js#2787/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-js#2846/metrics.json b/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-js#2846/metrics.json index 19c5ef85077..9764c56f837 100644 --- a/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-js#2846/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-js#2846/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-js#2929/metrics.json b/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-js#2929/metrics.json index 2052d5d52ee..7529eb1b86a 100644 --- a/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-js#2929/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-js#2929/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-js#3010/metrics.json b/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-js#3010/metrics.json index 3a2571d36aa..bdb24cbec79 100644 --- a/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-js#3010/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-js#3010/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-js#3107/metrics.json b/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-js#3107/metrics.json index fab92536d4c..44da94cb7f4 100644 --- a/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-js#3107/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-js#3107/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-js#3320/metrics.json b/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-js#3320/metrics.json index bcc2a3f74f9..26ccedcbcc6 100644 --- a/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-js#3320/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-js#3320/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-js#3365/metrics.json b/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-js#3365/metrics.json index 09d52d402e4..8e00f93fdad 100644 --- a/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-js#3365/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-js#3365/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-js#3394/metrics.json b/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-js#3394/metrics.json index 65f07ee5330..147feb028dc 100644 --- a/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-js#3394/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-js#3394/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-js#3426/metrics.json b/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-js#3426/metrics.json index c217fdfc61c..9ad682254db 100644 --- a/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-js#3426/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-js#3426/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-js#3548/metrics.json b/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-js#3548/metrics.json index 6e40c94905a..02b59466219 100644 --- a/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-js#3548/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-js#3548/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-js#3612/metrics.json b/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-js#3612/metrics.json index 35205631494..97a82f2c699 100644 --- a/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-js#3612/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-js#3612/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-js#3614/metrics.json b/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-js#3614/metrics.json index 2e017e0a393..1e9df4d1869 100644 --- a/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-js#3614/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-js#3614/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-js#3623/metrics.json b/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-js#3623/metrics.json index bc237525bb2..b508cf45785 100644 --- a/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-js#3623/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-js#3623/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-js#3633/metrics.json b/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-js#3633/metrics.json index e204a192de4..b762a231e10 100644 --- a/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-js#3633/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-js#3633/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-js#3682/metrics.json b/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-js#3682/metrics.json index 16485ab8b4a..29bd5d79b36 100644 --- a/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-js#3682/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-js#3682/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-js#3702/metrics.json b/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-js#3702/metrics.json index 0500eb4873c..9e161054551 100644 --- a/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-js#3702/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-js#3702/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-js#3723/metrics.json b/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-js#3723/metrics.json index a01add499ee..5bbb9e9e285 100644 --- a/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-js#3723/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-js#3723/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-js#3819/metrics.json b/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-js#3819/metrics.json index 50f1262c46f..5003122a5bc 100644 --- a/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-js#3819/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-js#3819/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-js#3903/metrics.json b/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-js#3903/metrics.json index ca19895c81d..385524356c4 100644 --- a/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-js#3903/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-js#3903/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-js#3910/metrics.json b/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-js#3910/metrics.json index f9443ff76e4..f3cf4089493 100644 --- a/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-js#3910/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-js#3910/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-js#3949/metrics.json b/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-js#3949/metrics.json index b7fcd045414..c5dc4e05e94 100644 --- a/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-js#3949/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-js#3949/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-js#4124/metrics.json b/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-js#4124/metrics.json index d4eae544558..c2b50ed1f4f 100644 --- a/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-js#4124/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-js#4124/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-js#4144/metrics.json b/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-js#4144/metrics.json index d4eae544558..c2b50ed1f4f 100644 --- a/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-js#4144/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-js#4144/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-js#4146/metrics.json b/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-js#4146/metrics.json index d4eae544558..c2b50ed1f4f 100644 --- a/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-js#4146/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-js#4146/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-js#4150/metrics.json b/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-js#4150/metrics.json index 485b59ab36f..2087e1a0787 100644 --- a/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-js#4150/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-js#4150/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-js#4172/metrics.json b/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-js#4172/metrics.json index 3468eac0f2f..a2ec1ec242d 100644 --- a/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-js#4172/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-js#4172/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-js#4235/metrics.json b/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-js#4235/metrics.json index ba3ca00114d..8bd27264ef8 100644 --- a/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-js#4235/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-js#4235/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-js#4550/metrics.json b/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-js#4550/metrics.json index 3a2571d36aa..bdb24cbec79 100644 --- a/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-js#4550/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-js#4550/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-js#4551/metrics.json b/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-js#4551/metrics.json index 48541088a87..eb4921578f7 100644 --- a/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-js#4551/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-js#4551/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-js#4564/metrics.json b/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-js#4564/metrics.json index 54f55f390df..6187e2ef578 100644 --- a/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-js#4564/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-js#4564/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-js#4573/metrics.json b/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-js#4573/metrics.json index 3a2571d36aa..bdb24cbec79 100644 --- a/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-js#4573/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-js#4573/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-js#4579/metrics.json b/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-js#4579/metrics.json index 5068fa89b0a..c0275692b33 100644 --- a/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-js#4579/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-js#4579/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-js#4605/metrics.json b/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-js#4605/metrics.json index 026b6be0310..ab1502aa76c 100644 --- a/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-js#4605/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-js#4605/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-js#4617/metrics.json b/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-js#4617/metrics.json index 026b6be0310..ab1502aa76c 100644 --- a/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-js#4617/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-js#4617/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-js#4647/metrics.json b/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-js#4647/metrics.json index e348c71619e..759f85ee08f 100644 --- a/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-js#4647/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-js#4647/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-js#4651/metrics.json b/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-js#4651/metrics.json index 77e26663adf..75208b6254d 100644 --- a/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-js#4651/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-js#4651/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-js#4860/metrics.json b/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-js#4860/metrics.json index 2a11129cdd7..a12bda145e5 100644 --- a/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-js#4860/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-js#4860/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-js#4928/metrics.json b/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-js#4928/metrics.json index e78c7480085..87958b98822 100644 --- a/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-js#4928/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-js#4928/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-js#5171/metrics.json b/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-js#5171/metrics.json index f116462d86f..a5d7f6590c5 100644 --- a/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-js#5171/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-js#5171/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-js#5370/metrics.json b/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-js#5370/metrics.json index bf5b94a7258..c5dccb9cead 100644 --- a/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-js#5370/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-js#5370/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-js#5466/metrics.json b/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-js#5466/metrics.json index 5e66f07df06..f30c133db82 100644 --- a/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-js#5466/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-js#5466/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-js#5496/metrics.json b/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-js#5496/metrics.json index b7fcd045414..c5dc4e05e94 100644 --- a/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-js#5496/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-js#5496/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-js#5544/metrics.json b/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-js#5544/metrics.json index 20fa03d3244..17a5608e4c0 100644 --- a/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-js#5544/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-js#5544/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-js#5546/metrics.json b/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-js#5546/metrics.json index 6b144b9538d..25ad6d321cf 100644 --- a/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-js#5546/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-js#5546/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-js#5576/metrics.json b/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-js#5576/metrics.json index 63e089963e3..5e613a090bd 100644 --- a/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-js#5576/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-js#5576/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-js#5599/metrics.json b/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-js#5599/metrics.json index 4ab1b5696c5..3085211089b 100644 --- a/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-js#5599/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-js#5599/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-js#5631/metrics.json b/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-js#5631/metrics.json index 7ce4c132485..b4d99c9639a 100644 --- a/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-js#5631/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-js#5631/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-js#5776/metrics.json b/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-js#5776/metrics.json index 2ce8e21873a..1a05422da51 100644 --- a/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-js#5776/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-js#5776/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-js#5911/metrics.json b/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-js#5911/metrics.json index 2043a63e49b..d0665fd606f 100644 --- a/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-js#5911/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-js#5911/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-js#5947/metrics.json b/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-js#5947/metrics.json index 9c7a3359c23..f946223a8d8 100644 --- a/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-js#5947/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-js#5947/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-js#5953/metrics.json b/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-js#5953/metrics.json index 873f47815fe..a1e24dbecc7 100644 --- a/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-js#5953/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-js#5953/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-js#5978/metrics.json b/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-js#5978/metrics.json index 7b8e778406e..34b13f90c07 100644 --- a/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-js#5978/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-js#5978/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-js#6160/metrics.json b/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-js#6160/metrics.json index f8108ef92fb..f89be7b1003 100644 --- a/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-js#6160/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-js#6160/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-js#6238/metrics.json b/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-js#6238/metrics.json index 873f47815fe..a1e24dbecc7 100644 --- a/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-js#6238/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-js#6238/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-js#6548/metrics.json b/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-js#6548/metrics.json index 64d5fea021d..3cf688b7a51 100644 --- a/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-js#6548/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-js#6548/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-js#6649/metrics.json b/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-js#6649/metrics.json index 89aa855d365..3d9e0fbbf80 100644 --- a/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-js#6649/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-js#6649/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-js#6660/metrics.json b/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-js#6660/metrics.json index 0206fc826fe..25471f81337 100644 --- a/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-js#6660/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-js#6660/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-js#6919/metrics.json b/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-js#6919/metrics.json index c8c3dee3946..d92cd64c54d 100644 --- a/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-js#6919/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-js#6919/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-js#7032/metrics.json b/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-js#7032/metrics.json index 693f7870426..e960f3f7cae 100644 --- a/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-js#7032/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-js#7032/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-js#7172/metrics.json b/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-js#7172/metrics.json index 79e78104863..a2643ebba77 100644 --- a/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-js#7172/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-js#7172/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-js#8273/metrics.json b/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-js#8273/metrics.json index 2e92924579b..4bc0d80686a 100644 --- a/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-js#8273/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-js#8273/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-js#9009/metrics.json b/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-js#9009/metrics.json index a5407ceb766..b82aa8853d3 100644 --- a/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-js#9009/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-js#9009/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-native#10849/metrics.json b/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-native#10849/metrics.json index a80aa837e47..9e3eb890c00 100644 --- a/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-native#10849/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-native#10849/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-native#11451/metrics.json b/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-native#11451/metrics.json index 501f64a004e..5ad8d61037a 100644 --- a/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-native#11451/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-native#11451/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-native#11729/metrics.json b/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-native#11729/metrics.json index 0be45de845d..51b147ed165 100644 --- a/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-native#11729/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-native#11729/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-native#12812/metrics.json b/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-native#12812/metrics.json index 89ccfdbed1f..70d140fcbe8 100644 --- a/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-native#12812/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-native#12812/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-native#14402/metrics.json b/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-native#14402/metrics.json index 98442c7f492..af60ac1aa34 100644 --- a/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-native#14402/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-native#14402/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-native#15139/metrics.json b/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-native#15139/metrics.json index 5cb2eb84281..366dde8ad6b 100644 --- a/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-native#15139/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-native#15139/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-native#3292/metrics.json b/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-native#3292/metrics.json index 873f47815fe..a1e24dbecc7 100644 --- a/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-native#3292/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-native#3292/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-native#5648/metrics.json b/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-native#5648/metrics.json index fb4e5552f7f..e85d091e9f4 100644 --- a/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-native#5648/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-native#5648/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-native#5701/metrics.json b/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-native#5701/metrics.json index fea6fe2e598..94fd76f9f2e 100644 --- a/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-native#5701/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-native#5701/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-native#5754/metrics.json b/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-native#5754/metrics.json index fea6fe2e598..94fd76f9f2e 100644 --- a/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-native#5754/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-native#5754/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-native#6063/metrics.json b/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-native#6063/metrics.json index ad0cf8a2675..96b40f548e9 100644 --- a/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-native#6063/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-native#6063/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-native#6233/metrics.json b/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-native#6233/metrics.json index bb8ac853884..5cfc25dfd95 100644 --- a/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-native#6233/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-native#6233/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-native#6820/metrics.json b/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-native#6820/metrics.json index daa3b24ba11..76c12734be8 100644 --- a/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-native#6820/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-native#6820/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-native#6903/metrics.json b/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-native#6903/metrics.json index e85e6b42dc7..600dae24320 100644 --- a/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-native#6903/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-native#6903/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-native#7241/metrics.json b/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-native#7241/metrics.json index 01b432fe214..e30b6a8224f 100644 --- a/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-native#7241/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-native#7241/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-native#7572/metrics.json b/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-native#7572/metrics.json index 38eab4e78e3..d0501b45165 100644 --- a/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-native#7572/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-native#7572/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-native#7714/metrics.json b/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-native#7714/metrics.json index 2bd3523e277..8c3137d8884 100644 --- a/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-native#7714/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-native#7714/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-native#7792/metrics.json b/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-native#7792/metrics.json index 01b432fe214..e30b6a8224f 100644 --- a/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-native#7792/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-native#7792/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-native#8078/metrics.json b/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-native#8078/metrics.json index 16c62d33f56..5448971d70e 100644 --- a/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-native#8078/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-native#8078/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-native#8303/metrics.json b/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-native#8303/metrics.json index fea6fe2e598..94fd76f9f2e 100644 --- a/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-native#8303/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-native#8303/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-native#8460/metrics.json b/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-native#8460/metrics.json index d4eae544558..c2b50ed1f4f 100644 --- a/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-native#8460/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-native#8460/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-native#8505/metrics.json b/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-native#8505/metrics.json index 50f1262c46f..5003122a5bc 100644 --- a/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-native#8505/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-native#8505/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-native#8871/metrics.json b/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-native#8871/metrics.json index ecd1b9eaf55..3eacb71976a 100644 --- a/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-native#8871/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-native#8871/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-native#8952/metrics.json b/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-native#8952/metrics.json index 7da07969667..7c49193327f 100644 --- a/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-native#8952/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-native#8952/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-native#9406/metrics.json b/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-native#9406/metrics.json index 4e5b247b073..36da688a67f 100644 --- a/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-native#9406/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-native#9406/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-native#9557/metrics.json b/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-native#9557/metrics.json index 7f54e748035..b9a7b5fe648 100644 --- a/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-native#9557/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-native#9557/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-native#9792/metrics.json b/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-native#9792/metrics.json index 6de6aa8e28f..9ecafe55c84 100644 --- a/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-native#9792/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-native#9792/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-native#9900/metrics.json b/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-native#9900/metrics.json index 662a5ca35c5..44aa3db9ce1 100644 --- a/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-native#9900/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-native#9900/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-native#9979/metrics.json b/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-native#9979/metrics.json index 5068fa89b0a..c0275692b33 100644 --- a/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-native#9979/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-native#9979/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-shaders#37/metrics.json b/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-shaders#37/metrics.json index eb891b578e4..596d5893bab 100644 --- a/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-shaders#37/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/regressions/mapbox-gl-shaders#37/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/remove-feature-state/composite-expression/metrics.json b/metrics/ios-render-test-runner/render-tests/remove-feature-state/composite-expression/metrics.json index 3653638ee2e..199b2b57550 100644 --- a/metrics/ios-render-test-runner/render-tests/remove-feature-state/composite-expression/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/remove-feature-state/composite-expression/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/remove-feature-state/data-expression/metrics.json b/metrics/ios-render-test-runner/render-tests/remove-feature-state/data-expression/metrics.json index f6bec0e0459..8b4cf7dabaf 100644 --- a/metrics/ios-render-test-runner/render-tests/remove-feature-state/data-expression/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/remove-feature-state/data-expression/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/remove-feature-state/vector-source/metrics.json b/metrics/ios-render-test-runner/render-tests/remove-feature-state/vector-source/metrics.json index 16026dacebf..bb5b3e0e76f 100644 --- a/metrics/ios-render-test-runner/render-tests/remove-feature-state/vector-source/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/remove-feature-state/vector-source/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/retina-raster/default/metrics.json b/metrics/ios-render-test-runner/render-tests/retina-raster/default/metrics.json index 10305579d18..bf90ca9af08 100644 --- a/metrics/ios-render-test-runner/render-tests/retina-raster/default/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/retina-raster/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/runtime-styling/filter-default-to-false/metrics.json b/metrics/ios-render-test-runner/render-tests/runtime-styling/filter-default-to-false/metrics.json index 7d39e182955..4c937ec3278 100644 --- a/metrics/ios-render-test-runner/render-tests/runtime-styling/filter-default-to-false/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/runtime-styling/filter-default-to-false/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/runtime-styling/filter-default-to-true/metrics.json b/metrics/ios-render-test-runner/render-tests/runtime-styling/filter-default-to-true/metrics.json index fea6fe2e598..94fd76f9f2e 100644 --- a/metrics/ios-render-test-runner/render-tests/runtime-styling/filter-default-to-true/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/runtime-styling/filter-default-to-true/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/runtime-styling/filter-false-to-default/metrics.json b/metrics/ios-render-test-runner/render-tests/runtime-styling/filter-false-to-default/metrics.json index fea6fe2e598..94fd76f9f2e 100644 --- a/metrics/ios-render-test-runner/render-tests/runtime-styling/filter-false-to-default/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/runtime-styling/filter-false-to-default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/runtime-styling/filter-false-to-true/metrics.json b/metrics/ios-render-test-runner/render-tests/runtime-styling/filter-false-to-true/metrics.json index fea6fe2e598..94fd76f9f2e 100644 --- a/metrics/ios-render-test-runner/render-tests/runtime-styling/filter-false-to-true/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/runtime-styling/filter-false-to-true/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/runtime-styling/filter-true-to-default/metrics.json b/metrics/ios-render-test-runner/render-tests/runtime-styling/filter-true-to-default/metrics.json index fea6fe2e598..94fd76f9f2e 100644 --- a/metrics/ios-render-test-runner/render-tests/runtime-styling/filter-true-to-default/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/runtime-styling/filter-true-to-default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/runtime-styling/filter-true-to-false/metrics.json b/metrics/ios-render-test-runner/render-tests/runtime-styling/filter-true-to-false/metrics.json index 7d39e182955..4c937ec3278 100644 --- a/metrics/ios-render-test-runner/render-tests/runtime-styling/filter-true-to-false/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/runtime-styling/filter-true-to-false/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/runtime-styling/image-add-1.5x-image-1x-screen/metrics.json b/metrics/ios-render-test-runner/render-tests/runtime-styling/image-add-1.5x-image-1x-screen/metrics.json index 4deb44f270c..9051b2dd8a0 100644 --- a/metrics/ios-render-test-runner/render-tests/runtime-styling/image-add-1.5x-image-1x-screen/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/runtime-styling/image-add-1.5x-image-1x-screen/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/runtime-styling/image-add-1.5x-image-2x-screen/metrics.json b/metrics/ios-render-test-runner/render-tests/runtime-styling/image-add-1.5x-image-2x-screen/metrics.json index 4deb44f270c..9051b2dd8a0 100644 --- a/metrics/ios-render-test-runner/render-tests/runtime-styling/image-add-1.5x-image-2x-screen/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/runtime-styling/image-add-1.5x-image-2x-screen/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/runtime-styling/image-add-1x-image-1x-screen/metrics.json b/metrics/ios-render-test-runner/render-tests/runtime-styling/image-add-1x-image-1x-screen/metrics.json index 6faf862e935..195626668e5 100644 --- a/metrics/ios-render-test-runner/render-tests/runtime-styling/image-add-1x-image-1x-screen/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/runtime-styling/image-add-1x-image-1x-screen/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/runtime-styling/image-add-1x-image-2x-screen/metrics.json b/metrics/ios-render-test-runner/render-tests/runtime-styling/image-add-1x-image-2x-screen/metrics.json index 6faf862e935..195626668e5 100644 --- a/metrics/ios-render-test-runner/render-tests/runtime-styling/image-add-1x-image-2x-screen/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/runtime-styling/image-add-1x-image-2x-screen/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/runtime-styling/image-add-2x-image-1x-screen/metrics.json b/metrics/ios-render-test-runner/render-tests/runtime-styling/image-add-2x-image-1x-screen/metrics.json index e0baa0c9f5a..b2ee8647e41 100644 --- a/metrics/ios-render-test-runner/render-tests/runtime-styling/image-add-2x-image-1x-screen/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/runtime-styling/image-add-2x-image-1x-screen/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/runtime-styling/image-add-2x-image-2x-screen/metrics.json b/metrics/ios-render-test-runner/render-tests/runtime-styling/image-add-2x-image-2x-screen/metrics.json index e0baa0c9f5a..b2ee8647e41 100644 --- a/metrics/ios-render-test-runner/render-tests/runtime-styling/image-add-2x-image-2x-screen/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/runtime-styling/image-add-2x-image-2x-screen/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/runtime-styling/image-add-alpha/metrics.json b/metrics/ios-render-test-runner/render-tests/runtime-styling/image-add-alpha/metrics.json index 7b309facc7a..e7846c68293 100644 --- a/metrics/ios-render-test-runner/render-tests/runtime-styling/image-add-alpha/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/runtime-styling/image-add-alpha/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/runtime-styling/image-add-nonsdf/metrics.json b/metrics/ios-render-test-runner/render-tests/runtime-styling/image-add-nonsdf/metrics.json index 672f6c43ed1..c58c3f22a42 100644 --- a/metrics/ios-render-test-runner/render-tests/runtime-styling/image-add-nonsdf/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/runtime-styling/image-add-nonsdf/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/runtime-styling/image-add-sdf/metrics.json b/metrics/ios-render-test-runner/render-tests/runtime-styling/image-add-sdf/metrics.json index 672f6c43ed1..c58c3f22a42 100644 --- a/metrics/ios-render-test-runner/render-tests/runtime-styling/image-add-sdf/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/runtime-styling/image-add-sdf/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/runtime-styling/image-remove/metrics.json b/metrics/ios-render-test-runner/render-tests/runtime-styling/image-remove/metrics.json index ac4b3251ff9..c47506deede 100644 --- a/metrics/ios-render-test-runner/render-tests/runtime-styling/image-remove/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/runtime-styling/image-remove/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/runtime-styling/image-update-icon/metrics.json b/metrics/ios-render-test-runner/render-tests/runtime-styling/image-update-icon/metrics.json index 9b2e396f8e8..08221c27b57 100644 --- a/metrics/ios-render-test-runner/render-tests/runtime-styling/image-update-icon/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/runtime-styling/image-update-icon/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/runtime-styling/layer-add-background/metrics.json b/metrics/ios-render-test-runner/render-tests/runtime-styling/layer-add-background/metrics.json index ca19895c81d..385524356c4 100644 --- a/metrics/ios-render-test-runner/render-tests/runtime-styling/layer-add-background/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/runtime-styling/layer-add-background/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/runtime-styling/layer-add-circle/metrics.json b/metrics/ios-render-test-runner/render-tests/runtime-styling/layer-add-circle/metrics.json index 01b432fe214..e30b6a8224f 100644 --- a/metrics/ios-render-test-runner/render-tests/runtime-styling/layer-add-circle/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/runtime-styling/layer-add-circle/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/runtime-styling/layer-add-fill/metrics.json b/metrics/ios-render-test-runner/render-tests/runtime-styling/layer-add-fill/metrics.json index 873f47815fe..a1e24dbecc7 100644 --- a/metrics/ios-render-test-runner/render-tests/runtime-styling/layer-add-fill/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/runtime-styling/layer-add-fill/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/runtime-styling/layer-add-line/metrics.json b/metrics/ios-render-test-runner/render-tests/runtime-styling/layer-add-line/metrics.json index bb8ac853884..5cfc25dfd95 100644 --- a/metrics/ios-render-test-runner/render-tests/runtime-styling/layer-add-line/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/runtime-styling/layer-add-line/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/runtime-styling/layer-add-raster/metrics.json b/metrics/ios-render-test-runner/render-tests/runtime-styling/layer-add-raster/metrics.json index 2e017e0a393..1e9df4d1869 100644 --- a/metrics/ios-render-test-runner/render-tests/runtime-styling/layer-add-raster/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/runtime-styling/layer-add-raster/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/runtime-styling/layer-add-symbol/metrics.json b/metrics/ios-render-test-runner/render-tests/runtime-styling/layer-add-symbol/metrics.json index fea6fe2e598..94fd76f9f2e 100644 --- a/metrics/ios-render-test-runner/render-tests/runtime-styling/layer-add-symbol/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/runtime-styling/layer-add-symbol/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/runtime-styling/layer-remove-background/metrics.json b/metrics/ios-render-test-runner/render-tests/runtime-styling/layer-remove-background/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/ios-render-test-runner/render-tests/runtime-styling/layer-remove-background/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/runtime-styling/layer-remove-background/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/runtime-styling/layer-remove-circle/metrics.json b/metrics/ios-render-test-runner/render-tests/runtime-styling/layer-remove-circle/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/ios-render-test-runner/render-tests/runtime-styling/layer-remove-circle/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/runtime-styling/layer-remove-circle/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/runtime-styling/layer-remove-fill/metrics.json b/metrics/ios-render-test-runner/render-tests/runtime-styling/layer-remove-fill/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/ios-render-test-runner/render-tests/runtime-styling/layer-remove-fill/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/runtime-styling/layer-remove-fill/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/runtime-styling/layer-remove-line/metrics.json b/metrics/ios-render-test-runner/render-tests/runtime-styling/layer-remove-line/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/ios-render-test-runner/render-tests/runtime-styling/layer-remove-line/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/runtime-styling/layer-remove-line/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/runtime-styling/layer-remove-raster/metrics.json b/metrics/ios-render-test-runner/render-tests/runtime-styling/layer-remove-raster/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/ios-render-test-runner/render-tests/runtime-styling/layer-remove-raster/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/runtime-styling/layer-remove-raster/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/runtime-styling/layer-remove-symbol/metrics.json b/metrics/ios-render-test-runner/render-tests/runtime-styling/layer-remove-symbol/metrics.json index d1d3c719b69..2cd5816ef0d 100644 --- a/metrics/ios-render-test-runner/render-tests/runtime-styling/layer-remove-symbol/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/runtime-styling/layer-remove-symbol/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/runtime-styling/layout-property-default-to-literal/metrics.json b/metrics/ios-render-test-runner/render-tests/runtime-styling/layout-property-default-to-literal/metrics.json index fea6fe2e598..94fd76f9f2e 100644 --- a/metrics/ios-render-test-runner/render-tests/runtime-styling/layout-property-default-to-literal/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/runtime-styling/layout-property-default-to-literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/runtime-styling/layout-property-default-to-property-expression/metrics.json b/metrics/ios-render-test-runner/render-tests/runtime-styling/layout-property-default-to-property-expression/metrics.json index 43f81ae9e8f..7b15f7584f8 100644 --- a/metrics/ios-render-test-runner/render-tests/runtime-styling/layout-property-default-to-property-expression/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/runtime-styling/layout-property-default-to-property-expression/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/runtime-styling/layout-property-default-to-property-function/metrics.json b/metrics/ios-render-test-runner/render-tests/runtime-styling/layout-property-default-to-property-function/metrics.json index 43f81ae9e8f..7b15f7584f8 100644 --- a/metrics/ios-render-test-runner/render-tests/runtime-styling/layout-property-default-to-property-function/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/runtime-styling/layout-property-default-to-property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/runtime-styling/layout-property-default-to-zoom-expression/metrics.json b/metrics/ios-render-test-runner/render-tests/runtime-styling/layout-property-default-to-zoom-expression/metrics.json index fea6fe2e598..94fd76f9f2e 100644 --- a/metrics/ios-render-test-runner/render-tests/runtime-styling/layout-property-default-to-zoom-expression/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/runtime-styling/layout-property-default-to-zoom-expression/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/runtime-styling/layout-property-default-to-zoom-function/metrics.json b/metrics/ios-render-test-runner/render-tests/runtime-styling/layout-property-default-to-zoom-function/metrics.json index fea6fe2e598..94fd76f9f2e 100644 --- a/metrics/ios-render-test-runner/render-tests/runtime-styling/layout-property-default-to-zoom-function/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/runtime-styling/layout-property-default-to-zoom-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/runtime-styling/layout-property-literal-to-default/metrics.json b/metrics/ios-render-test-runner/render-tests/runtime-styling/layout-property-literal-to-default/metrics.json index 7d39e182955..4c937ec3278 100644 --- a/metrics/ios-render-test-runner/render-tests/runtime-styling/layout-property-literal-to-default/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/runtime-styling/layout-property-literal-to-default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/runtime-styling/layout-property-literal-to-property-expression/metrics.json b/metrics/ios-render-test-runner/render-tests/runtime-styling/layout-property-literal-to-property-expression/metrics.json index 43f81ae9e8f..7b15f7584f8 100644 --- a/metrics/ios-render-test-runner/render-tests/runtime-styling/layout-property-literal-to-property-expression/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/runtime-styling/layout-property-literal-to-property-expression/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/runtime-styling/layout-property-literal-to-property-function/metrics.json b/metrics/ios-render-test-runner/render-tests/runtime-styling/layout-property-literal-to-property-function/metrics.json index 43f81ae9e8f..7b15f7584f8 100644 --- a/metrics/ios-render-test-runner/render-tests/runtime-styling/layout-property-literal-to-property-function/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/runtime-styling/layout-property-literal-to-property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/runtime-styling/layout-property-literal-to-zoom-expression/metrics.json b/metrics/ios-render-test-runner/render-tests/runtime-styling/layout-property-literal-to-zoom-expression/metrics.json index fea6fe2e598..94fd76f9f2e 100644 --- a/metrics/ios-render-test-runner/render-tests/runtime-styling/layout-property-literal-to-zoom-expression/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/runtime-styling/layout-property-literal-to-zoom-expression/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/runtime-styling/layout-property-literal-to-zoom-function/metrics.json b/metrics/ios-render-test-runner/render-tests/runtime-styling/layout-property-literal-to-zoom-function/metrics.json index fea6fe2e598..94fd76f9f2e 100644 --- a/metrics/ios-render-test-runner/render-tests/runtime-styling/layout-property-literal-to-zoom-function/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/runtime-styling/layout-property-literal-to-zoom-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/runtime-styling/layout-property-override-paint-property-expression/metrics.json b/metrics/ios-render-test-runner/render-tests/runtime-styling/layout-property-override-paint-property-expression/metrics.json index c4c12ce6ccf..8fc0848bdb8 100644 --- a/metrics/ios-render-test-runner/render-tests/runtime-styling/layout-property-override-paint-property-expression/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/runtime-styling/layout-property-override-paint-property-expression/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/runtime-styling/layout-property-override-paint-property-literal/metrics.json b/metrics/ios-render-test-runner/render-tests/runtime-styling/layout-property-override-paint-property-literal/metrics.json index ded111d5dbd..4a0222bf2cd 100644 --- a/metrics/ios-render-test-runner/render-tests/runtime-styling/layout-property-override-paint-property-literal/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/runtime-styling/layout-property-override-paint-property-literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/runtime-styling/layout-property-property-expression-to-default/metrics.json b/metrics/ios-render-test-runner/render-tests/runtime-styling/layout-property-property-expression-to-default/metrics.json index 43f81ae9e8f..7b15f7584f8 100644 --- a/metrics/ios-render-test-runner/render-tests/runtime-styling/layout-property-property-expression-to-default/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/runtime-styling/layout-property-property-expression-to-default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/runtime-styling/layout-property-property-expression-to-literal/metrics.json b/metrics/ios-render-test-runner/render-tests/runtime-styling/layout-property-property-expression-to-literal/metrics.json index 43f81ae9e8f..7b15f7584f8 100644 --- a/metrics/ios-render-test-runner/render-tests/runtime-styling/layout-property-property-expression-to-literal/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/runtime-styling/layout-property-property-expression-to-literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/runtime-styling/layout-property-property-expression-to-property-expression/metrics.json b/metrics/ios-render-test-runner/render-tests/runtime-styling/layout-property-property-expression-to-property-expression/metrics.json index 43f81ae9e8f..7b15f7584f8 100644 --- a/metrics/ios-render-test-runner/render-tests/runtime-styling/layout-property-property-expression-to-property-expression/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/runtime-styling/layout-property-property-expression-to-property-expression/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/runtime-styling/layout-property-property-expression-to-zoom-expression/metrics.json b/metrics/ios-render-test-runner/render-tests/runtime-styling/layout-property-property-expression-to-zoom-expression/metrics.json index fea6fe2e598..94fd76f9f2e 100644 --- a/metrics/ios-render-test-runner/render-tests/runtime-styling/layout-property-property-expression-to-zoom-expression/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/runtime-styling/layout-property-property-expression-to-zoom-expression/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/runtime-styling/layout-property-property-function-to-default/metrics.json b/metrics/ios-render-test-runner/render-tests/runtime-styling/layout-property-property-function-to-default/metrics.json index 43f81ae9e8f..7b15f7584f8 100644 --- a/metrics/ios-render-test-runner/render-tests/runtime-styling/layout-property-property-function-to-default/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/runtime-styling/layout-property-property-function-to-default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/runtime-styling/layout-property-property-function-to-literal/metrics.json b/metrics/ios-render-test-runner/render-tests/runtime-styling/layout-property-property-function-to-literal/metrics.json index 43f81ae9e8f..7b15f7584f8 100644 --- a/metrics/ios-render-test-runner/render-tests/runtime-styling/layout-property-property-function-to-literal/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/runtime-styling/layout-property-property-function-to-literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/runtime-styling/layout-property-text-variable-anchor/metrics.json b/metrics/ios-render-test-runner/render-tests/runtime-styling/layout-property-text-variable-anchor/metrics.json index 7c2bcc88a93..56d2c48830a 100644 --- a/metrics/ios-render-test-runner/render-tests/runtime-styling/layout-property-text-variable-anchor/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/runtime-styling/layout-property-text-variable-anchor/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/runtime-styling/layout-property-zoom-and-property-expression-to-property-expression/metrics.json b/metrics/ios-render-test-runner/render-tests/runtime-styling/layout-property-zoom-and-property-expression-to-property-expression/metrics.json index 43f81ae9e8f..7b15f7584f8 100644 --- a/metrics/ios-render-test-runner/render-tests/runtime-styling/layout-property-zoom-and-property-expression-to-property-expression/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/runtime-styling/layout-property-zoom-and-property-expression-to-property-expression/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/runtime-styling/layout-property-zoom-and-property-expression-to-zoom-and-property-expression/metrics.json b/metrics/ios-render-test-runner/render-tests/runtime-styling/layout-property-zoom-and-property-expression-to-zoom-and-property-expression/metrics.json index 43f81ae9e8f..7b15f7584f8 100644 --- a/metrics/ios-render-test-runner/render-tests/runtime-styling/layout-property-zoom-and-property-expression-to-zoom-and-property-expression/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/runtime-styling/layout-property-zoom-and-property-expression-to-zoom-and-property-expression/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/runtime-styling/layout-property-zoom-and-property-expression-to-zoom-expression/metrics.json b/metrics/ios-render-test-runner/render-tests/runtime-styling/layout-property-zoom-and-property-expression-to-zoom-expression/metrics.json index fea6fe2e598..94fd76f9f2e 100644 --- a/metrics/ios-render-test-runner/render-tests/runtime-styling/layout-property-zoom-and-property-expression-to-zoom-expression/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/runtime-styling/layout-property-zoom-and-property-expression-to-zoom-expression/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/runtime-styling/layout-property-zoom-expression-to-default/metrics.json b/metrics/ios-render-test-runner/render-tests/runtime-styling/layout-property-zoom-expression-to-default/metrics.json index 7d39e182955..4c937ec3278 100644 --- a/metrics/ios-render-test-runner/render-tests/runtime-styling/layout-property-zoom-expression-to-default/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/runtime-styling/layout-property-zoom-expression-to-default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/runtime-styling/layout-property-zoom-expression-to-literal/metrics.json b/metrics/ios-render-test-runner/render-tests/runtime-styling/layout-property-zoom-expression-to-literal/metrics.json index fea6fe2e598..94fd76f9f2e 100644 --- a/metrics/ios-render-test-runner/render-tests/runtime-styling/layout-property-zoom-expression-to-literal/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/runtime-styling/layout-property-zoom-expression-to-literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/runtime-styling/layout-property-zoom-expression-to-property-expression/metrics.json b/metrics/ios-render-test-runner/render-tests/runtime-styling/layout-property-zoom-expression-to-property-expression/metrics.json index 43f81ae9e8f..7b15f7584f8 100644 --- a/metrics/ios-render-test-runner/render-tests/runtime-styling/layout-property-zoom-expression-to-property-expression/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/runtime-styling/layout-property-zoom-expression-to-property-expression/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/runtime-styling/layout-property-zoom-expression-to-zoom-and-property-expression/metrics.json b/metrics/ios-render-test-runner/render-tests/runtime-styling/layout-property-zoom-expression-to-zoom-and-property-expression/metrics.json index 43f81ae9e8f..7b15f7584f8 100644 --- a/metrics/ios-render-test-runner/render-tests/runtime-styling/layout-property-zoom-expression-to-zoom-and-property-expression/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/runtime-styling/layout-property-zoom-expression-to-zoom-and-property-expression/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/runtime-styling/layout-property-zoom-expression-to-zoom-expression/metrics.json b/metrics/ios-render-test-runner/render-tests/runtime-styling/layout-property-zoom-expression-to-zoom-expression/metrics.json index fea6fe2e598..94fd76f9f2e 100644 --- a/metrics/ios-render-test-runner/render-tests/runtime-styling/layout-property-zoom-expression-to-zoom-expression/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/runtime-styling/layout-property-zoom-expression-to-zoom-expression/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/runtime-styling/layout-property-zoom-function-to-default/metrics.json b/metrics/ios-render-test-runner/render-tests/runtime-styling/layout-property-zoom-function-to-default/metrics.json index 7d39e182955..4c937ec3278 100644 --- a/metrics/ios-render-test-runner/render-tests/runtime-styling/layout-property-zoom-function-to-default/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/runtime-styling/layout-property-zoom-function-to-default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/runtime-styling/layout-property-zoom-function-to-literal/metrics.json b/metrics/ios-render-test-runner/render-tests/runtime-styling/layout-property-zoom-function-to-literal/metrics.json index fea6fe2e598..94fd76f9f2e 100644 --- a/metrics/ios-render-test-runner/render-tests/runtime-styling/layout-property-zoom-function-to-literal/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/runtime-styling/layout-property-zoom-function-to-literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/runtime-styling/paint-property-default-to-literal/metrics.json b/metrics/ios-render-test-runner/render-tests/runtime-styling/paint-property-default-to-literal/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/ios-render-test-runner/render-tests/runtime-styling/paint-property-default-to-literal/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/runtime-styling/paint-property-default-to-literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/runtime-styling/paint-property-default-to-property-expression/metrics.json b/metrics/ios-render-test-runner/render-tests/runtime-styling/paint-property-default-to-property-expression/metrics.json index bf5b94a7258..c5dccb9cead 100644 --- a/metrics/ios-render-test-runner/render-tests/runtime-styling/paint-property-default-to-property-expression/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/runtime-styling/paint-property-default-to-property-expression/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/runtime-styling/paint-property-default-to-property-function/metrics.json b/metrics/ios-render-test-runner/render-tests/runtime-styling/paint-property-default-to-property-function/metrics.json index bf5b94a7258..c5dccb9cead 100644 --- a/metrics/ios-render-test-runner/render-tests/runtime-styling/paint-property-default-to-property-function/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/runtime-styling/paint-property-default-to-property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/runtime-styling/paint-property-default-to-zoom-expression/metrics.json b/metrics/ios-render-test-runner/render-tests/runtime-styling/paint-property-default-to-zoom-expression/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/ios-render-test-runner/render-tests/runtime-styling/paint-property-default-to-zoom-expression/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/runtime-styling/paint-property-default-to-zoom-expression/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/runtime-styling/paint-property-default-to-zoom-function/metrics.json b/metrics/ios-render-test-runner/render-tests/runtime-styling/paint-property-default-to-zoom-function/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/ios-render-test-runner/render-tests/runtime-styling/paint-property-default-to-zoom-function/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/runtime-styling/paint-property-default-to-zoom-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/runtime-styling/paint-property-fill-flat-to-extrude/metrics.json b/metrics/ios-render-test-runner/render-tests/runtime-styling/paint-property-fill-flat-to-extrude/metrics.json index 869c4378bf3..f712c8f66dc 100644 --- a/metrics/ios-render-test-runner/render-tests/runtime-styling/paint-property-fill-flat-to-extrude/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/runtime-styling/paint-property-fill-flat-to-extrude/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/runtime-styling/paint-property-literal-to-default/metrics.json b/metrics/ios-render-test-runner/render-tests/runtime-styling/paint-property-literal-to-default/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/ios-render-test-runner/render-tests/runtime-styling/paint-property-literal-to-default/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/runtime-styling/paint-property-literal-to-default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/runtime-styling/paint-property-literal-to-expression/metrics.json b/metrics/ios-render-test-runner/render-tests/runtime-styling/paint-property-literal-to-expression/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/ios-render-test-runner/render-tests/runtime-styling/paint-property-literal-to-expression/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/runtime-styling/paint-property-literal-to-expression/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/runtime-styling/paint-property-literal-to-function/metrics.json b/metrics/ios-render-test-runner/render-tests/runtime-styling/paint-property-literal-to-function/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/ios-render-test-runner/render-tests/runtime-styling/paint-property-literal-to-function/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/runtime-styling/paint-property-literal-to-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/runtime-styling/paint-property-literal-to-property-expression/metrics.json b/metrics/ios-render-test-runner/render-tests/runtime-styling/paint-property-literal-to-property-expression/metrics.json index bf5b94a7258..c5dccb9cead 100644 --- a/metrics/ios-render-test-runner/render-tests/runtime-styling/paint-property-literal-to-property-expression/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/runtime-styling/paint-property-literal-to-property-expression/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/runtime-styling/paint-property-literal-to-property-function/metrics.json b/metrics/ios-render-test-runner/render-tests/runtime-styling/paint-property-literal-to-property-function/metrics.json index bf5b94a7258..c5dccb9cead 100644 --- a/metrics/ios-render-test-runner/render-tests/runtime-styling/paint-property-literal-to-property-function/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/runtime-styling/paint-property-literal-to-property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/runtime-styling/paint-property-overriden-default-to-expression/metrics.json b/metrics/ios-render-test-runner/render-tests/runtime-styling/paint-property-overriden-default-to-expression/metrics.json index 23b829f1681..663c3ce98a2 100644 --- a/metrics/ios-render-test-runner/render-tests/runtime-styling/paint-property-overriden-default-to-expression/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/runtime-styling/paint-property-overriden-default-to-expression/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/runtime-styling/paint-property-overriden-default-to-literal/metrics.json b/metrics/ios-render-test-runner/render-tests/runtime-styling/paint-property-overriden-default-to-literal/metrics.json index 47108b29bc1..1d0d7d25ccf 100644 --- a/metrics/ios-render-test-runner/render-tests/runtime-styling/paint-property-overriden-default-to-literal/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/runtime-styling/paint-property-overriden-default-to-literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/runtime-styling/paint-property-overriden-expression-to-literal/metrics.json b/metrics/ios-render-test-runner/render-tests/runtime-styling/paint-property-overriden-expression-to-literal/metrics.json index 9d89d5f2f3a..225b328f706 100644 --- a/metrics/ios-render-test-runner/render-tests/runtime-styling/paint-property-overriden-expression-to-literal/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/runtime-styling/paint-property-overriden-expression-to-literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/runtime-styling/paint-property-property-expression-to-default/metrics.json b/metrics/ios-render-test-runner/render-tests/runtime-styling/paint-property-property-expression-to-default/metrics.json index b7fcd045414..c5dc4e05e94 100644 --- a/metrics/ios-render-test-runner/render-tests/runtime-styling/paint-property-property-expression-to-default/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/runtime-styling/paint-property-property-expression-to-default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/runtime-styling/paint-property-property-expression-to-literal/metrics.json b/metrics/ios-render-test-runner/render-tests/runtime-styling/paint-property-property-expression-to-literal/metrics.json index b7fcd045414..c5dc4e05e94 100644 --- a/metrics/ios-render-test-runner/render-tests/runtime-styling/paint-property-property-expression-to-literal/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/runtime-styling/paint-property-property-expression-to-literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/runtime-styling/paint-property-property-expression-to-property-expression/metrics.json b/metrics/ios-render-test-runner/render-tests/runtime-styling/paint-property-property-expression-to-property-expression/metrics.json index bf5b94a7258..c5dccb9cead 100644 --- a/metrics/ios-render-test-runner/render-tests/runtime-styling/paint-property-property-expression-to-property-expression/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/runtime-styling/paint-property-property-expression-to-property-expression/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/runtime-styling/paint-property-property-expression-to-zoom-expression/metrics.json b/metrics/ios-render-test-runner/render-tests/runtime-styling/paint-property-property-expression-to-zoom-expression/metrics.json index b7fcd045414..c5dc4e05e94 100644 --- a/metrics/ios-render-test-runner/render-tests/runtime-styling/paint-property-property-expression-to-zoom-expression/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/runtime-styling/paint-property-property-expression-to-zoom-expression/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/runtime-styling/paint-property-property-function-to-default/metrics.json b/metrics/ios-render-test-runner/render-tests/runtime-styling/paint-property-property-function-to-default/metrics.json index b7fcd045414..c5dc4e05e94 100644 --- a/metrics/ios-render-test-runner/render-tests/runtime-styling/paint-property-property-function-to-default/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/runtime-styling/paint-property-property-function-to-default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/runtime-styling/paint-property-property-function-to-literal/metrics.json b/metrics/ios-render-test-runner/render-tests/runtime-styling/paint-property-property-function-to-literal/metrics.json index b7fcd045414..c5dc4e05e94 100644 --- a/metrics/ios-render-test-runner/render-tests/runtime-styling/paint-property-property-function-to-literal/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/runtime-styling/paint-property-property-function-to-literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/runtime-styling/paint-property-zoom-and-property-expression-to-property-expression/metrics.json b/metrics/ios-render-test-runner/render-tests/runtime-styling/paint-property-zoom-and-property-expression-to-property-expression/metrics.json index bf5b94a7258..c5dccb9cead 100644 --- a/metrics/ios-render-test-runner/render-tests/runtime-styling/paint-property-zoom-and-property-expression-to-property-expression/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/runtime-styling/paint-property-zoom-and-property-expression-to-property-expression/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/runtime-styling/paint-property-zoom-and-property-expression-to-zoom-and-property-expression/metrics.json b/metrics/ios-render-test-runner/render-tests/runtime-styling/paint-property-zoom-and-property-expression-to-zoom-and-property-expression/metrics.json index 2b00a4fa064..5c78b6b810e 100644 --- a/metrics/ios-render-test-runner/render-tests/runtime-styling/paint-property-zoom-and-property-expression-to-zoom-and-property-expression/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/runtime-styling/paint-property-zoom-and-property-expression-to-zoom-and-property-expression/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/runtime-styling/paint-property-zoom-and-property-expression-to-zoom-expression/metrics.json b/metrics/ios-render-test-runner/render-tests/runtime-styling/paint-property-zoom-and-property-expression-to-zoom-expression/metrics.json index b7fcd045414..c5dc4e05e94 100644 --- a/metrics/ios-render-test-runner/render-tests/runtime-styling/paint-property-zoom-and-property-expression-to-zoom-expression/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/runtime-styling/paint-property-zoom-and-property-expression-to-zoom-expression/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/runtime-styling/paint-property-zoom-expression-to-default/metrics.json b/metrics/ios-render-test-runner/render-tests/runtime-styling/paint-property-zoom-expression-to-default/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/ios-render-test-runner/render-tests/runtime-styling/paint-property-zoom-expression-to-default/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/runtime-styling/paint-property-zoom-expression-to-default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/runtime-styling/paint-property-zoom-expression-to-literal/metrics.json b/metrics/ios-render-test-runner/render-tests/runtime-styling/paint-property-zoom-expression-to-literal/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/ios-render-test-runner/render-tests/runtime-styling/paint-property-zoom-expression-to-literal/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/runtime-styling/paint-property-zoom-expression-to-literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/runtime-styling/paint-property-zoom-expression-to-property-expression/metrics.json b/metrics/ios-render-test-runner/render-tests/runtime-styling/paint-property-zoom-expression-to-property-expression/metrics.json index bf5b94a7258..c5dccb9cead 100644 --- a/metrics/ios-render-test-runner/render-tests/runtime-styling/paint-property-zoom-expression-to-property-expression/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/runtime-styling/paint-property-zoom-expression-to-property-expression/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/runtime-styling/paint-property-zoom-expression-to-zoom-and-property-expression/metrics.json b/metrics/ios-render-test-runner/render-tests/runtime-styling/paint-property-zoom-expression-to-zoom-and-property-expression/metrics.json index 2b00a4fa064..5c78b6b810e 100644 --- a/metrics/ios-render-test-runner/render-tests/runtime-styling/paint-property-zoom-expression-to-zoom-and-property-expression/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/runtime-styling/paint-property-zoom-expression-to-zoom-and-property-expression/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/runtime-styling/paint-property-zoom-expression-to-zoom-expression/metrics.json b/metrics/ios-render-test-runner/render-tests/runtime-styling/paint-property-zoom-expression-to-zoom-expression/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/ios-render-test-runner/render-tests/runtime-styling/paint-property-zoom-expression-to-zoom-expression/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/runtime-styling/paint-property-zoom-expression-to-zoom-expression/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/runtime-styling/paint-property-zoom-function-to-default/metrics.json b/metrics/ios-render-test-runner/render-tests/runtime-styling/paint-property-zoom-function-to-default/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/ios-render-test-runner/render-tests/runtime-styling/paint-property-zoom-function-to-default/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/runtime-styling/paint-property-zoom-function-to-default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/runtime-styling/paint-property-zoom-function-to-literal/metrics.json b/metrics/ios-render-test-runner/render-tests/runtime-styling/paint-property-zoom-function-to-literal/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/ios-render-test-runner/render-tests/runtime-styling/paint-property-zoom-function-to-literal/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/runtime-styling/paint-property-zoom-function-to-literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/runtime-styling/set-style-filter-default-to-false/metrics.json b/metrics/ios-render-test-runner/render-tests/runtime-styling/set-style-filter-default-to-false/metrics.json index 7d39e182955..4c937ec3278 100644 --- a/metrics/ios-render-test-runner/render-tests/runtime-styling/set-style-filter-default-to-false/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/runtime-styling/set-style-filter-default-to-false/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/runtime-styling/set-style-filter-default-to-true/metrics.json b/metrics/ios-render-test-runner/render-tests/runtime-styling/set-style-filter-default-to-true/metrics.json index fea6fe2e598..94fd76f9f2e 100644 --- a/metrics/ios-render-test-runner/render-tests/runtime-styling/set-style-filter-default-to-true/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/runtime-styling/set-style-filter-default-to-true/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/runtime-styling/set-style-filter-false-to-default/metrics.json b/metrics/ios-render-test-runner/render-tests/runtime-styling/set-style-filter-false-to-default/metrics.json index fea6fe2e598..94fd76f9f2e 100644 --- a/metrics/ios-render-test-runner/render-tests/runtime-styling/set-style-filter-false-to-default/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/runtime-styling/set-style-filter-false-to-default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/runtime-styling/set-style-filter-false-to-true/metrics.json b/metrics/ios-render-test-runner/render-tests/runtime-styling/set-style-filter-false-to-true/metrics.json index fea6fe2e598..94fd76f9f2e 100644 --- a/metrics/ios-render-test-runner/render-tests/runtime-styling/set-style-filter-false-to-true/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/runtime-styling/set-style-filter-false-to-true/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/runtime-styling/set-style-filter-true-to-default/metrics.json b/metrics/ios-render-test-runner/render-tests/runtime-styling/set-style-filter-true-to-default/metrics.json index fea6fe2e598..94fd76f9f2e 100644 --- a/metrics/ios-render-test-runner/render-tests/runtime-styling/set-style-filter-true-to-default/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/runtime-styling/set-style-filter-true-to-default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/runtime-styling/set-style-filter-true-to-false/metrics.json b/metrics/ios-render-test-runner/render-tests/runtime-styling/set-style-filter-true-to-false/metrics.json index 7d39e182955..4c937ec3278 100644 --- a/metrics/ios-render-test-runner/render-tests/runtime-styling/set-style-filter-true-to-false/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/runtime-styling/set-style-filter-true-to-false/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/runtime-styling/set-style-layer-add-background/metrics.json b/metrics/ios-render-test-runner/render-tests/runtime-styling/set-style-layer-add-background/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/ios-render-test-runner/render-tests/runtime-styling/set-style-layer-add-background/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/runtime-styling/set-style-layer-add-background/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/runtime-styling/set-style-layer-add-circle/metrics.json b/metrics/ios-render-test-runner/render-tests/runtime-styling/set-style-layer-add-circle/metrics.json index 01b432fe214..e30b6a8224f 100644 --- a/metrics/ios-render-test-runner/render-tests/runtime-styling/set-style-layer-add-circle/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/runtime-styling/set-style-layer-add-circle/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/runtime-styling/set-style-layer-add-fill/metrics.json b/metrics/ios-render-test-runner/render-tests/runtime-styling/set-style-layer-add-fill/metrics.json index 873f47815fe..a1e24dbecc7 100644 --- a/metrics/ios-render-test-runner/render-tests/runtime-styling/set-style-layer-add-fill/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/runtime-styling/set-style-layer-add-fill/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/runtime-styling/set-style-layer-add-line/metrics.json b/metrics/ios-render-test-runner/render-tests/runtime-styling/set-style-layer-add-line/metrics.json index bb8ac853884..5cfc25dfd95 100644 --- a/metrics/ios-render-test-runner/render-tests/runtime-styling/set-style-layer-add-line/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/runtime-styling/set-style-layer-add-line/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/runtime-styling/set-style-layer-add-raster/metrics.json b/metrics/ios-render-test-runner/render-tests/runtime-styling/set-style-layer-add-raster/metrics.json index 2e017e0a393..1e9df4d1869 100644 --- a/metrics/ios-render-test-runner/render-tests/runtime-styling/set-style-layer-add-raster/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/runtime-styling/set-style-layer-add-raster/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/runtime-styling/set-style-layer-add-symbol/metrics.json b/metrics/ios-render-test-runner/render-tests/runtime-styling/set-style-layer-add-symbol/metrics.json index fea6fe2e598..94fd76f9f2e 100644 --- a/metrics/ios-render-test-runner/render-tests/runtime-styling/set-style-layer-add-symbol/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/runtime-styling/set-style-layer-add-symbol/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/runtime-styling/set-style-layer-change-source-layer/metrics.json b/metrics/ios-render-test-runner/render-tests/runtime-styling/set-style-layer-change-source-layer/metrics.json index e0426e7b513..6acf36d07ec 100644 --- a/metrics/ios-render-test-runner/render-tests/runtime-styling/set-style-layer-change-source-layer/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/runtime-styling/set-style-layer-change-source-layer/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/runtime-styling/set-style-layer-change-source-type/metrics.json b/metrics/ios-render-test-runner/render-tests/runtime-styling/set-style-layer-change-source-type/metrics.json index e204a192de4..b762a231e10 100644 --- a/metrics/ios-render-test-runner/render-tests/runtime-styling/set-style-layer-change-source-type/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/runtime-styling/set-style-layer-change-source-type/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/runtime-styling/set-style-layer-change-source/metrics.json b/metrics/ios-render-test-runner/render-tests/runtime-styling/set-style-layer-change-source/metrics.json index 01b432fe214..e30b6a8224f 100644 --- a/metrics/ios-render-test-runner/render-tests/runtime-styling/set-style-layer-change-source/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/runtime-styling/set-style-layer-change-source/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/runtime-styling/set-style-layer-remove-background/metrics.json b/metrics/ios-render-test-runner/render-tests/runtime-styling/set-style-layer-remove-background/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/ios-render-test-runner/render-tests/runtime-styling/set-style-layer-remove-background/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/runtime-styling/set-style-layer-remove-background/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/runtime-styling/set-style-layer-remove-circle/metrics.json b/metrics/ios-render-test-runner/render-tests/runtime-styling/set-style-layer-remove-circle/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/ios-render-test-runner/render-tests/runtime-styling/set-style-layer-remove-circle/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/runtime-styling/set-style-layer-remove-circle/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/runtime-styling/set-style-layer-remove-fill/metrics.json b/metrics/ios-render-test-runner/render-tests/runtime-styling/set-style-layer-remove-fill/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/ios-render-test-runner/render-tests/runtime-styling/set-style-layer-remove-fill/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/runtime-styling/set-style-layer-remove-fill/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/runtime-styling/set-style-layer-remove-line/metrics.json b/metrics/ios-render-test-runner/render-tests/runtime-styling/set-style-layer-remove-line/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/ios-render-test-runner/render-tests/runtime-styling/set-style-layer-remove-line/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/runtime-styling/set-style-layer-remove-line/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/runtime-styling/set-style-layer-remove-raster/metrics.json b/metrics/ios-render-test-runner/render-tests/runtime-styling/set-style-layer-remove-raster/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/ios-render-test-runner/render-tests/runtime-styling/set-style-layer-remove-raster/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/runtime-styling/set-style-layer-remove-raster/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/runtime-styling/set-style-layer-remove-symbol/metrics.json b/metrics/ios-render-test-runner/render-tests/runtime-styling/set-style-layer-remove-symbol/metrics.json index d1d3c719b69..2cd5816ef0d 100644 --- a/metrics/ios-render-test-runner/render-tests/runtime-styling/set-style-layer-remove-symbol/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/runtime-styling/set-style-layer-remove-symbol/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/runtime-styling/set-style-layer-reorder/metrics.json b/metrics/ios-render-test-runner/render-tests/runtime-styling/set-style-layer-reorder/metrics.json index ecd1b9eaf55..3eacb71976a 100644 --- a/metrics/ios-render-test-runner/render-tests/runtime-styling/set-style-layer-reorder/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/runtime-styling/set-style-layer-reorder/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/runtime-styling/set-style-layout-property-default-to-literal/metrics.json b/metrics/ios-render-test-runner/render-tests/runtime-styling/set-style-layout-property-default-to-literal/metrics.json index fea6fe2e598..94fd76f9f2e 100644 --- a/metrics/ios-render-test-runner/render-tests/runtime-styling/set-style-layout-property-default-to-literal/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/runtime-styling/set-style-layout-property-default-to-literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/runtime-styling/set-style-layout-property-default-to-property-expression/metrics.json b/metrics/ios-render-test-runner/render-tests/runtime-styling/set-style-layout-property-default-to-property-expression/metrics.json index 43f81ae9e8f..7b15f7584f8 100644 --- a/metrics/ios-render-test-runner/render-tests/runtime-styling/set-style-layout-property-default-to-property-expression/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/runtime-styling/set-style-layout-property-default-to-property-expression/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/runtime-styling/set-style-layout-property-default-to-property-function/metrics.json b/metrics/ios-render-test-runner/render-tests/runtime-styling/set-style-layout-property-default-to-property-function/metrics.json index 43f81ae9e8f..7b15f7584f8 100644 --- a/metrics/ios-render-test-runner/render-tests/runtime-styling/set-style-layout-property-default-to-property-function/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/runtime-styling/set-style-layout-property-default-to-property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/runtime-styling/set-style-layout-property-default-to-zoom-expression/metrics.json b/metrics/ios-render-test-runner/render-tests/runtime-styling/set-style-layout-property-default-to-zoom-expression/metrics.json index fea6fe2e598..94fd76f9f2e 100644 --- a/metrics/ios-render-test-runner/render-tests/runtime-styling/set-style-layout-property-default-to-zoom-expression/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/runtime-styling/set-style-layout-property-default-to-zoom-expression/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/runtime-styling/set-style-layout-property-default-to-zoom-function/metrics.json b/metrics/ios-render-test-runner/render-tests/runtime-styling/set-style-layout-property-default-to-zoom-function/metrics.json index fea6fe2e598..94fd76f9f2e 100644 --- a/metrics/ios-render-test-runner/render-tests/runtime-styling/set-style-layout-property-default-to-zoom-function/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/runtime-styling/set-style-layout-property-default-to-zoom-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/runtime-styling/set-style-layout-property-literal-to-default/metrics.json b/metrics/ios-render-test-runner/render-tests/runtime-styling/set-style-layout-property-literal-to-default/metrics.json index 7d39e182955..4c937ec3278 100644 --- a/metrics/ios-render-test-runner/render-tests/runtime-styling/set-style-layout-property-literal-to-default/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/runtime-styling/set-style-layout-property-literal-to-default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/runtime-styling/set-style-layout-property-literal-to-property-expression/metrics.json b/metrics/ios-render-test-runner/render-tests/runtime-styling/set-style-layout-property-literal-to-property-expression/metrics.json index 43f81ae9e8f..7b15f7584f8 100644 --- a/metrics/ios-render-test-runner/render-tests/runtime-styling/set-style-layout-property-literal-to-property-expression/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/runtime-styling/set-style-layout-property-literal-to-property-expression/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/runtime-styling/set-style-layout-property-literal-to-property-function/metrics.json b/metrics/ios-render-test-runner/render-tests/runtime-styling/set-style-layout-property-literal-to-property-function/metrics.json index 43f81ae9e8f..7b15f7584f8 100644 --- a/metrics/ios-render-test-runner/render-tests/runtime-styling/set-style-layout-property-literal-to-property-function/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/runtime-styling/set-style-layout-property-literal-to-property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/runtime-styling/set-style-layout-property-literal-to-zoom-expression/metrics.json b/metrics/ios-render-test-runner/render-tests/runtime-styling/set-style-layout-property-literal-to-zoom-expression/metrics.json index fea6fe2e598..94fd76f9f2e 100644 --- a/metrics/ios-render-test-runner/render-tests/runtime-styling/set-style-layout-property-literal-to-zoom-expression/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/runtime-styling/set-style-layout-property-literal-to-zoom-expression/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/runtime-styling/set-style-layout-property-literal-to-zoom-function/metrics.json b/metrics/ios-render-test-runner/render-tests/runtime-styling/set-style-layout-property-literal-to-zoom-function/metrics.json index fea6fe2e598..94fd76f9f2e 100644 --- a/metrics/ios-render-test-runner/render-tests/runtime-styling/set-style-layout-property-literal-to-zoom-function/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/runtime-styling/set-style-layout-property-literal-to-zoom-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/runtime-styling/set-style-layout-property-property-expression-to-default/metrics.json b/metrics/ios-render-test-runner/render-tests/runtime-styling/set-style-layout-property-property-expression-to-default/metrics.json index 43f81ae9e8f..7b15f7584f8 100644 --- a/metrics/ios-render-test-runner/render-tests/runtime-styling/set-style-layout-property-property-expression-to-default/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/runtime-styling/set-style-layout-property-property-expression-to-default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/runtime-styling/set-style-layout-property-property-expression-to-literal/metrics.json b/metrics/ios-render-test-runner/render-tests/runtime-styling/set-style-layout-property-property-expression-to-literal/metrics.json index 43f81ae9e8f..7b15f7584f8 100644 --- a/metrics/ios-render-test-runner/render-tests/runtime-styling/set-style-layout-property-property-expression-to-literal/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/runtime-styling/set-style-layout-property-property-expression-to-literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/runtime-styling/set-style-layout-property-property-function-to-default/metrics.json b/metrics/ios-render-test-runner/render-tests/runtime-styling/set-style-layout-property-property-function-to-default/metrics.json index 43f81ae9e8f..7b15f7584f8 100644 --- a/metrics/ios-render-test-runner/render-tests/runtime-styling/set-style-layout-property-property-function-to-default/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/runtime-styling/set-style-layout-property-property-function-to-default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/runtime-styling/set-style-layout-property-property-function-to-literal/metrics.json b/metrics/ios-render-test-runner/render-tests/runtime-styling/set-style-layout-property-property-function-to-literal/metrics.json index 43f81ae9e8f..7b15f7584f8 100644 --- a/metrics/ios-render-test-runner/render-tests/runtime-styling/set-style-layout-property-property-function-to-literal/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/runtime-styling/set-style-layout-property-property-function-to-literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/runtime-styling/set-style-layout-property-zoom-expression-to-default/metrics.json b/metrics/ios-render-test-runner/render-tests/runtime-styling/set-style-layout-property-zoom-expression-to-default/metrics.json index 7d39e182955..4c937ec3278 100644 --- a/metrics/ios-render-test-runner/render-tests/runtime-styling/set-style-layout-property-zoom-expression-to-default/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/runtime-styling/set-style-layout-property-zoom-expression-to-default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/runtime-styling/set-style-layout-property-zoom-expression-to-literal/metrics.json b/metrics/ios-render-test-runner/render-tests/runtime-styling/set-style-layout-property-zoom-expression-to-literal/metrics.json index fea6fe2e598..94fd76f9f2e 100644 --- a/metrics/ios-render-test-runner/render-tests/runtime-styling/set-style-layout-property-zoom-expression-to-literal/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/runtime-styling/set-style-layout-property-zoom-expression-to-literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/runtime-styling/set-style-layout-property-zoom-function-to-default/metrics.json b/metrics/ios-render-test-runner/render-tests/runtime-styling/set-style-layout-property-zoom-function-to-default/metrics.json index 7d39e182955..4c937ec3278 100644 --- a/metrics/ios-render-test-runner/render-tests/runtime-styling/set-style-layout-property-zoom-function-to-default/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/runtime-styling/set-style-layout-property-zoom-function-to-default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/runtime-styling/set-style-layout-property-zoom-function-to-literal/metrics.json b/metrics/ios-render-test-runner/render-tests/runtime-styling/set-style-layout-property-zoom-function-to-literal/metrics.json index fea6fe2e598..94fd76f9f2e 100644 --- a/metrics/ios-render-test-runner/render-tests/runtime-styling/set-style-layout-property-zoom-function-to-literal/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/runtime-styling/set-style-layout-property-zoom-function-to-literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/runtime-styling/set-style-paint-property-default-to-literal/metrics.json b/metrics/ios-render-test-runner/render-tests/runtime-styling/set-style-paint-property-default-to-literal/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/ios-render-test-runner/render-tests/runtime-styling/set-style-paint-property-default-to-literal/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/runtime-styling/set-style-paint-property-default-to-literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/runtime-styling/set-style-paint-property-default-to-property-expression/metrics.json b/metrics/ios-render-test-runner/render-tests/runtime-styling/set-style-paint-property-default-to-property-expression/metrics.json index bf5b94a7258..c5dccb9cead 100644 --- a/metrics/ios-render-test-runner/render-tests/runtime-styling/set-style-paint-property-default-to-property-expression/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/runtime-styling/set-style-paint-property-default-to-property-expression/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/runtime-styling/set-style-paint-property-default-to-property-function/metrics.json b/metrics/ios-render-test-runner/render-tests/runtime-styling/set-style-paint-property-default-to-property-function/metrics.json index bf5b94a7258..c5dccb9cead 100644 --- a/metrics/ios-render-test-runner/render-tests/runtime-styling/set-style-paint-property-default-to-property-function/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/runtime-styling/set-style-paint-property-default-to-property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/runtime-styling/set-style-paint-property-default-to-zoom-expression/metrics.json b/metrics/ios-render-test-runner/render-tests/runtime-styling/set-style-paint-property-default-to-zoom-expression/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/ios-render-test-runner/render-tests/runtime-styling/set-style-paint-property-default-to-zoom-expression/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/runtime-styling/set-style-paint-property-default-to-zoom-expression/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/runtime-styling/set-style-paint-property-default-to-zoom-function/metrics.json b/metrics/ios-render-test-runner/render-tests/runtime-styling/set-style-paint-property-default-to-zoom-function/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/ios-render-test-runner/render-tests/runtime-styling/set-style-paint-property-default-to-zoom-function/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/runtime-styling/set-style-paint-property-default-to-zoom-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/runtime-styling/set-style-paint-property-fill-flat-to-extrude/metrics.json b/metrics/ios-render-test-runner/render-tests/runtime-styling/set-style-paint-property-fill-flat-to-extrude/metrics.json index 869c4378bf3..f712c8f66dc 100644 --- a/metrics/ios-render-test-runner/render-tests/runtime-styling/set-style-paint-property-fill-flat-to-extrude/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/runtime-styling/set-style-paint-property-fill-flat-to-extrude/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/runtime-styling/set-style-paint-property-literal-to-default/metrics.json b/metrics/ios-render-test-runner/render-tests/runtime-styling/set-style-paint-property-literal-to-default/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/ios-render-test-runner/render-tests/runtime-styling/set-style-paint-property-literal-to-default/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/runtime-styling/set-style-paint-property-literal-to-default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/runtime-styling/set-style-paint-property-literal-to-expression/metrics.json b/metrics/ios-render-test-runner/render-tests/runtime-styling/set-style-paint-property-literal-to-expression/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/ios-render-test-runner/render-tests/runtime-styling/set-style-paint-property-literal-to-expression/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/runtime-styling/set-style-paint-property-literal-to-expression/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/runtime-styling/set-style-paint-property-literal-to-function/metrics.json b/metrics/ios-render-test-runner/render-tests/runtime-styling/set-style-paint-property-literal-to-function/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/ios-render-test-runner/render-tests/runtime-styling/set-style-paint-property-literal-to-function/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/runtime-styling/set-style-paint-property-literal-to-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/runtime-styling/set-style-paint-property-literal-to-property-expression/metrics.json b/metrics/ios-render-test-runner/render-tests/runtime-styling/set-style-paint-property-literal-to-property-expression/metrics.json index bf5b94a7258..c5dccb9cead 100644 --- a/metrics/ios-render-test-runner/render-tests/runtime-styling/set-style-paint-property-literal-to-property-expression/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/runtime-styling/set-style-paint-property-literal-to-property-expression/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/runtime-styling/set-style-paint-property-literal-to-property-function/metrics.json b/metrics/ios-render-test-runner/render-tests/runtime-styling/set-style-paint-property-literal-to-property-function/metrics.json index bf5b94a7258..c5dccb9cead 100644 --- a/metrics/ios-render-test-runner/render-tests/runtime-styling/set-style-paint-property-literal-to-property-function/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/runtime-styling/set-style-paint-property-literal-to-property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/runtime-styling/set-style-paint-property-property-expression-to-default/metrics.json b/metrics/ios-render-test-runner/render-tests/runtime-styling/set-style-paint-property-property-expression-to-default/metrics.json index b7fcd045414..c5dc4e05e94 100644 --- a/metrics/ios-render-test-runner/render-tests/runtime-styling/set-style-paint-property-property-expression-to-default/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/runtime-styling/set-style-paint-property-property-expression-to-default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/runtime-styling/set-style-paint-property-property-expression-to-literal/metrics.json b/metrics/ios-render-test-runner/render-tests/runtime-styling/set-style-paint-property-property-expression-to-literal/metrics.json index b7fcd045414..c5dc4e05e94 100644 --- a/metrics/ios-render-test-runner/render-tests/runtime-styling/set-style-paint-property-property-expression-to-literal/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/runtime-styling/set-style-paint-property-property-expression-to-literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/runtime-styling/set-style-paint-property-property-function-to-default/metrics.json b/metrics/ios-render-test-runner/render-tests/runtime-styling/set-style-paint-property-property-function-to-default/metrics.json index b7fcd045414..c5dc4e05e94 100644 --- a/metrics/ios-render-test-runner/render-tests/runtime-styling/set-style-paint-property-property-function-to-default/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/runtime-styling/set-style-paint-property-property-function-to-default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/runtime-styling/set-style-paint-property-property-function-to-literal/metrics.json b/metrics/ios-render-test-runner/render-tests/runtime-styling/set-style-paint-property-property-function-to-literal/metrics.json index b7fcd045414..c5dc4e05e94 100644 --- a/metrics/ios-render-test-runner/render-tests/runtime-styling/set-style-paint-property-property-function-to-literal/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/runtime-styling/set-style-paint-property-property-function-to-literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/runtime-styling/set-style-paint-property-zoom-expression-to-default/metrics.json b/metrics/ios-render-test-runner/render-tests/runtime-styling/set-style-paint-property-zoom-expression-to-default/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/ios-render-test-runner/render-tests/runtime-styling/set-style-paint-property-zoom-expression-to-default/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/runtime-styling/set-style-paint-property-zoom-expression-to-default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/runtime-styling/set-style-paint-property-zoom-expression-to-literal/metrics.json b/metrics/ios-render-test-runner/render-tests/runtime-styling/set-style-paint-property-zoom-expression-to-literal/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/ios-render-test-runner/render-tests/runtime-styling/set-style-paint-property-zoom-expression-to-literal/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/runtime-styling/set-style-paint-property-zoom-expression-to-literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/runtime-styling/set-style-paint-property-zoom-function-to-default/metrics.json b/metrics/ios-render-test-runner/render-tests/runtime-styling/set-style-paint-property-zoom-function-to-default/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/ios-render-test-runner/render-tests/runtime-styling/set-style-paint-property-zoom-function-to-default/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/runtime-styling/set-style-paint-property-zoom-function-to-default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/runtime-styling/set-style-paint-property-zoom-function-to-literal/metrics.json b/metrics/ios-render-test-runner/render-tests/runtime-styling/set-style-paint-property-zoom-function-to-literal/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/ios-render-test-runner/render-tests/runtime-styling/set-style-paint-property-zoom-function-to-literal/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/runtime-styling/set-style-paint-property-zoom-function-to-literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/runtime-styling/set-style-source-add-geojson-inline/metrics.json b/metrics/ios-render-test-runner/render-tests/runtime-styling/set-style-source-add-geojson-inline/metrics.json index 01b432fe214..e30b6a8224f 100644 --- a/metrics/ios-render-test-runner/render-tests/runtime-styling/set-style-source-add-geojson-inline/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/runtime-styling/set-style-source-add-geojson-inline/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/runtime-styling/set-style-source-add-geojson-url/metrics.json b/metrics/ios-render-test-runner/render-tests/runtime-styling/set-style-source-add-geojson-url/metrics.json index 7f4a0466396..2cacd07ae36 100644 --- a/metrics/ios-render-test-runner/render-tests/runtime-styling/set-style-source-add-geojson-url/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/runtime-styling/set-style-source-add-geojson-url/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/runtime-styling/set-style-source-add-raster-inline/metrics.json b/metrics/ios-render-test-runner/render-tests/runtime-styling/set-style-source-add-raster-inline/metrics.json index 2e017e0a393..1e9df4d1869 100644 --- a/metrics/ios-render-test-runner/render-tests/runtime-styling/set-style-source-add-raster-inline/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/runtime-styling/set-style-source-add-raster-inline/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/runtime-styling/set-style-source-add-raster-url/metrics.json b/metrics/ios-render-test-runner/render-tests/runtime-styling/set-style-source-add-raster-url/metrics.json index 95c3df52a82..837ce203cf6 100644 --- a/metrics/ios-render-test-runner/render-tests/runtime-styling/set-style-source-add-raster-url/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/runtime-styling/set-style-source-add-raster-url/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/runtime-styling/set-style-source-add-vector-inline/metrics.json b/metrics/ios-render-test-runner/render-tests/runtime-styling/set-style-source-add-vector-inline/metrics.json index 9028b81da14..b6fa97f3499 100644 --- a/metrics/ios-render-test-runner/render-tests/runtime-styling/set-style-source-add-vector-inline/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/runtime-styling/set-style-source-add-vector-inline/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/runtime-styling/set-style-source-add-vector-url/metrics.json b/metrics/ios-render-test-runner/render-tests/runtime-styling/set-style-source-add-vector-url/metrics.json index 848e2d81c43..693d4819b79 100644 --- a/metrics/ios-render-test-runner/render-tests/runtime-styling/set-style-source-add-vector-url/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/runtime-styling/set-style-source-add-vector-url/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/runtime-styling/set-style-source-update/metrics.json b/metrics/ios-render-test-runner/render-tests/runtime-styling/set-style-source-update/metrics.json index 01b432fe214..e30b6a8224f 100644 --- a/metrics/ios-render-test-runner/render-tests/runtime-styling/set-style-source-update/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/runtime-styling/set-style-source-update/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/runtime-styling/set-style-sprite/metrics.json b/metrics/ios-render-test-runner/render-tests/runtime-styling/set-style-sprite/metrics.json index 79e78104863..a2643ebba77 100644 --- a/metrics/ios-render-test-runner/render-tests/runtime-styling/set-style-sprite/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/runtime-styling/set-style-sprite/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/runtime-styling/set-style-visibility-default-to-none/metrics.json b/metrics/ios-render-test-runner/render-tests/runtime-styling/set-style-visibility-default-to-none/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/ios-render-test-runner/render-tests/runtime-styling/set-style-visibility-default-to-none/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/runtime-styling/set-style-visibility-default-to-none/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/runtime-styling/set-style-visibility-default-to-visible/metrics.json b/metrics/ios-render-test-runner/render-tests/runtime-styling/set-style-visibility-default-to-visible/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/ios-render-test-runner/render-tests/runtime-styling/set-style-visibility-default-to-visible/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/runtime-styling/set-style-visibility-default-to-visible/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/runtime-styling/set-style-visibility-none-to-default/metrics.json b/metrics/ios-render-test-runner/render-tests/runtime-styling/set-style-visibility-none-to-default/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/ios-render-test-runner/render-tests/runtime-styling/set-style-visibility-none-to-default/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/runtime-styling/set-style-visibility-none-to-default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/runtime-styling/set-style-visibility-none-to-visible/metrics.json b/metrics/ios-render-test-runner/render-tests/runtime-styling/set-style-visibility-none-to-visible/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/ios-render-test-runner/render-tests/runtime-styling/set-style-visibility-none-to-visible/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/runtime-styling/set-style-visibility-none-to-visible/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/runtime-styling/set-style-visibility-visible-to-default/metrics.json b/metrics/ios-render-test-runner/render-tests/runtime-styling/set-style-visibility-visible-to-default/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/ios-render-test-runner/render-tests/runtime-styling/set-style-visibility-visible-to-default/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/runtime-styling/set-style-visibility-visible-to-default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/runtime-styling/set-style-visibility-visible-to-none/metrics.json b/metrics/ios-render-test-runner/render-tests/runtime-styling/set-style-visibility-visible-to-none/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/ios-render-test-runner/render-tests/runtime-styling/set-style-visibility-visible-to-none/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/runtime-styling/set-style-visibility-visible-to-none/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/runtime-styling/source-add-geojson-inline/metrics.json b/metrics/ios-render-test-runner/render-tests/runtime-styling/source-add-geojson-inline/metrics.json index 01b432fe214..e30b6a8224f 100644 --- a/metrics/ios-render-test-runner/render-tests/runtime-styling/source-add-geojson-inline/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/runtime-styling/source-add-geojson-inline/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/runtime-styling/source-add-geojson-url/metrics.json b/metrics/ios-render-test-runner/render-tests/runtime-styling/source-add-geojson-url/metrics.json index 7f4a0466396..2cacd07ae36 100644 --- a/metrics/ios-render-test-runner/render-tests/runtime-styling/source-add-geojson-url/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/runtime-styling/source-add-geojson-url/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/runtime-styling/source-add-raster-inline/metrics.json b/metrics/ios-render-test-runner/render-tests/runtime-styling/source-add-raster-inline/metrics.json index 2e017e0a393..1e9df4d1869 100644 --- a/metrics/ios-render-test-runner/render-tests/runtime-styling/source-add-raster-inline/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/runtime-styling/source-add-raster-inline/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/runtime-styling/source-add-raster-url/metrics.json b/metrics/ios-render-test-runner/render-tests/runtime-styling/source-add-raster-url/metrics.json index 95c3df52a82..837ce203cf6 100644 --- a/metrics/ios-render-test-runner/render-tests/runtime-styling/source-add-raster-url/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/runtime-styling/source-add-raster-url/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/runtime-styling/source-add-vector-inline/metrics.json b/metrics/ios-render-test-runner/render-tests/runtime-styling/source-add-vector-inline/metrics.json index 9028b81da14..b6fa97f3499 100644 --- a/metrics/ios-render-test-runner/render-tests/runtime-styling/source-add-vector-inline/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/runtime-styling/source-add-vector-inline/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/runtime-styling/source-add-vector-url/metrics.json b/metrics/ios-render-test-runner/render-tests/runtime-styling/source-add-vector-url/metrics.json index 848e2d81c43..693d4819b79 100644 --- a/metrics/ios-render-test-runner/render-tests/runtime-styling/source-add-vector-url/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/runtime-styling/source-add-vector-url/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/runtime-styling/visibility-default-to-none/metrics.json b/metrics/ios-render-test-runner/render-tests/runtime-styling/visibility-default-to-none/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/ios-render-test-runner/render-tests/runtime-styling/visibility-default-to-none/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/runtime-styling/visibility-default-to-none/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/runtime-styling/visibility-default-to-visible/metrics.json b/metrics/ios-render-test-runner/render-tests/runtime-styling/visibility-default-to-visible/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/ios-render-test-runner/render-tests/runtime-styling/visibility-default-to-visible/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/runtime-styling/visibility-default-to-visible/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/runtime-styling/visibility-none-to-default/metrics.json b/metrics/ios-render-test-runner/render-tests/runtime-styling/visibility-none-to-default/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/ios-render-test-runner/render-tests/runtime-styling/visibility-none-to-default/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/runtime-styling/visibility-none-to-default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/runtime-styling/visibility-none-to-visible/metrics.json b/metrics/ios-render-test-runner/render-tests/runtime-styling/visibility-none-to-visible/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/ios-render-test-runner/render-tests/runtime-styling/visibility-none-to-visible/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/runtime-styling/visibility-none-to-visible/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/runtime-styling/visibility-visible-to-default/metrics.json b/metrics/ios-render-test-runner/render-tests/runtime-styling/visibility-visible-to-default/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/ios-render-test-runner/render-tests/runtime-styling/visibility-visible-to-default/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/runtime-styling/visibility-visible-to-default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/runtime-styling/visibility-visible-to-none/metrics.json b/metrics/ios-render-test-runner/render-tests/runtime-styling/visibility-visible-to-none/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/ios-render-test-runner/render-tests/runtime-styling/visibility-visible-to-none/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/runtime-styling/visibility-visible-to-none/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/satellite-v9/z0/metrics.json b/metrics/ios-render-test-runner/render-tests/satellite-v9/z0/metrics.json index b3dedd944d2..7ab4dff21d4 100644 --- a/metrics/ios-render-test-runner/render-tests/satellite-v9/z0/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/satellite-v9/z0/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/sparse-tileset/overdraw/metrics.json b/metrics/ios-render-test-runner/render-tests/sparse-tileset/overdraw/metrics.json index 04af83427d6..ec1e0dd374c 100644 --- a/metrics/ios-render-test-runner/render-tests/sparse-tileset/overdraw/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/sparse-tileset/overdraw/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/sprites/1x-screen-1x-icon/metrics.json b/metrics/ios-render-test-runner/render-tests/sprites/1x-screen-1x-icon/metrics.json index 20bd7543c10..c08a49c598c 100644 --- a/metrics/ios-render-test-runner/render-tests/sprites/1x-screen-1x-icon/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/sprites/1x-screen-1x-icon/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/sprites/1x-screen-1x-pattern/metrics.json b/metrics/ios-render-test-runner/render-tests/sprites/1x-screen-1x-pattern/metrics.json index 450fd3b15f0..6d05bbbaa61 100644 --- a/metrics/ios-render-test-runner/render-tests/sprites/1x-screen-1x-pattern/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/sprites/1x-screen-1x-pattern/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/sprites/1x-screen-2x-icon/metrics.json b/metrics/ios-render-test-runner/render-tests/sprites/1x-screen-2x-icon/metrics.json index e962ac627ed..af537789248 100644 --- a/metrics/ios-render-test-runner/render-tests/sprites/1x-screen-2x-icon/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/sprites/1x-screen-2x-icon/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/sprites/1x-screen-2x-pattern/metrics.json b/metrics/ios-render-test-runner/render-tests/sprites/1x-screen-2x-pattern/metrics.json index fb033edaf0c..c0f6d012bee 100644 --- a/metrics/ios-render-test-runner/render-tests/sprites/1x-screen-2x-pattern/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/sprites/1x-screen-2x-pattern/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/sprites/2x-screen-1x-icon/metrics.json b/metrics/ios-render-test-runner/render-tests/sprites/2x-screen-1x-icon/metrics.json index 20bd7543c10..c08a49c598c 100644 --- a/metrics/ios-render-test-runner/render-tests/sprites/2x-screen-1x-icon/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/sprites/2x-screen-1x-icon/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/sprites/2x-screen-1x-pattern/metrics.json b/metrics/ios-render-test-runner/render-tests/sprites/2x-screen-1x-pattern/metrics.json index 450fd3b15f0..6d05bbbaa61 100644 --- a/metrics/ios-render-test-runner/render-tests/sprites/2x-screen-1x-pattern/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/sprites/2x-screen-1x-pattern/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/sprites/2x-screen-2x-icon/metrics.json b/metrics/ios-render-test-runner/render-tests/sprites/2x-screen-2x-icon/metrics.json index e962ac627ed..af537789248 100644 --- a/metrics/ios-render-test-runner/render-tests/sprites/2x-screen-2x-icon/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/sprites/2x-screen-2x-icon/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/sprites/2x-screen-2x-pattern/metrics.json b/metrics/ios-render-test-runner/render-tests/sprites/2x-screen-2x-pattern/metrics.json index fb033edaf0c..c0f6d012bee 100644 --- a/metrics/ios-render-test-runner/render-tests/sprites/2x-screen-2x-pattern/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/sprites/2x-screen-2x-pattern/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/symbol-geometry/linestring/metrics.json b/metrics/ios-render-test-runner/render-tests/symbol-geometry/linestring/metrics.json index 10e4e9f2ba1..aec759ba819 100644 --- a/metrics/ios-render-test-runner/render-tests/symbol-geometry/linestring/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/symbol-geometry/linestring/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/symbol-geometry/multilinestring/metrics.json b/metrics/ios-render-test-runner/render-tests/symbol-geometry/multilinestring/metrics.json index 9deff6e405c..6f60266cf89 100644 --- a/metrics/ios-render-test-runner/render-tests/symbol-geometry/multilinestring/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/symbol-geometry/multilinestring/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/symbol-geometry/multipoint/metrics.json b/metrics/ios-render-test-runner/render-tests/symbol-geometry/multipoint/metrics.json index 9deff6e405c..6f60266cf89 100644 --- a/metrics/ios-render-test-runner/render-tests/symbol-geometry/multipoint/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/symbol-geometry/multipoint/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/symbol-geometry/multipolygon/metrics.json b/metrics/ios-render-test-runner/render-tests/symbol-geometry/multipolygon/metrics.json index 9deff6e405c..6f60266cf89 100644 --- a/metrics/ios-render-test-runner/render-tests/symbol-geometry/multipolygon/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/symbol-geometry/multipolygon/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/symbol-geometry/point/metrics.json b/metrics/ios-render-test-runner/render-tests/symbol-geometry/point/metrics.json index 10e4e9f2ba1..aec759ba819 100644 --- a/metrics/ios-render-test-runner/render-tests/symbol-geometry/point/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/symbol-geometry/point/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/symbol-geometry/polygon/metrics.json b/metrics/ios-render-test-runner/render-tests/symbol-geometry/polygon/metrics.json index 10e4e9f2ba1..aec759ba819 100644 --- a/metrics/ios-render-test-runner/render-tests/symbol-geometry/polygon/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/symbol-geometry/polygon/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/symbol-placement/line-center-buffer-tile-map-mode/metrics.json b/metrics/ios-render-test-runner/render-tests/symbol-placement/line-center-buffer-tile-map-mode/metrics.json index 228731dd4e2..32fd5783b7d 100644 --- a/metrics/ios-render-test-runner/render-tests/symbol-placement/line-center-buffer-tile-map-mode/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/symbol-placement/line-center-buffer-tile-map-mode/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/symbol-placement/line-center-buffer/metrics.json b/metrics/ios-render-test-runner/render-tests/symbol-placement/line-center-buffer/metrics.json index 2bdb228c522..1b06ecb414c 100644 --- a/metrics/ios-render-test-runner/render-tests/symbol-placement/line-center-buffer/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/symbol-placement/line-center-buffer/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/symbol-placement/line-center-tile-map-mode/metrics.json b/metrics/ios-render-test-runner/render-tests/symbol-placement/line-center-tile-map-mode/metrics.json index e6f162de074..af208f4742d 100644 --- a/metrics/ios-render-test-runner/render-tests/symbol-placement/line-center-tile-map-mode/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/symbol-placement/line-center-tile-map-mode/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/symbol-placement/line-center/metrics.json b/metrics/ios-render-test-runner/render-tests/symbol-placement/line-center/metrics.json index 480f8a18cdc..ae11e16aa4a 100644 --- a/metrics/ios-render-test-runner/render-tests/symbol-placement/line-center/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/symbol-placement/line-center/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/symbol-placement/line-overscaled/metrics.json b/metrics/ios-render-test-runner/render-tests/symbol-placement/line-overscaled/metrics.json index daaadcdba24..88efc5dd13c 100644 --- a/metrics/ios-render-test-runner/render-tests/symbol-placement/line-overscaled/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/symbol-placement/line-overscaled/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/symbol-placement/line/metrics.json b/metrics/ios-render-test-runner/render-tests/symbol-placement/line/metrics.json index 178821e1ca4..33339ca2639 100644 --- a/metrics/ios-render-test-runner/render-tests/symbol-placement/line/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/symbol-placement/line/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/symbol-placement/point-polygon/metrics.json b/metrics/ios-render-test-runner/render-tests/symbol-placement/point-polygon/metrics.json index 95aa395c60a..1147f972284 100644 --- a/metrics/ios-render-test-runner/render-tests/symbol-placement/point-polygon/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/symbol-placement/point-polygon/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/symbol-placement/point/metrics.json b/metrics/ios-render-test-runner/render-tests/symbol-placement/point/metrics.json index 178821e1ca4..33339ca2639 100644 --- a/metrics/ios-render-test-runner/render-tests/symbol-placement/point/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/symbol-placement/point/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/symbol-sort-key/icon-expression/metrics.json b/metrics/ios-render-test-runner/render-tests/symbol-sort-key/icon-expression/metrics.json index 6c810abb8ae..86bf8e915bc 100644 --- a/metrics/ios-render-test-runner/render-tests/symbol-sort-key/icon-expression/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/symbol-sort-key/icon-expression/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/symbol-sort-key/placement-tile-boundary-left-then-right/metrics.json b/metrics/ios-render-test-runner/render-tests/symbol-sort-key/placement-tile-boundary-left-then-right/metrics.json index 6c810abb8ae..86bf8e915bc 100644 --- a/metrics/ios-render-test-runner/render-tests/symbol-sort-key/placement-tile-boundary-left-then-right/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/symbol-sort-key/placement-tile-boundary-left-then-right/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/symbol-sort-key/text-expression/metrics.json b/metrics/ios-render-test-runner/render-tests/symbol-sort-key/text-expression/metrics.json index 7298ff45e05..435793eb902 100644 --- a/metrics/ios-render-test-runner/render-tests/symbol-sort-key/text-expression/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/symbol-sort-key/text-expression/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/symbol-sort-key/text-ignore-placement/metrics.json b/metrics/ios-render-test-runner/render-tests/symbol-sort-key/text-ignore-placement/metrics.json index c501cdfe8be..aad7ceb6948 100644 --- a/metrics/ios-render-test-runner/render-tests/symbol-sort-key/text-ignore-placement/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/symbol-sort-key/text-ignore-placement/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/symbol-sort-key/text-placement/metrics.json b/metrics/ios-render-test-runner/render-tests/symbol-sort-key/text-placement/metrics.json index b6cfd840ae3..eeb740f782a 100644 --- a/metrics/ios-render-test-runner/render-tests/symbol-sort-key/text-placement/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/symbol-sort-key/text-placement/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/symbol-spacing/line-close/metrics.json b/metrics/ios-render-test-runner/render-tests/symbol-spacing/line-close/metrics.json index bfed6ec2971..1f4e959c7eb 100644 --- a/metrics/ios-render-test-runner/render-tests/symbol-spacing/line-close/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/symbol-spacing/line-close/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/symbol-spacing/line-far/metrics.json b/metrics/ios-render-test-runner/render-tests/symbol-spacing/line-far/metrics.json index bfed6ec2971..1f4e959c7eb 100644 --- a/metrics/ios-render-test-runner/render-tests/symbol-spacing/line-far/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/symbol-spacing/line-far/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/symbol-spacing/line-overscaled/metrics.json b/metrics/ios-render-test-runner/render-tests/symbol-spacing/line-overscaled/metrics.json index 23e6cccadb7..6445ef0b27b 100644 --- a/metrics/ios-render-test-runner/render-tests/symbol-spacing/line-overscaled/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/symbol-spacing/line-overscaled/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/symbol-spacing/point-close/metrics.json b/metrics/ios-render-test-runner/render-tests/symbol-spacing/point-close/metrics.json index bfed6ec2971..1f4e959c7eb 100644 --- a/metrics/ios-render-test-runner/render-tests/symbol-spacing/point-close/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/symbol-spacing/point-close/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/symbol-spacing/point-far/metrics.json b/metrics/ios-render-test-runner/render-tests/symbol-spacing/point-far/metrics.json index bfed6ec2971..1f4e959c7eb 100644 --- a/metrics/ios-render-test-runner/render-tests/symbol-spacing/point-far/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/symbol-spacing/point-far/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/symbol-visibility/none/metrics.json b/metrics/ios-render-test-runner/render-tests/symbol-visibility/none/metrics.json index 95a181bd8c4..ee07c12cbd3 100644 --- a/metrics/ios-render-test-runner/render-tests/symbol-visibility/none/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/symbol-visibility/none/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/symbol-z-order/default/metrics.json b/metrics/ios-render-test-runner/render-tests/symbol-z-order/default/metrics.json index b5449900fc3..0ca3c5d6926 100644 --- a/metrics/ios-render-test-runner/render-tests/symbol-z-order/default/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/symbol-z-order/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/symbol-z-order/disabled/metrics.json b/metrics/ios-render-test-runner/render-tests/symbol-z-order/disabled/metrics.json index b5449900fc3..0ca3c5d6926 100644 --- a/metrics/ios-render-test-runner/render-tests/symbol-z-order/disabled/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/symbol-z-order/disabled/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/symbol-z-order/icon-with-text/metrics.json b/metrics/ios-render-test-runner/render-tests/symbol-z-order/icon-with-text/metrics.json index 2acbad453c7..6f58354de6b 100644 --- a/metrics/ios-render-test-runner/render-tests/symbol-z-order/icon-with-text/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/symbol-z-order/icon-with-text/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/symbol-z-order/pitched/metrics.json b/metrics/ios-render-test-runner/render-tests/symbol-z-order/pitched/metrics.json index b5449900fc3..0ca3c5d6926 100644 --- a/metrics/ios-render-test-runner/render-tests/symbol-z-order/pitched/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/symbol-z-order/pitched/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/symbol-z-order/viewport-y/metrics.json b/metrics/ios-render-test-runner/render-tests/symbol-z-order/viewport-y/metrics.json index 2acbad453c7..6f58354de6b 100644 --- a/metrics/ios-render-test-runner/render-tests/symbol-z-order/viewport-y/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/symbol-z-order/viewport-y/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/text-anchor/bottom-left/metrics.json b/metrics/ios-render-test-runner/render-tests/text-anchor/bottom-left/metrics.json index 7cdd3a48121..1dab2fc4043 100644 --- a/metrics/ios-render-test-runner/render-tests/text-anchor/bottom-left/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/text-anchor/bottom-left/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/text-anchor/bottom-right/metrics.json b/metrics/ios-render-test-runner/render-tests/text-anchor/bottom-right/metrics.json index 7cdd3a48121..1dab2fc4043 100644 --- a/metrics/ios-render-test-runner/render-tests/text-anchor/bottom-right/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/text-anchor/bottom-right/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/text-anchor/bottom/metrics.json b/metrics/ios-render-test-runner/render-tests/text-anchor/bottom/metrics.json index 7cdd3a48121..1dab2fc4043 100644 --- a/metrics/ios-render-test-runner/render-tests/text-anchor/bottom/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/text-anchor/bottom/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/text-anchor/center/metrics.json b/metrics/ios-render-test-runner/render-tests/text-anchor/center/metrics.json index 7cdd3a48121..1dab2fc4043 100644 --- a/metrics/ios-render-test-runner/render-tests/text-anchor/center/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/text-anchor/center/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/text-anchor/left/metrics.json b/metrics/ios-render-test-runner/render-tests/text-anchor/left/metrics.json index 7cdd3a48121..1dab2fc4043 100644 --- a/metrics/ios-render-test-runner/render-tests/text-anchor/left/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/text-anchor/left/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/text-anchor/property-function/metrics.json b/metrics/ios-render-test-runner/render-tests/text-anchor/property-function/metrics.json index 6d769f56489..f8232fdc316 100644 --- a/metrics/ios-render-test-runner/render-tests/text-anchor/property-function/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/text-anchor/property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/text-anchor/right/metrics.json b/metrics/ios-render-test-runner/render-tests/text-anchor/right/metrics.json index 7cdd3a48121..1dab2fc4043 100644 --- a/metrics/ios-render-test-runner/render-tests/text-anchor/right/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/text-anchor/right/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/text-anchor/top-left/metrics.json b/metrics/ios-render-test-runner/render-tests/text-anchor/top-left/metrics.json index 7cdd3a48121..1dab2fc4043 100644 --- a/metrics/ios-render-test-runner/render-tests/text-anchor/top-left/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/text-anchor/top-left/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/text-anchor/top-right/metrics.json b/metrics/ios-render-test-runner/render-tests/text-anchor/top-right/metrics.json index 7cdd3a48121..1dab2fc4043 100644 --- a/metrics/ios-render-test-runner/render-tests/text-anchor/top-right/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/text-anchor/top-right/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/text-anchor/top/metrics.json b/metrics/ios-render-test-runner/render-tests/text-anchor/top/metrics.json index 7cdd3a48121..1dab2fc4043 100644 --- a/metrics/ios-render-test-runner/render-tests/text-anchor/top/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/text-anchor/top/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/text-arabic/letter-spacing/metrics.json b/metrics/ios-render-test-runner/render-tests/text-arabic/letter-spacing/metrics.json index 932066a29ff..e09d6f41454 100644 --- a/metrics/ios-render-test-runner/render-tests/text-arabic/letter-spacing/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/text-arabic/letter-spacing/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/text-arabic/line-break-mixed/metrics.json b/metrics/ios-render-test-runner/render-tests/text-arabic/line-break-mixed/metrics.json index ed9a1358311..83245913acb 100644 --- a/metrics/ios-render-test-runner/render-tests/text-arabic/line-break-mixed/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/text-arabic/line-break-mixed/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/text-arabic/line-break/metrics.json b/metrics/ios-render-test-runner/render-tests/text-arabic/line-break/metrics.json index 8ebd514b428..579f22445b9 100644 --- a/metrics/ios-render-test-runner/render-tests/text-arabic/line-break/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/text-arabic/line-break/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/text-arabic/mixed-numeric/metrics.json b/metrics/ios-render-test-runner/render-tests/text-arabic/mixed-numeric/metrics.json index a2ea9c5fb7a..ce349c7a6f4 100644 --- a/metrics/ios-render-test-runner/render-tests/text-arabic/mixed-numeric/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/text-arabic/mixed-numeric/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/text-arabic/multi-paragraph/metrics.json b/metrics/ios-render-test-runner/render-tests/text-arabic/multi-paragraph/metrics.json index 987740be5e8..c55637c8d41 100644 --- a/metrics/ios-render-test-runner/render-tests/text-arabic/multi-paragraph/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/text-arabic/multi-paragraph/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/text-color/default/metrics.json b/metrics/ios-render-test-runner/render-tests/text-color/default/metrics.json index cd668f351a5..e87a6d1819e 100644 --- a/metrics/ios-render-test-runner/render-tests/text-color/default/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/text-color/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/text-color/function/metrics.json b/metrics/ios-render-test-runner/render-tests/text-color/function/metrics.json index cd668f351a5..e87a6d1819e 100644 --- a/metrics/ios-render-test-runner/render-tests/text-color/function/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/text-color/function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/text-color/literal/metrics.json b/metrics/ios-render-test-runner/render-tests/text-color/literal/metrics.json index cd668f351a5..e87a6d1819e 100644 --- a/metrics/ios-render-test-runner/render-tests/text-color/literal/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/text-color/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/text-color/property-function/metrics.json b/metrics/ios-render-test-runner/render-tests/text-color/property-function/metrics.json index 60c3ad345f2..73139e6820d 100644 --- a/metrics/ios-render-test-runner/render-tests/text-color/property-function/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/text-color/property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/text-field/formatted-arabic/metrics.json b/metrics/ios-render-test-runner/render-tests/text-field/formatted-arabic/metrics.json index 526f4071d82..222affd61ac 100644 --- a/metrics/ios-render-test-runner/render-tests/text-field/formatted-arabic/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/text-field/formatted-arabic/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/text-field/formatted-images-constant-size/metrics.json b/metrics/ios-render-test-runner/render-tests/text-field/formatted-images-constant-size/metrics.json index 62c000b2908..0651bd495a9 100644 --- a/metrics/ios-render-test-runner/render-tests/text-field/formatted-images-constant-size/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/text-field/formatted-images-constant-size/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/text-field/formatted-images-line/metrics.json b/metrics/ios-render-test-runner/render-tests/text-field/formatted-images-line/metrics.json index a02d0672473..d5b4bbeb562 100644 --- a/metrics/ios-render-test-runner/render-tests/text-field/formatted-images-line/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/text-field/formatted-images-line/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/text-field/formatted-images-multiline/metrics.json b/metrics/ios-render-test-runner/render-tests/text-field/formatted-images-multiline/metrics.json index 137e66bf148..62f32bae66d 100644 --- a/metrics/ios-render-test-runner/render-tests/text-field/formatted-images-multiline/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/text-field/formatted-images-multiline/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/text-field/formatted-images-variable-anchors-justification/metrics.json b/metrics/ios-render-test-runner/render-tests/text-field/formatted-images-variable-anchors-justification/metrics.json index a56a73a714c..691d4ace71c 100644 --- a/metrics/ios-render-test-runner/render-tests/text-field/formatted-images-variable-anchors-justification/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/text-field/formatted-images-variable-anchors-justification/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/text-field/formatted-images-vertical/metrics.json b/metrics/ios-render-test-runner/render-tests/text-field/formatted-images-vertical/metrics.json index 197cdb9b500..af7da93c877 100644 --- a/metrics/ios-render-test-runner/render-tests/text-field/formatted-images-vertical/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/text-field/formatted-images-vertical/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/text-field/formatted-images-zoom-dependent-size/metrics.json b/metrics/ios-render-test-runner/render-tests/text-field/formatted-images-zoom-dependent-size/metrics.json index 4b81074408a..2acfc02c635 100644 --- a/metrics/ios-render-test-runner/render-tests/text-field/formatted-images-zoom-dependent-size/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/text-field/formatted-images-zoom-dependent-size/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/text-field/formatted-line/metrics.json b/metrics/ios-render-test-runner/render-tests/text-field/formatted-line/metrics.json index 089da63a881..57cdbdbfbf1 100644 --- a/metrics/ios-render-test-runner/render-tests/text-field/formatted-line/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/text-field/formatted-line/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/text-field/formatted-text-color-overrides-nested-expression/metrics.json b/metrics/ios-render-test-runner/render-tests/text-field/formatted-text-color-overrides-nested-expression/metrics.json index 128115bae73..87eea7d36c2 100644 --- a/metrics/ios-render-test-runner/render-tests/text-field/formatted-text-color-overrides-nested-expression/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/text-field/formatted-text-color-overrides-nested-expression/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/text-field/formatted-text-color-overrides/metrics.json b/metrics/ios-render-test-runner/render-tests/text-field/formatted-text-color-overrides/metrics.json index 0f1b65a6db0..d34153252ac 100644 --- a/metrics/ios-render-test-runner/render-tests/text-field/formatted-text-color-overrides/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/text-field/formatted-text-color-overrides/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/text-field/formatted-text-color/metrics.json b/metrics/ios-render-test-runner/render-tests/text-field/formatted-text-color/metrics.json index 1640b2b40ba..0f9f3642b62 100644 --- a/metrics/ios-render-test-runner/render-tests/text-field/formatted-text-color/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/text-field/formatted-text-color/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/text-field/formatted/metrics.json b/metrics/ios-render-test-runner/render-tests/text-field/formatted/metrics.json index 883429ed733..e985f09179b 100644 --- a/metrics/ios-render-test-runner/render-tests/text-field/formatted/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/text-field/formatted/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/text-field/literal/metrics.json b/metrics/ios-render-test-runner/render-tests/text-field/literal/metrics.json index 0206fc826fe..25471f81337 100644 --- a/metrics/ios-render-test-runner/render-tests/text-field/literal/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/text-field/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/text-field/property-function/metrics.json b/metrics/ios-render-test-runner/render-tests/text-field/property-function/metrics.json index f20b89d82f2..a84be9b316a 100644 --- a/metrics/ios-render-test-runner/render-tests/text-field/property-function/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/text-field/property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/text-field/token/metrics.json b/metrics/ios-render-test-runner/render-tests/text-field/token/metrics.json index fa46462cc5a..b2eb00bfb73 100644 --- a/metrics/ios-render-test-runner/render-tests/text-field/token/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/text-field/token/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/text-font/camera-function/metrics.json b/metrics/ios-render-test-runner/render-tests/text-font/camera-function/metrics.json index 0206fc826fe..25471f81337 100644 --- a/metrics/ios-render-test-runner/render-tests/text-font/camera-function/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/text-font/camera-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/text-font/data-expression/metrics.json b/metrics/ios-render-test-runner/render-tests/text-font/data-expression/metrics.json index aac1bbcfbce..e33d12c1328 100644 --- a/metrics/ios-render-test-runner/render-tests/text-font/data-expression/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/text-font/data-expression/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/text-font/literal/metrics.json b/metrics/ios-render-test-runner/render-tests/text-font/literal/metrics.json index cd668f351a5..e87a6d1819e 100644 --- a/metrics/ios-render-test-runner/render-tests/text-font/literal/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/text-font/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/text-halo-blur/default/metrics.json b/metrics/ios-render-test-runner/render-tests/text-halo-blur/default/metrics.json index 860834fedbb..4a929fd1bd4 100644 --- a/metrics/ios-render-test-runner/render-tests/text-halo-blur/default/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/text-halo-blur/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/text-halo-blur/function/metrics.json b/metrics/ios-render-test-runner/render-tests/text-halo-blur/function/metrics.json index 860834fedbb..4a929fd1bd4 100644 --- a/metrics/ios-render-test-runner/render-tests/text-halo-blur/function/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/text-halo-blur/function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/text-halo-blur/literal/metrics.json b/metrics/ios-render-test-runner/render-tests/text-halo-blur/literal/metrics.json index 860834fedbb..4a929fd1bd4 100644 --- a/metrics/ios-render-test-runner/render-tests/text-halo-blur/literal/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/text-halo-blur/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/text-halo-blur/property-function/metrics.json b/metrics/ios-render-test-runner/render-tests/text-halo-blur/property-function/metrics.json index 37f4af4128c..895a928afe6 100644 --- a/metrics/ios-render-test-runner/render-tests/text-halo-blur/property-function/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/text-halo-blur/property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/text-halo-color/default/metrics.json b/metrics/ios-render-test-runner/render-tests/text-halo-color/default/metrics.json index bf6832d42b7..0da18b6700e 100644 --- a/metrics/ios-render-test-runner/render-tests/text-halo-color/default/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/text-halo-color/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/text-halo-color/function/metrics.json b/metrics/ios-render-test-runner/render-tests/text-halo-color/function/metrics.json index 860834fedbb..4a929fd1bd4 100644 --- a/metrics/ios-render-test-runner/render-tests/text-halo-color/function/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/text-halo-color/function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/text-halo-color/literal/metrics.json b/metrics/ios-render-test-runner/render-tests/text-halo-color/literal/metrics.json index 860834fedbb..4a929fd1bd4 100644 --- a/metrics/ios-render-test-runner/render-tests/text-halo-color/literal/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/text-halo-color/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/text-halo-color/property-function/metrics.json b/metrics/ios-render-test-runner/render-tests/text-halo-color/property-function/metrics.json index 47cea62594c..4604bb28368 100644 --- a/metrics/ios-render-test-runner/render-tests/text-halo-color/property-function/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/text-halo-color/property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/text-halo-width/default/metrics.json b/metrics/ios-render-test-runner/render-tests/text-halo-width/default/metrics.json index bf6832d42b7..0da18b6700e 100644 --- a/metrics/ios-render-test-runner/render-tests/text-halo-width/default/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/text-halo-width/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/text-halo-width/function/metrics.json b/metrics/ios-render-test-runner/render-tests/text-halo-width/function/metrics.json index 860834fedbb..4a929fd1bd4 100644 --- a/metrics/ios-render-test-runner/render-tests/text-halo-width/function/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/text-halo-width/function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/text-halo-width/literal/metrics.json b/metrics/ios-render-test-runner/render-tests/text-halo-width/literal/metrics.json index 860834fedbb..4a929fd1bd4 100644 --- a/metrics/ios-render-test-runner/render-tests/text-halo-width/literal/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/text-halo-width/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/text-halo-width/property-function/metrics.json b/metrics/ios-render-test-runner/render-tests/text-halo-width/property-function/metrics.json index 37f4af4128c..895a928afe6 100644 --- a/metrics/ios-render-test-runner/render-tests/text-halo-width/property-function/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/text-halo-width/property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/text-justify/auto/metrics.json b/metrics/ios-render-test-runner/render-tests/text-justify/auto/metrics.json index 0f7801b2e47..863c1e62521 100644 --- a/metrics/ios-render-test-runner/render-tests/text-justify/auto/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/text-justify/auto/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/text-justify/left/metrics.json b/metrics/ios-render-test-runner/render-tests/text-justify/left/metrics.json index 41ff7515c7d..82bd5b085e5 100644 --- a/metrics/ios-render-test-runner/render-tests/text-justify/left/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/text-justify/left/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/text-justify/property-function/metrics.json b/metrics/ios-render-test-runner/render-tests/text-justify/property-function/metrics.json index 5c1e774f37b..7c404abd685 100644 --- a/metrics/ios-render-test-runner/render-tests/text-justify/property-function/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/text-justify/property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/text-justify/right/metrics.json b/metrics/ios-render-test-runner/render-tests/text-justify/right/metrics.json index 41ff7515c7d..82bd5b085e5 100644 --- a/metrics/ios-render-test-runner/render-tests/text-justify/right/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/text-justify/right/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/text-keep-upright/line-placement-false/metrics.json b/metrics/ios-render-test-runner/render-tests/text-keep-upright/line-placement-false/metrics.json index 8a117769b21..a814f827a9f 100644 --- a/metrics/ios-render-test-runner/render-tests/text-keep-upright/line-placement-false/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/text-keep-upright/line-placement-false/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/text-keep-upright/line-placement-true-offset/metrics.json b/metrics/ios-render-test-runner/render-tests/text-keep-upright/line-placement-true-offset/metrics.json index 1a478f98578..d161cae9206 100644 --- a/metrics/ios-render-test-runner/render-tests/text-keep-upright/line-placement-true-offset/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/text-keep-upright/line-placement-true-offset/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/text-keep-upright/line-placement-true-pitched/metrics.json b/metrics/ios-render-test-runner/render-tests/text-keep-upright/line-placement-true-pitched/metrics.json index 8a117769b21..a814f827a9f 100644 --- a/metrics/ios-render-test-runner/render-tests/text-keep-upright/line-placement-true-pitched/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/text-keep-upright/line-placement-true-pitched/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/text-keep-upright/line-placement-true-rotated/metrics.json b/metrics/ios-render-test-runner/render-tests/text-keep-upright/line-placement-true-rotated/metrics.json index 8a117769b21..a814f827a9f 100644 --- a/metrics/ios-render-test-runner/render-tests/text-keep-upright/line-placement-true-rotated/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/text-keep-upright/line-placement-true-rotated/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/text-keep-upright/line-placement-true-text-anchor/metrics.json b/metrics/ios-render-test-runner/render-tests/text-keep-upright/line-placement-true-text-anchor/metrics.json index 2412b1cc57c..c06d5652ab9 100644 --- a/metrics/ios-render-test-runner/render-tests/text-keep-upright/line-placement-true-text-anchor/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/text-keep-upright/line-placement-true-text-anchor/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/text-keep-upright/line-placement-true/metrics.json b/metrics/ios-render-test-runner/render-tests/text-keep-upright/line-placement-true/metrics.json index 8a117769b21..a814f827a9f 100644 --- a/metrics/ios-render-test-runner/render-tests/text-keep-upright/line-placement-true/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/text-keep-upright/line-placement-true/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/text-keep-upright/point-placement-align-map-false/metrics.json b/metrics/ios-render-test-runner/render-tests/text-keep-upright/point-placement-align-map-false/metrics.json index 68d8b35e758..f26776bcda2 100644 --- a/metrics/ios-render-test-runner/render-tests/text-keep-upright/point-placement-align-map-false/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/text-keep-upright/point-placement-align-map-false/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/text-keep-upright/point-placement-align-map-true/metrics.json b/metrics/ios-render-test-runner/render-tests/text-keep-upright/point-placement-align-map-true/metrics.json index 68d8b35e758..f26776bcda2 100644 --- a/metrics/ios-render-test-runner/render-tests/text-keep-upright/point-placement-align-map-true/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/text-keep-upright/point-placement-align-map-true/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/text-keep-upright/point-placement-align-viewport-false/metrics.json b/metrics/ios-render-test-runner/render-tests/text-keep-upright/point-placement-align-viewport-false/metrics.json index 68d8b35e758..f26776bcda2 100644 --- a/metrics/ios-render-test-runner/render-tests/text-keep-upright/point-placement-align-viewport-false/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/text-keep-upright/point-placement-align-viewport-false/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/text-keep-upright/point-placement-align-viewport-true/metrics.json b/metrics/ios-render-test-runner/render-tests/text-keep-upright/point-placement-align-viewport-true/metrics.json index 68d8b35e758..f26776bcda2 100644 --- a/metrics/ios-render-test-runner/render-tests/text-keep-upright/point-placement-align-viewport-true/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/text-keep-upright/point-placement-align-viewport-true/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/text-letter-spacing/function-close/metrics.json b/metrics/ios-render-test-runner/render-tests/text-letter-spacing/function-close/metrics.json index cd668f351a5..e87a6d1819e 100644 --- a/metrics/ios-render-test-runner/render-tests/text-letter-spacing/function-close/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/text-letter-spacing/function-close/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/text-letter-spacing/function-far/metrics.json b/metrics/ios-render-test-runner/render-tests/text-letter-spacing/function-far/metrics.json index cd668f351a5..e87a6d1819e 100644 --- a/metrics/ios-render-test-runner/render-tests/text-letter-spacing/function-far/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/text-letter-spacing/function-far/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/text-letter-spacing/literal/metrics.json b/metrics/ios-render-test-runner/render-tests/text-letter-spacing/literal/metrics.json index cd668f351a5..e87a6d1819e 100644 --- a/metrics/ios-render-test-runner/render-tests/text-letter-spacing/literal/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/text-letter-spacing/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/text-letter-spacing/property-function/metrics.json b/metrics/ios-render-test-runner/render-tests/text-letter-spacing/property-function/metrics.json index 97d7f27021a..f9c43e0ab08 100644 --- a/metrics/ios-render-test-runner/render-tests/text-letter-spacing/property-function/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/text-letter-spacing/property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/text-letter-spacing/zoom-and-property-function/metrics.json b/metrics/ios-render-test-runner/render-tests/text-letter-spacing/zoom-and-property-function/metrics.json index fd1ea83213d..ba13f3666cd 100644 --- a/metrics/ios-render-test-runner/render-tests/text-letter-spacing/zoom-and-property-function/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/text-letter-spacing/zoom-and-property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/text-line-height/literal/metrics.json b/metrics/ios-render-test-runner/render-tests/text-line-height/literal/metrics.json index 41ff7515c7d..82bd5b085e5 100644 --- a/metrics/ios-render-test-runner/render-tests/text-line-height/literal/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/text-line-height/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/text-max-angle/line-center/metrics.json b/metrics/ios-render-test-runner/render-tests/text-max-angle/line-center/metrics.json index 9551aabb147..e455ed04458 100644 --- a/metrics/ios-render-test-runner/render-tests/text-max-angle/line-center/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/text-max-angle/line-center/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/text-max-angle/literal/metrics.json b/metrics/ios-render-test-runner/render-tests/text-max-angle/literal/metrics.json index 2ad59dd984e..719c16bc68f 100644 --- a/metrics/ios-render-test-runner/render-tests/text-max-angle/literal/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/text-max-angle/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/text-max-width/force-double-newline/metrics.json b/metrics/ios-render-test-runner/render-tests/text-max-width/force-double-newline/metrics.json index b553d8692d0..9c8863e6884 100644 --- a/metrics/ios-render-test-runner/render-tests/text-max-width/force-double-newline/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/text-max-width/force-double-newline/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/text-max-width/force-newline/metrics.json b/metrics/ios-render-test-runner/render-tests/text-max-width/force-newline/metrics.json index b553d8692d0..9c8863e6884 100644 --- a/metrics/ios-render-test-runner/render-tests/text-max-width/force-newline/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/text-max-width/force-newline/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/text-max-width/ideographic-breaking/metrics.json b/metrics/ios-render-test-runner/render-tests/text-max-width/ideographic-breaking/metrics.json index 4c0301c08db..bfba8c6501e 100644 --- a/metrics/ios-render-test-runner/render-tests/text-max-width/ideographic-breaking/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/text-max-width/ideographic-breaking/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/text-max-width/ideographic-punctuation-breaking/metrics.json b/metrics/ios-render-test-runner/render-tests/text-max-width/ideographic-punctuation-breaking/metrics.json index e6477234cc3..0bacf085d65 100644 --- a/metrics/ios-render-test-runner/render-tests/text-max-width/ideographic-punctuation-breaking/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/text-max-width/ideographic-punctuation-breaking/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/text-max-width/literal/metrics.json b/metrics/ios-render-test-runner/render-tests/text-max-width/literal/metrics.json index 05279818ae7..8fe82720b12 100644 --- a/metrics/ios-render-test-runner/render-tests/text-max-width/literal/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/text-max-width/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/text-max-width/property-function/metrics.json b/metrics/ios-render-test-runner/render-tests/text-max-width/property-function/metrics.json index 8eef9a41661..a997dce756f 100644 --- a/metrics/ios-render-test-runner/render-tests/text-max-width/property-function/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/text-max-width/property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/text-max-width/zoom-and-property-function/metrics.json b/metrics/ios-render-test-runner/render-tests/text-max-width/zoom-and-property-function/metrics.json index b95ec5af3cb..5a07d80519e 100644 --- a/metrics/ios-render-test-runner/render-tests/text-max-width/zoom-and-property-function/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/text-max-width/zoom-and-property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/text-no-cross-source-collision/default/metrics.json b/metrics/ios-render-test-runner/render-tests/text-no-cross-source-collision/default/metrics.json index 563004e9125..bc1581ced4b 100644 --- a/metrics/ios-render-test-runner/render-tests/text-no-cross-source-collision/default/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/text-no-cross-source-collision/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/text-offset/literal-multiline-anchorcenter-justifycenter-offsetnegative/metrics.json b/metrics/ios-render-test-runner/render-tests/text-offset/literal-multiline-anchorcenter-justifycenter-offsetnegative/metrics.json index 6ad395e0b52..9073a53d114 100644 --- a/metrics/ios-render-test-runner/render-tests/text-offset/literal-multiline-anchorcenter-justifycenter-offsetnegative/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/text-offset/literal-multiline-anchorcenter-justifycenter-offsetnegative/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/text-offset/literal-multiline-anchorcenter-justifycenter-offsetpositive/metrics.json b/metrics/ios-render-test-runner/render-tests/text-offset/literal-multiline-anchorcenter-justifycenter-offsetpositive/metrics.json index 6ad395e0b52..9073a53d114 100644 --- a/metrics/ios-render-test-runner/render-tests/text-offset/literal-multiline-anchorcenter-justifycenter-offsetpositive/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/text-offset/literal-multiline-anchorcenter-justifycenter-offsetpositive/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/text-offset/literal-multiline-anchorcenter-justifyleft-offsetnegative/metrics.json b/metrics/ios-render-test-runner/render-tests/text-offset/literal-multiline-anchorcenter-justifyleft-offsetnegative/metrics.json index 6ad395e0b52..9073a53d114 100644 --- a/metrics/ios-render-test-runner/render-tests/text-offset/literal-multiline-anchorcenter-justifyleft-offsetnegative/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/text-offset/literal-multiline-anchorcenter-justifyleft-offsetnegative/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/text-offset/literal-multiline-anchorcenter-justifyleft-offsetpositive/metrics.json b/metrics/ios-render-test-runner/render-tests/text-offset/literal-multiline-anchorcenter-justifyleft-offsetpositive/metrics.json index 6ad395e0b52..9073a53d114 100644 --- a/metrics/ios-render-test-runner/render-tests/text-offset/literal-multiline-anchorcenter-justifyleft-offsetpositive/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/text-offset/literal-multiline-anchorcenter-justifyleft-offsetpositive/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/text-offset/literal-multiline-anchorcenter-justifyright-offsetnegative/metrics.json b/metrics/ios-render-test-runner/render-tests/text-offset/literal-multiline-anchorcenter-justifyright-offsetnegative/metrics.json index 6ad395e0b52..9073a53d114 100644 --- a/metrics/ios-render-test-runner/render-tests/text-offset/literal-multiline-anchorcenter-justifyright-offsetnegative/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/text-offset/literal-multiline-anchorcenter-justifyright-offsetnegative/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/text-offset/literal-multiline-anchorcenter-justifyright-offsetpositive/metrics.json b/metrics/ios-render-test-runner/render-tests/text-offset/literal-multiline-anchorcenter-justifyright-offsetpositive/metrics.json index 6ad395e0b52..9073a53d114 100644 --- a/metrics/ios-render-test-runner/render-tests/text-offset/literal-multiline-anchorcenter-justifyright-offsetpositive/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/text-offset/literal-multiline-anchorcenter-justifyright-offsetpositive/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/text-offset/literal-multiline-anchorleft-justifycenter-offsetnegative/metrics.json b/metrics/ios-render-test-runner/render-tests/text-offset/literal-multiline-anchorleft-justifycenter-offsetnegative/metrics.json index 6ad395e0b52..9073a53d114 100644 --- a/metrics/ios-render-test-runner/render-tests/text-offset/literal-multiline-anchorleft-justifycenter-offsetnegative/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/text-offset/literal-multiline-anchorleft-justifycenter-offsetnegative/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/text-offset/literal-multiline-anchorleft-justifycenter-offsetpositive/metrics.json b/metrics/ios-render-test-runner/render-tests/text-offset/literal-multiline-anchorleft-justifycenter-offsetpositive/metrics.json index 6ad395e0b52..9073a53d114 100644 --- a/metrics/ios-render-test-runner/render-tests/text-offset/literal-multiline-anchorleft-justifycenter-offsetpositive/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/text-offset/literal-multiline-anchorleft-justifycenter-offsetpositive/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/text-offset/literal-multiline-anchorleft-justifyleft-offsetnegative/metrics.json b/metrics/ios-render-test-runner/render-tests/text-offset/literal-multiline-anchorleft-justifyleft-offsetnegative/metrics.json index 6ad395e0b52..9073a53d114 100644 --- a/metrics/ios-render-test-runner/render-tests/text-offset/literal-multiline-anchorleft-justifyleft-offsetnegative/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/text-offset/literal-multiline-anchorleft-justifyleft-offsetnegative/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/text-offset/literal-multiline-anchorleft-justifyleft-offsetpositive/metrics.json b/metrics/ios-render-test-runner/render-tests/text-offset/literal-multiline-anchorleft-justifyleft-offsetpositive/metrics.json index 6ad395e0b52..9073a53d114 100644 --- a/metrics/ios-render-test-runner/render-tests/text-offset/literal-multiline-anchorleft-justifyleft-offsetpositive/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/text-offset/literal-multiline-anchorleft-justifyleft-offsetpositive/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/text-offset/literal-multiline-anchorleft-justifyright-offsetnegative/metrics.json b/metrics/ios-render-test-runner/render-tests/text-offset/literal-multiline-anchorleft-justifyright-offsetnegative/metrics.json index 6ad395e0b52..9073a53d114 100644 --- a/metrics/ios-render-test-runner/render-tests/text-offset/literal-multiline-anchorleft-justifyright-offsetnegative/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/text-offset/literal-multiline-anchorleft-justifyright-offsetnegative/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/text-offset/literal-multiline-anchorleft-justifyright-offsetpositive/metrics.json b/metrics/ios-render-test-runner/render-tests/text-offset/literal-multiline-anchorleft-justifyright-offsetpositive/metrics.json index 6ad395e0b52..9073a53d114 100644 --- a/metrics/ios-render-test-runner/render-tests/text-offset/literal-multiline-anchorleft-justifyright-offsetpositive/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/text-offset/literal-multiline-anchorleft-justifyright-offsetpositive/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/text-offset/literal-multiline-anchorright-justifycenter-offsetnegative/metrics.json b/metrics/ios-render-test-runner/render-tests/text-offset/literal-multiline-anchorright-justifycenter-offsetnegative/metrics.json index 6ad395e0b52..9073a53d114 100644 --- a/metrics/ios-render-test-runner/render-tests/text-offset/literal-multiline-anchorright-justifycenter-offsetnegative/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/text-offset/literal-multiline-anchorright-justifycenter-offsetnegative/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/text-offset/literal-multiline-anchorright-justifycenter-offsetpositive/metrics.json b/metrics/ios-render-test-runner/render-tests/text-offset/literal-multiline-anchorright-justifycenter-offsetpositive/metrics.json index 6ad395e0b52..9073a53d114 100644 --- a/metrics/ios-render-test-runner/render-tests/text-offset/literal-multiline-anchorright-justifycenter-offsetpositive/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/text-offset/literal-multiline-anchorright-justifycenter-offsetpositive/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/text-offset/literal-multiline-anchorright-justifyleft-offsetnegative/metrics.json b/metrics/ios-render-test-runner/render-tests/text-offset/literal-multiline-anchorright-justifyleft-offsetnegative/metrics.json index 6ad395e0b52..9073a53d114 100644 --- a/metrics/ios-render-test-runner/render-tests/text-offset/literal-multiline-anchorright-justifyleft-offsetnegative/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/text-offset/literal-multiline-anchorright-justifyleft-offsetnegative/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/text-offset/literal-multiline-anchorright-justifyleft-offsetpositive/metrics.json b/metrics/ios-render-test-runner/render-tests/text-offset/literal-multiline-anchorright-justifyleft-offsetpositive/metrics.json index 6ad395e0b52..9073a53d114 100644 --- a/metrics/ios-render-test-runner/render-tests/text-offset/literal-multiline-anchorright-justifyleft-offsetpositive/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/text-offset/literal-multiline-anchorright-justifyleft-offsetpositive/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/text-offset/literal-multiline-anchorright-justifyright-offsetnegative/metrics.json b/metrics/ios-render-test-runner/render-tests/text-offset/literal-multiline-anchorright-justifyright-offsetnegative/metrics.json index 6ad395e0b52..9073a53d114 100644 --- a/metrics/ios-render-test-runner/render-tests/text-offset/literal-multiline-anchorright-justifyright-offsetnegative/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/text-offset/literal-multiline-anchorright-justifyright-offsetnegative/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/text-offset/literal-multiline-anchorright-justifyright-offsetpositive/metrics.json b/metrics/ios-render-test-runner/render-tests/text-offset/literal-multiline-anchorright-justifyright-offsetpositive/metrics.json index 6ad395e0b52..9073a53d114 100644 --- a/metrics/ios-render-test-runner/render-tests/text-offset/literal-multiline-anchorright-justifyright-offsetpositive/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/text-offset/literal-multiline-anchorright-justifyright-offsetpositive/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/text-offset/literal/metrics.json b/metrics/ios-render-test-runner/render-tests/text-offset/literal/metrics.json index cd668f351a5..e87a6d1819e 100644 --- a/metrics/ios-render-test-runner/render-tests/text-offset/literal/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/text-offset/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/text-offset/property-function/metrics.json b/metrics/ios-render-test-runner/render-tests/text-offset/property-function/metrics.json index 384ce4dadbc..b628e4f1fa4 100644 --- a/metrics/ios-render-test-runner/render-tests/text-offset/property-function/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/text-offset/property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/text-opacity/default/metrics.json b/metrics/ios-render-test-runner/render-tests/text-opacity/default/metrics.json index cd668f351a5..e87a6d1819e 100644 --- a/metrics/ios-render-test-runner/render-tests/text-opacity/default/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/text-opacity/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/text-opacity/function/metrics.json b/metrics/ios-render-test-runner/render-tests/text-opacity/function/metrics.json index cd668f351a5..e87a6d1819e 100644 --- a/metrics/ios-render-test-runner/render-tests/text-opacity/function/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/text-opacity/function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/text-opacity/literal/metrics.json b/metrics/ios-render-test-runner/render-tests/text-opacity/literal/metrics.json index cd668f351a5..e87a6d1819e 100644 --- a/metrics/ios-render-test-runner/render-tests/text-opacity/literal/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/text-opacity/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/text-opacity/property-function/metrics.json b/metrics/ios-render-test-runner/render-tests/text-opacity/property-function/metrics.json index 6734d0b0460..2bd94ca5323 100644 --- a/metrics/ios-render-test-runner/render-tests/text-opacity/property-function/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/text-opacity/property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/text-pitch-alignment/auto-text-rotation-alignment-map/metrics.json b/metrics/ios-render-test-runner/render-tests/text-pitch-alignment/auto-text-rotation-alignment-map/metrics.json index 1514cee615b..62e171b0cc7 100644 --- a/metrics/ios-render-test-runner/render-tests/text-pitch-alignment/auto-text-rotation-alignment-map/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/text-pitch-alignment/auto-text-rotation-alignment-map/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/text-pitch-alignment/auto-text-rotation-alignment-viewport/metrics.json b/metrics/ios-render-test-runner/render-tests/text-pitch-alignment/auto-text-rotation-alignment-viewport/metrics.json index 1514cee615b..62e171b0cc7 100644 --- a/metrics/ios-render-test-runner/render-tests/text-pitch-alignment/auto-text-rotation-alignment-viewport/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/text-pitch-alignment/auto-text-rotation-alignment-viewport/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/text-pitch-alignment/map-text-depthtest/metrics.json b/metrics/ios-render-test-runner/render-tests/text-pitch-alignment/map-text-depthtest/metrics.json index 2292400be69..8d77e25e27f 100644 --- a/metrics/ios-render-test-runner/render-tests/text-pitch-alignment/map-text-depthtest/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/text-pitch-alignment/map-text-depthtest/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/text-pitch-alignment/map-text-rotation-alignment-map/metrics.json b/metrics/ios-render-test-runner/render-tests/text-pitch-alignment/map-text-rotation-alignment-map/metrics.json index 1514cee615b..62e171b0cc7 100644 --- a/metrics/ios-render-test-runner/render-tests/text-pitch-alignment/map-text-rotation-alignment-map/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/text-pitch-alignment/map-text-rotation-alignment-map/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/text-pitch-alignment/map-text-rotation-alignment-viewport/metrics.json b/metrics/ios-render-test-runner/render-tests/text-pitch-alignment/map-text-rotation-alignment-viewport/metrics.json index 1514cee615b..62e171b0cc7 100644 --- a/metrics/ios-render-test-runner/render-tests/text-pitch-alignment/map-text-rotation-alignment-viewport/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/text-pitch-alignment/map-text-rotation-alignment-viewport/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/text-pitch-alignment/viewport-overzoomed-single-glyph/metrics.json b/metrics/ios-render-test-runner/render-tests/text-pitch-alignment/viewport-overzoomed-single-glyph/metrics.json index d05556cd14e..0ed9a3c07b9 100644 --- a/metrics/ios-render-test-runner/render-tests/text-pitch-alignment/viewport-overzoomed-single-glyph/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/text-pitch-alignment/viewport-overzoomed-single-glyph/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/text-pitch-alignment/viewport-overzoomed/metrics.json b/metrics/ios-render-test-runner/render-tests/text-pitch-alignment/viewport-overzoomed/metrics.json index edd93c6655a..338809341fd 100644 --- a/metrics/ios-render-test-runner/render-tests/text-pitch-alignment/viewport-overzoomed/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/text-pitch-alignment/viewport-overzoomed/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/text-pitch-alignment/viewport-text-depthtest/metrics.json b/metrics/ios-render-test-runner/render-tests/text-pitch-alignment/viewport-text-depthtest/metrics.json index 2292400be69..8d77e25e27f 100644 --- a/metrics/ios-render-test-runner/render-tests/text-pitch-alignment/viewport-text-depthtest/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/text-pitch-alignment/viewport-text-depthtest/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/text-pitch-alignment/viewport-text-rotation-alignment-map/metrics.json b/metrics/ios-render-test-runner/render-tests/text-pitch-alignment/viewport-text-rotation-alignment-map/metrics.json index 1514cee615b..62e171b0cc7 100644 --- a/metrics/ios-render-test-runner/render-tests/text-pitch-alignment/viewport-text-rotation-alignment-map/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/text-pitch-alignment/viewport-text-rotation-alignment-map/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/text-pitch-alignment/viewport-text-rotation-alignment-viewport/metrics.json b/metrics/ios-render-test-runner/render-tests/text-pitch-alignment/viewport-text-rotation-alignment-viewport/metrics.json index 1514cee615b..62e171b0cc7 100644 --- a/metrics/ios-render-test-runner/render-tests/text-pitch-alignment/viewport-text-rotation-alignment-viewport/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/text-pitch-alignment/viewport-text-rotation-alignment-viewport/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/text-pitch-scaling/line-half/metrics.json b/metrics/ios-render-test-runner/render-tests/text-pitch-scaling/line-half/metrics.json index 1514cee615b..62e171b0cc7 100644 --- a/metrics/ios-render-test-runner/render-tests/text-pitch-scaling/line-half/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/text-pitch-scaling/line-half/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/text-radial-offset/basic/metrics.json b/metrics/ios-render-test-runner/render-tests/text-radial-offset/basic/metrics.json index dfa75209163..12fe2bbe545 100644 --- a/metrics/ios-render-test-runner/render-tests/text-radial-offset/basic/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/text-radial-offset/basic/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/text-rotate/anchor-bottom/metrics.json b/metrics/ios-render-test-runner/render-tests/text-rotate/anchor-bottom/metrics.json index 789eb531ac2..6e235d123bd 100644 --- a/metrics/ios-render-test-runner/render-tests/text-rotate/anchor-bottom/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/text-rotate/anchor-bottom/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/text-rotate/anchor-left/metrics.json b/metrics/ios-render-test-runner/render-tests/text-rotate/anchor-left/metrics.json index 789eb531ac2..6e235d123bd 100644 --- a/metrics/ios-render-test-runner/render-tests/text-rotate/anchor-left/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/text-rotate/anchor-left/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/text-rotate/anchor-right/metrics.json b/metrics/ios-render-test-runner/render-tests/text-rotate/anchor-right/metrics.json index 789eb531ac2..6e235d123bd 100644 --- a/metrics/ios-render-test-runner/render-tests/text-rotate/anchor-right/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/text-rotate/anchor-right/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/text-rotate/anchor-top/metrics.json b/metrics/ios-render-test-runner/render-tests/text-rotate/anchor-top/metrics.json index 789eb531ac2..6e235d123bd 100644 --- a/metrics/ios-render-test-runner/render-tests/text-rotate/anchor-top/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/text-rotate/anchor-top/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/text-rotate/function/metrics.json b/metrics/ios-render-test-runner/render-tests/text-rotate/function/metrics.json index 0206fc826fe..25471f81337 100644 --- a/metrics/ios-render-test-runner/render-tests/text-rotate/function/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/text-rotate/function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/text-rotate/literal/metrics.json b/metrics/ios-render-test-runner/render-tests/text-rotate/literal/metrics.json index 0206fc826fe..25471f81337 100644 --- a/metrics/ios-render-test-runner/render-tests/text-rotate/literal/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/text-rotate/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/text-rotate/property-function/metrics.json b/metrics/ios-render-test-runner/render-tests/text-rotate/property-function/metrics.json index 08593319169..d736cae4602 100644 --- a/metrics/ios-render-test-runner/render-tests/text-rotate/property-function/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/text-rotate/property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/text-rotate/with-offset/metrics.json b/metrics/ios-render-test-runner/render-tests/text-rotate/with-offset/metrics.json index e348c71619e..759f85ee08f 100644 --- a/metrics/ios-render-test-runner/render-tests/text-rotate/with-offset/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/text-rotate/with-offset/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/text-rotation-alignment/auto-symbol-placement-line/metrics.json b/metrics/ios-render-test-runner/render-tests/text-rotation-alignment/auto-symbol-placement-line/metrics.json index 70ac3608a98..ad45e05ba62 100644 --- a/metrics/ios-render-test-runner/render-tests/text-rotation-alignment/auto-symbol-placement-line/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/text-rotation-alignment/auto-symbol-placement-line/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/text-rotation-alignment/auto-symbol-placement-point/metrics.json b/metrics/ios-render-test-runner/render-tests/text-rotation-alignment/auto-symbol-placement-point/metrics.json index 905846132df..880749e242a 100644 --- a/metrics/ios-render-test-runner/render-tests/text-rotation-alignment/auto-symbol-placement-point/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/text-rotation-alignment/auto-symbol-placement-point/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/text-rotation-alignment/map-symbol-placement-line/metrics.json b/metrics/ios-render-test-runner/render-tests/text-rotation-alignment/map-symbol-placement-line/metrics.json index 70ac3608a98..ad45e05ba62 100644 --- a/metrics/ios-render-test-runner/render-tests/text-rotation-alignment/map-symbol-placement-line/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/text-rotation-alignment/map-symbol-placement-line/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/text-rotation-alignment/map-symbol-placement-point/metrics.json b/metrics/ios-render-test-runner/render-tests/text-rotation-alignment/map-symbol-placement-point/metrics.json index 905846132df..880749e242a 100644 --- a/metrics/ios-render-test-runner/render-tests/text-rotation-alignment/map-symbol-placement-point/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/text-rotation-alignment/map-symbol-placement-point/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/text-rotation-alignment/viewport-symbol-placement-line/metrics.json b/metrics/ios-render-test-runner/render-tests/text-rotation-alignment/viewport-symbol-placement-line/metrics.json index 70ac3608a98..ad45e05ba62 100644 --- a/metrics/ios-render-test-runner/render-tests/text-rotation-alignment/viewport-symbol-placement-line/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/text-rotation-alignment/viewport-symbol-placement-line/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/text-rotation-alignment/viewport-symbol-placement-point/metrics.json b/metrics/ios-render-test-runner/render-tests/text-rotation-alignment/viewport-symbol-placement-point/metrics.json index 905846132df..880749e242a 100644 --- a/metrics/ios-render-test-runner/render-tests/text-rotation-alignment/viewport-symbol-placement-point/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/text-rotation-alignment/viewport-symbol-placement-point/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/text-size/camera-function-high-base/metrics.json b/metrics/ios-render-test-runner/render-tests/text-size/camera-function-high-base/metrics.json index 84fc4fe605e..2ff31eaf3ca 100644 --- a/metrics/ios-render-test-runner/render-tests/text-size/camera-function-high-base/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/text-size/camera-function-high-base/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/text-size/camera-function-interval/metrics.json b/metrics/ios-render-test-runner/render-tests/text-size/camera-function-interval/metrics.json index bf6832d42b7..0da18b6700e 100644 --- a/metrics/ios-render-test-runner/render-tests/text-size/camera-function-interval/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/text-size/camera-function-interval/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/text-size/composite-expression/metrics.json b/metrics/ios-render-test-runner/render-tests/text-size/composite-expression/metrics.json index be4621cd935..5feb61dd830 100644 --- a/metrics/ios-render-test-runner/render-tests/text-size/composite-expression/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/text-size/composite-expression/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/text-size/composite-function-line-placement/metrics.json b/metrics/ios-render-test-runner/render-tests/text-size/composite-function-line-placement/metrics.json index 5c85a420f3c..59269fd43d8 100644 --- a/metrics/ios-render-test-runner/render-tests/text-size/composite-function-line-placement/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/text-size/composite-function-line-placement/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/text-size/composite-function/metrics.json b/metrics/ios-render-test-runner/render-tests/text-size/composite-function/metrics.json index 84fc4fe605e..2ff31eaf3ca 100644 --- a/metrics/ios-render-test-runner/render-tests/text-size/composite-function/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/text-size/composite-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/text-size/default/metrics.json b/metrics/ios-render-test-runner/render-tests/text-size/default/metrics.json index bf6832d42b7..0da18b6700e 100644 --- a/metrics/ios-render-test-runner/render-tests/text-size/default/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/text-size/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/text-size/function/metrics.json b/metrics/ios-render-test-runner/render-tests/text-size/function/metrics.json index bf6832d42b7..0da18b6700e 100644 --- a/metrics/ios-render-test-runner/render-tests/text-size/function/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/text-size/function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/text-size/literal/metrics.json b/metrics/ios-render-test-runner/render-tests/text-size/literal/metrics.json index bf6832d42b7..0da18b6700e 100644 --- a/metrics/ios-render-test-runner/render-tests/text-size/literal/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/text-size/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/text-size/property-function/metrics.json b/metrics/ios-render-test-runner/render-tests/text-size/property-function/metrics.json index 84fc4fe605e..2ff31eaf3ca 100644 --- a/metrics/ios-render-test-runner/render-tests/text-size/property-function/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/text-size/property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/text-size/zero/metrics.json b/metrics/ios-render-test-runner/render-tests/text-size/zero/metrics.json index 6acd7b5289c..ef15ba387e2 100644 --- a/metrics/ios-render-test-runner/render-tests/text-size/zero/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/text-size/zero/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/text-tile-edge-clipping/default/metrics.json b/metrics/ios-render-test-runner/render-tests/text-tile-edge-clipping/default/metrics.json index 05d7f575551..e15389d880a 100644 --- a/metrics/ios-render-test-runner/render-tests/text-tile-edge-clipping/default/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/text-tile-edge-clipping/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/text-transform/lowercase/metrics.json b/metrics/ios-render-test-runner/render-tests/text-transform/lowercase/metrics.json index 2bf7d113546..2aaf4ac7ce5 100644 --- a/metrics/ios-render-test-runner/render-tests/text-transform/lowercase/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/text-transform/lowercase/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/text-transform/property-function/metrics.json b/metrics/ios-render-test-runner/render-tests/text-transform/property-function/metrics.json index 94f6c3ccd62..6ce00b87e18 100644 --- a/metrics/ios-render-test-runner/render-tests/text-transform/property-function/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/text-transform/property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/text-transform/uppercase/metrics.json b/metrics/ios-render-test-runner/render-tests/text-transform/uppercase/metrics.json index ecb73166999..684f6471f8a 100644 --- a/metrics/ios-render-test-runner/render-tests/text-transform/uppercase/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/text-transform/uppercase/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/text-translate-anchor/map/metrics.json b/metrics/ios-render-test-runner/render-tests/text-translate-anchor/map/metrics.json index 9162d111f6e..43da58ebcc0 100644 --- a/metrics/ios-render-test-runner/render-tests/text-translate-anchor/map/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/text-translate-anchor/map/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/text-translate-anchor/viewport/metrics.json b/metrics/ios-render-test-runner/render-tests/text-translate-anchor/viewport/metrics.json index 9162d111f6e..43da58ebcc0 100644 --- a/metrics/ios-render-test-runner/render-tests/text-translate-anchor/viewport/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/text-translate-anchor/viewport/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/text-translate/default/metrics.json b/metrics/ios-render-test-runner/render-tests/text-translate/default/metrics.json index cd668f351a5..e87a6d1819e 100644 --- a/metrics/ios-render-test-runner/render-tests/text-translate/default/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/text-translate/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/text-translate/function/metrics.json b/metrics/ios-render-test-runner/render-tests/text-translate/function/metrics.json index cd668f351a5..e87a6d1819e 100644 --- a/metrics/ios-render-test-runner/render-tests/text-translate/function/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/text-translate/function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/text-translate/literal/metrics.json b/metrics/ios-render-test-runner/render-tests/text-translate/literal/metrics.json index cd668f351a5..e87a6d1819e 100644 --- a/metrics/ios-render-test-runner/render-tests/text-translate/literal/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/text-translate/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/text-variable-anchor-offset/all-anchors-icon-text-fit/metrics.json b/metrics/ios-render-test-runner/render-tests/text-variable-anchor-offset/all-anchors-icon-text-fit/metrics.json index 9953c2ea9e9..5b52bc09273 100644 --- a/metrics/ios-render-test-runner/render-tests/text-variable-anchor-offset/all-anchors-icon-text-fit/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/text-variable-anchor-offset/all-anchors-icon-text-fit/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/text-variable-anchor-offset/all-anchors-text-allow-overlap/metrics.json b/metrics/ios-render-test-runner/render-tests/text-variable-anchor-offset/all-anchors-text-allow-overlap/metrics.json index dca033517bc..a5ae1ce41c0 100644 --- a/metrics/ios-render-test-runner/render-tests/text-variable-anchor-offset/all-anchors-text-allow-overlap/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/text-variable-anchor-offset/all-anchors-text-allow-overlap/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/text-variable-anchor-offset/all-anchors/metrics.json b/metrics/ios-render-test-runner/render-tests/text-variable-anchor-offset/all-anchors/metrics.json index dfa75209163..12fe2bbe545 100644 --- a/metrics/ios-render-test-runner/render-tests/text-variable-anchor-offset/all-anchors/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/text-variable-anchor-offset/all-anchors/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/text-variable-anchor-offset/databind-coalesce/metrics.json b/metrics/ios-render-test-runner/render-tests/text-variable-anchor-offset/databind-coalesce/metrics.json index d4202bfa226..23fc8ab5988 100644 --- a/metrics/ios-render-test-runner/render-tests/text-variable-anchor-offset/databind-coalesce/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/text-variable-anchor-offset/databind-coalesce/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/text-variable-anchor-offset/databind-interpolate/metrics.json b/metrics/ios-render-test-runner/render-tests/text-variable-anchor-offset/databind-interpolate/metrics.json index d4202bfa226..23fc8ab5988 100644 --- a/metrics/ios-render-test-runner/render-tests/text-variable-anchor-offset/databind-interpolate/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/text-variable-anchor-offset/databind-interpolate/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/text-variable-anchor-offset/icon-image-all-anchors/metrics.json b/metrics/ios-render-test-runner/render-tests/text-variable-anchor-offset/icon-image-all-anchors/metrics.json index 031fe71047b..8ccc0a429ec 100644 --- a/metrics/ios-render-test-runner/render-tests/text-variable-anchor-offset/icon-image-all-anchors/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/text-variable-anchor-offset/icon-image-all-anchors/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/text-variable-anchor-offset/icon-image-offset/metrics.json b/metrics/ios-render-test-runner/render-tests/text-variable-anchor-offset/icon-image-offset/metrics.json index 7bbece367a2..5556b79fa0c 100644 --- a/metrics/ios-render-test-runner/render-tests/text-variable-anchor-offset/icon-image-offset/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/text-variable-anchor-offset/icon-image-offset/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/text-variable-anchor-offset/icon-image/metrics.json b/metrics/ios-render-test-runner/render-tests/text-variable-anchor-offset/icon-image/metrics.json index 031fe71047b..8ccc0a429ec 100644 --- a/metrics/ios-render-test-runner/render-tests/text-variable-anchor-offset/icon-image/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/text-variable-anchor-offset/icon-image/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/text-variable-anchor-offset/icon-text-fit-collision-box/metrics.json b/metrics/ios-render-test-runner/render-tests/text-variable-anchor-offset/icon-text-fit-collision-box/metrics.json index 9f778921724..97a627d210f 100644 --- a/metrics/ios-render-test-runner/render-tests/text-variable-anchor-offset/icon-text-fit-collision-box/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/text-variable-anchor-offset/icon-text-fit-collision-box/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/text-variable-anchor-offset/no-animate-zoom/metrics.json b/metrics/ios-render-test-runner/render-tests/text-variable-anchor-offset/no-animate-zoom/metrics.json index 2a7b3b9cd61..e6630885fc9 100644 --- a/metrics/ios-render-test-runner/render-tests/text-variable-anchor-offset/no-animate-zoom/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/text-variable-anchor-offset/no-animate-zoom/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/text-variable-anchor-offset/pitched-offset/metrics.json b/metrics/ios-render-test-runner/render-tests/text-variable-anchor-offset/pitched-offset/metrics.json index b06ed0feb28..e946eeffb5b 100644 --- a/metrics/ios-render-test-runner/render-tests/text-variable-anchor-offset/pitched-offset/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/text-variable-anchor-offset/pitched-offset/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/text-variable-anchor-offset/pitched-with-map/metrics.json b/metrics/ios-render-test-runner/render-tests/text-variable-anchor-offset/pitched-with-map/metrics.json index b06ed0feb28..e946eeffb5b 100644 --- a/metrics/ios-render-test-runner/render-tests/text-variable-anchor-offset/pitched-with-map/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/text-variable-anchor-offset/pitched-with-map/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/text-variable-anchor-offset/pitched/metrics.json b/metrics/ios-render-test-runner/render-tests/text-variable-anchor-offset/pitched/metrics.json index b06ed0feb28..e946eeffb5b 100644 --- a/metrics/ios-render-test-runner/render-tests/text-variable-anchor-offset/pitched/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/text-variable-anchor-offset/pitched/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/text-variable-anchor-offset/rotated-offset/metrics.json b/metrics/ios-render-test-runner/render-tests/text-variable-anchor-offset/rotated-offset/metrics.json index 33eed36df4c..3eb290a1dfa 100644 --- a/metrics/ios-render-test-runner/render-tests/text-variable-anchor-offset/rotated-offset/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/text-variable-anchor-offset/rotated-offset/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/text-variable-anchor-offset/rotated-with-map/metrics.json b/metrics/ios-render-test-runner/render-tests/text-variable-anchor-offset/rotated-with-map/metrics.json index 33eed36df4c..3eb290a1dfa 100644 --- a/metrics/ios-render-test-runner/render-tests/text-variable-anchor-offset/rotated-with-map/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/text-variable-anchor-offset/rotated-with-map/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/text-variable-anchor-offset/rotated/metrics.json b/metrics/ios-render-test-runner/render-tests/text-variable-anchor-offset/rotated/metrics.json index 33eed36df4c..3eb290a1dfa 100644 --- a/metrics/ios-render-test-runner/render-tests/text-variable-anchor-offset/rotated/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/text-variable-anchor-offset/rotated/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/text-variable-anchor-offset/single-justification/metrics.json b/metrics/ios-render-test-runner/render-tests/text-variable-anchor-offset/single-justification/metrics.json index 9dca847cbba..7d32eb2d016 100644 --- a/metrics/ios-render-test-runner/render-tests/text-variable-anchor-offset/single-justification/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/text-variable-anchor-offset/single-justification/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/text-variable-anchor-offset/single-line/metrics.json b/metrics/ios-render-test-runner/render-tests/text-variable-anchor-offset/single-line/metrics.json index a8acd89723c..f654c1386cd 100644 --- a/metrics/ios-render-test-runner/render-tests/text-variable-anchor-offset/single-line/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/text-variable-anchor-offset/single-line/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/text-variable-anchor-offset/text-allow-overlap/metrics.json b/metrics/ios-render-test-runner/render-tests/text-variable-anchor-offset/text-allow-overlap/metrics.json index 40b67f14452..23048d8379d 100644 --- a/metrics/ios-render-test-runner/render-tests/text-variable-anchor-offset/text-allow-overlap/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/text-variable-anchor-offset/text-allow-overlap/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/text-variable-anchor-offset/top-bottom-left-right/metrics.json b/metrics/ios-render-test-runner/render-tests/text-variable-anchor-offset/top-bottom-left-right/metrics.json index 74f5df99b33..d9ed35b7a88 100644 --- a/metrics/ios-render-test-runner/render-tests/text-variable-anchor-offset/top-bottom-left-right/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/text-variable-anchor-offset/top-bottom-left-right/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/text-variable-anchor/all-anchors-icon-text-fit/metrics.json b/metrics/ios-render-test-runner/render-tests/text-variable-anchor/all-anchors-icon-text-fit/metrics.json index 9953c2ea9e9..5b52bc09273 100644 --- a/metrics/ios-render-test-runner/render-tests/text-variable-anchor/all-anchors-icon-text-fit/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/text-variable-anchor/all-anchors-icon-text-fit/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/text-variable-anchor/all-anchors-offset-zero/metrics.json b/metrics/ios-render-test-runner/render-tests/text-variable-anchor/all-anchors-offset-zero/metrics.json index dfa75209163..12fe2bbe545 100644 --- a/metrics/ios-render-test-runner/render-tests/text-variable-anchor/all-anchors-offset-zero/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/text-variable-anchor/all-anchors-offset-zero/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/text-variable-anchor/all-anchors-offset/metrics.json b/metrics/ios-render-test-runner/render-tests/text-variable-anchor/all-anchors-offset/metrics.json index dfa75209163..12fe2bbe545 100644 --- a/metrics/ios-render-test-runner/render-tests/text-variable-anchor/all-anchors-offset/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/text-variable-anchor/all-anchors-offset/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/text-variable-anchor/all-anchors-radial-offset-zero/metrics.json b/metrics/ios-render-test-runner/render-tests/text-variable-anchor/all-anchors-radial-offset-zero/metrics.json index dfa75209163..12fe2bbe545 100644 --- a/metrics/ios-render-test-runner/render-tests/text-variable-anchor/all-anchors-radial-offset-zero/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/text-variable-anchor/all-anchors-radial-offset-zero/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/text-variable-anchor/all-anchors-text-allow-overlap/metrics.json b/metrics/ios-render-test-runner/render-tests/text-variable-anchor/all-anchors-text-allow-overlap/metrics.json index dca033517bc..a5ae1ce41c0 100644 --- a/metrics/ios-render-test-runner/render-tests/text-variable-anchor/all-anchors-text-allow-overlap/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/text-variable-anchor/all-anchors-text-allow-overlap/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/text-variable-anchor/all-anchors-tile-map-mode/metrics.json b/metrics/ios-render-test-runner/render-tests/text-variable-anchor/all-anchors-tile-map-mode/metrics.json index 1a348fa3efe..17a3110abc7 100644 --- a/metrics/ios-render-test-runner/render-tests/text-variable-anchor/all-anchors-tile-map-mode/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/text-variable-anchor/all-anchors-tile-map-mode/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/text-variable-anchor/all-anchors-two-dimentional-offset-negative/metrics.json b/metrics/ios-render-test-runner/render-tests/text-variable-anchor/all-anchors-two-dimentional-offset-negative/metrics.json index dfa75209163..12fe2bbe545 100644 --- a/metrics/ios-render-test-runner/render-tests/text-variable-anchor/all-anchors-two-dimentional-offset-negative/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/text-variable-anchor/all-anchors-two-dimentional-offset-negative/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/text-variable-anchor/all-anchors-two-dimentional-offset-zero/metrics.json b/metrics/ios-render-test-runner/render-tests/text-variable-anchor/all-anchors-two-dimentional-offset-zero/metrics.json index dfa75209163..12fe2bbe545 100644 --- a/metrics/ios-render-test-runner/render-tests/text-variable-anchor/all-anchors-two-dimentional-offset-zero/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/text-variable-anchor/all-anchors-two-dimentional-offset-zero/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/text-variable-anchor/all-anchors-two-dimentional-offset/metrics.json b/metrics/ios-render-test-runner/render-tests/text-variable-anchor/all-anchors-two-dimentional-offset/metrics.json index dfa75209163..12fe2bbe545 100644 --- a/metrics/ios-render-test-runner/render-tests/text-variable-anchor/all-anchors-two-dimentional-offset/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/text-variable-anchor/all-anchors-two-dimentional-offset/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/text-variable-anchor/all-anchors/metrics.json b/metrics/ios-render-test-runner/render-tests/text-variable-anchor/all-anchors/metrics.json index 806d886e75c..2b9d167c6fb 100644 --- a/metrics/ios-render-test-runner/render-tests/text-variable-anchor/all-anchors/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/text-variable-anchor/all-anchors/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/text-variable-anchor/icon-image-all-anchors/metrics.json b/metrics/ios-render-test-runner/render-tests/text-variable-anchor/icon-image-all-anchors/metrics.json index 031fe71047b..8ccc0a429ec 100644 --- a/metrics/ios-render-test-runner/render-tests/text-variable-anchor/icon-image-all-anchors/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/text-variable-anchor/icon-image-all-anchors/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/text-variable-anchor/icon-image/metrics.json b/metrics/ios-render-test-runner/render-tests/text-variable-anchor/icon-image/metrics.json index 031fe71047b..8ccc0a429ec 100644 --- a/metrics/ios-render-test-runner/render-tests/text-variable-anchor/icon-image/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/text-variable-anchor/icon-image/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/text-variable-anchor/icon-text-fit-collision-box/metrics.json b/metrics/ios-render-test-runner/render-tests/text-variable-anchor/icon-text-fit-collision-box/metrics.json index 9f778921724..97a627d210f 100644 --- a/metrics/ios-render-test-runner/render-tests/text-variable-anchor/icon-text-fit-collision-box/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/text-variable-anchor/icon-text-fit-collision-box/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/text-variable-anchor/left-top-right-bottom-offset-tile-map-mode/metrics.json b/metrics/ios-render-test-runner/render-tests/text-variable-anchor/left-top-right-bottom-offset-tile-map-mode/metrics.json index 22295b952a8..e94f38d898d 100644 --- a/metrics/ios-render-test-runner/render-tests/text-variable-anchor/left-top-right-bottom-offset-tile-map-mode/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/text-variable-anchor/left-top-right-bottom-offset-tile-map-mode/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/text-variable-anchor/no-animate-zoom/metrics.json b/metrics/ios-render-test-runner/render-tests/text-variable-anchor/no-animate-zoom/metrics.json index c4efa5911f0..6db6f402c62 100644 --- a/metrics/ios-render-test-runner/render-tests/text-variable-anchor/no-animate-zoom/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/text-variable-anchor/no-animate-zoom/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/text-variable-anchor/pitched-offset/metrics.json b/metrics/ios-render-test-runner/render-tests/text-variable-anchor/pitched-offset/metrics.json index b06ed0feb28..e946eeffb5b 100644 --- a/metrics/ios-render-test-runner/render-tests/text-variable-anchor/pitched-offset/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/text-variable-anchor/pitched-offset/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/text-variable-anchor/pitched-rotated-debug/metrics.json b/metrics/ios-render-test-runner/render-tests/text-variable-anchor/pitched-rotated-debug/metrics.json index 102e62664bd..dc4294751f6 100644 --- a/metrics/ios-render-test-runner/render-tests/text-variable-anchor/pitched-rotated-debug/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/text-variable-anchor/pitched-rotated-debug/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/text-variable-anchor/pitched-with-map/metrics.json b/metrics/ios-render-test-runner/render-tests/text-variable-anchor/pitched-with-map/metrics.json index b06ed0feb28..e946eeffb5b 100644 --- a/metrics/ios-render-test-runner/render-tests/text-variable-anchor/pitched-with-map/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/text-variable-anchor/pitched-with-map/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/text-variable-anchor/pitched/metrics.json b/metrics/ios-render-test-runner/render-tests/text-variable-anchor/pitched/metrics.json index b06ed0feb28..e946eeffb5b 100644 --- a/metrics/ios-render-test-runner/render-tests/text-variable-anchor/pitched/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/text-variable-anchor/pitched/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/text-variable-anchor/rotated-offset/metrics.json b/metrics/ios-render-test-runner/render-tests/text-variable-anchor/rotated-offset/metrics.json index 33eed36df4c..3eb290a1dfa 100644 --- a/metrics/ios-render-test-runner/render-tests/text-variable-anchor/rotated-offset/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/text-variable-anchor/rotated-offset/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/text-variable-anchor/rotated-with-map/metrics.json b/metrics/ios-render-test-runner/render-tests/text-variable-anchor/rotated-with-map/metrics.json index 33eed36df4c..3eb290a1dfa 100644 --- a/metrics/ios-render-test-runner/render-tests/text-variable-anchor/rotated-with-map/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/text-variable-anchor/rotated-with-map/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/text-variable-anchor/rotated/metrics.json b/metrics/ios-render-test-runner/render-tests/text-variable-anchor/rotated/metrics.json index 33eed36df4c..3eb290a1dfa 100644 --- a/metrics/ios-render-test-runner/render-tests/text-variable-anchor/rotated/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/text-variable-anchor/rotated/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/text-variable-anchor/single-justification/metrics.json b/metrics/ios-render-test-runner/render-tests/text-variable-anchor/single-justification/metrics.json index 9dca847cbba..7d32eb2d016 100644 --- a/metrics/ios-render-test-runner/render-tests/text-variable-anchor/single-justification/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/text-variable-anchor/single-justification/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/text-variable-anchor/single-line/metrics.json b/metrics/ios-render-test-runner/render-tests/text-variable-anchor/single-line/metrics.json index a8acd89723c..f654c1386cd 100644 --- a/metrics/ios-render-test-runner/render-tests/text-variable-anchor/single-line/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/text-variable-anchor/single-line/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/text-variable-anchor/text-allow-overlap/metrics.json b/metrics/ios-render-test-runner/render-tests/text-variable-anchor/text-allow-overlap/metrics.json index 40b67f14452..23048d8379d 100644 --- a/metrics/ios-render-test-runner/render-tests/text-variable-anchor/text-allow-overlap/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/text-variable-anchor/text-allow-overlap/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/text-variable-anchor/top-bottom-left-right/metrics.json b/metrics/ios-render-test-runner/render-tests/text-variable-anchor/top-bottom-left-right/metrics.json index 74f5df99b33..d9ed35b7a88 100644 --- a/metrics/ios-render-test-runner/render-tests/text-variable-anchor/top-bottom-left-right/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/text-variable-anchor/top-bottom-left-right/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/text-visibility/none/metrics.json b/metrics/ios-render-test-runner/render-tests/text-visibility/none/metrics.json index 7da07969667..7c49193327f 100644 --- a/metrics/ios-render-test-runner/render-tests/text-visibility/none/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/text-visibility/none/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/text-visibility/visible/metrics.json b/metrics/ios-render-test-runner/render-tests/text-visibility/visible/metrics.json index d7ff42c1270..09a1f9f03cd 100644 --- a/metrics/ios-render-test-runner/render-tests/text-visibility/visible/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/text-visibility/visible/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/text-writing-mode/line_label/chinese-punctuation/metrics.json b/metrics/ios-render-test-runner/render-tests/text-writing-mode/line_label/chinese-punctuation/metrics.json index 4da17ca35c8..1e674f4ec88 100644 --- a/metrics/ios-render-test-runner/render-tests/text-writing-mode/line_label/chinese-punctuation/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/text-writing-mode/line_label/chinese-punctuation/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/text-writing-mode/line_label/chinese/metrics.json b/metrics/ios-render-test-runner/render-tests/text-writing-mode/line_label/chinese/metrics.json index 4c978ab6c2b..25c693e246c 100644 --- a/metrics/ios-render-test-runner/render-tests/text-writing-mode/line_label/chinese/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/text-writing-mode/line_label/chinese/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/text-writing-mode/line_label/latin/metrics.json b/metrics/ios-render-test-runner/render-tests/text-writing-mode/line_label/latin/metrics.json index 8c2cc0dbcb2..cc4ed080710 100644 --- a/metrics/ios-render-test-runner/render-tests/text-writing-mode/line_label/latin/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/text-writing-mode/line_label/latin/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/text-writing-mode/line_label/mixed/metrics.json b/metrics/ios-render-test-runner/render-tests/text-writing-mode/line_label/mixed/metrics.json index caf18baec7c..591800d8a39 100644 --- a/metrics/ios-render-test-runner/render-tests/text-writing-mode/line_label/mixed/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/text-writing-mode/line_label/mixed/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/text-writing-mode/point_label/cjk-arabic-vertical-mode/metrics.json b/metrics/ios-render-test-runner/render-tests/text-writing-mode/point_label/cjk-arabic-vertical-mode/metrics.json index 23e8621fe30..bca64dfb298 100644 --- a/metrics/ios-render-test-runner/render-tests/text-writing-mode/point_label/cjk-arabic-vertical-mode/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/text-writing-mode/point_label/cjk-arabic-vertical-mode/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/text-writing-mode/point_label/cjk-horizontal-vertical-mode/metrics.json b/metrics/ios-render-test-runner/render-tests/text-writing-mode/point_label/cjk-horizontal-vertical-mode/metrics.json index 7d4c49afdfb..250e6afdab5 100644 --- a/metrics/ios-render-test-runner/render-tests/text-writing-mode/point_label/cjk-horizontal-vertical-mode/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/text-writing-mode/point_label/cjk-horizontal-vertical-mode/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/text-writing-mode/point_label/cjk-multiline-vertical-horizontal-mode/metrics.json b/metrics/ios-render-test-runner/render-tests/text-writing-mode/point_label/cjk-multiline-vertical-horizontal-mode/metrics.json index eabb4022be5..6b909dcba83 100644 --- a/metrics/ios-render-test-runner/render-tests/text-writing-mode/point_label/cjk-multiline-vertical-horizontal-mode/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/text-writing-mode/point_label/cjk-multiline-vertical-horizontal-mode/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/text-writing-mode/point_label/cjk-punctuation-vertical-mode/metrics.json b/metrics/ios-render-test-runner/render-tests/text-writing-mode/point_label/cjk-punctuation-vertical-mode/metrics.json index 25fb8b4d1e0..d66c5516354 100644 --- a/metrics/ios-render-test-runner/render-tests/text-writing-mode/point_label/cjk-punctuation-vertical-mode/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/text-writing-mode/point_label/cjk-punctuation-vertical-mode/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/text-writing-mode/point_label/cjk-variable-anchors-vertical-horizontal-mode-icon-text-fit/metrics.json b/metrics/ios-render-test-runner/render-tests/text-writing-mode/point_label/cjk-variable-anchors-vertical-horizontal-mode-icon-text-fit/metrics.json index d8ccbe177ba..a573e66c767 100644 --- a/metrics/ios-render-test-runner/render-tests/text-writing-mode/point_label/cjk-variable-anchors-vertical-horizontal-mode-icon-text-fit/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/text-writing-mode/point_label/cjk-variable-anchors-vertical-horizontal-mode-icon-text-fit/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/text-writing-mode/point_label/cjk-variable-anchors-vertical-horizontal-mode/metrics.json b/metrics/ios-render-test-runner/render-tests/text-writing-mode/point_label/cjk-variable-anchors-vertical-horizontal-mode/metrics.json index 632a29ad175..1570a3859bd 100644 --- a/metrics/ios-render-test-runner/render-tests/text-writing-mode/point_label/cjk-variable-anchors-vertical-horizontal-mode/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/text-writing-mode/point_label/cjk-variable-anchors-vertical-horizontal-mode/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/text-writing-mode/point_label/cjk-variable-anchors-vertical-mode/metrics.json b/metrics/ios-render-test-runner/render-tests/text-writing-mode/point_label/cjk-variable-anchors-vertical-mode/metrics.json index 7d4c49afdfb..250e6afdab5 100644 --- a/metrics/ios-render-test-runner/render-tests/text-writing-mode/point_label/cjk-variable-anchors-vertical-mode/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/text-writing-mode/point_label/cjk-variable-anchors-vertical-mode/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/text-writing-mode/point_label/cjk-vertical-horizontal-mode/metrics.json b/metrics/ios-render-test-runner/render-tests/text-writing-mode/point_label/cjk-vertical-horizontal-mode/metrics.json index 7d4c49afdfb..250e6afdab5 100644 --- a/metrics/ios-render-test-runner/render-tests/text-writing-mode/point_label/cjk-vertical-horizontal-mode/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/text-writing-mode/point_label/cjk-vertical-horizontal-mode/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/text-writing-mode/point_label/cjk-vertical-mode/metrics.json b/metrics/ios-render-test-runner/render-tests/text-writing-mode/point_label/cjk-vertical-mode/metrics.json index 7d4c49afdfb..250e6afdab5 100644 --- a/metrics/ios-render-test-runner/render-tests/text-writing-mode/point_label/cjk-vertical-mode/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/text-writing-mode/point_label/cjk-vertical-mode/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/text-writing-mode/point_label/latin-vertical-mode/metrics.json b/metrics/ios-render-test-runner/render-tests/text-writing-mode/point_label/latin-vertical-mode/metrics.json index 5cf22c6b3e5..378f68df584 100644 --- a/metrics/ios-render-test-runner/render-tests/text-writing-mode/point_label/latin-vertical-mode/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/text-writing-mode/point_label/latin-vertical-mode/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/text-writing-mode/point_label/mixed-multiline-vertical-horizontal-mode-icon-text-fit/metrics.json b/metrics/ios-render-test-runner/render-tests/text-writing-mode/point_label/mixed-multiline-vertical-horizontal-mode-icon-text-fit/metrics.json index ad6e567fda4..05bcdf449e3 100644 --- a/metrics/ios-render-test-runner/render-tests/text-writing-mode/point_label/mixed-multiline-vertical-horizontal-mode-icon-text-fit/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/text-writing-mode/point_label/mixed-multiline-vertical-horizontal-mode-icon-text-fit/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/text-writing-mode/point_label/mixed-multiline-vertical-horizontal-mode/metrics.json b/metrics/ios-render-test-runner/render-tests/text-writing-mode/point_label/mixed-multiline-vertical-horizontal-mode/metrics.json index c1486937e1d..a98dfa19917 100644 --- a/metrics/ios-render-test-runner/render-tests/text-writing-mode/point_label/mixed-multiline-vertical-horizontal-mode/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/text-writing-mode/point_label/mixed-multiline-vertical-horizontal-mode/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/tile-mode/streets-v11/metrics.json b/metrics/ios-render-test-runner/render-tests/tile-mode/streets-v11/metrics.json index 5231666934d..3d72e34d095 100644 --- a/metrics/ios-render-test-runner/render-tests/tile-mode/streets-v11/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/tile-mode/streets-v11/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/tilejson-bounds/default/metrics.json b/metrics/ios-render-test-runner/render-tests/tilejson-bounds/default/metrics.json index 9ff0b2697cf..179a2b73116 100644 --- a/metrics/ios-render-test-runner/render-tests/tilejson-bounds/default/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/tilejson-bounds/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/tms/tms/metrics.json b/metrics/ios-render-test-runner/render-tests/tms/tms/metrics.json index f7ca11c2324..8781deb0b2e 100644 --- a/metrics/ios-render-test-runner/render-tests/tms/tms/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/tms/tms/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/within/filter-with-inlined-geojson/metrics.json b/metrics/ios-render-test-runner/render-tests/within/filter-with-inlined-geojson/metrics.json index 12b2edda3bf..4a5dd3be30f 100644 --- a/metrics/ios-render-test-runner/render-tests/within/filter-with-inlined-geojson/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/within/filter-with-inlined-geojson/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/within/layout-text/metrics.json b/metrics/ios-render-test-runner/render-tests/within/layout-text/metrics.json index 022aba25a68..599a5b1a43d 100644 --- a/metrics/ios-render-test-runner/render-tests/within/layout-text/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/within/layout-text/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/within/paint-circle/metrics.json b/metrics/ios-render-test-runner/render-tests/within/paint-circle/metrics.json index e76ac664a03..4eb35bdc276 100644 --- a/metrics/ios-render-test-runner/render-tests/within/paint-circle/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/within/paint-circle/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/within/paint-icon/metrics.json b/metrics/ios-render-test-runner/render-tests/within/paint-icon/metrics.json index a65edfc8c98..a06ba3bc1ef 100644 --- a/metrics/ios-render-test-runner/render-tests/within/paint-icon/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/within/paint-icon/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/within/paint-line/metrics.json b/metrics/ios-render-test-runner/render-tests/within/paint-line/metrics.json index c32db503cbc..c97315898ef 100644 --- a/metrics/ios-render-test-runner/render-tests/within/paint-line/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/within/paint-line/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/within/paint-text/metrics.json b/metrics/ios-render-test-runner/render-tests/within/paint-text/metrics.json index b42b2f76347..52fa44e8b12 100644 --- a/metrics/ios-render-test-runner/render-tests/within/paint-text/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/within/paint-text/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/zoom-history/in/metrics.json b/metrics/ios-render-test-runner/render-tests/zoom-history/in/metrics.json index ba820d16da7..7448faf1686 100644 --- a/metrics/ios-render-test-runner/render-tests/zoom-history/in/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/zoom-history/in/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/zoom-history/out/metrics.json b/metrics/ios-render-test-runner/render-tests/zoom-history/out/metrics.json index ba820d16da7..7448faf1686 100644 --- a/metrics/ios-render-test-runner/render-tests/zoom-history/out/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/zoom-history/out/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/zoom-visibility/above/metrics.json b/metrics/ios-render-test-runner/render-tests/zoom-visibility/above/metrics.json index 8fbd5d92e32..1b60f77adfb 100644 --- a/metrics/ios-render-test-runner/render-tests/zoom-visibility/above/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/zoom-visibility/above/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/zoom-visibility/below/metrics.json b/metrics/ios-render-test-runner/render-tests/zoom-visibility/below/metrics.json index d11ea20c717..ad1ba7c6cf7 100644 --- a/metrics/ios-render-test-runner/render-tests/zoom-visibility/below/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/zoom-visibility/below/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/zoom-visibility/in-range/metrics.json b/metrics/ios-render-test-runner/render-tests/zoom-visibility/in-range/metrics.json index ed487147357..2fd2e941a31 100644 --- a/metrics/ios-render-test-runner/render-tests/zoom-visibility/in-range/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/zoom-visibility/in-range/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/zoom-visibility/out-of-range/metrics.json b/metrics/ios-render-test-runner/render-tests/zoom-visibility/out-of-range/metrics.json index 8fbd5d92e32..1b60f77adfb 100644 --- a/metrics/ios-render-test-runner/render-tests/zoom-visibility/out-of-range/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/zoom-visibility/out-of-range/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/zoom-visibility/was-above/metrics.json b/metrics/ios-render-test-runner/render-tests/zoom-visibility/was-above/metrics.json index b51667187e3..4d504053c7a 100644 --- a/metrics/ios-render-test-runner/render-tests/zoom-visibility/was-above/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/zoom-visibility/was-above/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/zoom-visibility/was-below/metrics.json b/metrics/ios-render-test-runner/render-tests/zoom-visibility/was-below/metrics.json index 01b432fe214..e30b6a8224f 100644 --- a/metrics/ios-render-test-runner/render-tests/zoom-visibility/was-below/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/zoom-visibility/was-below/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/zoomed-fill/default/metrics.json b/metrics/ios-render-test-runner/render-tests/zoomed-fill/default/metrics.json index ca6ff8e3338..15742bd2d9e 100644 --- a/metrics/ios-render-test-runner/render-tests/zoomed-fill/default/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/zoomed-fill/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/zoomed-raster/fractional/metrics.json b/metrics/ios-render-test-runner/render-tests/zoomed-raster/fractional/metrics.json index 4859f4afb12..0f05c16ab79 100644 --- a/metrics/ios-render-test-runner/render-tests/zoomed-raster/fractional/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/zoomed-raster/fractional/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/zoomed-raster/overzoom/metrics.json b/metrics/ios-render-test-runner/render-tests/zoomed-raster/overzoom/metrics.json index 10305579d18..bf90ca9af08 100644 --- a/metrics/ios-render-test-runner/render-tests/zoomed-raster/overzoom/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/zoomed-raster/overzoom/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/ios-render-test-runner/render-tests/zoomed-raster/underzoom/metrics.json b/metrics/ios-render-test-runner/render-tests/zoomed-raster/underzoom/metrics.json index 50f1262c46f..5003122a5bc 100644 --- a/metrics/ios-render-test-runner/render-tests/zoomed-raster/underzoom/metrics.json +++ b/metrics/ios-render-test-runner/render-tests/zoomed-raster/underzoom/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/location_indicator/dateline/metrics.json b/metrics/linux-clang8-release/location_indicator/dateline/metrics.json index 5aa03dea86f..df5a0c0e528 100644 --- a/metrics/linux-clang8-release/location_indicator/dateline/metrics.json +++ b/metrics/linux-clang8-release/location_indicator/dateline/metrics.json @@ -44,4 +44,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/location_indicator/default/metrics.json b/metrics/linux-clang8-release/location_indicator/default/metrics.json index 3f23cc28b32..e647aae8ed1 100644 --- a/metrics/linux-clang8-release/location_indicator/default/metrics.json +++ b/metrics/linux-clang8-release/location_indicator/default/metrics.json @@ -44,4 +44,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/location_indicator/no_radius_border/metrics.json b/metrics/linux-clang8-release/location_indicator/no_radius_border/metrics.json index 75dd4ea1d21..f68b7bae33f 100644 --- a/metrics/linux-clang8-release/location_indicator/no_radius_border/metrics.json +++ b/metrics/linux-clang8-release/location_indicator/no_radius_border/metrics.json @@ -44,4 +44,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/location_indicator/no_radius_fill/metrics.json b/metrics/linux-clang8-release/location_indicator/no_radius_fill/metrics.json index cd7a4d1a5b0..6b997a24949 100644 --- a/metrics/linux-clang8-release/location_indicator/no_radius_fill/metrics.json +++ b/metrics/linux-clang8-release/location_indicator/no_radius_fill/metrics.json @@ -44,4 +44,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/location_indicator/no_textures/metrics.json b/metrics/linux-clang8-release/location_indicator/no_textures/metrics.json index 12a0feba89f..73e35a74b7d 100644 --- a/metrics/linux-clang8-release/location_indicator/no_textures/metrics.json +++ b/metrics/linux-clang8-release/location_indicator/no_textures/metrics.json @@ -44,4 +44,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/location_indicator/one_texture/metrics.json b/metrics/linux-clang8-release/location_indicator/one_texture/metrics.json index 051c755c8a2..74649e3cb39 100644 --- a/metrics/linux-clang8-release/location_indicator/one_texture/metrics.json +++ b/metrics/linux-clang8-release/location_indicator/one_texture/metrics.json @@ -44,4 +44,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/location_indicator/rotated/metrics.json b/metrics/linux-clang8-release/location_indicator/rotated/metrics.json index b7cc35ba18a..42c9799989c 100644 --- a/metrics/linux-clang8-release/location_indicator/rotated/metrics.json +++ b/metrics/linux-clang8-release/location_indicator/rotated/metrics.json @@ -44,4 +44,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/location_indicator/tilted/metrics.json b/metrics/linux-clang8-release/location_indicator/tilted/metrics.json index ad62c12ef3a..650e1bc97f7 100644 --- a/metrics/linux-clang8-release/location_indicator/tilted/metrics.json +++ b/metrics/linux-clang8-release/location_indicator/tilted/metrics.json @@ -44,4 +44,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/location_indicator/tilted_texture_shift/metrics.json b/metrics/linux-clang8-release/location_indicator/tilted_texture_shift/metrics.json index 83abd1da16e..583b5d5a0c6 100644 --- a/metrics/linux-clang8-release/location_indicator/tilted_texture_shift/metrics.json +++ b/metrics/linux-clang8-release/location_indicator/tilted_texture_shift/metrics.json @@ -44,4 +44,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/location_indicator/tilted_texture_shift_bottom_left/metrics.json b/metrics/linux-clang8-release/location_indicator/tilted_texture_shift_bottom_left/metrics.json index 034232b8fc4..9707af7c402 100644 --- a/metrics/linux-clang8-release/location_indicator/tilted_texture_shift_bottom_left/metrics.json +++ b/metrics/linux-clang8-release/location_indicator/tilted_texture_shift_bottom_left/metrics.json @@ -44,4 +44,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/location_indicator/tilted_texture_shift_bottom_right/metrics.json b/metrics/linux-clang8-release/location_indicator/tilted_texture_shift_bottom_right/metrics.json index ec0a7c66f44..0abf5938fef 100644 --- a/metrics/linux-clang8-release/location_indicator/tilted_texture_shift_bottom_right/metrics.json +++ b/metrics/linux-clang8-release/location_indicator/tilted_texture_shift_bottom_right/metrics.json @@ -44,4 +44,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/location_indicator/tilted_texture_shift_top_left/metrics.json b/metrics/linux-clang8-release/location_indicator/tilted_texture_shift_top_left/metrics.json index 93296a9b650..c581115dbff 100644 --- a/metrics/linux-clang8-release/location_indicator/tilted_texture_shift_top_left/metrics.json +++ b/metrics/linux-clang8-release/location_indicator/tilted_texture_shift_top_left/metrics.json @@ -44,4 +44,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/location_indicator/tilted_texture_shift_top_right/metrics.json b/metrics/linux-clang8-release/location_indicator/tilted_texture_shift_top_right/metrics.json index c7f7840a33d..cf9d4c9a3e6 100644 --- a/metrics/linux-clang8-release/location_indicator/tilted_texture_shift_top_right/metrics.json +++ b/metrics/linux-clang8-release/location_indicator/tilted_texture_shift_top_right/metrics.json @@ -44,4 +44,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/location_indicator/two_textures/metrics.json b/metrics/linux-clang8-release/location_indicator/two_textures/metrics.json index 8b1022a95a8..c05984875c4 100644 --- a/metrics/linux-clang8-release/location_indicator/two_textures/metrics.json +++ b/metrics/linux-clang8-release/location_indicator/two_textures/metrics.json @@ -44,4 +44,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/probes/gfx/pass-double-probe/metrics.json b/metrics/linux-clang8-release/probes/gfx/pass-double-probe/metrics.json index 61ee32242c7..0cd7ca1b15b 100644 --- a/metrics/linux-clang8-release/probes/gfx/pass-double-probe/metrics.json +++ b/metrics/linux-clang8-release/probes/gfx/pass-double-probe/metrics.json @@ -82,4 +82,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/probes/gfx/pass-probe-reset/metrics.json b/metrics/linux-clang8-release/probes/gfx/pass-probe-reset/metrics.json index fdccf271599..f0fa6d3e6e9 100644 --- a/metrics/linux-clang8-release/probes/gfx/pass-probe-reset/metrics.json +++ b/metrics/linux-clang8-release/probes/gfx/pass-probe-reset/metrics.json @@ -82,4 +82,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/probes/gfx/pass/metrics.json b/metrics/linux-clang8-release/probes/gfx/pass/metrics.json index 7d0d7d26d03..f74c5a15b30 100644 --- a/metrics/linux-clang8-release/probes/gfx/pass/metrics.json +++ b/metrics/linux-clang8-release/probes/gfx/pass/metrics.json @@ -63,4 +63,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/background-color/colorSpace-lab/metrics.json b/metrics/linux-clang8-release/render-tests/background-color/colorSpace-lab/metrics.json index 7da07969667..7c49193327f 100644 --- a/metrics/linux-clang8-release/render-tests/background-color/colorSpace-lab/metrics.json +++ b/metrics/linux-clang8-release/render-tests/background-color/colorSpace-lab/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/background-color/default/metrics.json b/metrics/linux-clang8-release/render-tests/background-color/default/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/linux-clang8-release/render-tests/background-color/default/metrics.json +++ b/metrics/linux-clang8-release/render-tests/background-color/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/background-color/function/metrics.json b/metrics/linux-clang8-release/render-tests/background-color/function/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/linux-clang8-release/render-tests/background-color/function/metrics.json +++ b/metrics/linux-clang8-release/render-tests/background-color/function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/background-color/literal/metrics.json b/metrics/linux-clang8-release/render-tests/background-color/literal/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/linux-clang8-release/render-tests/background-color/literal/metrics.json +++ b/metrics/linux-clang8-release/render-tests/background-color/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/background-opacity/color/metrics.json b/metrics/linux-clang8-release/render-tests/background-opacity/color/metrics.json index d1d3c719b69..2cd5816ef0d 100644 --- a/metrics/linux-clang8-release/render-tests/background-opacity/color/metrics.json +++ b/metrics/linux-clang8-release/render-tests/background-opacity/color/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/background-opacity/image/metrics.json b/metrics/linux-clang8-release/render-tests/background-opacity/image/metrics.json index 7e01e8e9305..cc7daa38f8d 100644 --- a/metrics/linux-clang8-release/render-tests/background-opacity/image/metrics.json +++ b/metrics/linux-clang8-release/render-tests/background-opacity/image/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/background-opacity/overlay/metrics.json b/metrics/linux-clang8-release/render-tests/background-opacity/overlay/metrics.json index 12f80d05a3e..56ce0e291b1 100644 --- a/metrics/linux-clang8-release/render-tests/background-opacity/overlay/metrics.json +++ b/metrics/linux-clang8-release/render-tests/background-opacity/overlay/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/background-pattern/@2x/metrics.json b/metrics/linux-clang8-release/render-tests/background-pattern/@2x/metrics.json index 89a3b9090c0..b86d5bd0f27 100644 --- a/metrics/linux-clang8-release/render-tests/background-pattern/@2x/metrics.json +++ b/metrics/linux-clang8-release/render-tests/background-pattern/@2x/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/background-pattern/literal/metrics.json b/metrics/linux-clang8-release/render-tests/background-pattern/literal/metrics.json index b17c1d43cf3..9681b5edc26 100644 --- a/metrics/linux-clang8-release/render-tests/background-pattern/literal/metrics.json +++ b/metrics/linux-clang8-release/render-tests/background-pattern/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/background-pattern/missing/metrics.json b/metrics/linux-clang8-release/render-tests/background-pattern/missing/metrics.json index cdb304a90f8..0e57ec4706f 100644 --- a/metrics/linux-clang8-release/render-tests/background-pattern/missing/metrics.json +++ b/metrics/linux-clang8-release/render-tests/background-pattern/missing/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/background-pattern/pitch/metrics.json b/metrics/linux-clang8-release/render-tests/background-pattern/pitch/metrics.json index 77a63a3f585..c1c2c63efe9 100644 --- a/metrics/linux-clang8-release/render-tests/background-pattern/pitch/metrics.json +++ b/metrics/linux-clang8-release/render-tests/background-pattern/pitch/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/background-pattern/rotated/metrics.json b/metrics/linux-clang8-release/render-tests/background-pattern/rotated/metrics.json index b17c1d43cf3..9681b5edc26 100644 --- a/metrics/linux-clang8-release/render-tests/background-pattern/rotated/metrics.json +++ b/metrics/linux-clang8-release/render-tests/background-pattern/rotated/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/background-pattern/zoomed/metrics.json b/metrics/linux-clang8-release/render-tests/background-pattern/zoomed/metrics.json index b17c1d43cf3..9681b5edc26 100644 --- a/metrics/linux-clang8-release/render-tests/background-pattern/zoomed/metrics.json +++ b/metrics/linux-clang8-release/render-tests/background-pattern/zoomed/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/background-visibility/none/metrics.json b/metrics/linux-clang8-release/render-tests/background-visibility/none/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/linux-clang8-release/render-tests/background-visibility/none/metrics.json +++ b/metrics/linux-clang8-release/render-tests/background-visibility/none/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/background-visibility/visible/metrics.json b/metrics/linux-clang8-release/render-tests/background-visibility/visible/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/linux-clang8-release/render-tests/background-visibility/visible/metrics.json +++ b/metrics/linux-clang8-release/render-tests/background-visibility/visible/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/basic-v9/z0-narrow-y/metrics.json b/metrics/linux-clang8-release/render-tests/basic-v9/z0-narrow-y/metrics.json index d149583eac7..c738e3b757b 100644 --- a/metrics/linux-clang8-release/render-tests/basic-v9/z0-narrow-y/metrics.json +++ b/metrics/linux-clang8-release/render-tests/basic-v9/z0-narrow-y/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/basic-v9/z0-wide-x/metrics.json b/metrics/linux-clang8-release/render-tests/basic-v9/z0-wide-x/metrics.json index d149583eac7..c738e3b757b 100644 --- a/metrics/linux-clang8-release/render-tests/basic-v9/z0-wide-x/metrics.json +++ b/metrics/linux-clang8-release/render-tests/basic-v9/z0-wide-x/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/basic-v9/z0/metrics.json b/metrics/linux-clang8-release/render-tests/basic-v9/z0/metrics.json index f5baf3924a9..29b4d5d491e 100644 --- a/metrics/linux-clang8-release/render-tests/basic-v9/z0/metrics.json +++ b/metrics/linux-clang8-release/render-tests/basic-v9/z0/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/bright-v9/z0/metrics.json b/metrics/linux-clang8-release/render-tests/bright-v9/z0/metrics.json index bc753ead908..7ea96e3a64f 100644 --- a/metrics/linux-clang8-release/render-tests/bright-v9/z0/metrics.json +++ b/metrics/linux-clang8-release/render-tests/bright-v9/z0/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/circle-blur/blending/metrics.json b/metrics/linux-clang8-release/render-tests/circle-blur/blending/metrics.json index 3e29447ea9a..7288b67ed1c 100644 --- a/metrics/linux-clang8-release/render-tests/circle-blur/blending/metrics.json +++ b/metrics/linux-clang8-release/render-tests/circle-blur/blending/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/circle-blur/default/metrics.json b/metrics/linux-clang8-release/render-tests/circle-blur/default/metrics.json index b7fcd045414..c5dc4e05e94 100644 --- a/metrics/linux-clang8-release/render-tests/circle-blur/default/metrics.json +++ b/metrics/linux-clang8-release/render-tests/circle-blur/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/circle-blur/function/metrics.json b/metrics/linux-clang8-release/render-tests/circle-blur/function/metrics.json index b7fcd045414..c5dc4e05e94 100644 --- a/metrics/linux-clang8-release/render-tests/circle-blur/function/metrics.json +++ b/metrics/linux-clang8-release/render-tests/circle-blur/function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/circle-blur/literal-stroke/metrics.json b/metrics/linux-clang8-release/render-tests/circle-blur/literal-stroke/metrics.json index b7fcd045414..c5dc4e05e94 100644 --- a/metrics/linux-clang8-release/render-tests/circle-blur/literal-stroke/metrics.json +++ b/metrics/linux-clang8-release/render-tests/circle-blur/literal-stroke/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/circle-blur/literal/metrics.json b/metrics/linux-clang8-release/render-tests/circle-blur/literal/metrics.json index b7fcd045414..c5dc4e05e94 100644 --- a/metrics/linux-clang8-release/render-tests/circle-blur/literal/metrics.json +++ b/metrics/linux-clang8-release/render-tests/circle-blur/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/circle-blur/property-function/metrics.json b/metrics/linux-clang8-release/render-tests/circle-blur/property-function/metrics.json index bf5b94a7258..c5dccb9cead 100644 --- a/metrics/linux-clang8-release/render-tests/circle-blur/property-function/metrics.json +++ b/metrics/linux-clang8-release/render-tests/circle-blur/property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/circle-blur/zoom-and-property-function/metrics.json b/metrics/linux-clang8-release/render-tests/circle-blur/zoom-and-property-function/metrics.json index 2b00a4fa064..5c78b6b810e 100644 --- a/metrics/linux-clang8-release/render-tests/circle-blur/zoom-and-property-function/metrics.json +++ b/metrics/linux-clang8-release/render-tests/circle-blur/zoom-and-property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/circle-color/default/metrics.json b/metrics/linux-clang8-release/render-tests/circle-color/default/metrics.json index b7fcd045414..c5dc4e05e94 100644 --- a/metrics/linux-clang8-release/render-tests/circle-color/default/metrics.json +++ b/metrics/linux-clang8-release/render-tests/circle-color/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/circle-color/function/metrics.json b/metrics/linux-clang8-release/render-tests/circle-color/function/metrics.json index b7fcd045414..c5dc4e05e94 100644 --- a/metrics/linux-clang8-release/render-tests/circle-color/function/metrics.json +++ b/metrics/linux-clang8-release/render-tests/circle-color/function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/circle-color/literal/metrics.json b/metrics/linux-clang8-release/render-tests/circle-color/literal/metrics.json index b7fcd045414..c5dc4e05e94 100644 --- a/metrics/linux-clang8-release/render-tests/circle-color/literal/metrics.json +++ b/metrics/linux-clang8-release/render-tests/circle-color/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/circle-color/property-function/metrics.json b/metrics/linux-clang8-release/render-tests/circle-color/property-function/metrics.json index 2b00a4fa064..5c78b6b810e 100644 --- a/metrics/linux-clang8-release/render-tests/circle-color/property-function/metrics.json +++ b/metrics/linux-clang8-release/render-tests/circle-color/property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/circle-color/zoom-and-property-function/metrics.json b/metrics/linux-clang8-release/render-tests/circle-color/zoom-and-property-function/metrics.json index cd37b906a56..6dc76e6fad1 100644 --- a/metrics/linux-clang8-release/render-tests/circle-color/zoom-and-property-function/metrics.json +++ b/metrics/linux-clang8-release/render-tests/circle-color/zoom-and-property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/circle-geometry/linestring/metrics.json b/metrics/linux-clang8-release/render-tests/circle-geometry/linestring/metrics.json index b7fcd045414..c5dc4e05e94 100644 --- a/metrics/linux-clang8-release/render-tests/circle-geometry/linestring/metrics.json +++ b/metrics/linux-clang8-release/render-tests/circle-geometry/linestring/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/circle-geometry/multilinestring/metrics.json b/metrics/linux-clang8-release/render-tests/circle-geometry/multilinestring/metrics.json index b9307738e09..baa04769a3d 100644 --- a/metrics/linux-clang8-release/render-tests/circle-geometry/multilinestring/metrics.json +++ b/metrics/linux-clang8-release/render-tests/circle-geometry/multilinestring/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/circle-geometry/multipoint/metrics.json b/metrics/linux-clang8-release/render-tests/circle-geometry/multipoint/metrics.json index b7fcd045414..c5dc4e05e94 100644 --- a/metrics/linux-clang8-release/render-tests/circle-geometry/multipoint/metrics.json +++ b/metrics/linux-clang8-release/render-tests/circle-geometry/multipoint/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/circle-geometry/multipolygon/metrics.json b/metrics/linux-clang8-release/render-tests/circle-geometry/multipolygon/metrics.json index 742ac68192d..967e8fa527d 100644 --- a/metrics/linux-clang8-release/render-tests/circle-geometry/multipolygon/metrics.json +++ b/metrics/linux-clang8-release/render-tests/circle-geometry/multipolygon/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/circle-geometry/point/metrics.json b/metrics/linux-clang8-release/render-tests/circle-geometry/point/metrics.json index 01b432fe214..e30b6a8224f 100644 --- a/metrics/linux-clang8-release/render-tests/circle-geometry/point/metrics.json +++ b/metrics/linux-clang8-release/render-tests/circle-geometry/point/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/circle-geometry/polygon/metrics.json b/metrics/linux-clang8-release/render-tests/circle-geometry/polygon/metrics.json index b65ae23a753..089b0be4abb 100644 --- a/metrics/linux-clang8-release/render-tests/circle-geometry/polygon/metrics.json +++ b/metrics/linux-clang8-release/render-tests/circle-geometry/polygon/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/circle-opacity/blending/metrics.json b/metrics/linux-clang8-release/render-tests/circle-opacity/blending/metrics.json index bf5b94a7258..c5dccb9cead 100644 --- a/metrics/linux-clang8-release/render-tests/circle-opacity/blending/metrics.json +++ b/metrics/linux-clang8-release/render-tests/circle-opacity/blending/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/circle-opacity/default/metrics.json b/metrics/linux-clang8-release/render-tests/circle-opacity/default/metrics.json index b7fcd045414..c5dc4e05e94 100644 --- a/metrics/linux-clang8-release/render-tests/circle-opacity/default/metrics.json +++ b/metrics/linux-clang8-release/render-tests/circle-opacity/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/circle-opacity/function/metrics.json b/metrics/linux-clang8-release/render-tests/circle-opacity/function/metrics.json index b7fcd045414..c5dc4e05e94 100644 --- a/metrics/linux-clang8-release/render-tests/circle-opacity/function/metrics.json +++ b/metrics/linux-clang8-release/render-tests/circle-opacity/function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/circle-opacity/literal/metrics.json b/metrics/linux-clang8-release/render-tests/circle-opacity/literal/metrics.json index b7fcd045414..c5dc4e05e94 100644 --- a/metrics/linux-clang8-release/render-tests/circle-opacity/literal/metrics.json +++ b/metrics/linux-clang8-release/render-tests/circle-opacity/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/circle-opacity/property-function/metrics.json b/metrics/linux-clang8-release/render-tests/circle-opacity/property-function/metrics.json index bf5b94a7258..c5dccb9cead 100644 --- a/metrics/linux-clang8-release/render-tests/circle-opacity/property-function/metrics.json +++ b/metrics/linux-clang8-release/render-tests/circle-opacity/property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/circle-opacity/zoom-and-property-function/metrics.json b/metrics/linux-clang8-release/render-tests/circle-opacity/zoom-and-property-function/metrics.json index 2b00a4fa064..5c78b6b810e 100644 --- a/metrics/linux-clang8-release/render-tests/circle-opacity/zoom-and-property-function/metrics.json +++ b/metrics/linux-clang8-release/render-tests/circle-opacity/zoom-and-property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/circle-pitch-alignment/map-scale-map/metrics.json b/metrics/linux-clang8-release/render-tests/circle-pitch-alignment/map-scale-map/metrics.json index 62ea5c7dea0..82a579190aa 100644 --- a/metrics/linux-clang8-release/render-tests/circle-pitch-alignment/map-scale-map/metrics.json +++ b/metrics/linux-clang8-release/render-tests/circle-pitch-alignment/map-scale-map/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/circle-pitch-alignment/map-scale-viewport/metrics.json b/metrics/linux-clang8-release/render-tests/circle-pitch-alignment/map-scale-viewport/metrics.json index 62ea5c7dea0..82a579190aa 100644 --- a/metrics/linux-clang8-release/render-tests/circle-pitch-alignment/map-scale-viewport/metrics.json +++ b/metrics/linux-clang8-release/render-tests/circle-pitch-alignment/map-scale-viewport/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/circle-pitch-alignment/viewport-scale-map/metrics.json b/metrics/linux-clang8-release/render-tests/circle-pitch-alignment/viewport-scale-map/metrics.json index 62ea5c7dea0..82a579190aa 100644 --- a/metrics/linux-clang8-release/render-tests/circle-pitch-alignment/viewport-scale-map/metrics.json +++ b/metrics/linux-clang8-release/render-tests/circle-pitch-alignment/viewport-scale-map/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/circle-pitch-alignment/viewport-scale-viewport/metrics.json b/metrics/linux-clang8-release/render-tests/circle-pitch-alignment/viewport-scale-viewport/metrics.json index 62ea5c7dea0..82a579190aa 100644 --- a/metrics/linux-clang8-release/render-tests/circle-pitch-alignment/viewport-scale-viewport/metrics.json +++ b/metrics/linux-clang8-release/render-tests/circle-pitch-alignment/viewport-scale-viewport/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/circle-pitch-scale/default/metrics.json b/metrics/linux-clang8-release/render-tests/circle-pitch-scale/default/metrics.json index 62ea5c7dea0..82a579190aa 100644 --- a/metrics/linux-clang8-release/render-tests/circle-pitch-scale/default/metrics.json +++ b/metrics/linux-clang8-release/render-tests/circle-pitch-scale/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/circle-pitch-scale/map/metrics.json b/metrics/linux-clang8-release/render-tests/circle-pitch-scale/map/metrics.json index 62ea5c7dea0..82a579190aa 100644 --- a/metrics/linux-clang8-release/render-tests/circle-pitch-scale/map/metrics.json +++ b/metrics/linux-clang8-release/render-tests/circle-pitch-scale/map/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/circle-pitch-scale/viewport/metrics.json b/metrics/linux-clang8-release/render-tests/circle-pitch-scale/viewport/metrics.json index 62ea5c7dea0..82a579190aa 100644 --- a/metrics/linux-clang8-release/render-tests/circle-pitch-scale/viewport/metrics.json +++ b/metrics/linux-clang8-release/render-tests/circle-pitch-scale/viewport/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/circle-radius/antimeridian/metrics.json b/metrics/linux-clang8-release/render-tests/circle-radius/antimeridian/metrics.json index b7fcd045414..c5dc4e05e94 100644 --- a/metrics/linux-clang8-release/render-tests/circle-radius/antimeridian/metrics.json +++ b/metrics/linux-clang8-release/render-tests/circle-radius/antimeridian/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/circle-radius/default/metrics.json b/metrics/linux-clang8-release/render-tests/circle-radius/default/metrics.json index b7fcd045414..c5dc4e05e94 100644 --- a/metrics/linux-clang8-release/render-tests/circle-radius/default/metrics.json +++ b/metrics/linux-clang8-release/render-tests/circle-radius/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/circle-radius/function/metrics.json b/metrics/linux-clang8-release/render-tests/circle-radius/function/metrics.json index b7fcd045414..c5dc4e05e94 100644 --- a/metrics/linux-clang8-release/render-tests/circle-radius/function/metrics.json +++ b/metrics/linux-clang8-release/render-tests/circle-radius/function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/circle-radius/literal/metrics.json b/metrics/linux-clang8-release/render-tests/circle-radius/literal/metrics.json index b7fcd045414..c5dc4e05e94 100644 --- a/metrics/linux-clang8-release/render-tests/circle-radius/literal/metrics.json +++ b/metrics/linux-clang8-release/render-tests/circle-radius/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/circle-radius/property-function/metrics.json b/metrics/linux-clang8-release/render-tests/circle-radius/property-function/metrics.json index bf5b94a7258..c5dccb9cead 100644 --- a/metrics/linux-clang8-release/render-tests/circle-radius/property-function/metrics.json +++ b/metrics/linux-clang8-release/render-tests/circle-radius/property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/circle-radius/zoom-and-property-function/metrics.json b/metrics/linux-clang8-release/render-tests/circle-radius/zoom-and-property-function/metrics.json index 2b00a4fa064..5c78b6b810e 100644 --- a/metrics/linux-clang8-release/render-tests/circle-radius/zoom-and-property-function/metrics.json +++ b/metrics/linux-clang8-release/render-tests/circle-radius/zoom-and-property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/circle-sort-key/literal/metrics.json b/metrics/linux-clang8-release/render-tests/circle-sort-key/literal/metrics.json index a7ecf0458cb..9bd7de306eb 100644 --- a/metrics/linux-clang8-release/render-tests/circle-sort-key/literal/metrics.json +++ b/metrics/linux-clang8-release/render-tests/circle-sort-key/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/circle-stroke-color/default/metrics.json b/metrics/linux-clang8-release/render-tests/circle-stroke-color/default/metrics.json index b7fcd045414..c5dc4e05e94 100644 --- a/metrics/linux-clang8-release/render-tests/circle-stroke-color/default/metrics.json +++ b/metrics/linux-clang8-release/render-tests/circle-stroke-color/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/circle-stroke-color/function/metrics.json b/metrics/linux-clang8-release/render-tests/circle-stroke-color/function/metrics.json index b7fcd045414..c5dc4e05e94 100644 --- a/metrics/linux-clang8-release/render-tests/circle-stroke-color/function/metrics.json +++ b/metrics/linux-clang8-release/render-tests/circle-stroke-color/function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/circle-stroke-color/literal/metrics.json b/metrics/linux-clang8-release/render-tests/circle-stroke-color/literal/metrics.json index b7fcd045414..c5dc4e05e94 100644 --- a/metrics/linux-clang8-release/render-tests/circle-stroke-color/literal/metrics.json +++ b/metrics/linux-clang8-release/render-tests/circle-stroke-color/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/circle-stroke-color/property-function/metrics.json b/metrics/linux-clang8-release/render-tests/circle-stroke-color/property-function/metrics.json index 2b00a4fa064..5c78b6b810e 100644 --- a/metrics/linux-clang8-release/render-tests/circle-stroke-color/property-function/metrics.json +++ b/metrics/linux-clang8-release/render-tests/circle-stroke-color/property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/circle-stroke-color/zoom-and-property-function/metrics.json b/metrics/linux-clang8-release/render-tests/circle-stroke-color/zoom-and-property-function/metrics.json index cd37b906a56..6dc76e6fad1 100644 --- a/metrics/linux-clang8-release/render-tests/circle-stroke-color/zoom-and-property-function/metrics.json +++ b/metrics/linux-clang8-release/render-tests/circle-stroke-color/zoom-and-property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/circle-stroke-opacity/default/metrics.json b/metrics/linux-clang8-release/render-tests/circle-stroke-opacity/default/metrics.json index b7fcd045414..c5dc4e05e94 100644 --- a/metrics/linux-clang8-release/render-tests/circle-stroke-opacity/default/metrics.json +++ b/metrics/linux-clang8-release/render-tests/circle-stroke-opacity/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/circle-stroke-opacity/function/metrics.json b/metrics/linux-clang8-release/render-tests/circle-stroke-opacity/function/metrics.json index b7fcd045414..c5dc4e05e94 100644 --- a/metrics/linux-clang8-release/render-tests/circle-stroke-opacity/function/metrics.json +++ b/metrics/linux-clang8-release/render-tests/circle-stroke-opacity/function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/circle-stroke-opacity/literal/metrics.json b/metrics/linux-clang8-release/render-tests/circle-stroke-opacity/literal/metrics.json index b7fcd045414..c5dc4e05e94 100644 --- a/metrics/linux-clang8-release/render-tests/circle-stroke-opacity/literal/metrics.json +++ b/metrics/linux-clang8-release/render-tests/circle-stroke-opacity/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/circle-stroke-opacity/property-function/metrics.json b/metrics/linux-clang8-release/render-tests/circle-stroke-opacity/property-function/metrics.json index bf5b94a7258..c5dccb9cead 100644 --- a/metrics/linux-clang8-release/render-tests/circle-stroke-opacity/property-function/metrics.json +++ b/metrics/linux-clang8-release/render-tests/circle-stroke-opacity/property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/circle-stroke-opacity/stroke-only/metrics.json b/metrics/linux-clang8-release/render-tests/circle-stroke-opacity/stroke-only/metrics.json index b7fcd045414..c5dc4e05e94 100644 --- a/metrics/linux-clang8-release/render-tests/circle-stroke-opacity/stroke-only/metrics.json +++ b/metrics/linux-clang8-release/render-tests/circle-stroke-opacity/stroke-only/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/circle-stroke-opacity/zoom-and-property-function/metrics.json b/metrics/linux-clang8-release/render-tests/circle-stroke-opacity/zoom-and-property-function/metrics.json index 2b00a4fa064..5c78b6b810e 100644 --- a/metrics/linux-clang8-release/render-tests/circle-stroke-opacity/zoom-and-property-function/metrics.json +++ b/metrics/linux-clang8-release/render-tests/circle-stroke-opacity/zoom-and-property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/circle-stroke-width/default/metrics.json b/metrics/linux-clang8-release/render-tests/circle-stroke-width/default/metrics.json index b7fcd045414..c5dc4e05e94 100644 --- a/metrics/linux-clang8-release/render-tests/circle-stroke-width/default/metrics.json +++ b/metrics/linux-clang8-release/render-tests/circle-stroke-width/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/circle-stroke-width/function/metrics.json b/metrics/linux-clang8-release/render-tests/circle-stroke-width/function/metrics.json index b7fcd045414..c5dc4e05e94 100644 --- a/metrics/linux-clang8-release/render-tests/circle-stroke-width/function/metrics.json +++ b/metrics/linux-clang8-release/render-tests/circle-stroke-width/function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/circle-stroke-width/literal/metrics.json b/metrics/linux-clang8-release/render-tests/circle-stroke-width/literal/metrics.json index b7fcd045414..c5dc4e05e94 100644 --- a/metrics/linux-clang8-release/render-tests/circle-stroke-width/literal/metrics.json +++ b/metrics/linux-clang8-release/render-tests/circle-stroke-width/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/circle-stroke-width/property-function/metrics.json b/metrics/linux-clang8-release/render-tests/circle-stroke-width/property-function/metrics.json index bf5b94a7258..c5dccb9cead 100644 --- a/metrics/linux-clang8-release/render-tests/circle-stroke-width/property-function/metrics.json +++ b/metrics/linux-clang8-release/render-tests/circle-stroke-width/property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/circle-stroke-width/zoom-and-property-function/metrics.json b/metrics/linux-clang8-release/render-tests/circle-stroke-width/zoom-and-property-function/metrics.json index 2b00a4fa064..5c78b6b810e 100644 --- a/metrics/linux-clang8-release/render-tests/circle-stroke-width/zoom-and-property-function/metrics.json +++ b/metrics/linux-clang8-release/render-tests/circle-stroke-width/zoom-and-property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/circle-translate-anchor/map/metrics.json b/metrics/linux-clang8-release/render-tests/circle-translate-anchor/map/metrics.json index b7fcd045414..c5dc4e05e94 100644 --- a/metrics/linux-clang8-release/render-tests/circle-translate-anchor/map/metrics.json +++ b/metrics/linux-clang8-release/render-tests/circle-translate-anchor/map/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/circle-translate-anchor/viewport/metrics.json b/metrics/linux-clang8-release/render-tests/circle-translate-anchor/viewport/metrics.json index b7fcd045414..c5dc4e05e94 100644 --- a/metrics/linux-clang8-release/render-tests/circle-translate-anchor/viewport/metrics.json +++ b/metrics/linux-clang8-release/render-tests/circle-translate-anchor/viewport/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/circle-translate/default/metrics.json b/metrics/linux-clang8-release/render-tests/circle-translate/default/metrics.json index b7fcd045414..c5dc4e05e94 100644 --- a/metrics/linux-clang8-release/render-tests/circle-translate/default/metrics.json +++ b/metrics/linux-clang8-release/render-tests/circle-translate/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/circle-translate/function/metrics.json b/metrics/linux-clang8-release/render-tests/circle-translate/function/metrics.json index b7fcd045414..c5dc4e05e94 100644 --- a/metrics/linux-clang8-release/render-tests/circle-translate/function/metrics.json +++ b/metrics/linux-clang8-release/render-tests/circle-translate/function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/circle-translate/literal/metrics.json b/metrics/linux-clang8-release/render-tests/circle-translate/literal/metrics.json index b7fcd045414..c5dc4e05e94 100644 --- a/metrics/linux-clang8-release/render-tests/circle-translate/literal/metrics.json +++ b/metrics/linux-clang8-release/render-tests/circle-translate/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/combinations/background-opaque--background-opaque/metrics.json b/metrics/linux-clang8-release/render-tests/combinations/background-opaque--background-opaque/metrics.json index ca19895c81d..385524356c4 100644 --- a/metrics/linux-clang8-release/render-tests/combinations/background-opaque--background-opaque/metrics.json +++ b/metrics/linux-clang8-release/render-tests/combinations/background-opaque--background-opaque/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/combinations/background-opaque--background-translucent/metrics.json b/metrics/linux-clang8-release/render-tests/combinations/background-opaque--background-translucent/metrics.json index ca19895c81d..385524356c4 100644 --- a/metrics/linux-clang8-release/render-tests/combinations/background-opaque--background-translucent/metrics.json +++ b/metrics/linux-clang8-release/render-tests/combinations/background-opaque--background-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/combinations/background-opaque--circle-translucent/metrics.json b/metrics/linux-clang8-release/render-tests/combinations/background-opaque--circle-translucent/metrics.json index b65ae23a753..089b0be4abb 100644 --- a/metrics/linux-clang8-release/render-tests/combinations/background-opaque--circle-translucent/metrics.json +++ b/metrics/linux-clang8-release/render-tests/combinations/background-opaque--circle-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/combinations/background-opaque--fill-extrusion-translucent/metrics.json b/metrics/linux-clang8-release/render-tests/combinations/background-opaque--fill-extrusion-translucent/metrics.json index 869c4378bf3..f712c8f66dc 100644 --- a/metrics/linux-clang8-release/render-tests/combinations/background-opaque--fill-extrusion-translucent/metrics.json +++ b/metrics/linux-clang8-release/render-tests/combinations/background-opaque--fill-extrusion-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/combinations/background-opaque--fill-opaque/metrics.json b/metrics/linux-clang8-release/render-tests/combinations/background-opaque--fill-opaque/metrics.json index 873f47815fe..a1e24dbecc7 100644 --- a/metrics/linux-clang8-release/render-tests/combinations/background-opaque--fill-opaque/metrics.json +++ b/metrics/linux-clang8-release/render-tests/combinations/background-opaque--fill-opaque/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/combinations/background-opaque--fill-translucent/metrics.json b/metrics/linux-clang8-release/render-tests/combinations/background-opaque--fill-translucent/metrics.json index 873f47815fe..a1e24dbecc7 100644 --- a/metrics/linux-clang8-release/render-tests/combinations/background-opaque--fill-translucent/metrics.json +++ b/metrics/linux-clang8-release/render-tests/combinations/background-opaque--fill-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/combinations/background-opaque--heatmap-translucent/metrics.json b/metrics/linux-clang8-release/render-tests/combinations/background-opaque--heatmap-translucent/metrics.json index 5cc4b977fff..459db2373ea 100644 --- a/metrics/linux-clang8-release/render-tests/combinations/background-opaque--heatmap-translucent/metrics.json +++ b/metrics/linux-clang8-release/render-tests/combinations/background-opaque--heatmap-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/combinations/background-opaque--hillshade-translucent/metrics.json b/metrics/linux-clang8-release/render-tests/combinations/background-opaque--hillshade-translucent/metrics.json index fe9af55d561..3341db244c6 100644 --- a/metrics/linux-clang8-release/render-tests/combinations/background-opaque--hillshade-translucent/metrics.json +++ b/metrics/linux-clang8-release/render-tests/combinations/background-opaque--hillshade-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/combinations/background-opaque--line-translucent/metrics.json b/metrics/linux-clang8-release/render-tests/combinations/background-opaque--line-translucent/metrics.json index 43b92c8fd62..bf9465ff8aa 100644 --- a/metrics/linux-clang8-release/render-tests/combinations/background-opaque--line-translucent/metrics.json +++ b/metrics/linux-clang8-release/render-tests/combinations/background-opaque--line-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/combinations/background-opaque--raster-translucent/metrics.json b/metrics/linux-clang8-release/render-tests/combinations/background-opaque--raster-translucent/metrics.json index aeff97a9b28..4c90b1a1026 100644 --- a/metrics/linux-clang8-release/render-tests/combinations/background-opaque--raster-translucent/metrics.json +++ b/metrics/linux-clang8-release/render-tests/combinations/background-opaque--raster-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/combinations/background-opaque--symbol-translucent/metrics.json b/metrics/linux-clang8-release/render-tests/combinations/background-opaque--symbol-translucent/metrics.json index ff10b87fe60..80efc975536 100644 --- a/metrics/linux-clang8-release/render-tests/combinations/background-opaque--symbol-translucent/metrics.json +++ b/metrics/linux-clang8-release/render-tests/combinations/background-opaque--symbol-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/combinations/background-translucent--background-opaque/metrics.json b/metrics/linux-clang8-release/render-tests/combinations/background-translucent--background-opaque/metrics.json index ca19895c81d..385524356c4 100644 --- a/metrics/linux-clang8-release/render-tests/combinations/background-translucent--background-opaque/metrics.json +++ b/metrics/linux-clang8-release/render-tests/combinations/background-translucent--background-opaque/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/combinations/background-translucent--background-translucent/metrics.json b/metrics/linux-clang8-release/render-tests/combinations/background-translucent--background-translucent/metrics.json index ca19895c81d..385524356c4 100644 --- a/metrics/linux-clang8-release/render-tests/combinations/background-translucent--background-translucent/metrics.json +++ b/metrics/linux-clang8-release/render-tests/combinations/background-translucent--background-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/combinations/background-translucent--circle-translucent/metrics.json b/metrics/linux-clang8-release/render-tests/combinations/background-translucent--circle-translucent/metrics.json index b65ae23a753..089b0be4abb 100644 --- a/metrics/linux-clang8-release/render-tests/combinations/background-translucent--circle-translucent/metrics.json +++ b/metrics/linux-clang8-release/render-tests/combinations/background-translucent--circle-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/combinations/background-translucent--fill-extrusion-translucent/metrics.json b/metrics/linux-clang8-release/render-tests/combinations/background-translucent--fill-extrusion-translucent/metrics.json index 869c4378bf3..f712c8f66dc 100644 --- a/metrics/linux-clang8-release/render-tests/combinations/background-translucent--fill-extrusion-translucent/metrics.json +++ b/metrics/linux-clang8-release/render-tests/combinations/background-translucent--fill-extrusion-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/combinations/background-translucent--fill-opaque/metrics.json b/metrics/linux-clang8-release/render-tests/combinations/background-translucent--fill-opaque/metrics.json index 873f47815fe..a1e24dbecc7 100644 --- a/metrics/linux-clang8-release/render-tests/combinations/background-translucent--fill-opaque/metrics.json +++ b/metrics/linux-clang8-release/render-tests/combinations/background-translucent--fill-opaque/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/combinations/background-translucent--fill-translucent/metrics.json b/metrics/linux-clang8-release/render-tests/combinations/background-translucent--fill-translucent/metrics.json index 873f47815fe..a1e24dbecc7 100644 --- a/metrics/linux-clang8-release/render-tests/combinations/background-translucent--fill-translucent/metrics.json +++ b/metrics/linux-clang8-release/render-tests/combinations/background-translucent--fill-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/combinations/background-translucent--heatmap-translucent/metrics.json b/metrics/linux-clang8-release/render-tests/combinations/background-translucent--heatmap-translucent/metrics.json index 5cc4b977fff..459db2373ea 100644 --- a/metrics/linux-clang8-release/render-tests/combinations/background-translucent--heatmap-translucent/metrics.json +++ b/metrics/linux-clang8-release/render-tests/combinations/background-translucent--heatmap-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/combinations/background-translucent--hillshade-translucent/metrics.json b/metrics/linux-clang8-release/render-tests/combinations/background-translucent--hillshade-translucent/metrics.json index fe9af55d561..3341db244c6 100644 --- a/metrics/linux-clang8-release/render-tests/combinations/background-translucent--hillshade-translucent/metrics.json +++ b/metrics/linux-clang8-release/render-tests/combinations/background-translucent--hillshade-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/combinations/background-translucent--line-translucent/metrics.json b/metrics/linux-clang8-release/render-tests/combinations/background-translucent--line-translucent/metrics.json index 43b92c8fd62..bf9465ff8aa 100644 --- a/metrics/linux-clang8-release/render-tests/combinations/background-translucent--line-translucent/metrics.json +++ b/metrics/linux-clang8-release/render-tests/combinations/background-translucent--line-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/combinations/background-translucent--raster-translucent/metrics.json b/metrics/linux-clang8-release/render-tests/combinations/background-translucent--raster-translucent/metrics.json index aeff97a9b28..4c90b1a1026 100644 --- a/metrics/linux-clang8-release/render-tests/combinations/background-translucent--raster-translucent/metrics.json +++ b/metrics/linux-clang8-release/render-tests/combinations/background-translucent--raster-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/combinations/background-translucent--symbol-translucent/metrics.json b/metrics/linux-clang8-release/render-tests/combinations/background-translucent--symbol-translucent/metrics.json index ff10b87fe60..80efc975536 100644 --- a/metrics/linux-clang8-release/render-tests/combinations/background-translucent--symbol-translucent/metrics.json +++ b/metrics/linux-clang8-release/render-tests/combinations/background-translucent--symbol-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/combinations/circle-translucent--background-opaque/metrics.json b/metrics/linux-clang8-release/render-tests/combinations/circle-translucent--background-opaque/metrics.json index d5ad1d9303d..dc413c28a83 100644 --- a/metrics/linux-clang8-release/render-tests/combinations/circle-translucent--background-opaque/metrics.json +++ b/metrics/linux-clang8-release/render-tests/combinations/circle-translucent--background-opaque/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/combinations/circle-translucent--background-translucent/metrics.json b/metrics/linux-clang8-release/render-tests/combinations/circle-translucent--background-translucent/metrics.json index d5ad1d9303d..dc413c28a83 100644 --- a/metrics/linux-clang8-release/render-tests/combinations/circle-translucent--background-translucent/metrics.json +++ b/metrics/linux-clang8-release/render-tests/combinations/circle-translucent--background-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/combinations/circle-translucent--circle-translucent/metrics.json b/metrics/linux-clang8-release/render-tests/combinations/circle-translucent--circle-translucent/metrics.json index d5ad1d9303d..dc413c28a83 100644 --- a/metrics/linux-clang8-release/render-tests/combinations/circle-translucent--circle-translucent/metrics.json +++ b/metrics/linux-clang8-release/render-tests/combinations/circle-translucent--circle-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/combinations/circle-translucent--fill-extrusion-translucent/metrics.json b/metrics/linux-clang8-release/render-tests/combinations/circle-translucent--fill-extrusion-translucent/metrics.json index d0a09330c38..02e32b225c1 100644 --- a/metrics/linux-clang8-release/render-tests/combinations/circle-translucent--fill-extrusion-translucent/metrics.json +++ b/metrics/linux-clang8-release/render-tests/combinations/circle-translucent--fill-extrusion-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/combinations/circle-translucent--fill-opaque/metrics.json b/metrics/linux-clang8-release/render-tests/combinations/circle-translucent--fill-opaque/metrics.json index 54232a88593..3589506596e 100644 --- a/metrics/linux-clang8-release/render-tests/combinations/circle-translucent--fill-opaque/metrics.json +++ b/metrics/linux-clang8-release/render-tests/combinations/circle-translucent--fill-opaque/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/combinations/circle-translucent--fill-translucent/metrics.json b/metrics/linux-clang8-release/render-tests/combinations/circle-translucent--fill-translucent/metrics.json index 54232a88593..3589506596e 100644 --- a/metrics/linux-clang8-release/render-tests/combinations/circle-translucent--fill-translucent/metrics.json +++ b/metrics/linux-clang8-release/render-tests/combinations/circle-translucent--fill-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/combinations/circle-translucent--heatmap-translucent/metrics.json b/metrics/linux-clang8-release/render-tests/combinations/circle-translucent--heatmap-translucent/metrics.json index b342e18183b..04e5de8e775 100644 --- a/metrics/linux-clang8-release/render-tests/combinations/circle-translucent--heatmap-translucent/metrics.json +++ b/metrics/linux-clang8-release/render-tests/combinations/circle-translucent--heatmap-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/combinations/circle-translucent--hillshade-translucent/metrics.json b/metrics/linux-clang8-release/render-tests/combinations/circle-translucent--hillshade-translucent/metrics.json index 2ecd93ab0db..008f32728a9 100644 --- a/metrics/linux-clang8-release/render-tests/combinations/circle-translucent--hillshade-translucent/metrics.json +++ b/metrics/linux-clang8-release/render-tests/combinations/circle-translucent--hillshade-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/combinations/circle-translucent--line-translucent/metrics.json b/metrics/linux-clang8-release/render-tests/combinations/circle-translucent--line-translucent/metrics.json index 34e16412442..848c8eed8f1 100644 --- a/metrics/linux-clang8-release/render-tests/combinations/circle-translucent--line-translucent/metrics.json +++ b/metrics/linux-clang8-release/render-tests/combinations/circle-translucent--line-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/combinations/circle-translucent--raster-translucent/metrics.json b/metrics/linux-clang8-release/render-tests/combinations/circle-translucent--raster-translucent/metrics.json index 8543c93e3fb..313c9a78216 100644 --- a/metrics/linux-clang8-release/render-tests/combinations/circle-translucent--raster-translucent/metrics.json +++ b/metrics/linux-clang8-release/render-tests/combinations/circle-translucent--raster-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/combinations/circle-translucent--symbol-translucent/metrics.json b/metrics/linux-clang8-release/render-tests/combinations/circle-translucent--symbol-translucent/metrics.json index 7f048825740..509f08c45c2 100644 --- a/metrics/linux-clang8-release/render-tests/combinations/circle-translucent--symbol-translucent/metrics.json +++ b/metrics/linux-clang8-release/render-tests/combinations/circle-translucent--symbol-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/combinations/fill-extrusion--fill-opaque/metrics.json b/metrics/linux-clang8-release/render-tests/combinations/fill-extrusion--fill-opaque/metrics.json index 158f4a877cf..7c68a9b0ae7 100644 --- a/metrics/linux-clang8-release/render-tests/combinations/fill-extrusion--fill-opaque/metrics.json +++ b/metrics/linux-clang8-release/render-tests/combinations/fill-extrusion--fill-opaque/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/combinations/fill-extrusion--fill-translucent/metrics.json b/metrics/linux-clang8-release/render-tests/combinations/fill-extrusion--fill-translucent/metrics.json index 158f4a877cf..7c68a9b0ae7 100644 --- a/metrics/linux-clang8-release/render-tests/combinations/fill-extrusion--fill-translucent/metrics.json +++ b/metrics/linux-clang8-release/render-tests/combinations/fill-extrusion--fill-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/combinations/fill-extrusion-translucent--background-opaque/metrics.json b/metrics/linux-clang8-release/render-tests/combinations/fill-extrusion-translucent--background-opaque/metrics.json index 070982798d7..ddd80ebcd4a 100644 --- a/metrics/linux-clang8-release/render-tests/combinations/fill-extrusion-translucent--background-opaque/metrics.json +++ b/metrics/linux-clang8-release/render-tests/combinations/fill-extrusion-translucent--background-opaque/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/combinations/fill-extrusion-translucent--background-translucent/metrics.json b/metrics/linux-clang8-release/render-tests/combinations/fill-extrusion-translucent--background-translucent/metrics.json index 070982798d7..ddd80ebcd4a 100644 --- a/metrics/linux-clang8-release/render-tests/combinations/fill-extrusion-translucent--background-translucent/metrics.json +++ b/metrics/linux-clang8-release/render-tests/combinations/fill-extrusion-translucent--background-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/combinations/fill-extrusion-translucent--circle-translucent/metrics.json b/metrics/linux-clang8-release/render-tests/combinations/fill-extrusion-translucent--circle-translucent/metrics.json index d0a09330c38..02e32b225c1 100644 --- a/metrics/linux-clang8-release/render-tests/combinations/fill-extrusion-translucent--circle-translucent/metrics.json +++ b/metrics/linux-clang8-release/render-tests/combinations/fill-extrusion-translucent--circle-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/combinations/fill-extrusion-translucent--fill-extrusion-translucent/metrics.json b/metrics/linux-clang8-release/render-tests/combinations/fill-extrusion-translucent--fill-extrusion-translucent/metrics.json index 070982798d7..ddd80ebcd4a 100644 --- a/metrics/linux-clang8-release/render-tests/combinations/fill-extrusion-translucent--fill-extrusion-translucent/metrics.json +++ b/metrics/linux-clang8-release/render-tests/combinations/fill-extrusion-translucent--fill-extrusion-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/combinations/fill-extrusion-translucent--fill-opaque/metrics.json b/metrics/linux-clang8-release/render-tests/combinations/fill-extrusion-translucent--fill-opaque/metrics.json index 9dd47aeeeb5..42b4e6f9890 100644 --- a/metrics/linux-clang8-release/render-tests/combinations/fill-extrusion-translucent--fill-opaque/metrics.json +++ b/metrics/linux-clang8-release/render-tests/combinations/fill-extrusion-translucent--fill-opaque/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/combinations/fill-extrusion-translucent--fill-translucent/metrics.json b/metrics/linux-clang8-release/render-tests/combinations/fill-extrusion-translucent--fill-translucent/metrics.json index f460f1be9e6..758831370f8 100644 --- a/metrics/linux-clang8-release/render-tests/combinations/fill-extrusion-translucent--fill-translucent/metrics.json +++ b/metrics/linux-clang8-release/render-tests/combinations/fill-extrusion-translucent--fill-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/combinations/fill-extrusion-translucent--heatmap-translucent/metrics.json b/metrics/linux-clang8-release/render-tests/combinations/fill-extrusion-translucent--heatmap-translucent/metrics.json index a4c2b929c75..ab72e118cc7 100644 --- a/metrics/linux-clang8-release/render-tests/combinations/fill-extrusion-translucent--heatmap-translucent/metrics.json +++ b/metrics/linux-clang8-release/render-tests/combinations/fill-extrusion-translucent--heatmap-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/combinations/fill-extrusion-translucent--hillshade-translucent/metrics.json b/metrics/linux-clang8-release/render-tests/combinations/fill-extrusion-translucent--hillshade-translucent/metrics.json index f9f2c55c050..a404300fa4e 100644 --- a/metrics/linux-clang8-release/render-tests/combinations/fill-extrusion-translucent--hillshade-translucent/metrics.json +++ b/metrics/linux-clang8-release/render-tests/combinations/fill-extrusion-translucent--hillshade-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/combinations/fill-extrusion-translucent--line-translucent/metrics.json b/metrics/linux-clang8-release/render-tests/combinations/fill-extrusion-translucent--line-translucent/metrics.json index b9a70d7457b..dff1b0cc4e1 100644 --- a/metrics/linux-clang8-release/render-tests/combinations/fill-extrusion-translucent--line-translucent/metrics.json +++ b/metrics/linux-clang8-release/render-tests/combinations/fill-extrusion-translucent--line-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/combinations/fill-extrusion-translucent--raster-translucent/metrics.json b/metrics/linux-clang8-release/render-tests/combinations/fill-extrusion-translucent--raster-translucent/metrics.json index ba3da4f660c..87a7cf57671 100644 --- a/metrics/linux-clang8-release/render-tests/combinations/fill-extrusion-translucent--raster-translucent/metrics.json +++ b/metrics/linux-clang8-release/render-tests/combinations/fill-extrusion-translucent--raster-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/combinations/fill-extrusion-translucent--symbol-translucent/metrics.json b/metrics/linux-clang8-release/render-tests/combinations/fill-extrusion-translucent--symbol-translucent/metrics.json index e06f8fc8fc1..7c9e77d5811 100644 --- a/metrics/linux-clang8-release/render-tests/combinations/fill-extrusion-translucent--symbol-translucent/metrics.json +++ b/metrics/linux-clang8-release/render-tests/combinations/fill-extrusion-translucent--symbol-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/combinations/fill-opaque--background-opaque/metrics.json b/metrics/linux-clang8-release/render-tests/combinations/fill-opaque--background-opaque/metrics.json index d9701f6181e..e3f653570e1 100644 --- a/metrics/linux-clang8-release/render-tests/combinations/fill-opaque--background-opaque/metrics.json +++ b/metrics/linux-clang8-release/render-tests/combinations/fill-opaque--background-opaque/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/combinations/fill-opaque--background-translucent/metrics.json b/metrics/linux-clang8-release/render-tests/combinations/fill-opaque--background-translucent/metrics.json index d9701f6181e..e3f653570e1 100644 --- a/metrics/linux-clang8-release/render-tests/combinations/fill-opaque--background-translucent/metrics.json +++ b/metrics/linux-clang8-release/render-tests/combinations/fill-opaque--background-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/combinations/fill-opaque--circle-translucent/metrics.json b/metrics/linux-clang8-release/render-tests/combinations/fill-opaque--circle-translucent/metrics.json index 54232a88593..3589506596e 100644 --- a/metrics/linux-clang8-release/render-tests/combinations/fill-opaque--circle-translucent/metrics.json +++ b/metrics/linux-clang8-release/render-tests/combinations/fill-opaque--circle-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/combinations/fill-opaque--fill-extrusion-translucent/metrics.json b/metrics/linux-clang8-release/render-tests/combinations/fill-opaque--fill-extrusion-translucent/metrics.json index 158f4a877cf..7c68a9b0ae7 100644 --- a/metrics/linux-clang8-release/render-tests/combinations/fill-opaque--fill-extrusion-translucent/metrics.json +++ b/metrics/linux-clang8-release/render-tests/combinations/fill-opaque--fill-extrusion-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/combinations/fill-opaque--fill-opaque/metrics.json b/metrics/linux-clang8-release/render-tests/combinations/fill-opaque--fill-opaque/metrics.json index 511b43f4d27..0c3fa00030f 100644 --- a/metrics/linux-clang8-release/render-tests/combinations/fill-opaque--fill-opaque/metrics.json +++ b/metrics/linux-clang8-release/render-tests/combinations/fill-opaque--fill-opaque/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/combinations/fill-opaque--fill-translucent/metrics.json b/metrics/linux-clang8-release/render-tests/combinations/fill-opaque--fill-translucent/metrics.json index 511b43f4d27..0c3fa00030f 100644 --- a/metrics/linux-clang8-release/render-tests/combinations/fill-opaque--fill-translucent/metrics.json +++ b/metrics/linux-clang8-release/render-tests/combinations/fill-opaque--fill-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/combinations/fill-opaque--heatmap-translucent/metrics.json b/metrics/linux-clang8-release/render-tests/combinations/fill-opaque--heatmap-translucent/metrics.json index 5565a4dd482..8a2c3875148 100644 --- a/metrics/linux-clang8-release/render-tests/combinations/fill-opaque--heatmap-translucent/metrics.json +++ b/metrics/linux-clang8-release/render-tests/combinations/fill-opaque--heatmap-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/combinations/fill-opaque--hillshade-translucent/metrics.json b/metrics/linux-clang8-release/render-tests/combinations/fill-opaque--hillshade-translucent/metrics.json index 130eb528504..9de2075c67f 100644 --- a/metrics/linux-clang8-release/render-tests/combinations/fill-opaque--hillshade-translucent/metrics.json +++ b/metrics/linux-clang8-release/render-tests/combinations/fill-opaque--hillshade-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/combinations/fill-opaque--line-translucent/metrics.json b/metrics/linux-clang8-release/render-tests/combinations/fill-opaque--line-translucent/metrics.json index aac3c6d3088..3fa48c6a965 100644 --- a/metrics/linux-clang8-release/render-tests/combinations/fill-opaque--line-translucent/metrics.json +++ b/metrics/linux-clang8-release/render-tests/combinations/fill-opaque--line-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/combinations/fill-opaque--raster-translucent/metrics.json b/metrics/linux-clang8-release/render-tests/combinations/fill-opaque--raster-translucent/metrics.json index a6e96270b25..3f327cb1242 100644 --- a/metrics/linux-clang8-release/render-tests/combinations/fill-opaque--raster-translucent/metrics.json +++ b/metrics/linux-clang8-release/render-tests/combinations/fill-opaque--raster-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/combinations/fill-opaque--symbol-translucent/metrics.json b/metrics/linux-clang8-release/render-tests/combinations/fill-opaque--symbol-translucent/metrics.json index c1bede4b522..b7c8916479b 100644 --- a/metrics/linux-clang8-release/render-tests/combinations/fill-opaque--symbol-translucent/metrics.json +++ b/metrics/linux-clang8-release/render-tests/combinations/fill-opaque--symbol-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/combinations/fill-translucent--background-opaque/metrics.json b/metrics/linux-clang8-release/render-tests/combinations/fill-translucent--background-opaque/metrics.json index d9701f6181e..e3f653570e1 100644 --- a/metrics/linux-clang8-release/render-tests/combinations/fill-translucent--background-opaque/metrics.json +++ b/metrics/linux-clang8-release/render-tests/combinations/fill-translucent--background-opaque/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/combinations/fill-translucent--background-translucent/metrics.json b/metrics/linux-clang8-release/render-tests/combinations/fill-translucent--background-translucent/metrics.json index d9701f6181e..e3f653570e1 100644 --- a/metrics/linux-clang8-release/render-tests/combinations/fill-translucent--background-translucent/metrics.json +++ b/metrics/linux-clang8-release/render-tests/combinations/fill-translucent--background-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/combinations/fill-translucent--circle-translucent/metrics.json b/metrics/linux-clang8-release/render-tests/combinations/fill-translucent--circle-translucent/metrics.json index 54232a88593..3589506596e 100644 --- a/metrics/linux-clang8-release/render-tests/combinations/fill-translucent--circle-translucent/metrics.json +++ b/metrics/linux-clang8-release/render-tests/combinations/fill-translucent--circle-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/combinations/fill-translucent--fill-extrusion-translucent/metrics.json b/metrics/linux-clang8-release/render-tests/combinations/fill-translucent--fill-extrusion-translucent/metrics.json index 158f4a877cf..7c68a9b0ae7 100644 --- a/metrics/linux-clang8-release/render-tests/combinations/fill-translucent--fill-extrusion-translucent/metrics.json +++ b/metrics/linux-clang8-release/render-tests/combinations/fill-translucent--fill-extrusion-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/combinations/fill-translucent--fill-opaque/metrics.json b/metrics/linux-clang8-release/render-tests/combinations/fill-translucent--fill-opaque/metrics.json index 511b43f4d27..0c3fa00030f 100644 --- a/metrics/linux-clang8-release/render-tests/combinations/fill-translucent--fill-opaque/metrics.json +++ b/metrics/linux-clang8-release/render-tests/combinations/fill-translucent--fill-opaque/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/combinations/fill-translucent--fill-translucent/metrics.json b/metrics/linux-clang8-release/render-tests/combinations/fill-translucent--fill-translucent/metrics.json index 511b43f4d27..0c3fa00030f 100644 --- a/metrics/linux-clang8-release/render-tests/combinations/fill-translucent--fill-translucent/metrics.json +++ b/metrics/linux-clang8-release/render-tests/combinations/fill-translucent--fill-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/combinations/fill-translucent--heatmap-translucent/metrics.json b/metrics/linux-clang8-release/render-tests/combinations/fill-translucent--heatmap-translucent/metrics.json index 5565a4dd482..8a2c3875148 100644 --- a/metrics/linux-clang8-release/render-tests/combinations/fill-translucent--heatmap-translucent/metrics.json +++ b/metrics/linux-clang8-release/render-tests/combinations/fill-translucent--heatmap-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/combinations/fill-translucent--hillshade-translucent/metrics.json b/metrics/linux-clang8-release/render-tests/combinations/fill-translucent--hillshade-translucent/metrics.json index 130eb528504..9de2075c67f 100644 --- a/metrics/linux-clang8-release/render-tests/combinations/fill-translucent--hillshade-translucent/metrics.json +++ b/metrics/linux-clang8-release/render-tests/combinations/fill-translucent--hillshade-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/combinations/fill-translucent--line-translucent/metrics.json b/metrics/linux-clang8-release/render-tests/combinations/fill-translucent--line-translucent/metrics.json index aac3c6d3088..3fa48c6a965 100644 --- a/metrics/linux-clang8-release/render-tests/combinations/fill-translucent--line-translucent/metrics.json +++ b/metrics/linux-clang8-release/render-tests/combinations/fill-translucent--line-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/combinations/fill-translucent--raster-translucent/metrics.json b/metrics/linux-clang8-release/render-tests/combinations/fill-translucent--raster-translucent/metrics.json index a6e96270b25..3f327cb1242 100644 --- a/metrics/linux-clang8-release/render-tests/combinations/fill-translucent--raster-translucent/metrics.json +++ b/metrics/linux-clang8-release/render-tests/combinations/fill-translucent--raster-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/combinations/fill-translucent--symbol-translucent/metrics.json b/metrics/linux-clang8-release/render-tests/combinations/fill-translucent--symbol-translucent/metrics.json index c1bede4b522..b7c8916479b 100644 --- a/metrics/linux-clang8-release/render-tests/combinations/fill-translucent--symbol-translucent/metrics.json +++ b/metrics/linux-clang8-release/render-tests/combinations/fill-translucent--symbol-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/combinations/heatmap-translucent--background-opaque/metrics.json b/metrics/linux-clang8-release/render-tests/combinations/heatmap-translucent--background-opaque/metrics.json index 046dcc83f87..7e8e12d4e5c 100644 --- a/metrics/linux-clang8-release/render-tests/combinations/heatmap-translucent--background-opaque/metrics.json +++ b/metrics/linux-clang8-release/render-tests/combinations/heatmap-translucent--background-opaque/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/combinations/heatmap-translucent--background-translucent/metrics.json b/metrics/linux-clang8-release/render-tests/combinations/heatmap-translucent--background-translucent/metrics.json index 046dcc83f87..7e8e12d4e5c 100644 --- a/metrics/linux-clang8-release/render-tests/combinations/heatmap-translucent--background-translucent/metrics.json +++ b/metrics/linux-clang8-release/render-tests/combinations/heatmap-translucent--background-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/combinations/heatmap-translucent--circle-translucent/metrics.json b/metrics/linux-clang8-release/render-tests/combinations/heatmap-translucent--circle-translucent/metrics.json index b342e18183b..04e5de8e775 100644 --- a/metrics/linux-clang8-release/render-tests/combinations/heatmap-translucent--circle-translucent/metrics.json +++ b/metrics/linux-clang8-release/render-tests/combinations/heatmap-translucent--circle-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/combinations/heatmap-translucent--fill-extrusion-translucent/metrics.json b/metrics/linux-clang8-release/render-tests/combinations/heatmap-translucent--fill-extrusion-translucent/metrics.json index a4c2b929c75..ab72e118cc7 100644 --- a/metrics/linux-clang8-release/render-tests/combinations/heatmap-translucent--fill-extrusion-translucent/metrics.json +++ b/metrics/linux-clang8-release/render-tests/combinations/heatmap-translucent--fill-extrusion-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/combinations/heatmap-translucent--fill-opaque/metrics.json b/metrics/linux-clang8-release/render-tests/combinations/heatmap-translucent--fill-opaque/metrics.json index 5565a4dd482..8a2c3875148 100644 --- a/metrics/linux-clang8-release/render-tests/combinations/heatmap-translucent--fill-opaque/metrics.json +++ b/metrics/linux-clang8-release/render-tests/combinations/heatmap-translucent--fill-opaque/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/combinations/heatmap-translucent--fill-translucent/metrics.json b/metrics/linux-clang8-release/render-tests/combinations/heatmap-translucent--fill-translucent/metrics.json index 5565a4dd482..8a2c3875148 100644 --- a/metrics/linux-clang8-release/render-tests/combinations/heatmap-translucent--fill-translucent/metrics.json +++ b/metrics/linux-clang8-release/render-tests/combinations/heatmap-translucent--fill-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/combinations/heatmap-translucent--heatmap-translucent/metrics.json b/metrics/linux-clang8-release/render-tests/combinations/heatmap-translucent--heatmap-translucent/metrics.json index 94161dda76b..6f5af7fb644 100644 --- a/metrics/linux-clang8-release/render-tests/combinations/heatmap-translucent--heatmap-translucent/metrics.json +++ b/metrics/linux-clang8-release/render-tests/combinations/heatmap-translucent--heatmap-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/combinations/heatmap-translucent--hillshade-translucent/metrics.json b/metrics/linux-clang8-release/render-tests/combinations/heatmap-translucent--hillshade-translucent/metrics.json index eb8235bd221..e643b72cc24 100644 --- a/metrics/linux-clang8-release/render-tests/combinations/heatmap-translucent--hillshade-translucent/metrics.json +++ b/metrics/linux-clang8-release/render-tests/combinations/heatmap-translucent--hillshade-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/combinations/heatmap-translucent--line-translucent/metrics.json b/metrics/linux-clang8-release/render-tests/combinations/heatmap-translucent--line-translucent/metrics.json index e6b45ea3c9c..e7b5f516339 100644 --- a/metrics/linux-clang8-release/render-tests/combinations/heatmap-translucent--line-translucent/metrics.json +++ b/metrics/linux-clang8-release/render-tests/combinations/heatmap-translucent--line-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/combinations/heatmap-translucent--raster-translucent/metrics.json b/metrics/linux-clang8-release/render-tests/combinations/heatmap-translucent--raster-translucent/metrics.json index 46ae22eb392..43d09834abb 100644 --- a/metrics/linux-clang8-release/render-tests/combinations/heatmap-translucent--raster-translucent/metrics.json +++ b/metrics/linux-clang8-release/render-tests/combinations/heatmap-translucent--raster-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/combinations/heatmap-translucent--symbol-translucent/metrics.json b/metrics/linux-clang8-release/render-tests/combinations/heatmap-translucent--symbol-translucent/metrics.json index 60f01ff9e36..2914d385f21 100644 --- a/metrics/linux-clang8-release/render-tests/combinations/heatmap-translucent--symbol-translucent/metrics.json +++ b/metrics/linux-clang8-release/render-tests/combinations/heatmap-translucent--symbol-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/combinations/hillshade-translucent--background-opaque/metrics.json b/metrics/linux-clang8-release/render-tests/combinations/hillshade-translucent--background-opaque/metrics.json index 019fd54df32..9d85d6b956f 100644 --- a/metrics/linux-clang8-release/render-tests/combinations/hillshade-translucent--background-opaque/metrics.json +++ b/metrics/linux-clang8-release/render-tests/combinations/hillshade-translucent--background-opaque/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/combinations/hillshade-translucent--background-translucent/metrics.json b/metrics/linux-clang8-release/render-tests/combinations/hillshade-translucent--background-translucent/metrics.json index 019fd54df32..9d85d6b956f 100644 --- a/metrics/linux-clang8-release/render-tests/combinations/hillshade-translucent--background-translucent/metrics.json +++ b/metrics/linux-clang8-release/render-tests/combinations/hillshade-translucent--background-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/combinations/hillshade-translucent--circle-translucent/metrics.json b/metrics/linux-clang8-release/render-tests/combinations/hillshade-translucent--circle-translucent/metrics.json index 2ecd93ab0db..008f32728a9 100644 --- a/metrics/linux-clang8-release/render-tests/combinations/hillshade-translucent--circle-translucent/metrics.json +++ b/metrics/linux-clang8-release/render-tests/combinations/hillshade-translucent--circle-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/combinations/hillshade-translucent--fill-extrusion-translucent/metrics.json b/metrics/linux-clang8-release/render-tests/combinations/hillshade-translucent--fill-extrusion-translucent/metrics.json index f9f2c55c050..a404300fa4e 100644 --- a/metrics/linux-clang8-release/render-tests/combinations/hillshade-translucent--fill-extrusion-translucent/metrics.json +++ b/metrics/linux-clang8-release/render-tests/combinations/hillshade-translucent--fill-extrusion-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/combinations/hillshade-translucent--fill-opaque/metrics.json b/metrics/linux-clang8-release/render-tests/combinations/hillshade-translucent--fill-opaque/metrics.json index 130eb528504..9de2075c67f 100644 --- a/metrics/linux-clang8-release/render-tests/combinations/hillshade-translucent--fill-opaque/metrics.json +++ b/metrics/linux-clang8-release/render-tests/combinations/hillshade-translucent--fill-opaque/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/combinations/hillshade-translucent--fill-translucent/metrics.json b/metrics/linux-clang8-release/render-tests/combinations/hillshade-translucent--fill-translucent/metrics.json index 130eb528504..9de2075c67f 100644 --- a/metrics/linux-clang8-release/render-tests/combinations/hillshade-translucent--fill-translucent/metrics.json +++ b/metrics/linux-clang8-release/render-tests/combinations/hillshade-translucent--fill-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/combinations/hillshade-translucent--heatmap-translucent/metrics.json b/metrics/linux-clang8-release/render-tests/combinations/hillshade-translucent--heatmap-translucent/metrics.json index eb8235bd221..e643b72cc24 100644 --- a/metrics/linux-clang8-release/render-tests/combinations/hillshade-translucent--heatmap-translucent/metrics.json +++ b/metrics/linux-clang8-release/render-tests/combinations/hillshade-translucent--heatmap-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/combinations/hillshade-translucent--hillshade-translucent/metrics.json b/metrics/linux-clang8-release/render-tests/combinations/hillshade-translucent--hillshade-translucent/metrics.json index 6cdf449a0c7..10759b737f0 100644 --- a/metrics/linux-clang8-release/render-tests/combinations/hillshade-translucent--hillshade-translucent/metrics.json +++ b/metrics/linux-clang8-release/render-tests/combinations/hillshade-translucent--hillshade-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/combinations/hillshade-translucent--line-translucent/metrics.json b/metrics/linux-clang8-release/render-tests/combinations/hillshade-translucent--line-translucent/metrics.json index 1d0c8f8153b..1b513e2875e 100644 --- a/metrics/linux-clang8-release/render-tests/combinations/hillshade-translucent--line-translucent/metrics.json +++ b/metrics/linux-clang8-release/render-tests/combinations/hillshade-translucent--line-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/combinations/hillshade-translucent--raster-translucent/metrics.json b/metrics/linux-clang8-release/render-tests/combinations/hillshade-translucent--raster-translucent/metrics.json index 40f09a93051..2e3add06208 100644 --- a/metrics/linux-clang8-release/render-tests/combinations/hillshade-translucent--raster-translucent/metrics.json +++ b/metrics/linux-clang8-release/render-tests/combinations/hillshade-translucent--raster-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/combinations/hillshade-translucent--symbol-translucent/metrics.json b/metrics/linux-clang8-release/render-tests/combinations/hillshade-translucent--symbol-translucent/metrics.json index 1b23d9d85c9..3496bc37bfb 100644 --- a/metrics/linux-clang8-release/render-tests/combinations/hillshade-translucent--symbol-translucent/metrics.json +++ b/metrics/linux-clang8-release/render-tests/combinations/hillshade-translucent--symbol-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/combinations/line-translucent--background-opaque/metrics.json b/metrics/linux-clang8-release/render-tests/combinations/line-translucent--background-opaque/metrics.json index 2fb82f10860..dbbe87baf8b 100644 --- a/metrics/linux-clang8-release/render-tests/combinations/line-translucent--background-opaque/metrics.json +++ b/metrics/linux-clang8-release/render-tests/combinations/line-translucent--background-opaque/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/combinations/line-translucent--background-translucent/metrics.json b/metrics/linux-clang8-release/render-tests/combinations/line-translucent--background-translucent/metrics.json index 2fb82f10860..dbbe87baf8b 100644 --- a/metrics/linux-clang8-release/render-tests/combinations/line-translucent--background-translucent/metrics.json +++ b/metrics/linux-clang8-release/render-tests/combinations/line-translucent--background-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/combinations/line-translucent--circle-translucent/metrics.json b/metrics/linux-clang8-release/render-tests/combinations/line-translucent--circle-translucent/metrics.json index 34e16412442..848c8eed8f1 100644 --- a/metrics/linux-clang8-release/render-tests/combinations/line-translucent--circle-translucent/metrics.json +++ b/metrics/linux-clang8-release/render-tests/combinations/line-translucent--circle-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/combinations/line-translucent--fill-extrusion-translucent/metrics.json b/metrics/linux-clang8-release/render-tests/combinations/line-translucent--fill-extrusion-translucent/metrics.json index b9a70d7457b..dff1b0cc4e1 100644 --- a/metrics/linux-clang8-release/render-tests/combinations/line-translucent--fill-extrusion-translucent/metrics.json +++ b/metrics/linux-clang8-release/render-tests/combinations/line-translucent--fill-extrusion-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/combinations/line-translucent--fill-opaque/metrics.json b/metrics/linux-clang8-release/render-tests/combinations/line-translucent--fill-opaque/metrics.json index aac3c6d3088..3fa48c6a965 100644 --- a/metrics/linux-clang8-release/render-tests/combinations/line-translucent--fill-opaque/metrics.json +++ b/metrics/linux-clang8-release/render-tests/combinations/line-translucent--fill-opaque/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/combinations/line-translucent--fill-translucent/metrics.json b/metrics/linux-clang8-release/render-tests/combinations/line-translucent--fill-translucent/metrics.json index aac3c6d3088..3fa48c6a965 100644 --- a/metrics/linux-clang8-release/render-tests/combinations/line-translucent--fill-translucent/metrics.json +++ b/metrics/linux-clang8-release/render-tests/combinations/line-translucent--fill-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/combinations/line-translucent--heatmap-translucent/metrics.json b/metrics/linux-clang8-release/render-tests/combinations/line-translucent--heatmap-translucent/metrics.json index e6b45ea3c9c..e7b5f516339 100644 --- a/metrics/linux-clang8-release/render-tests/combinations/line-translucent--heatmap-translucent/metrics.json +++ b/metrics/linux-clang8-release/render-tests/combinations/line-translucent--heatmap-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/combinations/line-translucent--hillshade-translucent/metrics.json b/metrics/linux-clang8-release/render-tests/combinations/line-translucent--hillshade-translucent/metrics.json index 1d0c8f8153b..1b513e2875e 100644 --- a/metrics/linux-clang8-release/render-tests/combinations/line-translucent--hillshade-translucent/metrics.json +++ b/metrics/linux-clang8-release/render-tests/combinations/line-translucent--hillshade-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/combinations/line-translucent--line-translucent/metrics.json b/metrics/linux-clang8-release/render-tests/combinations/line-translucent--line-translucent/metrics.json index 2fb82f10860..dbbe87baf8b 100644 --- a/metrics/linux-clang8-release/render-tests/combinations/line-translucent--line-translucent/metrics.json +++ b/metrics/linux-clang8-release/render-tests/combinations/line-translucent--line-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/combinations/line-translucent--raster-translucent/metrics.json b/metrics/linux-clang8-release/render-tests/combinations/line-translucent--raster-translucent/metrics.json index dfb24aaa91b..47dea3c28e0 100644 --- a/metrics/linux-clang8-release/render-tests/combinations/line-translucent--raster-translucent/metrics.json +++ b/metrics/linux-clang8-release/render-tests/combinations/line-translucent--raster-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/combinations/line-translucent--symbol-translucent/metrics.json b/metrics/linux-clang8-release/render-tests/combinations/line-translucent--symbol-translucent/metrics.json index cafdf6fa100..76f5b1043c9 100644 --- a/metrics/linux-clang8-release/render-tests/combinations/line-translucent--symbol-translucent/metrics.json +++ b/metrics/linux-clang8-release/render-tests/combinations/line-translucent--symbol-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/combinations/raster-translucent--background-opaque/metrics.json b/metrics/linux-clang8-release/render-tests/combinations/raster-translucent--background-opaque/metrics.json index 9297ddb669b..62d9f6ef55d 100644 --- a/metrics/linux-clang8-release/render-tests/combinations/raster-translucent--background-opaque/metrics.json +++ b/metrics/linux-clang8-release/render-tests/combinations/raster-translucent--background-opaque/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/combinations/raster-translucent--background-translucent/metrics.json b/metrics/linux-clang8-release/render-tests/combinations/raster-translucent--background-translucent/metrics.json index 9297ddb669b..62d9f6ef55d 100644 --- a/metrics/linux-clang8-release/render-tests/combinations/raster-translucent--background-translucent/metrics.json +++ b/metrics/linux-clang8-release/render-tests/combinations/raster-translucent--background-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/combinations/raster-translucent--circle-translucent/metrics.json b/metrics/linux-clang8-release/render-tests/combinations/raster-translucent--circle-translucent/metrics.json index 8543c93e3fb..313c9a78216 100644 --- a/metrics/linux-clang8-release/render-tests/combinations/raster-translucent--circle-translucent/metrics.json +++ b/metrics/linux-clang8-release/render-tests/combinations/raster-translucent--circle-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/combinations/raster-translucent--fill-extrusion-translucent/metrics.json b/metrics/linux-clang8-release/render-tests/combinations/raster-translucent--fill-extrusion-translucent/metrics.json index ba3da4f660c..87a7cf57671 100644 --- a/metrics/linux-clang8-release/render-tests/combinations/raster-translucent--fill-extrusion-translucent/metrics.json +++ b/metrics/linux-clang8-release/render-tests/combinations/raster-translucent--fill-extrusion-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/combinations/raster-translucent--fill-opaque/metrics.json b/metrics/linux-clang8-release/render-tests/combinations/raster-translucent--fill-opaque/metrics.json index a6e96270b25..3f327cb1242 100644 --- a/metrics/linux-clang8-release/render-tests/combinations/raster-translucent--fill-opaque/metrics.json +++ b/metrics/linux-clang8-release/render-tests/combinations/raster-translucent--fill-opaque/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/combinations/raster-translucent--fill-translucent/metrics.json b/metrics/linux-clang8-release/render-tests/combinations/raster-translucent--fill-translucent/metrics.json index a6e96270b25..3f327cb1242 100644 --- a/metrics/linux-clang8-release/render-tests/combinations/raster-translucent--fill-translucent/metrics.json +++ b/metrics/linux-clang8-release/render-tests/combinations/raster-translucent--fill-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/combinations/raster-translucent--heatmap-translucent/metrics.json b/metrics/linux-clang8-release/render-tests/combinations/raster-translucent--heatmap-translucent/metrics.json index 46ae22eb392..43d09834abb 100644 --- a/metrics/linux-clang8-release/render-tests/combinations/raster-translucent--heatmap-translucent/metrics.json +++ b/metrics/linux-clang8-release/render-tests/combinations/raster-translucent--heatmap-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/combinations/raster-translucent--hillshade-translucent/metrics.json b/metrics/linux-clang8-release/render-tests/combinations/raster-translucent--hillshade-translucent/metrics.json index 40f09a93051..2e3add06208 100644 --- a/metrics/linux-clang8-release/render-tests/combinations/raster-translucent--hillshade-translucent/metrics.json +++ b/metrics/linux-clang8-release/render-tests/combinations/raster-translucent--hillshade-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/combinations/raster-translucent--line-translucent/metrics.json b/metrics/linux-clang8-release/render-tests/combinations/raster-translucent--line-translucent/metrics.json index dfb24aaa91b..47dea3c28e0 100644 --- a/metrics/linux-clang8-release/render-tests/combinations/raster-translucent--line-translucent/metrics.json +++ b/metrics/linux-clang8-release/render-tests/combinations/raster-translucent--line-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/combinations/raster-translucent--raster-translucent/metrics.json b/metrics/linux-clang8-release/render-tests/combinations/raster-translucent--raster-translucent/metrics.json index 11aca40c023..c842bf39097 100644 --- a/metrics/linux-clang8-release/render-tests/combinations/raster-translucent--raster-translucent/metrics.json +++ b/metrics/linux-clang8-release/render-tests/combinations/raster-translucent--raster-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/combinations/raster-translucent--symbol-translucent/metrics.json b/metrics/linux-clang8-release/render-tests/combinations/raster-translucent--symbol-translucent/metrics.json index 1900b992490..5e9f2726e80 100644 --- a/metrics/linux-clang8-release/render-tests/combinations/raster-translucent--symbol-translucent/metrics.json +++ b/metrics/linux-clang8-release/render-tests/combinations/raster-translucent--symbol-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/combinations/symbol-translucent--background-opaque/metrics.json b/metrics/linux-clang8-release/render-tests/combinations/symbol-translucent--background-opaque/metrics.json index 7f17773165c..b25ac99b3bb 100644 --- a/metrics/linux-clang8-release/render-tests/combinations/symbol-translucent--background-opaque/metrics.json +++ b/metrics/linux-clang8-release/render-tests/combinations/symbol-translucent--background-opaque/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/combinations/symbol-translucent--background-translucent/metrics.json b/metrics/linux-clang8-release/render-tests/combinations/symbol-translucent--background-translucent/metrics.json index 7f17773165c..b25ac99b3bb 100644 --- a/metrics/linux-clang8-release/render-tests/combinations/symbol-translucent--background-translucent/metrics.json +++ b/metrics/linux-clang8-release/render-tests/combinations/symbol-translucent--background-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/combinations/symbol-translucent--circle-translucent/metrics.json b/metrics/linux-clang8-release/render-tests/combinations/symbol-translucent--circle-translucent/metrics.json index 7f048825740..509f08c45c2 100644 --- a/metrics/linux-clang8-release/render-tests/combinations/symbol-translucent--circle-translucent/metrics.json +++ b/metrics/linux-clang8-release/render-tests/combinations/symbol-translucent--circle-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/combinations/symbol-translucent--fill-extrusion-translucent/metrics.json b/metrics/linux-clang8-release/render-tests/combinations/symbol-translucent--fill-extrusion-translucent/metrics.json index e06f8fc8fc1..7c9e77d5811 100644 --- a/metrics/linux-clang8-release/render-tests/combinations/symbol-translucent--fill-extrusion-translucent/metrics.json +++ b/metrics/linux-clang8-release/render-tests/combinations/symbol-translucent--fill-extrusion-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/combinations/symbol-translucent--fill-opaque/metrics.json b/metrics/linux-clang8-release/render-tests/combinations/symbol-translucent--fill-opaque/metrics.json index c1bede4b522..b7c8916479b 100644 --- a/metrics/linux-clang8-release/render-tests/combinations/symbol-translucent--fill-opaque/metrics.json +++ b/metrics/linux-clang8-release/render-tests/combinations/symbol-translucent--fill-opaque/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/combinations/symbol-translucent--fill-translucent/metrics.json b/metrics/linux-clang8-release/render-tests/combinations/symbol-translucent--fill-translucent/metrics.json index c1bede4b522..b7c8916479b 100644 --- a/metrics/linux-clang8-release/render-tests/combinations/symbol-translucent--fill-translucent/metrics.json +++ b/metrics/linux-clang8-release/render-tests/combinations/symbol-translucent--fill-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/combinations/symbol-translucent--heatmap-translucent/metrics.json b/metrics/linux-clang8-release/render-tests/combinations/symbol-translucent--heatmap-translucent/metrics.json index 60f01ff9e36..2914d385f21 100644 --- a/metrics/linux-clang8-release/render-tests/combinations/symbol-translucent--heatmap-translucent/metrics.json +++ b/metrics/linux-clang8-release/render-tests/combinations/symbol-translucent--heatmap-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/combinations/symbol-translucent--hillshade-translucent/metrics.json b/metrics/linux-clang8-release/render-tests/combinations/symbol-translucent--hillshade-translucent/metrics.json index 1b23d9d85c9..3496bc37bfb 100644 --- a/metrics/linux-clang8-release/render-tests/combinations/symbol-translucent--hillshade-translucent/metrics.json +++ b/metrics/linux-clang8-release/render-tests/combinations/symbol-translucent--hillshade-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/combinations/symbol-translucent--line-translucent/metrics.json b/metrics/linux-clang8-release/render-tests/combinations/symbol-translucent--line-translucent/metrics.json index cafdf6fa100..76f5b1043c9 100644 --- a/metrics/linux-clang8-release/render-tests/combinations/symbol-translucent--line-translucent/metrics.json +++ b/metrics/linux-clang8-release/render-tests/combinations/symbol-translucent--line-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/combinations/symbol-translucent--raster-translucent/metrics.json b/metrics/linux-clang8-release/render-tests/combinations/symbol-translucent--raster-translucent/metrics.json index 1900b992490..5e9f2726e80 100644 --- a/metrics/linux-clang8-release/render-tests/combinations/symbol-translucent--raster-translucent/metrics.json +++ b/metrics/linux-clang8-release/render-tests/combinations/symbol-translucent--raster-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/combinations/symbol-translucent--symbol-translucent/metrics.json b/metrics/linux-clang8-release/render-tests/combinations/symbol-translucent--symbol-translucent/metrics.json index 501f64a004e..5ad8d61037a 100644 --- a/metrics/linux-clang8-release/render-tests/combinations/symbol-translucent--symbol-translucent/metrics.json +++ b/metrics/linux-clang8-release/render-tests/combinations/symbol-translucent--symbol-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/debug/collision-icon-text-line-translate/metrics.json b/metrics/linux-clang8-release/render-tests/debug/collision-icon-text-line-translate/metrics.json index a99484c47cc..48ccfb3d10f 100644 --- a/metrics/linux-clang8-release/render-tests/debug/collision-icon-text-line-translate/metrics.json +++ b/metrics/linux-clang8-release/render-tests/debug/collision-icon-text-line-translate/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/debug/collision-icon-text-point-translate/metrics.json b/metrics/linux-clang8-release/render-tests/debug/collision-icon-text-point-translate/metrics.json index 17fba0446e8..ae2716da045 100644 --- a/metrics/linux-clang8-release/render-tests/debug/collision-icon-text-point-translate/metrics.json +++ b/metrics/linux-clang8-release/render-tests/debug/collision-icon-text-point-translate/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/debug/collision-lines-overscaled/metrics.json b/metrics/linux-clang8-release/render-tests/debug/collision-lines-overscaled/metrics.json index 89d36a35a27..0642fb166cb 100644 --- a/metrics/linux-clang8-release/render-tests/debug/collision-lines-overscaled/metrics.json +++ b/metrics/linux-clang8-release/render-tests/debug/collision-lines-overscaled/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/debug/collision-lines-pitched/metrics.json b/metrics/linux-clang8-release/render-tests/debug/collision-lines-pitched/metrics.json index fdbd1532eb1..bd18f217fd0 100644 --- a/metrics/linux-clang8-release/render-tests/debug/collision-lines-pitched/metrics.json +++ b/metrics/linux-clang8-release/render-tests/debug/collision-lines-pitched/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/debug/collision-lines/metrics.json b/metrics/linux-clang8-release/render-tests/debug/collision-lines/metrics.json index fdbd1532eb1..bd18f217fd0 100644 --- a/metrics/linux-clang8-release/render-tests/debug/collision-lines/metrics.json +++ b/metrics/linux-clang8-release/render-tests/debug/collision-lines/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/debug/collision-overscaled/metrics.json b/metrics/linux-clang8-release/render-tests/debug/collision-overscaled/metrics.json index a06fb7ad37e..06b80cfa71a 100644 --- a/metrics/linux-clang8-release/render-tests/debug/collision-overscaled/metrics.json +++ b/metrics/linux-clang8-release/render-tests/debug/collision-overscaled/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/debug/collision-pitched-wrapped/metrics.json b/metrics/linux-clang8-release/render-tests/debug/collision-pitched-wrapped/metrics.json index 6168495707b..1c5d5aa4a88 100644 --- a/metrics/linux-clang8-release/render-tests/debug/collision-pitched-wrapped/metrics.json +++ b/metrics/linux-clang8-release/render-tests/debug/collision-pitched-wrapped/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/debug/collision-pitched/metrics.json b/metrics/linux-clang8-release/render-tests/debug/collision-pitched/metrics.json index a4fade43b7e..11ce04a115e 100644 --- a/metrics/linux-clang8-release/render-tests/debug/collision-pitched/metrics.json +++ b/metrics/linux-clang8-release/render-tests/debug/collision-pitched/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/empty/empty/metrics.json b/metrics/linux-clang8-release/render-tests/empty/empty/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/linux-clang8-release/render-tests/empty/empty/metrics.json +++ b/metrics/linux-clang8-release/render-tests/empty/empty/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/extent/1024-fill/metrics.json b/metrics/linux-clang8-release/render-tests/extent/1024-fill/metrics.json index 705eaa2c4e5..5f03b19103d 100644 --- a/metrics/linux-clang8-release/render-tests/extent/1024-fill/metrics.json +++ b/metrics/linux-clang8-release/render-tests/extent/1024-fill/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/extent/1024-line/metrics.json b/metrics/linux-clang8-release/render-tests/extent/1024-line/metrics.json index b0ad84b7b6a..9a39558581f 100644 --- a/metrics/linux-clang8-release/render-tests/extent/1024-line/metrics.json +++ b/metrics/linux-clang8-release/render-tests/extent/1024-line/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/extent/1024-symbol/metrics.json b/metrics/linux-clang8-release/render-tests/extent/1024-symbol/metrics.json index b5f9604d8e9..db8d7dd5284 100644 --- a/metrics/linux-clang8-release/render-tests/extent/1024-symbol/metrics.json +++ b/metrics/linux-clang8-release/render-tests/extent/1024-symbol/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/feature-state/composite-expression/metrics.json b/metrics/linux-clang8-release/render-tests/feature-state/composite-expression/metrics.json index 3653638ee2e..199b2b57550 100644 --- a/metrics/linux-clang8-release/render-tests/feature-state/composite-expression/metrics.json +++ b/metrics/linux-clang8-release/render-tests/feature-state/composite-expression/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/feature-state/data-expression/metrics.json b/metrics/linux-clang8-release/render-tests/feature-state/data-expression/metrics.json index f6bec0e0459..8b4cf7dabaf 100644 --- a/metrics/linux-clang8-release/render-tests/feature-state/data-expression/metrics.json +++ b/metrics/linux-clang8-release/render-tests/feature-state/data-expression/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/feature-state/vector-source/metrics.json b/metrics/linux-clang8-release/render-tests/feature-state/vector-source/metrics.json index 16026dacebf..bb5b3e0e76f 100644 --- a/metrics/linux-clang8-release/render-tests/feature-state/vector-source/metrics.json +++ b/metrics/linux-clang8-release/render-tests/feature-state/vector-source/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/fill-antialias/false/metrics.json b/metrics/linux-clang8-release/render-tests/fill-antialias/false/metrics.json index ec5a8327773..6da0bff6839 100644 --- a/metrics/linux-clang8-release/render-tests/fill-antialias/false/metrics.json +++ b/metrics/linux-clang8-release/render-tests/fill-antialias/false/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/fill-color/default/metrics.json b/metrics/linux-clang8-release/render-tests/fill-color/default/metrics.json index ec5a8327773..6da0bff6839 100644 --- a/metrics/linux-clang8-release/render-tests/fill-color/default/metrics.json +++ b/metrics/linux-clang8-release/render-tests/fill-color/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/fill-color/function/metrics.json b/metrics/linux-clang8-release/render-tests/fill-color/function/metrics.json index ec5a8327773..6da0bff6839 100644 --- a/metrics/linux-clang8-release/render-tests/fill-color/function/metrics.json +++ b/metrics/linux-clang8-release/render-tests/fill-color/function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/fill-color/literal/metrics.json b/metrics/linux-clang8-release/render-tests/fill-color/literal/metrics.json index ec5a8327773..6da0bff6839 100644 --- a/metrics/linux-clang8-release/render-tests/fill-color/literal/metrics.json +++ b/metrics/linux-clang8-release/render-tests/fill-color/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/fill-color/multiply/metrics.json b/metrics/linux-clang8-release/render-tests/fill-color/multiply/metrics.json index ec5a8327773..6da0bff6839 100644 --- a/metrics/linux-clang8-release/render-tests/fill-color/multiply/metrics.json +++ b/metrics/linux-clang8-release/render-tests/fill-color/multiply/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/fill-color/opacity/metrics.json b/metrics/linux-clang8-release/render-tests/fill-color/opacity/metrics.json index ec5a8327773..6da0bff6839 100644 --- a/metrics/linux-clang8-release/render-tests/fill-color/opacity/metrics.json +++ b/metrics/linux-clang8-release/render-tests/fill-color/opacity/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/fill-color/property-function/metrics.json b/metrics/linux-clang8-release/render-tests/fill-color/property-function/metrics.json index 8ae66783ec9..9c8a014abdd 100644 --- a/metrics/linux-clang8-release/render-tests/fill-color/property-function/metrics.json +++ b/metrics/linux-clang8-release/render-tests/fill-color/property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/fill-color/zoom-and-property-function/metrics.json b/metrics/linux-clang8-release/render-tests/fill-color/zoom-and-property-function/metrics.json index 424e3e22c86..93a93494e02 100644 --- a/metrics/linux-clang8-release/render-tests/fill-color/zoom-and-property-function/metrics.json +++ b/metrics/linux-clang8-release/render-tests/fill-color/zoom-and-property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/fill-extrusion-base/default/metrics.json b/metrics/linux-clang8-release/render-tests/fill-extrusion-base/default/metrics.json index 6e40c94905a..02b59466219 100644 --- a/metrics/linux-clang8-release/render-tests/fill-extrusion-base/default/metrics.json +++ b/metrics/linux-clang8-release/render-tests/fill-extrusion-base/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/fill-extrusion-base/function/metrics.json b/metrics/linux-clang8-release/render-tests/fill-extrusion-base/function/metrics.json index 6e40c94905a..02b59466219 100644 --- a/metrics/linux-clang8-release/render-tests/fill-extrusion-base/function/metrics.json +++ b/metrics/linux-clang8-release/render-tests/fill-extrusion-base/function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/fill-extrusion-base/literal/metrics.json b/metrics/linux-clang8-release/render-tests/fill-extrusion-base/literal/metrics.json index 6e40c94905a..02b59466219 100644 --- a/metrics/linux-clang8-release/render-tests/fill-extrusion-base/literal/metrics.json +++ b/metrics/linux-clang8-release/render-tests/fill-extrusion-base/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/fill-extrusion-base/negative/metrics.json b/metrics/linux-clang8-release/render-tests/fill-extrusion-base/negative/metrics.json index ccd42b0ddee..798f9e75d8c 100644 --- a/metrics/linux-clang8-release/render-tests/fill-extrusion-base/negative/metrics.json +++ b/metrics/linux-clang8-release/render-tests/fill-extrusion-base/negative/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/fill-extrusion-base/property-function/metrics.json b/metrics/linux-clang8-release/render-tests/fill-extrusion-base/property-function/metrics.json index ccd42b0ddee..798f9e75d8c 100644 --- a/metrics/linux-clang8-release/render-tests/fill-extrusion-base/property-function/metrics.json +++ b/metrics/linux-clang8-release/render-tests/fill-extrusion-base/property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/fill-extrusion-base/zoom-and-property-function/metrics.json b/metrics/linux-clang8-release/render-tests/fill-extrusion-base/zoom-and-property-function/metrics.json index 5c12ec1c1ea..76b87e9c913 100644 --- a/metrics/linux-clang8-release/render-tests/fill-extrusion-base/zoom-and-property-function/metrics.json +++ b/metrics/linux-clang8-release/render-tests/fill-extrusion-base/zoom-and-property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/fill-extrusion-color/default/metrics.json b/metrics/linux-clang8-release/render-tests/fill-extrusion-color/default/metrics.json index 47ec0bb2c6f..76af83d49f0 100644 --- a/metrics/linux-clang8-release/render-tests/fill-extrusion-color/default/metrics.json +++ b/metrics/linux-clang8-release/render-tests/fill-extrusion-color/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/fill-extrusion-color/function/metrics.json b/metrics/linux-clang8-release/render-tests/fill-extrusion-color/function/metrics.json index 47ec0bb2c6f..76af83d49f0 100644 --- a/metrics/linux-clang8-release/render-tests/fill-extrusion-color/function/metrics.json +++ b/metrics/linux-clang8-release/render-tests/fill-extrusion-color/function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/fill-extrusion-color/literal/metrics.json b/metrics/linux-clang8-release/render-tests/fill-extrusion-color/literal/metrics.json index 47ec0bb2c6f..76af83d49f0 100644 --- a/metrics/linux-clang8-release/render-tests/fill-extrusion-color/literal/metrics.json +++ b/metrics/linux-clang8-release/render-tests/fill-extrusion-color/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/fill-extrusion-color/no-alpha-no-multiply/metrics.json b/metrics/linux-clang8-release/render-tests/fill-extrusion-color/no-alpha-no-multiply/metrics.json index 47ec0bb2c6f..76af83d49f0 100644 --- a/metrics/linux-clang8-release/render-tests/fill-extrusion-color/no-alpha-no-multiply/metrics.json +++ b/metrics/linux-clang8-release/render-tests/fill-extrusion-color/no-alpha-no-multiply/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/fill-extrusion-color/property-function/metrics.json b/metrics/linux-clang8-release/render-tests/fill-extrusion-color/property-function/metrics.json index ffe069ce460..ffcf48a10f6 100644 --- a/metrics/linux-clang8-release/render-tests/fill-extrusion-color/property-function/metrics.json +++ b/metrics/linux-clang8-release/render-tests/fill-extrusion-color/property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/fill-extrusion-color/zoom-and-property-function/metrics.json b/metrics/linux-clang8-release/render-tests/fill-extrusion-color/zoom-and-property-function/metrics.json index e3548b740c8..a36c7336497 100644 --- a/metrics/linux-clang8-release/render-tests/fill-extrusion-color/zoom-and-property-function/metrics.json +++ b/metrics/linux-clang8-release/render-tests/fill-extrusion-color/zoom-and-property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/fill-extrusion-height/default/metrics.json b/metrics/linux-clang8-release/render-tests/fill-extrusion-height/default/metrics.json index 47ec0bb2c6f..76af83d49f0 100644 --- a/metrics/linux-clang8-release/render-tests/fill-extrusion-height/default/metrics.json +++ b/metrics/linux-clang8-release/render-tests/fill-extrusion-height/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/fill-extrusion-height/function/metrics.json b/metrics/linux-clang8-release/render-tests/fill-extrusion-height/function/metrics.json index 47ec0bb2c6f..76af83d49f0 100644 --- a/metrics/linux-clang8-release/render-tests/fill-extrusion-height/function/metrics.json +++ b/metrics/linux-clang8-release/render-tests/fill-extrusion-height/function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/fill-extrusion-height/negative/metrics.json b/metrics/linux-clang8-release/render-tests/fill-extrusion-height/negative/metrics.json index 4f179c4d25e..f0b7c44e5dc 100644 --- a/metrics/linux-clang8-release/render-tests/fill-extrusion-height/negative/metrics.json +++ b/metrics/linux-clang8-release/render-tests/fill-extrusion-height/negative/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/fill-extrusion-height/property-function/metrics.json b/metrics/linux-clang8-release/render-tests/fill-extrusion-height/property-function/metrics.json index 4f179c4d25e..f0b7c44e5dc 100644 --- a/metrics/linux-clang8-release/render-tests/fill-extrusion-height/property-function/metrics.json +++ b/metrics/linux-clang8-release/render-tests/fill-extrusion-height/property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/fill-extrusion-height/zoom-and-property-function/metrics.json b/metrics/linux-clang8-release/render-tests/fill-extrusion-height/zoom-and-property-function/metrics.json index ffe069ce460..ffcf48a10f6 100644 --- a/metrics/linux-clang8-release/render-tests/fill-extrusion-height/zoom-and-property-function/metrics.json +++ b/metrics/linux-clang8-release/render-tests/fill-extrusion-height/zoom-and-property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/fill-extrusion-multiple/interleaved-layers/metrics.json b/metrics/linux-clang8-release/render-tests/fill-extrusion-multiple/interleaved-layers/metrics.json index c272c32be15..b2113a21d5e 100644 --- a/metrics/linux-clang8-release/render-tests/fill-extrusion-multiple/interleaved-layers/metrics.json +++ b/metrics/linux-clang8-release/render-tests/fill-extrusion-multiple/interleaved-layers/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/fill-extrusion-multiple/multiple/metrics.json b/metrics/linux-clang8-release/render-tests/fill-extrusion-multiple/multiple/metrics.json index da78bc6af7b..202fe7d7294 100644 --- a/metrics/linux-clang8-release/render-tests/fill-extrusion-multiple/multiple/metrics.json +++ b/metrics/linux-clang8-release/render-tests/fill-extrusion-multiple/multiple/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/fill-extrusion-opacity/default/metrics.json b/metrics/linux-clang8-release/render-tests/fill-extrusion-opacity/default/metrics.json index e7b07b6e255..70de23c6ba2 100644 --- a/metrics/linux-clang8-release/render-tests/fill-extrusion-opacity/default/metrics.json +++ b/metrics/linux-clang8-release/render-tests/fill-extrusion-opacity/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/fill-extrusion-opacity/function/metrics.json b/metrics/linux-clang8-release/render-tests/fill-extrusion-opacity/function/metrics.json index d0cf84edc1c..9cadd158ea7 100644 --- a/metrics/linux-clang8-release/render-tests/fill-extrusion-opacity/function/metrics.json +++ b/metrics/linux-clang8-release/render-tests/fill-extrusion-opacity/function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/fill-extrusion-opacity/literal/metrics.json b/metrics/linux-clang8-release/render-tests/fill-extrusion-opacity/literal/metrics.json index d0cf84edc1c..9cadd158ea7 100644 --- a/metrics/linux-clang8-release/render-tests/fill-extrusion-opacity/literal/metrics.json +++ b/metrics/linux-clang8-release/render-tests/fill-extrusion-opacity/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/fill-extrusion-pattern/missing/metrics.json b/metrics/linux-clang8-release/render-tests/fill-extrusion-pattern/missing/metrics.json index 808337bb3d6..b020cef1e7b 100644 --- a/metrics/linux-clang8-release/render-tests/fill-extrusion-pattern/missing/metrics.json +++ b/metrics/linux-clang8-release/render-tests/fill-extrusion-pattern/missing/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/fill-extrusion-translate-anchor/map/metrics.json b/metrics/linux-clang8-release/render-tests/fill-extrusion-translate-anchor/map/metrics.json index 0fa04703186..478bf76ca22 100644 --- a/metrics/linux-clang8-release/render-tests/fill-extrusion-translate-anchor/map/metrics.json +++ b/metrics/linux-clang8-release/render-tests/fill-extrusion-translate-anchor/map/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/fill-extrusion-translate-anchor/viewport/metrics.json b/metrics/linux-clang8-release/render-tests/fill-extrusion-translate-anchor/viewport/metrics.json index 0fa04703186..478bf76ca22 100644 --- a/metrics/linux-clang8-release/render-tests/fill-extrusion-translate-anchor/viewport/metrics.json +++ b/metrics/linux-clang8-release/render-tests/fill-extrusion-translate-anchor/viewport/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/fill-extrusion-translate/default/metrics.json b/metrics/linux-clang8-release/render-tests/fill-extrusion-translate/default/metrics.json index 082bdc32eb1..b6166c3cef0 100644 --- a/metrics/linux-clang8-release/render-tests/fill-extrusion-translate/default/metrics.json +++ b/metrics/linux-clang8-release/render-tests/fill-extrusion-translate/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/fill-extrusion-translate/function/metrics.json b/metrics/linux-clang8-release/render-tests/fill-extrusion-translate/function/metrics.json index 2c2af11696a..96bd92fda38 100644 --- a/metrics/linux-clang8-release/render-tests/fill-extrusion-translate/function/metrics.json +++ b/metrics/linux-clang8-release/render-tests/fill-extrusion-translate/function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/fill-extrusion-translate/literal-opacity/metrics.json b/metrics/linux-clang8-release/render-tests/fill-extrusion-translate/literal-opacity/metrics.json index 082bdc32eb1..b6166c3cef0 100644 --- a/metrics/linux-clang8-release/render-tests/fill-extrusion-translate/literal-opacity/metrics.json +++ b/metrics/linux-clang8-release/render-tests/fill-extrusion-translate/literal-opacity/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/fill-extrusion-translate/literal/metrics.json b/metrics/linux-clang8-release/render-tests/fill-extrusion-translate/literal/metrics.json index 2c2af11696a..96bd92fda38 100644 --- a/metrics/linux-clang8-release/render-tests/fill-extrusion-translate/literal/metrics.json +++ b/metrics/linux-clang8-release/render-tests/fill-extrusion-translate/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/fill-extrusion-vertical-gradient/default/metrics.json b/metrics/linux-clang8-release/render-tests/fill-extrusion-vertical-gradient/default/metrics.json index 1b222aa3146..07be5a620f3 100644 --- a/metrics/linux-clang8-release/render-tests/fill-extrusion-vertical-gradient/default/metrics.json +++ b/metrics/linux-clang8-release/render-tests/fill-extrusion-vertical-gradient/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/fill-extrusion-vertical-gradient/false/metrics.json b/metrics/linux-clang8-release/render-tests/fill-extrusion-vertical-gradient/false/metrics.json index 1b222aa3146..07be5a620f3 100644 --- a/metrics/linux-clang8-release/render-tests/fill-extrusion-vertical-gradient/false/metrics.json +++ b/metrics/linux-clang8-release/render-tests/fill-extrusion-vertical-gradient/false/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/fill-opacity/default/metrics.json b/metrics/linux-clang8-release/render-tests/fill-opacity/default/metrics.json index 873f47815fe..a1e24dbecc7 100644 --- a/metrics/linux-clang8-release/render-tests/fill-opacity/default/metrics.json +++ b/metrics/linux-clang8-release/render-tests/fill-opacity/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/fill-opacity/function/metrics.json b/metrics/linux-clang8-release/render-tests/fill-opacity/function/metrics.json index 873f47815fe..a1e24dbecc7 100644 --- a/metrics/linux-clang8-release/render-tests/fill-opacity/function/metrics.json +++ b/metrics/linux-clang8-release/render-tests/fill-opacity/function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/fill-opacity/literal/metrics.json b/metrics/linux-clang8-release/render-tests/fill-opacity/literal/metrics.json index 873f47815fe..a1e24dbecc7 100644 --- a/metrics/linux-clang8-release/render-tests/fill-opacity/literal/metrics.json +++ b/metrics/linux-clang8-release/render-tests/fill-opacity/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/fill-opacity/opaque-fill-over-symbol-layer/metrics.json b/metrics/linux-clang8-release/render-tests/fill-opacity/opaque-fill-over-symbol-layer/metrics.json index 6b55634a1cb..ea8b468e21d 100644 --- a/metrics/linux-clang8-release/render-tests/fill-opacity/opaque-fill-over-symbol-layer/metrics.json +++ b/metrics/linux-clang8-release/render-tests/fill-opacity/opaque-fill-over-symbol-layer/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/fill-opacity/overlapping/metrics.json b/metrics/linux-clang8-release/render-tests/fill-opacity/overlapping/metrics.json index f9de3e6600d..cb8de5f161b 100644 --- a/metrics/linux-clang8-release/render-tests/fill-opacity/overlapping/metrics.json +++ b/metrics/linux-clang8-release/render-tests/fill-opacity/overlapping/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/fill-opacity/property-function-pattern/metrics.json b/metrics/linux-clang8-release/render-tests/fill-opacity/property-function-pattern/metrics.json index 0923fe04bb0..30523c33b4b 100644 --- a/metrics/linux-clang8-release/render-tests/fill-opacity/property-function-pattern/metrics.json +++ b/metrics/linux-clang8-release/render-tests/fill-opacity/property-function-pattern/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/fill-opacity/property-function/metrics.json b/metrics/linux-clang8-release/render-tests/fill-opacity/property-function/metrics.json index 19c5ef85077..9764c56f837 100644 --- a/metrics/linux-clang8-release/render-tests/fill-opacity/property-function/metrics.json +++ b/metrics/linux-clang8-release/render-tests/fill-opacity/property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/fill-opacity/zoom-and-property-function/metrics.json b/metrics/linux-clang8-release/render-tests/fill-opacity/zoom-and-property-function/metrics.json index 08002428420..3406ae49de1 100644 --- a/metrics/linux-clang8-release/render-tests/fill-opacity/zoom-and-property-function/metrics.json +++ b/metrics/linux-clang8-release/render-tests/fill-opacity/zoom-and-property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/fill-outline-color/default/metrics.json b/metrics/linux-clang8-release/render-tests/fill-outline-color/default/metrics.json index 873f47815fe..a1e24dbecc7 100644 --- a/metrics/linux-clang8-release/render-tests/fill-outline-color/default/metrics.json +++ b/metrics/linux-clang8-release/render-tests/fill-outline-color/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/fill-outline-color/fill/metrics.json b/metrics/linux-clang8-release/render-tests/fill-outline-color/fill/metrics.json index 873f47815fe..a1e24dbecc7 100644 --- a/metrics/linux-clang8-release/render-tests/fill-outline-color/fill/metrics.json +++ b/metrics/linux-clang8-release/render-tests/fill-outline-color/fill/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/fill-outline-color/function/metrics.json b/metrics/linux-clang8-release/render-tests/fill-outline-color/function/metrics.json index 873f47815fe..a1e24dbecc7 100644 --- a/metrics/linux-clang8-release/render-tests/fill-outline-color/function/metrics.json +++ b/metrics/linux-clang8-release/render-tests/fill-outline-color/function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/fill-outline-color/literal/metrics.json b/metrics/linux-clang8-release/render-tests/fill-outline-color/literal/metrics.json index 873f47815fe..a1e24dbecc7 100644 --- a/metrics/linux-clang8-release/render-tests/fill-outline-color/literal/metrics.json +++ b/metrics/linux-clang8-release/render-tests/fill-outline-color/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/fill-outline-color/multiply/metrics.json b/metrics/linux-clang8-release/render-tests/fill-outline-color/multiply/metrics.json index 873f47815fe..a1e24dbecc7 100644 --- a/metrics/linux-clang8-release/render-tests/fill-outline-color/multiply/metrics.json +++ b/metrics/linux-clang8-release/render-tests/fill-outline-color/multiply/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/fill-outline-color/opacity/metrics.json b/metrics/linux-clang8-release/render-tests/fill-outline-color/opacity/metrics.json index 873f47815fe..a1e24dbecc7 100644 --- a/metrics/linux-clang8-release/render-tests/fill-outline-color/opacity/metrics.json +++ b/metrics/linux-clang8-release/render-tests/fill-outline-color/opacity/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/fill-outline-color/property-function/metrics.json b/metrics/linux-clang8-release/render-tests/fill-outline-color/property-function/metrics.json index c3e66bb650f..b5a72b5db26 100644 --- a/metrics/linux-clang8-release/render-tests/fill-outline-color/property-function/metrics.json +++ b/metrics/linux-clang8-release/render-tests/fill-outline-color/property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/fill-outline-color/zoom-and-property-function/metrics.json b/metrics/linux-clang8-release/render-tests/fill-outline-color/zoom-and-property-function/metrics.json index 0bf5f29188d..1b006a9df81 100644 --- a/metrics/linux-clang8-release/render-tests/fill-outline-color/zoom-and-property-function/metrics.json +++ b/metrics/linux-clang8-release/render-tests/fill-outline-color/zoom-and-property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/fill-pattern/@2x/metrics.json b/metrics/linux-clang8-release/render-tests/fill-pattern/@2x/metrics.json index 51c11b8e4ab..d3e6f4ec2f2 100644 --- a/metrics/linux-clang8-release/render-tests/fill-pattern/@2x/metrics.json +++ b/metrics/linux-clang8-release/render-tests/fill-pattern/@2x/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/fill-pattern/case-data-expression/metrics.json b/metrics/linux-clang8-release/render-tests/fill-pattern/case-data-expression/metrics.json index 5b0f25c103a..166dd8572f6 100644 --- a/metrics/linux-clang8-release/render-tests/fill-pattern/case-data-expression/metrics.json +++ b/metrics/linux-clang8-release/render-tests/fill-pattern/case-data-expression/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/fill-pattern/invalid-feature-expression/metrics.json b/metrics/linux-clang8-release/render-tests/fill-pattern/invalid-feature-expression/metrics.json index 714f677bd60..0b237d59572 100644 --- a/metrics/linux-clang8-release/render-tests/fill-pattern/invalid-feature-expression/metrics.json +++ b/metrics/linux-clang8-release/render-tests/fill-pattern/invalid-feature-expression/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/fill-pattern/missing/metrics.json b/metrics/linux-clang8-release/render-tests/fill-pattern/missing/metrics.json index 07184a47f62..b0d20d47569 100644 --- a/metrics/linux-clang8-release/render-tests/fill-pattern/missing/metrics.json +++ b/metrics/linux-clang8-release/render-tests/fill-pattern/missing/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/fill-pattern/uneven-pattern/metrics.json b/metrics/linux-clang8-release/render-tests/fill-pattern/uneven-pattern/metrics.json index 0b64b9c6e2f..d282554f58e 100644 --- a/metrics/linux-clang8-release/render-tests/fill-pattern/uneven-pattern/metrics.json +++ b/metrics/linux-clang8-release/render-tests/fill-pattern/uneven-pattern/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/fill-pattern/wrapping-with-interpolation/metrics.json b/metrics/linux-clang8-release/render-tests/fill-pattern/wrapping-with-interpolation/metrics.json index 8107ea65750..4ad2ae03951 100644 --- a/metrics/linux-clang8-release/render-tests/fill-pattern/wrapping-with-interpolation/metrics.json +++ b/metrics/linux-clang8-release/render-tests/fill-pattern/wrapping-with-interpolation/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/fill-sort-key/literal/metrics.json b/metrics/linux-clang8-release/render-tests/fill-sort-key/literal/metrics.json index a3bacd4632a..76cbcdd189b 100644 --- a/metrics/linux-clang8-release/render-tests/fill-sort-key/literal/metrics.json +++ b/metrics/linux-clang8-release/render-tests/fill-sort-key/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/fill-translate-anchor/map/metrics.json b/metrics/linux-clang8-release/render-tests/fill-translate-anchor/map/metrics.json index ec5a8327773..6da0bff6839 100644 --- a/metrics/linux-clang8-release/render-tests/fill-translate-anchor/map/metrics.json +++ b/metrics/linux-clang8-release/render-tests/fill-translate-anchor/map/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/fill-translate-anchor/viewport/metrics.json b/metrics/linux-clang8-release/render-tests/fill-translate-anchor/viewport/metrics.json index ec5a8327773..6da0bff6839 100644 --- a/metrics/linux-clang8-release/render-tests/fill-translate-anchor/viewport/metrics.json +++ b/metrics/linux-clang8-release/render-tests/fill-translate-anchor/viewport/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/fill-translate/default/metrics.json b/metrics/linux-clang8-release/render-tests/fill-translate/default/metrics.json index ec5a8327773..6da0bff6839 100644 --- a/metrics/linux-clang8-release/render-tests/fill-translate/default/metrics.json +++ b/metrics/linux-clang8-release/render-tests/fill-translate/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/fill-translate/function/metrics.json b/metrics/linux-clang8-release/render-tests/fill-translate/function/metrics.json index ec5a8327773..6da0bff6839 100644 --- a/metrics/linux-clang8-release/render-tests/fill-translate/function/metrics.json +++ b/metrics/linux-clang8-release/render-tests/fill-translate/function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/fill-translate/literal/metrics.json b/metrics/linux-clang8-release/render-tests/fill-translate/literal/metrics.json index ec5a8327773..6da0bff6839 100644 --- a/metrics/linux-clang8-release/render-tests/fill-translate/literal/metrics.json +++ b/metrics/linux-clang8-release/render-tests/fill-translate/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/fill-visibility/none/metrics.json b/metrics/linux-clang8-release/render-tests/fill-visibility/none/metrics.json index 9028b81da14..b6fa97f3499 100644 --- a/metrics/linux-clang8-release/render-tests/fill-visibility/none/metrics.json +++ b/metrics/linux-clang8-release/render-tests/fill-visibility/none/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/fill-visibility/visible/metrics.json b/metrics/linux-clang8-release/render-tests/fill-visibility/visible/metrics.json index 9028b81da14..b6fa97f3499 100644 --- a/metrics/linux-clang8-release/render-tests/fill-visibility/visible/metrics.json +++ b/metrics/linux-clang8-release/render-tests/fill-visibility/visible/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/filter/equality/metrics.json b/metrics/linux-clang8-release/render-tests/filter/equality/metrics.json index 01b432fe214..e30b6a8224f 100644 --- a/metrics/linux-clang8-release/render-tests/filter/equality/metrics.json +++ b/metrics/linux-clang8-release/render-tests/filter/equality/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/filter/in/metrics.json b/metrics/linux-clang8-release/render-tests/filter/in/metrics.json index f955deb5a34..57beeda8776 100644 --- a/metrics/linux-clang8-release/render-tests/filter/in/metrics.json +++ b/metrics/linux-clang8-release/render-tests/filter/in/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/filter/legacy-equality/metrics.json b/metrics/linux-clang8-release/render-tests/filter/legacy-equality/metrics.json index 01b432fe214..e30b6a8224f 100644 --- a/metrics/linux-clang8-release/render-tests/filter/legacy-equality/metrics.json +++ b/metrics/linux-clang8-release/render-tests/filter/legacy-equality/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/filter/none/metrics.json b/metrics/linux-clang8-release/render-tests/filter/none/metrics.json index b7fcd045414..c5dc4e05e94 100644 --- a/metrics/linux-clang8-release/render-tests/filter/none/metrics.json +++ b/metrics/linux-clang8-release/render-tests/filter/none/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/geojson/clustered-properties/metrics.json b/metrics/linux-clang8-release/render-tests/geojson/clustered-properties/metrics.json index 921bb225292..72b49ab9b0e 100644 --- a/metrics/linux-clang8-release/render-tests/geojson/clustered-properties/metrics.json +++ b/metrics/linux-clang8-release/render-tests/geojson/clustered-properties/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/geojson/clustered/metrics.json b/metrics/linux-clang8-release/render-tests/geojson/clustered/metrics.json index e4de306451f..2145b19b0bd 100644 --- a/metrics/linux-clang8-release/render-tests/geojson/clustered/metrics.json +++ b/metrics/linux-clang8-release/render-tests/geojson/clustered/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/geojson/external-feature/metrics.json b/metrics/linux-clang8-release/render-tests/geojson/external-feature/metrics.json index 1f4a35b3797..a87ccb1bc27 100644 --- a/metrics/linux-clang8-release/render-tests/geojson/external-feature/metrics.json +++ b/metrics/linux-clang8-release/render-tests/geojson/external-feature/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/geojson/external-invalid/metrics.json b/metrics/linux-clang8-release/render-tests/geojson/external-invalid/metrics.json index c050c4e8ce0..865b69114a4 100644 --- a/metrics/linux-clang8-release/render-tests/geojson/external-invalid/metrics.json +++ b/metrics/linux-clang8-release/render-tests/geojson/external-invalid/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/geojson/external-linestring/metrics.json b/metrics/linux-clang8-release/render-tests/geojson/external-linestring/metrics.json index 1f4a35b3797..a87ccb1bc27 100644 --- a/metrics/linux-clang8-release/render-tests/geojson/external-linestring/metrics.json +++ b/metrics/linux-clang8-release/render-tests/geojson/external-linestring/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/geojson/external-malformed/metrics.json b/metrics/linux-clang8-release/render-tests/geojson/external-malformed/metrics.json index c35eb5d5264..ac8e38686ab 100644 --- a/metrics/linux-clang8-release/render-tests/geojson/external-malformed/metrics.json +++ b/metrics/linux-clang8-release/render-tests/geojson/external-malformed/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/geojson/inconsistent-winding-order/metrics.json b/metrics/linux-clang8-release/render-tests/geojson/inconsistent-winding-order/metrics.json index 92d02167a9f..c960e36e9ef 100644 --- a/metrics/linux-clang8-release/render-tests/geojson/inconsistent-winding-order/metrics.json +++ b/metrics/linux-clang8-release/render-tests/geojson/inconsistent-winding-order/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/geojson/inline-feature/metrics.json b/metrics/linux-clang8-release/render-tests/geojson/inline-feature/metrics.json index 0d433cec13d..bf1f7abb8e4 100644 --- a/metrics/linux-clang8-release/render-tests/geojson/inline-feature/metrics.json +++ b/metrics/linux-clang8-release/render-tests/geojson/inline-feature/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/geojson/inline-invalid/metrics.json b/metrics/linux-clang8-release/render-tests/geojson/inline-invalid/metrics.json index 7da07969667..7c49193327f 100644 --- a/metrics/linux-clang8-release/render-tests/geojson/inline-invalid/metrics.json +++ b/metrics/linux-clang8-release/render-tests/geojson/inline-invalid/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/geojson/inline-linestring-circle/metrics.json b/metrics/linux-clang8-release/render-tests/geojson/inline-linestring-circle/metrics.json index 87bafb2c593..5a0e0d76acc 100644 --- a/metrics/linux-clang8-release/render-tests/geojson/inline-linestring-circle/metrics.json +++ b/metrics/linux-clang8-release/render-tests/geojson/inline-linestring-circle/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/geojson/inline-linestring-line/metrics.json b/metrics/linux-clang8-release/render-tests/geojson/inline-linestring-line/metrics.json index b947079d6ba..ab0feaf4bae 100644 --- a/metrics/linux-clang8-release/render-tests/geojson/inline-linestring-line/metrics.json +++ b/metrics/linux-clang8-release/render-tests/geojson/inline-linestring-line/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/geojson/inline-linestring-symbol/metrics.json b/metrics/linux-clang8-release/render-tests/geojson/inline-linestring-symbol/metrics.json index fea6fe2e598..94fd76f9f2e 100644 --- a/metrics/linux-clang8-release/render-tests/geojson/inline-linestring-symbol/metrics.json +++ b/metrics/linux-clang8-release/render-tests/geojson/inline-linestring-symbol/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/geojson/inline-malformed/metrics.json b/metrics/linux-clang8-release/render-tests/geojson/inline-malformed/metrics.json index 7da07969667..7c49193327f 100644 --- a/metrics/linux-clang8-release/render-tests/geojson/inline-malformed/metrics.json +++ b/metrics/linux-clang8-release/render-tests/geojson/inline-malformed/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/geojson/inline-point-circle/metrics.json b/metrics/linux-clang8-release/render-tests/geojson/inline-point-circle/metrics.json index e204a192de4..b762a231e10 100644 --- a/metrics/linux-clang8-release/render-tests/geojson/inline-point-circle/metrics.json +++ b/metrics/linux-clang8-release/render-tests/geojson/inline-point-circle/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/geojson/inline-point-fill/metrics.json b/metrics/linux-clang8-release/render-tests/geojson/inline-point-fill/metrics.json index 676dd680b35..8895a742d9d 100644 --- a/metrics/linux-clang8-release/render-tests/geojson/inline-point-fill/metrics.json +++ b/metrics/linux-clang8-release/render-tests/geojson/inline-point-fill/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/geojson/inline-point-line/metrics.json b/metrics/linux-clang8-release/render-tests/geojson/inline-point-line/metrics.json index fb542cead0b..cd495183345 100644 --- a/metrics/linux-clang8-release/render-tests/geojson/inline-point-line/metrics.json +++ b/metrics/linux-clang8-release/render-tests/geojson/inline-point-line/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/geojson/inline-point-symbol/metrics.json b/metrics/linux-clang8-release/render-tests/geojson/inline-point-symbol/metrics.json index fea6fe2e598..94fd76f9f2e 100644 --- a/metrics/linux-clang8-release/render-tests/geojson/inline-point-symbol/metrics.json +++ b/metrics/linux-clang8-release/render-tests/geojson/inline-point-symbol/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/geojson/inline-polygon-circle/metrics.json b/metrics/linux-clang8-release/render-tests/geojson/inline-polygon-circle/metrics.json index d01fbee1843..33724cb2822 100644 --- a/metrics/linux-clang8-release/render-tests/geojson/inline-polygon-circle/metrics.json +++ b/metrics/linux-clang8-release/render-tests/geojson/inline-polygon-circle/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/geojson/inline-polygon-fill/metrics.json b/metrics/linux-clang8-release/render-tests/geojson/inline-polygon-fill/metrics.json index 5b035beb41a..d0105f8502b 100644 --- a/metrics/linux-clang8-release/render-tests/geojson/inline-polygon-fill/metrics.json +++ b/metrics/linux-clang8-release/render-tests/geojson/inline-polygon-fill/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/geojson/inline-polygon-line/metrics.json b/metrics/linux-clang8-release/render-tests/geojson/inline-polygon-line/metrics.json index c031604857e..e0c7bef27f4 100644 --- a/metrics/linux-clang8-release/render-tests/geojson/inline-polygon-line/metrics.json +++ b/metrics/linux-clang8-release/render-tests/geojson/inline-polygon-line/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/geojson/inline-polygon-symbol/metrics.json b/metrics/linux-clang8-release/render-tests/geojson/inline-polygon-symbol/metrics.json index fea6fe2e598..94fd76f9f2e 100644 --- a/metrics/linux-clang8-release/render-tests/geojson/inline-polygon-symbol/metrics.json +++ b/metrics/linux-clang8-release/render-tests/geojson/inline-polygon-symbol/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/geojson/missing/metrics.json b/metrics/linux-clang8-release/render-tests/geojson/missing/metrics.json index 7da07969667..7c49193327f 100644 --- a/metrics/linux-clang8-release/render-tests/geojson/missing/metrics.json +++ b/metrics/linux-clang8-release/render-tests/geojson/missing/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/geojson/reparse-overscaled/metrics.json b/metrics/linux-clang8-release/render-tests/geojson/reparse-overscaled/metrics.json index f1bf8426ca6..ffeae8cac59 100644 --- a/metrics/linux-clang8-release/render-tests/geojson/reparse-overscaled/metrics.json +++ b/metrics/linux-clang8-release/render-tests/geojson/reparse-overscaled/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/heatmap-color/default/metrics.json b/metrics/linux-clang8-release/render-tests/heatmap-color/default/metrics.json index e300a2d0a64..766fc7cb1b0 100644 --- a/metrics/linux-clang8-release/render-tests/heatmap-color/default/metrics.json +++ b/metrics/linux-clang8-release/render-tests/heatmap-color/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/heatmap-color/expression/metrics.json b/metrics/linux-clang8-release/render-tests/heatmap-color/expression/metrics.json index e300a2d0a64..766fc7cb1b0 100644 --- a/metrics/linux-clang8-release/render-tests/heatmap-color/expression/metrics.json +++ b/metrics/linux-clang8-release/render-tests/heatmap-color/expression/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/heatmap-intensity/default/metrics.json b/metrics/linux-clang8-release/render-tests/heatmap-intensity/default/metrics.json index 098f2da894f..bcd4cb2e304 100644 --- a/metrics/linux-clang8-release/render-tests/heatmap-intensity/default/metrics.json +++ b/metrics/linux-clang8-release/render-tests/heatmap-intensity/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/heatmap-intensity/function/metrics.json b/metrics/linux-clang8-release/render-tests/heatmap-intensity/function/metrics.json index 098f2da894f..bcd4cb2e304 100644 --- a/metrics/linux-clang8-release/render-tests/heatmap-intensity/function/metrics.json +++ b/metrics/linux-clang8-release/render-tests/heatmap-intensity/function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/heatmap-intensity/literal/metrics.json b/metrics/linux-clang8-release/render-tests/heatmap-intensity/literal/metrics.json index 098f2da894f..bcd4cb2e304 100644 --- a/metrics/linux-clang8-release/render-tests/heatmap-intensity/literal/metrics.json +++ b/metrics/linux-clang8-release/render-tests/heatmap-intensity/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/heatmap-opacity/default/metrics.json b/metrics/linux-clang8-release/render-tests/heatmap-opacity/default/metrics.json index 4daf3ff957d..5ec8159e411 100644 --- a/metrics/linux-clang8-release/render-tests/heatmap-opacity/default/metrics.json +++ b/metrics/linux-clang8-release/render-tests/heatmap-opacity/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/heatmap-opacity/function/metrics.json b/metrics/linux-clang8-release/render-tests/heatmap-opacity/function/metrics.json index 4daf3ff957d..5ec8159e411 100644 --- a/metrics/linux-clang8-release/render-tests/heatmap-opacity/function/metrics.json +++ b/metrics/linux-clang8-release/render-tests/heatmap-opacity/function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/heatmap-opacity/literal/metrics.json b/metrics/linux-clang8-release/render-tests/heatmap-opacity/literal/metrics.json index 4daf3ff957d..5ec8159e411 100644 --- a/metrics/linux-clang8-release/render-tests/heatmap-opacity/literal/metrics.json +++ b/metrics/linux-clang8-release/render-tests/heatmap-opacity/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/heatmap-radius/antimeridian/metrics.json b/metrics/linux-clang8-release/render-tests/heatmap-radius/antimeridian/metrics.json index 08b7ca1c86e..fa00147edfa 100644 --- a/metrics/linux-clang8-release/render-tests/heatmap-radius/antimeridian/metrics.json +++ b/metrics/linux-clang8-release/render-tests/heatmap-radius/antimeridian/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/heatmap-radius/data-expression/metrics.json b/metrics/linux-clang8-release/render-tests/heatmap-radius/data-expression/metrics.json index e12b8004626..b71ca144ee1 100644 --- a/metrics/linux-clang8-release/render-tests/heatmap-radius/data-expression/metrics.json +++ b/metrics/linux-clang8-release/render-tests/heatmap-radius/data-expression/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/heatmap-radius/default/metrics.json b/metrics/linux-clang8-release/render-tests/heatmap-radius/default/metrics.json index 098f2da894f..bcd4cb2e304 100644 --- a/metrics/linux-clang8-release/render-tests/heatmap-radius/default/metrics.json +++ b/metrics/linux-clang8-release/render-tests/heatmap-radius/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/heatmap-radius/function/metrics.json b/metrics/linux-clang8-release/render-tests/heatmap-radius/function/metrics.json index 098f2da894f..bcd4cb2e304 100644 --- a/metrics/linux-clang8-release/render-tests/heatmap-radius/function/metrics.json +++ b/metrics/linux-clang8-release/render-tests/heatmap-radius/function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/heatmap-radius/literal/metrics.json b/metrics/linux-clang8-release/render-tests/heatmap-radius/literal/metrics.json index 098f2da894f..bcd4cb2e304 100644 --- a/metrics/linux-clang8-release/render-tests/heatmap-radius/literal/metrics.json +++ b/metrics/linux-clang8-release/render-tests/heatmap-radius/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/heatmap-radius/pitch30/metrics.json b/metrics/linux-clang8-release/render-tests/heatmap-radius/pitch30/metrics.json index 098f2da894f..bcd4cb2e304 100644 --- a/metrics/linux-clang8-release/render-tests/heatmap-radius/pitch30/metrics.json +++ b/metrics/linux-clang8-release/render-tests/heatmap-radius/pitch30/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/heatmap-weight/default/metrics.json b/metrics/linux-clang8-release/render-tests/heatmap-weight/default/metrics.json index 098f2da894f..bcd4cb2e304 100644 --- a/metrics/linux-clang8-release/render-tests/heatmap-weight/default/metrics.json +++ b/metrics/linux-clang8-release/render-tests/heatmap-weight/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/heatmap-weight/identity-property-function/metrics.json b/metrics/linux-clang8-release/render-tests/heatmap-weight/identity-property-function/metrics.json index 3c0b3e0c7f7..8dcd28a36d0 100644 --- a/metrics/linux-clang8-release/render-tests/heatmap-weight/identity-property-function/metrics.json +++ b/metrics/linux-clang8-release/render-tests/heatmap-weight/identity-property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/heatmap-weight/literal/metrics.json b/metrics/linux-clang8-release/render-tests/heatmap-weight/literal/metrics.json index 098f2da894f..bcd4cb2e304 100644 --- a/metrics/linux-clang8-release/render-tests/heatmap-weight/literal/metrics.json +++ b/metrics/linux-clang8-release/render-tests/heatmap-weight/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/hillshade-accent-color/default/metrics.json b/metrics/linux-clang8-release/render-tests/hillshade-accent-color/default/metrics.json index da22284860b..f86f9785308 100644 --- a/metrics/linux-clang8-release/render-tests/hillshade-accent-color/default/metrics.json +++ b/metrics/linux-clang8-release/render-tests/hillshade-accent-color/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/hillshade-accent-color/literal/metrics.json b/metrics/linux-clang8-release/render-tests/hillshade-accent-color/literal/metrics.json index da22284860b..f86f9785308 100644 --- a/metrics/linux-clang8-release/render-tests/hillshade-accent-color/literal/metrics.json +++ b/metrics/linux-clang8-release/render-tests/hillshade-accent-color/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/hillshade-accent-color/terrarium/metrics.json b/metrics/linux-clang8-release/render-tests/hillshade-accent-color/terrarium/metrics.json index 0af79815296..6bd4ade1170 100644 --- a/metrics/linux-clang8-release/render-tests/hillshade-accent-color/terrarium/metrics.json +++ b/metrics/linux-clang8-release/render-tests/hillshade-accent-color/terrarium/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/hillshade-accent-color/zoom-function/metrics.json b/metrics/linux-clang8-release/render-tests/hillshade-accent-color/zoom-function/metrics.json index da22284860b..f86f9785308 100644 --- a/metrics/linux-clang8-release/render-tests/hillshade-accent-color/zoom-function/metrics.json +++ b/metrics/linux-clang8-release/render-tests/hillshade-accent-color/zoom-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/hillshade-highlight-color/default/metrics.json b/metrics/linux-clang8-release/render-tests/hillshade-highlight-color/default/metrics.json index da22284860b..f86f9785308 100644 --- a/metrics/linux-clang8-release/render-tests/hillshade-highlight-color/default/metrics.json +++ b/metrics/linux-clang8-release/render-tests/hillshade-highlight-color/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/hillshade-highlight-color/literal/metrics.json b/metrics/linux-clang8-release/render-tests/hillshade-highlight-color/literal/metrics.json index da22284860b..f86f9785308 100644 --- a/metrics/linux-clang8-release/render-tests/hillshade-highlight-color/literal/metrics.json +++ b/metrics/linux-clang8-release/render-tests/hillshade-highlight-color/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/hillshade-highlight-color/zoom-function/metrics.json b/metrics/linux-clang8-release/render-tests/hillshade-highlight-color/zoom-function/metrics.json index da22284860b..f86f9785308 100644 --- a/metrics/linux-clang8-release/render-tests/hillshade-highlight-color/zoom-function/metrics.json +++ b/metrics/linux-clang8-release/render-tests/hillshade-highlight-color/zoom-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/hillshade-shadow-color/default/metrics.json b/metrics/linux-clang8-release/render-tests/hillshade-shadow-color/default/metrics.json index da22284860b..f86f9785308 100644 --- a/metrics/linux-clang8-release/render-tests/hillshade-shadow-color/default/metrics.json +++ b/metrics/linux-clang8-release/render-tests/hillshade-shadow-color/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/hillshade-shadow-color/literal/metrics.json b/metrics/linux-clang8-release/render-tests/hillshade-shadow-color/literal/metrics.json index da22284860b..f86f9785308 100644 --- a/metrics/linux-clang8-release/render-tests/hillshade-shadow-color/literal/metrics.json +++ b/metrics/linux-clang8-release/render-tests/hillshade-shadow-color/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/hillshade-shadow-color/zoom-function/metrics.json b/metrics/linux-clang8-release/render-tests/hillshade-shadow-color/zoom-function/metrics.json index da22284860b..f86f9785308 100644 --- a/metrics/linux-clang8-release/render-tests/hillshade-shadow-color/zoom-function/metrics.json +++ b/metrics/linux-clang8-release/render-tests/hillshade-shadow-color/zoom-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/icon-anchor/bottom-left/metrics.json b/metrics/linux-clang8-release/render-tests/icon-anchor/bottom-left/metrics.json index ff10b87fe60..80efc975536 100644 --- a/metrics/linux-clang8-release/render-tests/icon-anchor/bottom-left/metrics.json +++ b/metrics/linux-clang8-release/render-tests/icon-anchor/bottom-left/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/icon-anchor/bottom-right/metrics.json b/metrics/linux-clang8-release/render-tests/icon-anchor/bottom-right/metrics.json index ff10b87fe60..80efc975536 100644 --- a/metrics/linux-clang8-release/render-tests/icon-anchor/bottom-right/metrics.json +++ b/metrics/linux-clang8-release/render-tests/icon-anchor/bottom-right/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/icon-anchor/bottom/metrics.json b/metrics/linux-clang8-release/render-tests/icon-anchor/bottom/metrics.json index ff10b87fe60..80efc975536 100644 --- a/metrics/linux-clang8-release/render-tests/icon-anchor/bottom/metrics.json +++ b/metrics/linux-clang8-release/render-tests/icon-anchor/bottom/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/icon-anchor/center/metrics.json b/metrics/linux-clang8-release/render-tests/icon-anchor/center/metrics.json index ff10b87fe60..80efc975536 100644 --- a/metrics/linux-clang8-release/render-tests/icon-anchor/center/metrics.json +++ b/metrics/linux-clang8-release/render-tests/icon-anchor/center/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/icon-anchor/default/metrics.json b/metrics/linux-clang8-release/render-tests/icon-anchor/default/metrics.json index ff10b87fe60..80efc975536 100644 --- a/metrics/linux-clang8-release/render-tests/icon-anchor/default/metrics.json +++ b/metrics/linux-clang8-release/render-tests/icon-anchor/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/icon-anchor/left/metrics.json b/metrics/linux-clang8-release/render-tests/icon-anchor/left/metrics.json index ff10b87fe60..80efc975536 100644 --- a/metrics/linux-clang8-release/render-tests/icon-anchor/left/metrics.json +++ b/metrics/linux-clang8-release/render-tests/icon-anchor/left/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/icon-anchor/property-function/metrics.json b/metrics/linux-clang8-release/render-tests/icon-anchor/property-function/metrics.json index 06c60d080b8..db5c47df0e4 100644 --- a/metrics/linux-clang8-release/render-tests/icon-anchor/property-function/metrics.json +++ b/metrics/linux-clang8-release/render-tests/icon-anchor/property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/icon-anchor/right/metrics.json b/metrics/linux-clang8-release/render-tests/icon-anchor/right/metrics.json index ff10b87fe60..80efc975536 100644 --- a/metrics/linux-clang8-release/render-tests/icon-anchor/right/metrics.json +++ b/metrics/linux-clang8-release/render-tests/icon-anchor/right/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/icon-anchor/top-left/metrics.json b/metrics/linux-clang8-release/render-tests/icon-anchor/top-left/metrics.json index ff10b87fe60..80efc975536 100644 --- a/metrics/linux-clang8-release/render-tests/icon-anchor/top-left/metrics.json +++ b/metrics/linux-clang8-release/render-tests/icon-anchor/top-left/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/icon-anchor/top-right/metrics.json b/metrics/linux-clang8-release/render-tests/icon-anchor/top-right/metrics.json index ff10b87fe60..80efc975536 100644 --- a/metrics/linux-clang8-release/render-tests/icon-anchor/top-right/metrics.json +++ b/metrics/linux-clang8-release/render-tests/icon-anchor/top-right/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/icon-anchor/top/metrics.json b/metrics/linux-clang8-release/render-tests/icon-anchor/top/metrics.json index ff10b87fe60..80efc975536 100644 --- a/metrics/linux-clang8-release/render-tests/icon-anchor/top/metrics.json +++ b/metrics/linux-clang8-release/render-tests/icon-anchor/top/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/icon-color/default/metrics.json b/metrics/linux-clang8-release/render-tests/icon-color/default/metrics.json index ff10b87fe60..80efc975536 100644 --- a/metrics/linux-clang8-release/render-tests/icon-color/default/metrics.json +++ b/metrics/linux-clang8-release/render-tests/icon-color/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/icon-color/function/metrics.json b/metrics/linux-clang8-release/render-tests/icon-color/function/metrics.json index ff10b87fe60..80efc975536 100644 --- a/metrics/linux-clang8-release/render-tests/icon-color/function/metrics.json +++ b/metrics/linux-clang8-release/render-tests/icon-color/function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/icon-color/literal/metrics.json b/metrics/linux-clang8-release/render-tests/icon-color/literal/metrics.json index ff10b87fe60..80efc975536 100644 --- a/metrics/linux-clang8-release/render-tests/icon-color/literal/metrics.json +++ b/metrics/linux-clang8-release/render-tests/icon-color/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/icon-color/property-function/metrics.json b/metrics/linux-clang8-release/render-tests/icon-color/property-function/metrics.json index 4c633b42377..2c5e151a40d 100644 --- a/metrics/linux-clang8-release/render-tests/icon-color/property-function/metrics.json +++ b/metrics/linux-clang8-release/render-tests/icon-color/property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/icon-halo-blur/default/metrics.json b/metrics/linux-clang8-release/render-tests/icon-halo-blur/default/metrics.json index 7f17773165c..b25ac99b3bb 100644 --- a/metrics/linux-clang8-release/render-tests/icon-halo-blur/default/metrics.json +++ b/metrics/linux-clang8-release/render-tests/icon-halo-blur/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/icon-halo-blur/function/metrics.json b/metrics/linux-clang8-release/render-tests/icon-halo-blur/function/metrics.json index 7f17773165c..b25ac99b3bb 100644 --- a/metrics/linux-clang8-release/render-tests/icon-halo-blur/function/metrics.json +++ b/metrics/linux-clang8-release/render-tests/icon-halo-blur/function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/icon-halo-blur/literal/metrics.json b/metrics/linux-clang8-release/render-tests/icon-halo-blur/literal/metrics.json index 7f17773165c..b25ac99b3bb 100644 --- a/metrics/linux-clang8-release/render-tests/icon-halo-blur/literal/metrics.json +++ b/metrics/linux-clang8-release/render-tests/icon-halo-blur/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/icon-halo-blur/property-function/metrics.json b/metrics/linux-clang8-release/render-tests/icon-halo-blur/property-function/metrics.json index 836b87b16e2..4c4eb5074cd 100644 --- a/metrics/linux-clang8-release/render-tests/icon-halo-blur/property-function/metrics.json +++ b/metrics/linux-clang8-release/render-tests/icon-halo-blur/property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/icon-halo-color/default/metrics.json b/metrics/linux-clang8-release/render-tests/icon-halo-color/default/metrics.json index ff10b87fe60..80efc975536 100644 --- a/metrics/linux-clang8-release/render-tests/icon-halo-color/default/metrics.json +++ b/metrics/linux-clang8-release/render-tests/icon-halo-color/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/icon-halo-color/function/metrics.json b/metrics/linux-clang8-release/render-tests/icon-halo-color/function/metrics.json index 7f17773165c..b25ac99b3bb 100644 --- a/metrics/linux-clang8-release/render-tests/icon-halo-color/function/metrics.json +++ b/metrics/linux-clang8-release/render-tests/icon-halo-color/function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/icon-halo-color/literal/metrics.json b/metrics/linux-clang8-release/render-tests/icon-halo-color/literal/metrics.json index 7f17773165c..b25ac99b3bb 100644 --- a/metrics/linux-clang8-release/render-tests/icon-halo-color/literal/metrics.json +++ b/metrics/linux-clang8-release/render-tests/icon-halo-color/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/icon-halo-color/multiply/metrics.json b/metrics/linux-clang8-release/render-tests/icon-halo-color/multiply/metrics.json index 7f17773165c..b25ac99b3bb 100644 --- a/metrics/linux-clang8-release/render-tests/icon-halo-color/multiply/metrics.json +++ b/metrics/linux-clang8-release/render-tests/icon-halo-color/multiply/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/icon-halo-color/opacity/metrics.json b/metrics/linux-clang8-release/render-tests/icon-halo-color/opacity/metrics.json index 7f17773165c..b25ac99b3bb 100644 --- a/metrics/linux-clang8-release/render-tests/icon-halo-color/opacity/metrics.json +++ b/metrics/linux-clang8-release/render-tests/icon-halo-color/opacity/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/icon-halo-color/property-function/metrics.json b/metrics/linux-clang8-release/render-tests/icon-halo-color/property-function/metrics.json index 77eaf969580..94201e4ae17 100644 --- a/metrics/linux-clang8-release/render-tests/icon-halo-color/property-function/metrics.json +++ b/metrics/linux-clang8-release/render-tests/icon-halo-color/property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/icon-halo-color/transparent/metrics.json b/metrics/linux-clang8-release/render-tests/icon-halo-color/transparent/metrics.json index 7f17773165c..b25ac99b3bb 100644 --- a/metrics/linux-clang8-release/render-tests/icon-halo-color/transparent/metrics.json +++ b/metrics/linux-clang8-release/render-tests/icon-halo-color/transparent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/icon-halo-width/default/metrics.json b/metrics/linux-clang8-release/render-tests/icon-halo-width/default/metrics.json index ff10b87fe60..80efc975536 100644 --- a/metrics/linux-clang8-release/render-tests/icon-halo-width/default/metrics.json +++ b/metrics/linux-clang8-release/render-tests/icon-halo-width/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/icon-halo-width/function/metrics.json b/metrics/linux-clang8-release/render-tests/icon-halo-width/function/metrics.json index 7f17773165c..b25ac99b3bb 100644 --- a/metrics/linux-clang8-release/render-tests/icon-halo-width/function/metrics.json +++ b/metrics/linux-clang8-release/render-tests/icon-halo-width/function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/icon-halo-width/literal/metrics.json b/metrics/linux-clang8-release/render-tests/icon-halo-width/literal/metrics.json index 7f17773165c..b25ac99b3bb 100644 --- a/metrics/linux-clang8-release/render-tests/icon-halo-width/literal/metrics.json +++ b/metrics/linux-clang8-release/render-tests/icon-halo-width/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/icon-halo-width/property-function/metrics.json b/metrics/linux-clang8-release/render-tests/icon-halo-width/property-function/metrics.json index 836b87b16e2..4c4eb5074cd 100644 --- a/metrics/linux-clang8-release/render-tests/icon-halo-width/property-function/metrics.json +++ b/metrics/linux-clang8-release/render-tests/icon-halo-width/property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/icon-image/icon-sdf-non-sdf-one-layer/metrics.json b/metrics/linux-clang8-release/render-tests/icon-image/icon-sdf-non-sdf-one-layer/metrics.json index ffd5b98d6b4..dd3415d1784 100644 --- a/metrics/linux-clang8-release/render-tests/icon-image/icon-sdf-non-sdf-one-layer/metrics.json +++ b/metrics/linux-clang8-release/render-tests/icon-image/icon-sdf-non-sdf-one-layer/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/icon-image/image-expression/metrics.json b/metrics/linux-clang8-release/render-tests/icon-image/image-expression/metrics.json index ff10b87fe60..80efc975536 100644 --- a/metrics/linux-clang8-release/render-tests/icon-image/image-expression/metrics.json +++ b/metrics/linux-clang8-release/render-tests/icon-image/image-expression/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/icon-image/literal/metrics.json b/metrics/linux-clang8-release/render-tests/icon-image/literal/metrics.json index ff10b87fe60..80efc975536 100644 --- a/metrics/linux-clang8-release/render-tests/icon-image/literal/metrics.json +++ b/metrics/linux-clang8-release/render-tests/icon-image/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/icon-image/property-function/metrics.json b/metrics/linux-clang8-release/render-tests/icon-image/property-function/metrics.json index c291562544c..f0325df7b68 100644 --- a/metrics/linux-clang8-release/render-tests/icon-image/property-function/metrics.json +++ b/metrics/linux-clang8-release/render-tests/icon-image/property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/icon-image/stretchable-content/metrics.json b/metrics/linux-clang8-release/render-tests/icon-image/stretchable-content/metrics.json index 253fc965aa4..e54853543f7 100644 --- a/metrics/linux-clang8-release/render-tests/icon-image/stretchable-content/metrics.json +++ b/metrics/linux-clang8-release/render-tests/icon-image/stretchable-content/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/icon-image/stretchable/metrics.json b/metrics/linux-clang8-release/render-tests/icon-image/stretchable/metrics.json index 253fc965aa4..e54853543f7 100644 --- a/metrics/linux-clang8-release/render-tests/icon-image/stretchable/metrics.json +++ b/metrics/linux-clang8-release/render-tests/icon-image/stretchable/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/icon-image/token/metrics.json b/metrics/linux-clang8-release/render-tests/icon-image/token/metrics.json index c291562544c..f0325df7b68 100644 --- a/metrics/linux-clang8-release/render-tests/icon-image/token/metrics.json +++ b/metrics/linux-clang8-release/render-tests/icon-image/token/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/icon-no-cross-source-collision/default/metrics.json b/metrics/linux-clang8-release/render-tests/icon-no-cross-source-collision/default/metrics.json index ef86c597d38..84efce9404e 100644 --- a/metrics/linux-clang8-release/render-tests/icon-no-cross-source-collision/default/metrics.json +++ b/metrics/linux-clang8-release/render-tests/icon-no-cross-source-collision/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/icon-offset/literal/metrics.json b/metrics/linux-clang8-release/render-tests/icon-offset/literal/metrics.json index 79e78104863..a2643ebba77 100644 --- a/metrics/linux-clang8-release/render-tests/icon-offset/literal/metrics.json +++ b/metrics/linux-clang8-release/render-tests/icon-offset/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/icon-offset/property-function/metrics.json b/metrics/linux-clang8-release/render-tests/icon-offset/property-function/metrics.json index 79e78104863..a2643ebba77 100644 --- a/metrics/linux-clang8-release/render-tests/icon-offset/property-function/metrics.json +++ b/metrics/linux-clang8-release/render-tests/icon-offset/property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/icon-offset/zoom-and-property-function/metrics.json b/metrics/linux-clang8-release/render-tests/icon-offset/zoom-and-property-function/metrics.json index 79e78104863..a2643ebba77 100644 --- a/metrics/linux-clang8-release/render-tests/icon-offset/zoom-and-property-function/metrics.json +++ b/metrics/linux-clang8-release/render-tests/icon-offset/zoom-and-property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/icon-opacity/default/metrics.json b/metrics/linux-clang8-release/render-tests/icon-opacity/default/metrics.json index 79e78104863..a2643ebba77 100644 --- a/metrics/linux-clang8-release/render-tests/icon-opacity/default/metrics.json +++ b/metrics/linux-clang8-release/render-tests/icon-opacity/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/icon-opacity/function/metrics.json b/metrics/linux-clang8-release/render-tests/icon-opacity/function/metrics.json index 79e78104863..a2643ebba77 100644 --- a/metrics/linux-clang8-release/render-tests/icon-opacity/function/metrics.json +++ b/metrics/linux-clang8-release/render-tests/icon-opacity/function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/icon-opacity/icon-only/metrics.json b/metrics/linux-clang8-release/render-tests/icon-opacity/icon-only/metrics.json index 9ff18b8ec13..d4ca48808d6 100644 --- a/metrics/linux-clang8-release/render-tests/icon-opacity/icon-only/metrics.json +++ b/metrics/linux-clang8-release/render-tests/icon-opacity/icon-only/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/icon-opacity/literal/metrics.json b/metrics/linux-clang8-release/render-tests/icon-opacity/literal/metrics.json index 79e78104863..a2643ebba77 100644 --- a/metrics/linux-clang8-release/render-tests/icon-opacity/literal/metrics.json +++ b/metrics/linux-clang8-release/render-tests/icon-opacity/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/icon-opacity/property-function/metrics.json b/metrics/linux-clang8-release/render-tests/icon-opacity/property-function/metrics.json index 0760437163b..53898e1973f 100644 --- a/metrics/linux-clang8-release/render-tests/icon-opacity/property-function/metrics.json +++ b/metrics/linux-clang8-release/render-tests/icon-opacity/property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/icon-opacity/text-and-icon/metrics.json b/metrics/linux-clang8-release/render-tests/icon-opacity/text-and-icon/metrics.json index 9ff18b8ec13..d4ca48808d6 100644 --- a/metrics/linux-clang8-release/render-tests/icon-opacity/text-and-icon/metrics.json +++ b/metrics/linux-clang8-release/render-tests/icon-opacity/text-and-icon/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/icon-opacity/text-only/metrics.json b/metrics/linux-clang8-release/render-tests/icon-opacity/text-only/metrics.json index 9ff18b8ec13..d4ca48808d6 100644 --- a/metrics/linux-clang8-release/render-tests/icon-opacity/text-only/metrics.json +++ b/metrics/linux-clang8-release/render-tests/icon-opacity/text-only/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/icon-pitch-alignment/auto-rotation-alignment-map/metrics.json b/metrics/linux-clang8-release/render-tests/icon-pitch-alignment/auto-rotation-alignment-map/metrics.json index fdaf27673e2..46fcadb2431 100644 --- a/metrics/linux-clang8-release/render-tests/icon-pitch-alignment/auto-rotation-alignment-map/metrics.json +++ b/metrics/linux-clang8-release/render-tests/icon-pitch-alignment/auto-rotation-alignment-map/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/icon-pitch-alignment/auto-rotation-alignment-viewport/metrics.json b/metrics/linux-clang8-release/render-tests/icon-pitch-alignment/auto-rotation-alignment-viewport/metrics.json index fdaf27673e2..46fcadb2431 100644 --- a/metrics/linux-clang8-release/render-tests/icon-pitch-alignment/auto-rotation-alignment-viewport/metrics.json +++ b/metrics/linux-clang8-release/render-tests/icon-pitch-alignment/auto-rotation-alignment-viewport/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/icon-pitch-alignment/map-rotation-alignment-viewport/metrics.json b/metrics/linux-clang8-release/render-tests/icon-pitch-alignment/map-rotation-alignment-viewport/metrics.json index fdaf27673e2..46fcadb2431 100644 --- a/metrics/linux-clang8-release/render-tests/icon-pitch-alignment/map-rotation-alignment-viewport/metrics.json +++ b/metrics/linux-clang8-release/render-tests/icon-pitch-alignment/map-rotation-alignment-viewport/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/icon-pitch-alignment/viewport-rotation-alignment-map/metrics.json b/metrics/linux-clang8-release/render-tests/icon-pitch-alignment/viewport-rotation-alignment-map/metrics.json index fdaf27673e2..46fcadb2431 100644 --- a/metrics/linux-clang8-release/render-tests/icon-pitch-alignment/viewport-rotation-alignment-map/metrics.json +++ b/metrics/linux-clang8-release/render-tests/icon-pitch-alignment/viewport-rotation-alignment-map/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/icon-pitch-scaling/rotation-alignment-map/metrics.json b/metrics/linux-clang8-release/render-tests/icon-pitch-scaling/rotation-alignment-map/metrics.json index 79e78104863..a2643ebba77 100644 --- a/metrics/linux-clang8-release/render-tests/icon-pitch-scaling/rotation-alignment-map/metrics.json +++ b/metrics/linux-clang8-release/render-tests/icon-pitch-scaling/rotation-alignment-map/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/icon-pitch-scaling/rotation-alignment-viewport/metrics.json b/metrics/linux-clang8-release/render-tests/icon-pitch-scaling/rotation-alignment-viewport/metrics.json index 79e78104863..a2643ebba77 100644 --- a/metrics/linux-clang8-release/render-tests/icon-pitch-scaling/rotation-alignment-viewport/metrics.json +++ b/metrics/linux-clang8-release/render-tests/icon-pitch-scaling/rotation-alignment-viewport/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/icon-pixelratio-mismatch/default/metrics.json b/metrics/linux-clang8-release/render-tests/icon-pixelratio-mismatch/default/metrics.json index f1cb4ead5fd..73f69e541c6 100644 --- a/metrics/linux-clang8-release/render-tests/icon-pixelratio-mismatch/default/metrics.json +++ b/metrics/linux-clang8-release/render-tests/icon-pixelratio-mismatch/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/icon-rotate/literal/metrics.json b/metrics/linux-clang8-release/render-tests/icon-rotate/literal/metrics.json index 43f81ae9e8f..7b15f7584f8 100644 --- a/metrics/linux-clang8-release/render-tests/icon-rotate/literal/metrics.json +++ b/metrics/linux-clang8-release/render-tests/icon-rotate/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/icon-rotate/property-function/metrics.json b/metrics/linux-clang8-release/render-tests/icon-rotate/property-function/metrics.json index 43f81ae9e8f..7b15f7584f8 100644 --- a/metrics/linux-clang8-release/render-tests/icon-rotate/property-function/metrics.json +++ b/metrics/linux-clang8-release/render-tests/icon-rotate/property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/icon-rotate/with-offset/metrics.json b/metrics/linux-clang8-release/render-tests/icon-rotate/with-offset/metrics.json index 39cea2f7a81..3c36120ef15 100644 --- a/metrics/linux-clang8-release/render-tests/icon-rotate/with-offset/metrics.json +++ b/metrics/linux-clang8-release/render-tests/icon-rotate/with-offset/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/icon-rotation-alignment/auto-symbol-placement-line/metrics.json b/metrics/linux-clang8-release/render-tests/icon-rotation-alignment/auto-symbol-placement-line/metrics.json index fdaf27673e2..46fcadb2431 100644 --- a/metrics/linux-clang8-release/render-tests/icon-rotation-alignment/auto-symbol-placement-line/metrics.json +++ b/metrics/linux-clang8-release/render-tests/icon-rotation-alignment/auto-symbol-placement-line/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/icon-rotation-alignment/auto-symbol-placement-point/metrics.json b/metrics/linux-clang8-release/render-tests/icon-rotation-alignment/auto-symbol-placement-point/metrics.json index fdaf27673e2..46fcadb2431 100644 --- a/metrics/linux-clang8-release/render-tests/icon-rotation-alignment/auto-symbol-placement-point/metrics.json +++ b/metrics/linux-clang8-release/render-tests/icon-rotation-alignment/auto-symbol-placement-point/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/icon-rotation-alignment/map-symbol-placement-line/metrics.json b/metrics/linux-clang8-release/render-tests/icon-rotation-alignment/map-symbol-placement-line/metrics.json index fdaf27673e2..46fcadb2431 100644 --- a/metrics/linux-clang8-release/render-tests/icon-rotation-alignment/map-symbol-placement-line/metrics.json +++ b/metrics/linux-clang8-release/render-tests/icon-rotation-alignment/map-symbol-placement-line/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/icon-rotation-alignment/map-symbol-placement-point/metrics.json b/metrics/linux-clang8-release/render-tests/icon-rotation-alignment/map-symbol-placement-point/metrics.json index fdaf27673e2..46fcadb2431 100644 --- a/metrics/linux-clang8-release/render-tests/icon-rotation-alignment/map-symbol-placement-point/metrics.json +++ b/metrics/linux-clang8-release/render-tests/icon-rotation-alignment/map-symbol-placement-point/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/icon-rotation-alignment/viewport-symbol-placement-line/metrics.json b/metrics/linux-clang8-release/render-tests/icon-rotation-alignment/viewport-symbol-placement-line/metrics.json index fdaf27673e2..46fcadb2431 100644 --- a/metrics/linux-clang8-release/render-tests/icon-rotation-alignment/viewport-symbol-placement-line/metrics.json +++ b/metrics/linux-clang8-release/render-tests/icon-rotation-alignment/viewport-symbol-placement-line/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/icon-rotation-alignment/viewport-symbol-placement-point/metrics.json b/metrics/linux-clang8-release/render-tests/icon-rotation-alignment/viewport-symbol-placement-point/metrics.json index fdaf27673e2..46fcadb2431 100644 --- a/metrics/linux-clang8-release/render-tests/icon-rotation-alignment/viewport-symbol-placement-point/metrics.json +++ b/metrics/linux-clang8-release/render-tests/icon-rotation-alignment/viewport-symbol-placement-point/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/icon-size/camera-function-high-base-plain/metrics.json b/metrics/linux-clang8-release/render-tests/icon-size/camera-function-high-base-plain/metrics.json index fea6fe2e598..94fd76f9f2e 100644 --- a/metrics/linux-clang8-release/render-tests/icon-size/camera-function-high-base-plain/metrics.json +++ b/metrics/linux-clang8-release/render-tests/icon-size/camera-function-high-base-plain/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/icon-size/camera-function-high-base-sdf/metrics.json b/metrics/linux-clang8-release/render-tests/icon-size/camera-function-high-base-sdf/metrics.json index ff10b87fe60..80efc975536 100644 --- a/metrics/linux-clang8-release/render-tests/icon-size/camera-function-high-base-sdf/metrics.json +++ b/metrics/linux-clang8-release/render-tests/icon-size/camera-function-high-base-sdf/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/icon-size/camera-function-plain/metrics.json b/metrics/linux-clang8-release/render-tests/icon-size/camera-function-plain/metrics.json index fea6fe2e598..94fd76f9f2e 100644 --- a/metrics/linux-clang8-release/render-tests/icon-size/camera-function-plain/metrics.json +++ b/metrics/linux-clang8-release/render-tests/icon-size/camera-function-plain/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/icon-size/camera-function-sdf/metrics.json b/metrics/linux-clang8-release/render-tests/icon-size/camera-function-sdf/metrics.json index ff10b87fe60..80efc975536 100644 --- a/metrics/linux-clang8-release/render-tests/icon-size/camera-function-sdf/metrics.json +++ b/metrics/linux-clang8-release/render-tests/icon-size/camera-function-sdf/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/icon-size/composite-function-plain/metrics.json b/metrics/linux-clang8-release/render-tests/icon-size/composite-function-plain/metrics.json index fea6fe2e598..94fd76f9f2e 100644 --- a/metrics/linux-clang8-release/render-tests/icon-size/composite-function-plain/metrics.json +++ b/metrics/linux-clang8-release/render-tests/icon-size/composite-function-plain/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/icon-size/composite-function-sdf/metrics.json b/metrics/linux-clang8-release/render-tests/icon-size/composite-function-sdf/metrics.json index ff10b87fe60..80efc975536 100644 --- a/metrics/linux-clang8-release/render-tests/icon-size/composite-function-sdf/metrics.json +++ b/metrics/linux-clang8-release/render-tests/icon-size/composite-function-sdf/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/icon-size/default/metrics.json b/metrics/linux-clang8-release/render-tests/icon-size/default/metrics.json index e85e6b42dc7..600dae24320 100644 --- a/metrics/linux-clang8-release/render-tests/icon-size/default/metrics.json +++ b/metrics/linux-clang8-release/render-tests/icon-size/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/icon-size/function/metrics.json b/metrics/linux-clang8-release/render-tests/icon-size/function/metrics.json index e85e6b42dc7..600dae24320 100644 --- a/metrics/linux-clang8-release/render-tests/icon-size/function/metrics.json +++ b/metrics/linux-clang8-release/render-tests/icon-size/function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/icon-size/literal/metrics.json b/metrics/linux-clang8-release/render-tests/icon-size/literal/metrics.json index e85e6b42dc7..600dae24320 100644 --- a/metrics/linux-clang8-release/render-tests/icon-size/literal/metrics.json +++ b/metrics/linux-clang8-release/render-tests/icon-size/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/icon-size/property-function-plain/metrics.json b/metrics/linux-clang8-release/render-tests/icon-size/property-function-plain/metrics.json index 6e8125cf625..6cacde2bc1c 100644 --- a/metrics/linux-clang8-release/render-tests/icon-size/property-function-plain/metrics.json +++ b/metrics/linux-clang8-release/render-tests/icon-size/property-function-plain/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/icon-size/property-function-sdf/metrics.json b/metrics/linux-clang8-release/render-tests/icon-size/property-function-sdf/metrics.json index 18164e288a0..91e76593beb 100644 --- a/metrics/linux-clang8-release/render-tests/icon-size/property-function-sdf/metrics.json +++ b/metrics/linux-clang8-release/render-tests/icon-size/property-function-sdf/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/icon-text-fit/both-collision-variable-anchor-text-fit/metrics.json b/metrics/linux-clang8-release/render-tests/icon-text-fit/both-collision-variable-anchor-text-fit/metrics.json index 533e640ba85..e0b501a8bb9 100644 --- a/metrics/linux-clang8-release/render-tests/icon-text-fit/both-collision-variable-anchor-text-fit/metrics.json +++ b/metrics/linux-clang8-release/render-tests/icon-text-fit/both-collision-variable-anchor-text-fit/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/icon-text-fit/both-collision-variable-anchor/metrics.json b/metrics/linux-clang8-release/render-tests/icon-text-fit/both-collision-variable-anchor/metrics.json index 27c166e4fad..ed10acda227 100644 --- a/metrics/linux-clang8-release/render-tests/icon-text-fit/both-collision-variable-anchor/metrics.json +++ b/metrics/linux-clang8-release/render-tests/icon-text-fit/both-collision-variable-anchor/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/icon-text-fit/both-collision/metrics.json b/metrics/linux-clang8-release/render-tests/icon-text-fit/both-collision/metrics.json index f8a34973b45..46c8d636819 100644 --- a/metrics/linux-clang8-release/render-tests/icon-text-fit/both-collision/metrics.json +++ b/metrics/linux-clang8-release/render-tests/icon-text-fit/both-collision/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/icon-text-fit/both-padding/metrics.json b/metrics/linux-clang8-release/render-tests/icon-text-fit/both-padding/metrics.json index 3731e0fcb28..f27a5555fb8 100644 --- a/metrics/linux-clang8-release/render-tests/icon-text-fit/both-padding/metrics.json +++ b/metrics/linux-clang8-release/render-tests/icon-text-fit/both-padding/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/icon-text-fit/both-text-anchor-1x-image-2x-screen/metrics.json b/metrics/linux-clang8-release/render-tests/icon-text-fit/both-text-anchor-1x-image-2x-screen/metrics.json index fd38a33aafc..47257c2ced0 100644 --- a/metrics/linux-clang8-release/render-tests/icon-text-fit/both-text-anchor-1x-image-2x-screen/metrics.json +++ b/metrics/linux-clang8-release/render-tests/icon-text-fit/both-text-anchor-1x-image-2x-screen/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/icon-text-fit/both-text-anchor-2x-image-1x-screen/metrics.json b/metrics/linux-clang8-release/render-tests/icon-text-fit/both-text-anchor-2x-image-1x-screen/metrics.json index 60e56e89fb7..4b7d57c2bbb 100644 --- a/metrics/linux-clang8-release/render-tests/icon-text-fit/both-text-anchor-2x-image-1x-screen/metrics.json +++ b/metrics/linux-clang8-release/render-tests/icon-text-fit/both-text-anchor-2x-image-1x-screen/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/icon-text-fit/both-text-anchor-2x-image-2x-screen/metrics.json b/metrics/linux-clang8-release/render-tests/icon-text-fit/both-text-anchor-2x-image-2x-screen/metrics.json index 60e56e89fb7..4b7d57c2bbb 100644 --- a/metrics/linux-clang8-release/render-tests/icon-text-fit/both-text-anchor-2x-image-2x-screen/metrics.json +++ b/metrics/linux-clang8-release/render-tests/icon-text-fit/both-text-anchor-2x-image-2x-screen/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/icon-text-fit/both-text-anchor-icon-anchor/metrics.json b/metrics/linux-clang8-release/render-tests/icon-text-fit/both-text-anchor-icon-anchor/metrics.json index fd38a33aafc..47257c2ced0 100644 --- a/metrics/linux-clang8-release/render-tests/icon-text-fit/both-text-anchor-icon-anchor/metrics.json +++ b/metrics/linux-clang8-release/render-tests/icon-text-fit/both-text-anchor-icon-anchor/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/icon-text-fit/both-text-anchor-icon-offset/metrics.json b/metrics/linux-clang8-release/render-tests/icon-text-fit/both-text-anchor-icon-offset/metrics.json index fd38a33aafc..47257c2ced0 100644 --- a/metrics/linux-clang8-release/render-tests/icon-text-fit/both-text-anchor-icon-offset/metrics.json +++ b/metrics/linux-clang8-release/render-tests/icon-text-fit/both-text-anchor-icon-offset/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/icon-text-fit/both-text-anchor-padding/metrics.json b/metrics/linux-clang8-release/render-tests/icon-text-fit/both-text-anchor-padding/metrics.json index fd38a33aafc..47257c2ced0 100644 --- a/metrics/linux-clang8-release/render-tests/icon-text-fit/both-text-anchor-padding/metrics.json +++ b/metrics/linux-clang8-release/render-tests/icon-text-fit/both-text-anchor-padding/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/icon-text-fit/both-text-anchor/metrics.json b/metrics/linux-clang8-release/render-tests/icon-text-fit/both-text-anchor/metrics.json index fd38a33aafc..47257c2ced0 100644 --- a/metrics/linux-clang8-release/render-tests/icon-text-fit/both-text-anchor/metrics.json +++ b/metrics/linux-clang8-release/render-tests/icon-text-fit/both-text-anchor/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/icon-text-fit/both/metrics.json b/metrics/linux-clang8-release/render-tests/icon-text-fit/both/metrics.json index 3731e0fcb28..f27a5555fb8 100644 --- a/metrics/linux-clang8-release/render-tests/icon-text-fit/both/metrics.json +++ b/metrics/linux-clang8-release/render-tests/icon-text-fit/both/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/icon-text-fit/enlargen-both-padding/metrics.json b/metrics/linux-clang8-release/render-tests/icon-text-fit/enlargen-both-padding/metrics.json index d6bdd89b213..0ad2f87fd7e 100644 --- a/metrics/linux-clang8-release/render-tests/icon-text-fit/enlargen-both-padding/metrics.json +++ b/metrics/linux-clang8-release/render-tests/icon-text-fit/enlargen-both-padding/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/icon-text-fit/enlargen-both/metrics.json b/metrics/linux-clang8-release/render-tests/icon-text-fit/enlargen-both/metrics.json index d6bdd89b213..0ad2f87fd7e 100644 --- a/metrics/linux-clang8-release/render-tests/icon-text-fit/enlargen-both/metrics.json +++ b/metrics/linux-clang8-release/render-tests/icon-text-fit/enlargen-both/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/icon-text-fit/enlargen-height/metrics.json b/metrics/linux-clang8-release/render-tests/icon-text-fit/enlargen-height/metrics.json index d6bdd89b213..0ad2f87fd7e 100644 --- a/metrics/linux-clang8-release/render-tests/icon-text-fit/enlargen-height/metrics.json +++ b/metrics/linux-clang8-release/render-tests/icon-text-fit/enlargen-height/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/icon-text-fit/enlargen-width/metrics.json b/metrics/linux-clang8-release/render-tests/icon-text-fit/enlargen-width/metrics.json index d6bdd89b213..0ad2f87fd7e 100644 --- a/metrics/linux-clang8-release/render-tests/icon-text-fit/enlargen-width/metrics.json +++ b/metrics/linux-clang8-release/render-tests/icon-text-fit/enlargen-width/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/icon-text-fit/height-padding/metrics.json b/metrics/linux-clang8-release/render-tests/icon-text-fit/height-padding/metrics.json index 3731e0fcb28..f27a5555fb8 100644 --- a/metrics/linux-clang8-release/render-tests/icon-text-fit/height-padding/metrics.json +++ b/metrics/linux-clang8-release/render-tests/icon-text-fit/height-padding/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/icon-text-fit/height-text-anchor-padding/metrics.json b/metrics/linux-clang8-release/render-tests/icon-text-fit/height-text-anchor-padding/metrics.json index fd38a33aafc..47257c2ced0 100644 --- a/metrics/linux-clang8-release/render-tests/icon-text-fit/height-text-anchor-padding/metrics.json +++ b/metrics/linux-clang8-release/render-tests/icon-text-fit/height-text-anchor-padding/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/icon-text-fit/height-text-anchor/metrics.json b/metrics/linux-clang8-release/render-tests/icon-text-fit/height-text-anchor/metrics.json index fd38a33aafc..47257c2ced0 100644 --- a/metrics/linux-clang8-release/render-tests/icon-text-fit/height-text-anchor/metrics.json +++ b/metrics/linux-clang8-release/render-tests/icon-text-fit/height-text-anchor/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/icon-text-fit/height/metrics.json b/metrics/linux-clang8-release/render-tests/icon-text-fit/height/metrics.json index 3731e0fcb28..f27a5555fb8 100644 --- a/metrics/linux-clang8-release/render-tests/icon-text-fit/height/metrics.json +++ b/metrics/linux-clang8-release/render-tests/icon-text-fit/height/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/icon-text-fit/none/metrics.json b/metrics/linux-clang8-release/render-tests/icon-text-fit/none/metrics.json index 3731e0fcb28..f27a5555fb8 100644 --- a/metrics/linux-clang8-release/render-tests/icon-text-fit/none/metrics.json +++ b/metrics/linux-clang8-release/render-tests/icon-text-fit/none/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/icon-text-fit/placement-line/metrics.json b/metrics/linux-clang8-release/render-tests/icon-text-fit/placement-line/metrics.json index f879907a019..a21185cfed0 100644 --- a/metrics/linux-clang8-release/render-tests/icon-text-fit/placement-line/metrics.json +++ b/metrics/linux-clang8-release/render-tests/icon-text-fit/placement-line/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/icon-text-fit/stretch-fifteen-part/metrics.json b/metrics/linux-clang8-release/render-tests/icon-text-fit/stretch-fifteen-part/metrics.json index 37cfb3b5fd3..5020340b5dd 100644 --- a/metrics/linux-clang8-release/render-tests/icon-text-fit/stretch-fifteen-part/metrics.json +++ b/metrics/linux-clang8-release/render-tests/icon-text-fit/stretch-fifteen-part/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/icon-text-fit/stretch-nine-part-@2x/metrics.json b/metrics/linux-clang8-release/render-tests/icon-text-fit/stretch-nine-part-@2x/metrics.json index 52972bf07ee..b0dc3e86664 100644 --- a/metrics/linux-clang8-release/render-tests/icon-text-fit/stretch-nine-part-@2x/metrics.json +++ b/metrics/linux-clang8-release/render-tests/icon-text-fit/stretch-nine-part-@2x/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/icon-text-fit/stretch-nine-part-content-collision/metrics.json b/metrics/linux-clang8-release/render-tests/icon-text-fit/stretch-nine-part-content-collision/metrics.json index a96054ffb96..2fa4ebaed65 100644 --- a/metrics/linux-clang8-release/render-tests/icon-text-fit/stretch-nine-part-content-collision/metrics.json +++ b/metrics/linux-clang8-release/render-tests/icon-text-fit/stretch-nine-part-content-collision/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/icon-text-fit/stretch-nine-part-content/metrics.json b/metrics/linux-clang8-release/render-tests/icon-text-fit/stretch-nine-part-content/metrics.json index a96054ffb96..2fa4ebaed65 100644 --- a/metrics/linux-clang8-release/render-tests/icon-text-fit/stretch-nine-part-content/metrics.json +++ b/metrics/linux-clang8-release/render-tests/icon-text-fit/stretch-nine-part-content/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/icon-text-fit/stretch-nine-part-just-height/metrics.json b/metrics/linux-clang8-release/render-tests/icon-text-fit/stretch-nine-part-just-height/metrics.json index c410a69d195..3dd72765262 100644 --- a/metrics/linux-clang8-release/render-tests/icon-text-fit/stretch-nine-part-just-height/metrics.json +++ b/metrics/linux-clang8-release/render-tests/icon-text-fit/stretch-nine-part-just-height/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/icon-text-fit/stretch-nine-part-just-width/metrics.json b/metrics/linux-clang8-release/render-tests/icon-text-fit/stretch-nine-part-just-width/metrics.json index c410a69d195..3dd72765262 100644 --- a/metrics/linux-clang8-release/render-tests/icon-text-fit/stretch-nine-part-just-width/metrics.json +++ b/metrics/linux-clang8-release/render-tests/icon-text-fit/stretch-nine-part-just-width/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/icon-text-fit/stretch-nine-part/metrics.json b/metrics/linux-clang8-release/render-tests/icon-text-fit/stretch-nine-part/metrics.json index 5bec05e5841..3e8b0447fdf 100644 --- a/metrics/linux-clang8-release/render-tests/icon-text-fit/stretch-nine-part/metrics.json +++ b/metrics/linux-clang8-release/render-tests/icon-text-fit/stretch-nine-part/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/icon-text-fit/stretch-three-part/metrics.json b/metrics/linux-clang8-release/render-tests/icon-text-fit/stretch-three-part/metrics.json index 0cd910a99ac..2a65586061c 100644 --- a/metrics/linux-clang8-release/render-tests/icon-text-fit/stretch-three-part/metrics.json +++ b/metrics/linux-clang8-release/render-tests/icon-text-fit/stretch-three-part/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/icon-text-fit/stretch-two-part/metrics.json b/metrics/linux-clang8-release/render-tests/icon-text-fit/stretch-two-part/metrics.json index 3e848e85338..8935bee6fcc 100644 --- a/metrics/linux-clang8-release/render-tests/icon-text-fit/stretch-two-part/metrics.json +++ b/metrics/linux-clang8-release/render-tests/icon-text-fit/stretch-two-part/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/icon-text-fit/stretch-underscale/metrics.json b/metrics/linux-clang8-release/render-tests/icon-text-fit/stretch-underscale/metrics.json index 6048fc7e0b6..3a57c7e24ca 100644 --- a/metrics/linux-clang8-release/render-tests/icon-text-fit/stretch-underscale/metrics.json +++ b/metrics/linux-clang8-release/render-tests/icon-text-fit/stretch-underscale/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/icon-text-fit/text-variable-anchor/metrics.json b/metrics/linux-clang8-release/render-tests/icon-text-fit/text-variable-anchor/metrics.json index 3c52c61f527..7dfedd1e1a0 100644 --- a/metrics/linux-clang8-release/render-tests/icon-text-fit/text-variable-anchor/metrics.json +++ b/metrics/linux-clang8-release/render-tests/icon-text-fit/text-variable-anchor/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/icon-text-fit/width-padding/metrics.json b/metrics/linux-clang8-release/render-tests/icon-text-fit/width-padding/metrics.json index 3731e0fcb28..f27a5555fb8 100644 --- a/metrics/linux-clang8-release/render-tests/icon-text-fit/width-padding/metrics.json +++ b/metrics/linux-clang8-release/render-tests/icon-text-fit/width-padding/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/icon-text-fit/width-text-anchor-padding/metrics.json b/metrics/linux-clang8-release/render-tests/icon-text-fit/width-text-anchor-padding/metrics.json index fd38a33aafc..47257c2ced0 100644 --- a/metrics/linux-clang8-release/render-tests/icon-text-fit/width-text-anchor-padding/metrics.json +++ b/metrics/linux-clang8-release/render-tests/icon-text-fit/width-text-anchor-padding/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/icon-text-fit/width-text-anchor/metrics.json b/metrics/linux-clang8-release/render-tests/icon-text-fit/width-text-anchor/metrics.json index fd38a33aafc..47257c2ced0 100644 --- a/metrics/linux-clang8-release/render-tests/icon-text-fit/width-text-anchor/metrics.json +++ b/metrics/linux-clang8-release/render-tests/icon-text-fit/width-text-anchor/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/icon-text-fit/width/metrics.json b/metrics/linux-clang8-release/render-tests/icon-text-fit/width/metrics.json index 3731e0fcb28..f27a5555fb8 100644 --- a/metrics/linux-clang8-release/render-tests/icon-text-fit/width/metrics.json +++ b/metrics/linux-clang8-release/render-tests/icon-text-fit/width/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/icon-translate-anchor/map/metrics.json b/metrics/linux-clang8-release/render-tests/icon-translate-anchor/map/metrics.json index 40b289ac738..69dc134352d 100644 --- a/metrics/linux-clang8-release/render-tests/icon-translate-anchor/map/metrics.json +++ b/metrics/linux-clang8-release/render-tests/icon-translate-anchor/map/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/icon-translate-anchor/viewport/metrics.json b/metrics/linux-clang8-release/render-tests/icon-translate-anchor/viewport/metrics.json index 40b289ac738..69dc134352d 100644 --- a/metrics/linux-clang8-release/render-tests/icon-translate-anchor/viewport/metrics.json +++ b/metrics/linux-clang8-release/render-tests/icon-translate-anchor/viewport/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/icon-translate/default/metrics.json b/metrics/linux-clang8-release/render-tests/icon-translate/default/metrics.json index 79e78104863..a2643ebba77 100644 --- a/metrics/linux-clang8-release/render-tests/icon-translate/default/metrics.json +++ b/metrics/linux-clang8-release/render-tests/icon-translate/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/icon-translate/function/metrics.json b/metrics/linux-clang8-release/render-tests/icon-translate/function/metrics.json index 79e78104863..a2643ebba77 100644 --- a/metrics/linux-clang8-release/render-tests/icon-translate/function/metrics.json +++ b/metrics/linux-clang8-release/render-tests/icon-translate/function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/icon-translate/literal/metrics.json b/metrics/linux-clang8-release/render-tests/icon-translate/literal/metrics.json index 79e78104863..a2643ebba77 100644 --- a/metrics/linux-clang8-release/render-tests/icon-translate/literal/metrics.json +++ b/metrics/linux-clang8-release/render-tests/icon-translate/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/icon-visibility/none/metrics.json b/metrics/linux-clang8-release/render-tests/icon-visibility/none/metrics.json index 95a181bd8c4..ee07c12cbd3 100644 --- a/metrics/linux-clang8-release/render-tests/icon-visibility/none/metrics.json +++ b/metrics/linux-clang8-release/render-tests/icon-visibility/none/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/icon-visibility/visible/metrics.json b/metrics/linux-clang8-release/render-tests/icon-visibility/visible/metrics.json index 79e78104863..a2643ebba77 100644 --- a/metrics/linux-clang8-release/render-tests/icon-visibility/visible/metrics.json +++ b/metrics/linux-clang8-release/render-tests/icon-visibility/visible/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/image/default/metrics.json b/metrics/linux-clang8-release/render-tests/image/default/metrics.json index a5e1a3ae1af..0d755432617 100644 --- a/metrics/linux-clang8-release/render-tests/image/default/metrics.json +++ b/metrics/linux-clang8-release/render-tests/image/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/image/pitched/metrics.json b/metrics/linux-clang8-release/render-tests/image/pitched/metrics.json index 2d59478140b..516f2bb9de7 100644 --- a/metrics/linux-clang8-release/render-tests/image/pitched/metrics.json +++ b/metrics/linux-clang8-release/render-tests/image/pitched/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/image/raster-brightness/metrics.json b/metrics/linux-clang8-release/render-tests/image/raster-brightness/metrics.json index a5e1a3ae1af..0d755432617 100644 --- a/metrics/linux-clang8-release/render-tests/image/raster-brightness/metrics.json +++ b/metrics/linux-clang8-release/render-tests/image/raster-brightness/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/image/raster-contrast/metrics.json b/metrics/linux-clang8-release/render-tests/image/raster-contrast/metrics.json index a5e1a3ae1af..0d755432617 100644 --- a/metrics/linux-clang8-release/render-tests/image/raster-contrast/metrics.json +++ b/metrics/linux-clang8-release/render-tests/image/raster-contrast/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/image/raster-hue-rotate/metrics.json b/metrics/linux-clang8-release/render-tests/image/raster-hue-rotate/metrics.json index a5e1a3ae1af..0d755432617 100644 --- a/metrics/linux-clang8-release/render-tests/image/raster-hue-rotate/metrics.json +++ b/metrics/linux-clang8-release/render-tests/image/raster-hue-rotate/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/image/raster-opacity/metrics.json b/metrics/linux-clang8-release/render-tests/image/raster-opacity/metrics.json index a5e1a3ae1af..0d755432617 100644 --- a/metrics/linux-clang8-release/render-tests/image/raster-opacity/metrics.json +++ b/metrics/linux-clang8-release/render-tests/image/raster-opacity/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/image/raster-resampling/metrics.json b/metrics/linux-clang8-release/render-tests/image/raster-resampling/metrics.json index 3a2571d36aa..bdb24cbec79 100644 --- a/metrics/linux-clang8-release/render-tests/image/raster-resampling/metrics.json +++ b/metrics/linux-clang8-release/render-tests/image/raster-resampling/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/image/raster-saturation/metrics.json b/metrics/linux-clang8-release/render-tests/image/raster-saturation/metrics.json index a5e1a3ae1af..0d755432617 100644 --- a/metrics/linux-clang8-release/render-tests/image/raster-saturation/metrics.json +++ b/metrics/linux-clang8-release/render-tests/image/raster-saturation/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/image/raster-visibility/metrics.json b/metrics/linux-clang8-release/render-tests/image/raster-visibility/metrics.json index a5e1a3ae1af..0d755432617 100644 --- a/metrics/linux-clang8-release/render-tests/image/raster-visibility/metrics.json +++ b/metrics/linux-clang8-release/render-tests/image/raster-visibility/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/is-supported-script/filter/metrics.json b/metrics/linux-clang8-release/render-tests/is-supported-script/filter/metrics.json index a2ea9c5fb7a..ce349c7a6f4 100644 --- a/metrics/linux-clang8-release/render-tests/is-supported-script/filter/metrics.json +++ b/metrics/linux-clang8-release/render-tests/is-supported-script/filter/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/is-supported-script/layout/metrics.json b/metrics/linux-clang8-release/render-tests/is-supported-script/layout/metrics.json index f7dd7ee4c04..94eaf35036e 100644 --- a/metrics/linux-clang8-release/render-tests/is-supported-script/layout/metrics.json +++ b/metrics/linux-clang8-release/render-tests/is-supported-script/layout/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/line-blur/default/metrics.json b/metrics/linux-clang8-release/render-tests/line-blur/default/metrics.json index 37218777d26..7187015593c 100644 --- a/metrics/linux-clang8-release/render-tests/line-blur/default/metrics.json +++ b/metrics/linux-clang8-release/render-tests/line-blur/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/line-blur/function/metrics.json b/metrics/linux-clang8-release/render-tests/line-blur/function/metrics.json index 37218777d26..7187015593c 100644 --- a/metrics/linux-clang8-release/render-tests/line-blur/function/metrics.json +++ b/metrics/linux-clang8-release/render-tests/line-blur/function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/line-blur/literal/metrics.json b/metrics/linux-clang8-release/render-tests/line-blur/literal/metrics.json index 37218777d26..7187015593c 100644 --- a/metrics/linux-clang8-release/render-tests/line-blur/literal/metrics.json +++ b/metrics/linux-clang8-release/render-tests/line-blur/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/line-blur/property-function/metrics.json b/metrics/linux-clang8-release/render-tests/line-blur/property-function/metrics.json index 3a79bf07087..2a87a2adf26 100644 --- a/metrics/linux-clang8-release/render-tests/line-blur/property-function/metrics.json +++ b/metrics/linux-clang8-release/render-tests/line-blur/property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/line-cap/butt/metrics.json b/metrics/linux-clang8-release/render-tests/line-cap/butt/metrics.json index 37218777d26..7187015593c 100644 --- a/metrics/linux-clang8-release/render-tests/line-cap/butt/metrics.json +++ b/metrics/linux-clang8-release/render-tests/line-cap/butt/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/line-cap/round/metrics.json b/metrics/linux-clang8-release/render-tests/line-cap/round/metrics.json index b8fd663961a..683e8869f74 100644 --- a/metrics/linux-clang8-release/render-tests/line-cap/round/metrics.json +++ b/metrics/linux-clang8-release/render-tests/line-cap/round/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/line-cap/square/metrics.json b/metrics/linux-clang8-release/render-tests/line-cap/square/metrics.json index 37218777d26..7187015593c 100644 --- a/metrics/linux-clang8-release/render-tests/line-cap/square/metrics.json +++ b/metrics/linux-clang8-release/render-tests/line-cap/square/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/line-color/default/metrics.json b/metrics/linux-clang8-release/render-tests/line-color/default/metrics.json index 37218777d26..7187015593c 100644 --- a/metrics/linux-clang8-release/render-tests/line-color/default/metrics.json +++ b/metrics/linux-clang8-release/render-tests/line-color/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/line-color/function/metrics.json b/metrics/linux-clang8-release/render-tests/line-color/function/metrics.json index 37218777d26..7187015593c 100644 --- a/metrics/linux-clang8-release/render-tests/line-color/function/metrics.json +++ b/metrics/linux-clang8-release/render-tests/line-color/function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/line-color/literal/metrics.json b/metrics/linux-clang8-release/render-tests/line-color/literal/metrics.json index 37218777d26..7187015593c 100644 --- a/metrics/linux-clang8-release/render-tests/line-color/literal/metrics.json +++ b/metrics/linux-clang8-release/render-tests/line-color/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/line-color/property-function-identity/metrics.json b/metrics/linux-clang8-release/render-tests/line-color/property-function-identity/metrics.json index 870d30daeb3..7cf6ee5d698 100644 --- a/metrics/linux-clang8-release/render-tests/line-color/property-function-identity/metrics.json +++ b/metrics/linux-clang8-release/render-tests/line-color/property-function-identity/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/line-color/property-function/metrics.json b/metrics/linux-clang8-release/render-tests/line-color/property-function/metrics.json index b8b502e177e..f00b3e53697 100644 --- a/metrics/linux-clang8-release/render-tests/line-color/property-function/metrics.json +++ b/metrics/linux-clang8-release/render-tests/line-color/property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/line-dasharray/default/metrics.json b/metrics/linux-clang8-release/render-tests/line-dasharray/default/metrics.json index f116462d86f..a5d7f6590c5 100644 --- a/metrics/linux-clang8-release/render-tests/line-dasharray/default/metrics.json +++ b/metrics/linux-clang8-release/render-tests/line-dasharray/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/line-dasharray/fractional-zoom/metrics.json b/metrics/linux-clang8-release/render-tests/line-dasharray/fractional-zoom/metrics.json index fc7077f38f8..d8d9dc5b94d 100644 --- a/metrics/linux-clang8-release/render-tests/line-dasharray/fractional-zoom/metrics.json +++ b/metrics/linux-clang8-release/render-tests/line-dasharray/fractional-zoom/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/line-dasharray/function/line-width-composite-function/metrics.json b/metrics/linux-clang8-release/render-tests/line-dasharray/function/line-width-composite-function/metrics.json index 089003eccef..6e68753380e 100644 --- a/metrics/linux-clang8-release/render-tests/line-dasharray/function/line-width-composite-function/metrics.json +++ b/metrics/linux-clang8-release/render-tests/line-dasharray/function/line-width-composite-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/line-dasharray/function/line-width-constant/metrics.json b/metrics/linux-clang8-release/render-tests/line-dasharray/function/line-width-constant/metrics.json index a6871325306..6f572a87257 100644 --- a/metrics/linux-clang8-release/render-tests/line-dasharray/function/line-width-constant/metrics.json +++ b/metrics/linux-clang8-release/render-tests/line-dasharray/function/line-width-constant/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/line-dasharray/function/line-width-property-function/metrics.json b/metrics/linux-clang8-release/render-tests/line-dasharray/function/line-width-property-function/metrics.json index 2b8782c8187..9af46410138 100644 --- a/metrics/linux-clang8-release/render-tests/line-dasharray/function/line-width-property-function/metrics.json +++ b/metrics/linux-clang8-release/render-tests/line-dasharray/function/line-width-property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/line-dasharray/literal/line-width-composite-function/metrics.json b/metrics/linux-clang8-release/render-tests/line-dasharray/literal/line-width-composite-function/metrics.json index 089003eccef..6e68753380e 100644 --- a/metrics/linux-clang8-release/render-tests/line-dasharray/literal/line-width-composite-function/metrics.json +++ b/metrics/linux-clang8-release/render-tests/line-dasharray/literal/line-width-composite-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/line-dasharray/literal/line-width-constant/metrics.json b/metrics/linux-clang8-release/render-tests/line-dasharray/literal/line-width-constant/metrics.json index 45bcb8f0af2..4e755b00c56 100644 --- a/metrics/linux-clang8-release/render-tests/line-dasharray/literal/line-width-constant/metrics.json +++ b/metrics/linux-clang8-release/render-tests/line-dasharray/literal/line-width-constant/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/line-dasharray/literal/line-width-property-function/metrics.json b/metrics/linux-clang8-release/render-tests/line-dasharray/literal/line-width-property-function/metrics.json index 2b8782c8187..9af46410138 100644 --- a/metrics/linux-clang8-release/render-tests/line-dasharray/literal/line-width-property-function/metrics.json +++ b/metrics/linux-clang8-release/render-tests/line-dasharray/literal/line-width-property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/line-dasharray/literal/line-width-zoom-function/metrics.json b/metrics/linux-clang8-release/render-tests/line-dasharray/literal/line-width-zoom-function/metrics.json index fc7077f38f8..d8d9dc5b94d 100644 --- a/metrics/linux-clang8-release/render-tests/line-dasharray/literal/line-width-zoom-function/metrics.json +++ b/metrics/linux-clang8-release/render-tests/line-dasharray/literal/line-width-zoom-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/line-dasharray/long-segment/metrics.json b/metrics/linux-clang8-release/render-tests/line-dasharray/long-segment/metrics.json index 22bd3284bd9..64acd288115 100644 --- a/metrics/linux-clang8-release/render-tests/line-dasharray/long-segment/metrics.json +++ b/metrics/linux-clang8-release/render-tests/line-dasharray/long-segment/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/line-dasharray/overscaled/metrics.json b/metrics/linux-clang8-release/render-tests/line-dasharray/overscaled/metrics.json index 747a2afbe15..553a80fc7f5 100644 --- a/metrics/linux-clang8-release/render-tests/line-dasharray/overscaled/metrics.json +++ b/metrics/linux-clang8-release/render-tests/line-dasharray/overscaled/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/line-dasharray/round/segments/metrics.json b/metrics/linux-clang8-release/render-tests/line-dasharray/round/segments/metrics.json index d3af311705d..7aa6ba0d1c7 100644 --- a/metrics/linux-clang8-release/render-tests/line-dasharray/round/segments/metrics.json +++ b/metrics/linux-clang8-release/render-tests/line-dasharray/round/segments/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/line-dasharray/round/zero-gap-width/metrics.json b/metrics/linux-clang8-release/render-tests/line-dasharray/round/zero-gap-width/metrics.json index d3af311705d..7aa6ba0d1c7 100644 --- a/metrics/linux-clang8-release/render-tests/line-dasharray/round/zero-gap-width/metrics.json +++ b/metrics/linux-clang8-release/render-tests/line-dasharray/round/zero-gap-width/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/line-dasharray/slant/metrics.json b/metrics/linux-clang8-release/render-tests/line-dasharray/slant/metrics.json index 5e55b94da8c..805008108ab 100644 --- a/metrics/linux-clang8-release/render-tests/line-dasharray/slant/metrics.json +++ b/metrics/linux-clang8-release/render-tests/line-dasharray/slant/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/line-dasharray/zero-length-gap/metrics.json b/metrics/linux-clang8-release/render-tests/line-dasharray/zero-length-gap/metrics.json index 32c56fe8f4f..01b82ca75e0 100644 --- a/metrics/linux-clang8-release/render-tests/line-dasharray/zero-length-gap/metrics.json +++ b/metrics/linux-clang8-release/render-tests/line-dasharray/zero-length-gap/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/line-dasharray/zoom-history/metrics.json b/metrics/linux-clang8-release/render-tests/line-dasharray/zoom-history/metrics.json index 0b59834ac4d..286060c9bda 100644 --- a/metrics/linux-clang8-release/render-tests/line-dasharray/zoom-history/metrics.json +++ b/metrics/linux-clang8-release/render-tests/line-dasharray/zoom-history/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/line-gap-width/default/metrics.json b/metrics/linux-clang8-release/render-tests/line-gap-width/default/metrics.json index d3fc3537952..3a4bc927281 100644 --- a/metrics/linux-clang8-release/render-tests/line-gap-width/default/metrics.json +++ b/metrics/linux-clang8-release/render-tests/line-gap-width/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/line-gap-width/function/metrics.json b/metrics/linux-clang8-release/render-tests/line-gap-width/function/metrics.json index d3fc3537952..3a4bc927281 100644 --- a/metrics/linux-clang8-release/render-tests/line-gap-width/function/metrics.json +++ b/metrics/linux-clang8-release/render-tests/line-gap-width/function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/line-gap-width/literal/metrics.json b/metrics/linux-clang8-release/render-tests/line-gap-width/literal/metrics.json index d3fc3537952..3a4bc927281 100644 --- a/metrics/linux-clang8-release/render-tests/line-gap-width/literal/metrics.json +++ b/metrics/linux-clang8-release/render-tests/line-gap-width/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/line-gap-width/property-function/metrics.json b/metrics/linux-clang8-release/render-tests/line-gap-width/property-function/metrics.json index 3a79bf07087..2a87a2adf26 100644 --- a/metrics/linux-clang8-release/render-tests/line-gap-width/property-function/metrics.json +++ b/metrics/linux-clang8-release/render-tests/line-gap-width/property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/line-gradient/gradient-tile-boundaries/metrics.json b/metrics/linux-clang8-release/render-tests/line-gradient/gradient-tile-boundaries/metrics.json index c5be22f7087..244ec12801d 100644 --- a/metrics/linux-clang8-release/render-tests/line-gradient/gradient-tile-boundaries/metrics.json +++ b/metrics/linux-clang8-release/render-tests/line-gradient/gradient-tile-boundaries/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/line-gradient/gradient/metrics.json b/metrics/linux-clang8-release/render-tests/line-gradient/gradient/metrics.json index 2452c64b4ac..598169b1d9b 100644 --- a/metrics/linux-clang8-release/render-tests/line-gradient/gradient/metrics.json +++ b/metrics/linux-clang8-release/render-tests/line-gradient/gradient/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/line-gradient/translucent/metrics.json b/metrics/linux-clang8-release/render-tests/line-gradient/translucent/metrics.json index 2452c64b4ac..598169b1d9b 100644 --- a/metrics/linux-clang8-release/render-tests/line-gradient/translucent/metrics.json +++ b/metrics/linux-clang8-release/render-tests/line-gradient/translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/line-join/bevel-transparent/metrics.json b/metrics/linux-clang8-release/render-tests/line-join/bevel-transparent/metrics.json index 418bfd0dac8..f58d7f3410c 100644 --- a/metrics/linux-clang8-release/render-tests/line-join/bevel-transparent/metrics.json +++ b/metrics/linux-clang8-release/render-tests/line-join/bevel-transparent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/line-join/bevel/metrics.json b/metrics/linux-clang8-release/render-tests/line-join/bevel/metrics.json index 418bfd0dac8..f58d7f3410c 100644 --- a/metrics/linux-clang8-release/render-tests/line-join/bevel/metrics.json +++ b/metrics/linux-clang8-release/render-tests/line-join/bevel/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/line-join/default/metrics.json b/metrics/linux-clang8-release/render-tests/line-join/default/metrics.json index 418bfd0dac8..f58d7f3410c 100644 --- a/metrics/linux-clang8-release/render-tests/line-join/default/metrics.json +++ b/metrics/linux-clang8-release/render-tests/line-join/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/line-join/miter-transparent/metrics.json b/metrics/linux-clang8-release/render-tests/line-join/miter-transparent/metrics.json index 418bfd0dac8..f58d7f3410c 100644 --- a/metrics/linux-clang8-release/render-tests/line-join/miter-transparent/metrics.json +++ b/metrics/linux-clang8-release/render-tests/line-join/miter-transparent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/line-join/miter/metrics.json b/metrics/linux-clang8-release/render-tests/line-join/miter/metrics.json index 418bfd0dac8..f58d7f3410c 100644 --- a/metrics/linux-clang8-release/render-tests/line-join/miter/metrics.json +++ b/metrics/linux-clang8-release/render-tests/line-join/miter/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/line-join/property-function-dasharray/metrics.json b/metrics/linux-clang8-release/render-tests/line-join/property-function-dasharray/metrics.json index c43da977410..6099d2b006d 100644 --- a/metrics/linux-clang8-release/render-tests/line-join/property-function-dasharray/metrics.json +++ b/metrics/linux-clang8-release/render-tests/line-join/property-function-dasharray/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/line-join/property-function/metrics.json b/metrics/linux-clang8-release/render-tests/line-join/property-function/metrics.json index 58f534192f0..a4a13eb4cda 100644 --- a/metrics/linux-clang8-release/render-tests/line-join/property-function/metrics.json +++ b/metrics/linux-clang8-release/render-tests/line-join/property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/line-join/round-transparent/metrics.json b/metrics/linux-clang8-release/render-tests/line-join/round-transparent/metrics.json index 8bb30bb81b6..0e02f323f19 100644 --- a/metrics/linux-clang8-release/render-tests/line-join/round-transparent/metrics.json +++ b/metrics/linux-clang8-release/render-tests/line-join/round-transparent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/line-join/round/metrics.json b/metrics/linux-clang8-release/render-tests/line-join/round/metrics.json index 8bb30bb81b6..0e02f323f19 100644 --- a/metrics/linux-clang8-release/render-tests/line-join/round/metrics.json +++ b/metrics/linux-clang8-release/render-tests/line-join/round/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/line-offset/default/metrics.json b/metrics/linux-clang8-release/render-tests/line-offset/default/metrics.json index 37218777d26..7187015593c 100644 --- a/metrics/linux-clang8-release/render-tests/line-offset/default/metrics.json +++ b/metrics/linux-clang8-release/render-tests/line-offset/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/line-offset/function/metrics.json b/metrics/linux-clang8-release/render-tests/line-offset/function/metrics.json index 37218777d26..7187015593c 100644 --- a/metrics/linux-clang8-release/render-tests/line-offset/function/metrics.json +++ b/metrics/linux-clang8-release/render-tests/line-offset/function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/line-offset/literal-negative/metrics.json b/metrics/linux-clang8-release/render-tests/line-offset/literal-negative/metrics.json index 37218777d26..7187015593c 100644 --- a/metrics/linux-clang8-release/render-tests/line-offset/literal-negative/metrics.json +++ b/metrics/linux-clang8-release/render-tests/line-offset/literal-negative/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/line-offset/literal/metrics.json b/metrics/linux-clang8-release/render-tests/line-offset/literal/metrics.json index 37218777d26..7187015593c 100644 --- a/metrics/linux-clang8-release/render-tests/line-offset/literal/metrics.json +++ b/metrics/linux-clang8-release/render-tests/line-offset/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/line-offset/property-function/metrics.json b/metrics/linux-clang8-release/render-tests/line-offset/property-function/metrics.json index 3a79bf07087..2a87a2adf26 100644 --- a/metrics/linux-clang8-release/render-tests/line-offset/property-function/metrics.json +++ b/metrics/linux-clang8-release/render-tests/line-offset/property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/line-opacity/default/metrics.json b/metrics/linux-clang8-release/render-tests/line-opacity/default/metrics.json index d3fc3537952..3a4bc927281 100644 --- a/metrics/linux-clang8-release/render-tests/line-opacity/default/metrics.json +++ b/metrics/linux-clang8-release/render-tests/line-opacity/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/line-opacity/function/metrics.json b/metrics/linux-clang8-release/render-tests/line-opacity/function/metrics.json index d3fc3537952..3a4bc927281 100644 --- a/metrics/linux-clang8-release/render-tests/line-opacity/function/metrics.json +++ b/metrics/linux-clang8-release/render-tests/line-opacity/function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/line-opacity/literal/metrics.json b/metrics/linux-clang8-release/render-tests/line-opacity/literal/metrics.json index d3fc3537952..3a4bc927281 100644 --- a/metrics/linux-clang8-release/render-tests/line-opacity/literal/metrics.json +++ b/metrics/linux-clang8-release/render-tests/line-opacity/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/line-opacity/property-function/metrics.json b/metrics/linux-clang8-release/render-tests/line-opacity/property-function/metrics.json index 3a79bf07087..2a87a2adf26 100644 --- a/metrics/linux-clang8-release/render-tests/line-opacity/property-function/metrics.json +++ b/metrics/linux-clang8-release/render-tests/line-opacity/property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/line-opacity/step-curve/metrics.json b/metrics/linux-clang8-release/render-tests/line-opacity/step-curve/metrics.json index 49ecdaab985..fed8cf9423c 100644 --- a/metrics/linux-clang8-release/render-tests/line-opacity/step-curve/metrics.json +++ b/metrics/linux-clang8-release/render-tests/line-opacity/step-curve/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/line-pattern/@2x/metrics.json b/metrics/linux-clang8-release/render-tests/line-pattern/@2x/metrics.json index 5163e6758e3..a2abf428c72 100644 --- a/metrics/linux-clang8-release/render-tests/line-pattern/@2x/metrics.json +++ b/metrics/linux-clang8-release/render-tests/line-pattern/@2x/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/line-pattern/literal/metrics.json b/metrics/linux-clang8-release/render-tests/line-pattern/literal/metrics.json index d4020db05c5..ef2bff8926e 100644 --- a/metrics/linux-clang8-release/render-tests/line-pattern/literal/metrics.json +++ b/metrics/linux-clang8-release/render-tests/line-pattern/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/line-pattern/overscaled/metrics.json b/metrics/linux-clang8-release/render-tests/line-pattern/overscaled/metrics.json index 94e778f0b45..3f043408c0e 100644 --- a/metrics/linux-clang8-release/render-tests/line-pattern/overscaled/metrics.json +++ b/metrics/linux-clang8-release/render-tests/line-pattern/overscaled/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/line-pattern/pitch/metrics.json b/metrics/linux-clang8-release/render-tests/line-pattern/pitch/metrics.json index d108f774d19..097e80cdffb 100644 --- a/metrics/linux-clang8-release/render-tests/line-pattern/pitch/metrics.json +++ b/metrics/linux-clang8-release/render-tests/line-pattern/pitch/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/line-pattern/property-function/metrics.json b/metrics/linux-clang8-release/render-tests/line-pattern/property-function/metrics.json index 136c1476151..7cc483d3f22 100644 --- a/metrics/linux-clang8-release/render-tests/line-pattern/property-function/metrics.json +++ b/metrics/linux-clang8-release/render-tests/line-pattern/property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/line-pattern/step-curve/metrics.json b/metrics/linux-clang8-release/render-tests/line-pattern/step-curve/metrics.json index fbbd2176a96..dc08e895971 100644 --- a/metrics/linux-clang8-release/render-tests/line-pattern/step-curve/metrics.json +++ b/metrics/linux-clang8-release/render-tests/line-pattern/step-curve/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/line-pattern/zoom-expression/metrics.json b/metrics/linux-clang8-release/render-tests/line-pattern/zoom-expression/metrics.json index 94e778f0b45..3f043408c0e 100644 --- a/metrics/linux-clang8-release/render-tests/line-pattern/zoom-expression/metrics.json +++ b/metrics/linux-clang8-release/render-tests/line-pattern/zoom-expression/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/line-pitch/default/metrics.json b/metrics/linux-clang8-release/render-tests/line-pitch/default/metrics.json index 37218777d26..7187015593c 100644 --- a/metrics/linux-clang8-release/render-tests/line-pitch/default/metrics.json +++ b/metrics/linux-clang8-release/render-tests/line-pitch/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/line-pitch/pitch0/metrics.json b/metrics/linux-clang8-release/render-tests/line-pitch/pitch0/metrics.json index 37218777d26..7187015593c 100644 --- a/metrics/linux-clang8-release/render-tests/line-pitch/pitch0/metrics.json +++ b/metrics/linux-clang8-release/render-tests/line-pitch/pitch0/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/line-pitch/pitch15/metrics.json b/metrics/linux-clang8-release/render-tests/line-pitch/pitch15/metrics.json index 37218777d26..7187015593c 100644 --- a/metrics/linux-clang8-release/render-tests/line-pitch/pitch15/metrics.json +++ b/metrics/linux-clang8-release/render-tests/line-pitch/pitch15/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/line-pitch/pitch30/metrics.json b/metrics/linux-clang8-release/render-tests/line-pitch/pitch30/metrics.json index 37218777d26..7187015593c 100644 --- a/metrics/linux-clang8-release/render-tests/line-pitch/pitch30/metrics.json +++ b/metrics/linux-clang8-release/render-tests/line-pitch/pitch30/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/line-pitch/pitchAndBearing/metrics.json b/metrics/linux-clang8-release/render-tests/line-pitch/pitchAndBearing/metrics.json index 37218777d26..7187015593c 100644 --- a/metrics/linux-clang8-release/render-tests/line-pitch/pitchAndBearing/metrics.json +++ b/metrics/linux-clang8-release/render-tests/line-pitch/pitchAndBearing/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/line-sort-key/literal/metrics.json b/metrics/linux-clang8-release/render-tests/line-sort-key/literal/metrics.json index 12a75988519..a0bfb2d61e6 100644 --- a/metrics/linux-clang8-release/render-tests/line-sort-key/literal/metrics.json +++ b/metrics/linux-clang8-release/render-tests/line-sort-key/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/line-translate-anchor/map/metrics.json b/metrics/linux-clang8-release/render-tests/line-translate-anchor/map/metrics.json index 5500efb2945..2bd27774108 100644 --- a/metrics/linux-clang8-release/render-tests/line-translate-anchor/map/metrics.json +++ b/metrics/linux-clang8-release/render-tests/line-translate-anchor/map/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/line-translate-anchor/viewport/metrics.json b/metrics/linux-clang8-release/render-tests/line-translate-anchor/viewport/metrics.json index 5500efb2945..2bd27774108 100644 --- a/metrics/linux-clang8-release/render-tests/line-translate-anchor/viewport/metrics.json +++ b/metrics/linux-clang8-release/render-tests/line-translate-anchor/viewport/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/line-translate/default/metrics.json b/metrics/linux-clang8-release/render-tests/line-translate/default/metrics.json index 37218777d26..7187015593c 100644 --- a/metrics/linux-clang8-release/render-tests/line-translate/default/metrics.json +++ b/metrics/linux-clang8-release/render-tests/line-translate/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/line-translate/function/metrics.json b/metrics/linux-clang8-release/render-tests/line-translate/function/metrics.json index 37218777d26..7187015593c 100644 --- a/metrics/linux-clang8-release/render-tests/line-translate/function/metrics.json +++ b/metrics/linux-clang8-release/render-tests/line-translate/function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/line-triangulation/default/metrics.json b/metrics/linux-clang8-release/render-tests/line-triangulation/default/metrics.json index 8e3ab38a23f..d79a560d5f7 100644 --- a/metrics/linux-clang8-release/render-tests/line-triangulation/default/metrics.json +++ b/metrics/linux-clang8-release/render-tests/line-triangulation/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/line-triangulation/round/metrics.json b/metrics/linux-clang8-release/render-tests/line-triangulation/round/metrics.json index 9d549815609..1cedbbe39f0 100644 --- a/metrics/linux-clang8-release/render-tests/line-triangulation/round/metrics.json +++ b/metrics/linux-clang8-release/render-tests/line-triangulation/round/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/line-visibility/none/metrics.json b/metrics/linux-clang8-release/render-tests/line-visibility/none/metrics.json index 50f1262c46f..5003122a5bc 100644 --- a/metrics/linux-clang8-release/render-tests/line-visibility/none/metrics.json +++ b/metrics/linux-clang8-release/render-tests/line-visibility/none/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/line-visibility/visible/metrics.json b/metrics/linux-clang8-release/render-tests/line-visibility/visible/metrics.json index 5500efb2945..2bd27774108 100644 --- a/metrics/linux-clang8-release/render-tests/line-visibility/visible/metrics.json +++ b/metrics/linux-clang8-release/render-tests/line-visibility/visible/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/line-width/default/metrics.json b/metrics/linux-clang8-release/render-tests/line-width/default/metrics.json index 37218777d26..7187015593c 100644 --- a/metrics/linux-clang8-release/render-tests/line-width/default/metrics.json +++ b/metrics/linux-clang8-release/render-tests/line-width/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/line-width/function/metrics.json b/metrics/linux-clang8-release/render-tests/line-width/function/metrics.json index 37218777d26..7187015593c 100644 --- a/metrics/linux-clang8-release/render-tests/line-width/function/metrics.json +++ b/metrics/linux-clang8-release/render-tests/line-width/function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/line-width/literal/metrics.json b/metrics/linux-clang8-release/render-tests/line-width/literal/metrics.json index 37218777d26..7187015593c 100644 --- a/metrics/linux-clang8-release/render-tests/line-width/literal/metrics.json +++ b/metrics/linux-clang8-release/render-tests/line-width/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/line-width/property-function/metrics.json b/metrics/linux-clang8-release/render-tests/line-width/property-function/metrics.json index e66ff128ba5..80ef087b584 100644 --- a/metrics/linux-clang8-release/render-tests/line-width/property-function/metrics.json +++ b/metrics/linux-clang8-release/render-tests/line-width/property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/line-width/very-overscaled/metrics.json b/metrics/linux-clang8-release/render-tests/line-width/very-overscaled/metrics.json index b93dcb82323..52a7d9a5f27 100644 --- a/metrics/linux-clang8-release/render-tests/line-width/very-overscaled/metrics.json +++ b/metrics/linux-clang8-release/render-tests/line-width/very-overscaled/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/line-width/zero-width-function/metrics.json b/metrics/linux-clang8-release/render-tests/line-width/zero-width-function/metrics.json index c6cefecd177..81eab93f96a 100644 --- a/metrics/linux-clang8-release/render-tests/line-width/zero-width-function/metrics.json +++ b/metrics/linux-clang8-release/render-tests/line-width/zero-width-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/line-width/zero-width/metrics.json b/metrics/linux-clang8-release/render-tests/line-width/zero-width/metrics.json index 2712b0b4fe0..b96101a10cc 100644 --- a/metrics/linux-clang8-release/render-tests/line-width/zero-width/metrics.json +++ b/metrics/linux-clang8-release/render-tests/line-width/zero-width/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/linear-filter-opacity-edge/literal/metrics.json b/metrics/linux-clang8-release/render-tests/linear-filter-opacity-edge/literal/metrics.json index bf9483fb78c..8cf4d01508c 100644 --- a/metrics/linux-clang8-release/render-tests/linear-filter-opacity-edge/literal/metrics.json +++ b/metrics/linux-clang8-release/render-tests/linear-filter-opacity-edge/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/map-mode/static/metrics.json b/metrics/linux-clang8-release/render-tests/map-mode/static/metrics.json index 290ed6328f6..23591d65d74 100644 --- a/metrics/linux-clang8-release/render-tests/map-mode/static/metrics.json +++ b/metrics/linux-clang8-release/render-tests/map-mode/static/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/map-mode/tile-avoid-edges/metrics.json b/metrics/linux-clang8-release/render-tests/map-mode/tile-avoid-edges/metrics.json index 12ed06367ea..6604cb4c9fe 100644 --- a/metrics/linux-clang8-release/render-tests/map-mode/tile-avoid-edges/metrics.json +++ b/metrics/linux-clang8-release/render-tests/map-mode/tile-avoid-edges/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/map-mode/tile/metrics.json b/metrics/linux-clang8-release/render-tests/map-mode/tile/metrics.json index 3510a6a2db7..995d9141c33 100644 --- a/metrics/linux-clang8-release/render-tests/map-mode/tile/metrics.json +++ b/metrics/linux-clang8-release/render-tests/map-mode/tile/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/projection/axonometric-multiple/metrics.json b/metrics/linux-clang8-release/render-tests/projection/axonometric-multiple/metrics.json index da78bc6af7b..202fe7d7294 100644 --- a/metrics/linux-clang8-release/render-tests/projection/axonometric-multiple/metrics.json +++ b/metrics/linux-clang8-release/render-tests/projection/axonometric-multiple/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/projection/axonometric/metrics.json b/metrics/linux-clang8-release/render-tests/projection/axonometric/metrics.json index b82f4dfc182..785d404f877 100644 --- a/metrics/linux-clang8-release/render-tests/projection/axonometric/metrics.json +++ b/metrics/linux-clang8-release/render-tests/projection/axonometric/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/projection/perspective/metrics.json b/metrics/linux-clang8-release/render-tests/projection/perspective/metrics.json index b82f4dfc182..785d404f877 100644 --- a/metrics/linux-clang8-release/render-tests/projection/perspective/metrics.json +++ b/metrics/linux-clang8-release/render-tests/projection/perspective/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/projection/skew/metrics.json b/metrics/linux-clang8-release/render-tests/projection/skew/metrics.json index b82f4dfc182..785d404f877 100644 --- a/metrics/linux-clang8-release/render-tests/projection/skew/metrics.json +++ b/metrics/linux-clang8-release/render-tests/projection/skew/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/raster-alpha/default/metrics.json b/metrics/linux-clang8-release/render-tests/raster-alpha/default/metrics.json index 08d8297db80..39f69f65b74 100644 --- a/metrics/linux-clang8-release/render-tests/raster-alpha/default/metrics.json +++ b/metrics/linux-clang8-release/render-tests/raster-alpha/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/raster-brightness/default/metrics.json b/metrics/linux-clang8-release/render-tests/raster-brightness/default/metrics.json index 4859f4afb12..0f05c16ab79 100644 --- a/metrics/linux-clang8-release/render-tests/raster-brightness/default/metrics.json +++ b/metrics/linux-clang8-release/render-tests/raster-brightness/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/raster-brightness/function/metrics.json b/metrics/linux-clang8-release/render-tests/raster-brightness/function/metrics.json index 4859f4afb12..0f05c16ab79 100644 --- a/metrics/linux-clang8-release/render-tests/raster-brightness/function/metrics.json +++ b/metrics/linux-clang8-release/render-tests/raster-brightness/function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/raster-brightness/literal/metrics.json b/metrics/linux-clang8-release/render-tests/raster-brightness/literal/metrics.json index 4859f4afb12..0f05c16ab79 100644 --- a/metrics/linux-clang8-release/render-tests/raster-brightness/literal/metrics.json +++ b/metrics/linux-clang8-release/render-tests/raster-brightness/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/raster-contrast/default/metrics.json b/metrics/linux-clang8-release/render-tests/raster-contrast/default/metrics.json index 4859f4afb12..0f05c16ab79 100644 --- a/metrics/linux-clang8-release/render-tests/raster-contrast/default/metrics.json +++ b/metrics/linux-clang8-release/render-tests/raster-contrast/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/raster-contrast/function/metrics.json b/metrics/linux-clang8-release/render-tests/raster-contrast/function/metrics.json index 4859f4afb12..0f05c16ab79 100644 --- a/metrics/linux-clang8-release/render-tests/raster-contrast/function/metrics.json +++ b/metrics/linux-clang8-release/render-tests/raster-contrast/function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/raster-contrast/literal/metrics.json b/metrics/linux-clang8-release/render-tests/raster-contrast/literal/metrics.json index 4859f4afb12..0f05c16ab79 100644 --- a/metrics/linux-clang8-release/render-tests/raster-contrast/literal/metrics.json +++ b/metrics/linux-clang8-release/render-tests/raster-contrast/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/raster-extent/maxzoom/metrics.json b/metrics/linux-clang8-release/render-tests/raster-extent/maxzoom/metrics.json index 50f1262c46f..5003122a5bc 100644 --- a/metrics/linux-clang8-release/render-tests/raster-extent/maxzoom/metrics.json +++ b/metrics/linux-clang8-release/render-tests/raster-extent/maxzoom/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/raster-extent/minzoom/metrics.json b/metrics/linux-clang8-release/render-tests/raster-extent/minzoom/metrics.json index 50f1262c46f..5003122a5bc 100644 --- a/metrics/linux-clang8-release/render-tests/raster-extent/minzoom/metrics.json +++ b/metrics/linux-clang8-release/render-tests/raster-extent/minzoom/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/raster-hue-rotate/default/metrics.json b/metrics/linux-clang8-release/render-tests/raster-hue-rotate/default/metrics.json index 4859f4afb12..0f05c16ab79 100644 --- a/metrics/linux-clang8-release/render-tests/raster-hue-rotate/default/metrics.json +++ b/metrics/linux-clang8-release/render-tests/raster-hue-rotate/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/raster-hue-rotate/function/metrics.json b/metrics/linux-clang8-release/render-tests/raster-hue-rotate/function/metrics.json index 4859f4afb12..0f05c16ab79 100644 --- a/metrics/linux-clang8-release/render-tests/raster-hue-rotate/function/metrics.json +++ b/metrics/linux-clang8-release/render-tests/raster-hue-rotate/function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/raster-hue-rotate/literal/metrics.json b/metrics/linux-clang8-release/render-tests/raster-hue-rotate/literal/metrics.json index 4859f4afb12..0f05c16ab79 100644 --- a/metrics/linux-clang8-release/render-tests/raster-hue-rotate/literal/metrics.json +++ b/metrics/linux-clang8-release/render-tests/raster-hue-rotate/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/raster-loading/missing/metrics.json b/metrics/linux-clang8-release/render-tests/raster-loading/missing/metrics.json index 4bd248b8fa5..e22f089e735 100644 --- a/metrics/linux-clang8-release/render-tests/raster-loading/missing/metrics.json +++ b/metrics/linux-clang8-release/render-tests/raster-loading/missing/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/raster-masking/overlapping-vector/metrics.json b/metrics/linux-clang8-release/render-tests/raster-masking/overlapping-vector/metrics.json index 12c856a6988..1ebeb723639 100644 --- a/metrics/linux-clang8-release/render-tests/raster-masking/overlapping-vector/metrics.json +++ b/metrics/linux-clang8-release/render-tests/raster-masking/overlapping-vector/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/raster-masking/overlapping/metrics.json b/metrics/linux-clang8-release/render-tests/raster-masking/overlapping/metrics.json index c0ad63d409d..0f00ecddb5a 100644 --- a/metrics/linux-clang8-release/render-tests/raster-masking/overlapping/metrics.json +++ b/metrics/linux-clang8-release/render-tests/raster-masking/overlapping/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/raster-opacity/default/metrics.json b/metrics/linux-clang8-release/render-tests/raster-opacity/default/metrics.json index 4859f4afb12..0f05c16ab79 100644 --- a/metrics/linux-clang8-release/render-tests/raster-opacity/default/metrics.json +++ b/metrics/linux-clang8-release/render-tests/raster-opacity/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/raster-opacity/function/metrics.json b/metrics/linux-clang8-release/render-tests/raster-opacity/function/metrics.json index 4859f4afb12..0f05c16ab79 100644 --- a/metrics/linux-clang8-release/render-tests/raster-opacity/function/metrics.json +++ b/metrics/linux-clang8-release/render-tests/raster-opacity/function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/raster-opacity/literal/metrics.json b/metrics/linux-clang8-release/render-tests/raster-opacity/literal/metrics.json index 4859f4afb12..0f05c16ab79 100644 --- a/metrics/linux-clang8-release/render-tests/raster-opacity/literal/metrics.json +++ b/metrics/linux-clang8-release/render-tests/raster-opacity/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/raster-resampling/default/metrics.json b/metrics/linux-clang8-release/render-tests/raster-resampling/default/metrics.json index 72910f7b105..239c8476e66 100644 --- a/metrics/linux-clang8-release/render-tests/raster-resampling/default/metrics.json +++ b/metrics/linux-clang8-release/render-tests/raster-resampling/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/raster-resampling/function/metrics.json b/metrics/linux-clang8-release/render-tests/raster-resampling/function/metrics.json index 72910f7b105..239c8476e66 100644 --- a/metrics/linux-clang8-release/render-tests/raster-resampling/function/metrics.json +++ b/metrics/linux-clang8-release/render-tests/raster-resampling/function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/raster-resampling/literal/metrics.json b/metrics/linux-clang8-release/render-tests/raster-resampling/literal/metrics.json index 72910f7b105..239c8476e66 100644 --- a/metrics/linux-clang8-release/render-tests/raster-resampling/literal/metrics.json +++ b/metrics/linux-clang8-release/render-tests/raster-resampling/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/raster-rotation/0/metrics.json b/metrics/linux-clang8-release/render-tests/raster-rotation/0/metrics.json index 4859f4afb12..0f05c16ab79 100644 --- a/metrics/linux-clang8-release/render-tests/raster-rotation/0/metrics.json +++ b/metrics/linux-clang8-release/render-tests/raster-rotation/0/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/raster-rotation/180/metrics.json b/metrics/linux-clang8-release/render-tests/raster-rotation/180/metrics.json index 4859f4afb12..0f05c16ab79 100644 --- a/metrics/linux-clang8-release/render-tests/raster-rotation/180/metrics.json +++ b/metrics/linux-clang8-release/render-tests/raster-rotation/180/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/raster-rotation/270/metrics.json b/metrics/linux-clang8-release/render-tests/raster-rotation/270/metrics.json index 0d1ecd18333..bbbb385613f 100644 --- a/metrics/linux-clang8-release/render-tests/raster-rotation/270/metrics.json +++ b/metrics/linux-clang8-release/render-tests/raster-rotation/270/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/raster-rotation/45/metrics.json b/metrics/linux-clang8-release/render-tests/raster-rotation/45/metrics.json index b4c21ad5c91..eaeea32d5f1 100644 --- a/metrics/linux-clang8-release/render-tests/raster-rotation/45/metrics.json +++ b/metrics/linux-clang8-release/render-tests/raster-rotation/45/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/raster-rotation/90/metrics.json b/metrics/linux-clang8-release/render-tests/raster-rotation/90/metrics.json index 0d1ecd18333..bbbb385613f 100644 --- a/metrics/linux-clang8-release/render-tests/raster-rotation/90/metrics.json +++ b/metrics/linux-clang8-release/render-tests/raster-rotation/90/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/raster-saturation/default/metrics.json b/metrics/linux-clang8-release/render-tests/raster-saturation/default/metrics.json index 4859f4afb12..0f05c16ab79 100644 --- a/metrics/linux-clang8-release/render-tests/raster-saturation/default/metrics.json +++ b/metrics/linux-clang8-release/render-tests/raster-saturation/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/raster-saturation/function/metrics.json b/metrics/linux-clang8-release/render-tests/raster-saturation/function/metrics.json index 4859f4afb12..0f05c16ab79 100644 --- a/metrics/linux-clang8-release/render-tests/raster-saturation/function/metrics.json +++ b/metrics/linux-clang8-release/render-tests/raster-saturation/function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/raster-saturation/literal/metrics.json b/metrics/linux-clang8-release/render-tests/raster-saturation/literal/metrics.json index 4859f4afb12..0f05c16ab79 100644 --- a/metrics/linux-clang8-release/render-tests/raster-saturation/literal/metrics.json +++ b/metrics/linux-clang8-release/render-tests/raster-saturation/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/raster-visibility/none/metrics.json b/metrics/linux-clang8-release/render-tests/raster-visibility/none/metrics.json index db64850e387..fb3082aa614 100644 --- a/metrics/linux-clang8-release/render-tests/raster-visibility/none/metrics.json +++ b/metrics/linux-clang8-release/render-tests/raster-visibility/none/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/raster-visibility/visible/metrics.json b/metrics/linux-clang8-release/render-tests/raster-visibility/visible/metrics.json index 4859f4afb12..0f05c16ab79 100644 --- a/metrics/linux-clang8-release/render-tests/raster-visibility/visible/metrics.json +++ b/metrics/linux-clang8-release/render-tests/raster-visibility/visible/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/real-world/nepal/metrics.json b/metrics/linux-clang8-release/render-tests/real-world/nepal/metrics.json index f1142e011c2..772e2784b65 100644 --- a/metrics/linux-clang8-release/render-tests/real-world/nepal/metrics.json +++ b/metrics/linux-clang8-release/render-tests/real-world/nepal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/real-world/norway/metrics.json b/metrics/linux-clang8-release/render-tests/real-world/norway/metrics.json index 45badb494a7..70157e715c3 100644 --- a/metrics/linux-clang8-release/render-tests/real-world/norway/metrics.json +++ b/metrics/linux-clang8-release/render-tests/real-world/norway/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/real-world/uruguay/metrics.json b/metrics/linux-clang8-release/render-tests/real-world/uruguay/metrics.json index 8c183cc9f3e..2d78407d2e2 100644 --- a/metrics/linux-clang8-release/render-tests/real-world/uruguay/metrics.json +++ b/metrics/linux-clang8-release/render-tests/real-world/uruguay/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-js#2305/metrics.json b/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-js#2305/metrics.json index 96bd9fd98fe..e56676099d3 100644 --- a/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-js#2305/metrics.json +++ b/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-js#2305/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-js#2523/metrics.json b/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-js#2523/metrics.json index a48098b4aa6..df6ef6aa8c5 100644 --- a/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-js#2523/metrics.json +++ b/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-js#2523/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-js#2533/metrics.json b/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-js#2533/metrics.json index c527b4e09d2..89484ae7620 100644 --- a/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-js#2533/metrics.json +++ b/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-js#2533/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-js#2534/metrics.json b/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-js#2534/metrics.json index 7d15d2a7ad3..a6e9e855f6a 100644 --- a/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-js#2534/metrics.json +++ b/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-js#2534/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-js#2787/metrics.json b/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-js#2787/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-js#2787/metrics.json +++ b/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-js#2787/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-js#2846/metrics.json b/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-js#2846/metrics.json index 19c5ef85077..9764c56f837 100644 --- a/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-js#2846/metrics.json +++ b/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-js#2846/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-js#2929/metrics.json b/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-js#2929/metrics.json index 2052d5d52ee..7529eb1b86a 100644 --- a/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-js#2929/metrics.json +++ b/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-js#2929/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-js#3010/metrics.json b/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-js#3010/metrics.json index 3a2571d36aa..bdb24cbec79 100644 --- a/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-js#3010/metrics.json +++ b/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-js#3010/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-js#3107/metrics.json b/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-js#3107/metrics.json index fab92536d4c..44da94cb7f4 100644 --- a/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-js#3107/metrics.json +++ b/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-js#3107/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-js#3320/metrics.json b/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-js#3320/metrics.json index bcc2a3f74f9..26ccedcbcc6 100644 --- a/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-js#3320/metrics.json +++ b/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-js#3320/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-js#3365/metrics.json b/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-js#3365/metrics.json index 09d52d402e4..8e00f93fdad 100644 --- a/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-js#3365/metrics.json +++ b/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-js#3365/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-js#3394/metrics.json b/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-js#3394/metrics.json index 65f07ee5330..147feb028dc 100644 --- a/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-js#3394/metrics.json +++ b/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-js#3394/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-js#3426/metrics.json b/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-js#3426/metrics.json index c217fdfc61c..9ad682254db 100644 --- a/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-js#3426/metrics.json +++ b/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-js#3426/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-js#3548/metrics.json b/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-js#3548/metrics.json index 6e40c94905a..02b59466219 100644 --- a/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-js#3548/metrics.json +++ b/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-js#3548/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-js#3612/metrics.json b/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-js#3612/metrics.json index 35205631494..97a82f2c699 100644 --- a/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-js#3612/metrics.json +++ b/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-js#3612/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-js#3614/metrics.json b/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-js#3614/metrics.json index 2e017e0a393..1e9df4d1869 100644 --- a/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-js#3614/metrics.json +++ b/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-js#3614/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-js#3623/metrics.json b/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-js#3623/metrics.json index 7bca5d23fe0..e272933e899 100644 --- a/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-js#3623/metrics.json +++ b/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-js#3623/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-js#3633/metrics.json b/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-js#3633/metrics.json index e204a192de4..b762a231e10 100644 --- a/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-js#3633/metrics.json +++ b/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-js#3633/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-js#3682/metrics.json b/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-js#3682/metrics.json index 16485ab8b4a..29bd5d79b36 100644 --- a/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-js#3682/metrics.json +++ b/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-js#3682/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-js#3702/metrics.json b/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-js#3702/metrics.json index 0500eb4873c..9e161054551 100644 --- a/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-js#3702/metrics.json +++ b/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-js#3702/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-js#3723/metrics.json b/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-js#3723/metrics.json index a01add499ee..5bbb9e9e285 100644 --- a/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-js#3723/metrics.json +++ b/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-js#3723/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-js#3819/metrics.json b/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-js#3819/metrics.json index 50f1262c46f..5003122a5bc 100644 --- a/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-js#3819/metrics.json +++ b/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-js#3819/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-js#3903/metrics.json b/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-js#3903/metrics.json index ca19895c81d..385524356c4 100644 --- a/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-js#3903/metrics.json +++ b/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-js#3903/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-js#3910/metrics.json b/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-js#3910/metrics.json index f9443ff76e4..f3cf4089493 100644 --- a/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-js#3910/metrics.json +++ b/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-js#3910/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-js#3949/metrics.json b/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-js#3949/metrics.json index cfdc9c2e210..748caf4284e 100644 --- a/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-js#3949/metrics.json +++ b/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-js#3949/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-js#4124/metrics.json b/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-js#4124/metrics.json index d4eae544558..c2b50ed1f4f 100644 --- a/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-js#4124/metrics.json +++ b/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-js#4124/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-js#4144/metrics.json b/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-js#4144/metrics.json index d4eae544558..c2b50ed1f4f 100644 --- a/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-js#4144/metrics.json +++ b/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-js#4144/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-js#4146/metrics.json b/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-js#4146/metrics.json index d4eae544558..c2b50ed1f4f 100644 --- a/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-js#4146/metrics.json +++ b/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-js#4146/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-js#4150/metrics.json b/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-js#4150/metrics.json index 485b59ab36f..2087e1a0787 100644 --- a/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-js#4150/metrics.json +++ b/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-js#4150/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-js#4172/metrics.json b/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-js#4172/metrics.json index 3468eac0f2f..a2ec1ec242d 100644 --- a/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-js#4172/metrics.json +++ b/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-js#4172/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-js#4235/metrics.json b/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-js#4235/metrics.json index ba3ca00114d..8bd27264ef8 100644 --- a/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-js#4235/metrics.json +++ b/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-js#4235/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-js#4550/metrics.json b/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-js#4550/metrics.json index 3a2571d36aa..bdb24cbec79 100644 --- a/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-js#4550/metrics.json +++ b/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-js#4550/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-js#4551/metrics.json b/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-js#4551/metrics.json index 48541088a87..eb4921578f7 100644 --- a/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-js#4551/metrics.json +++ b/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-js#4551/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-js#4564/metrics.json b/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-js#4564/metrics.json index 54f55f390df..6187e2ef578 100644 --- a/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-js#4564/metrics.json +++ b/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-js#4564/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-js#4573/metrics.json b/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-js#4573/metrics.json index 3a2571d36aa..bdb24cbec79 100644 --- a/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-js#4573/metrics.json +++ b/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-js#4573/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-js#4579/metrics.json b/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-js#4579/metrics.json index 5068fa89b0a..c0275692b33 100644 --- a/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-js#4579/metrics.json +++ b/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-js#4579/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-js#4605/metrics.json b/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-js#4605/metrics.json index 026b6be0310..ab1502aa76c 100644 --- a/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-js#4605/metrics.json +++ b/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-js#4605/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-js#4617/metrics.json b/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-js#4617/metrics.json index 026b6be0310..ab1502aa76c 100644 --- a/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-js#4617/metrics.json +++ b/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-js#4617/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-js#4647/metrics.json b/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-js#4647/metrics.json index e348c71619e..759f85ee08f 100644 --- a/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-js#4647/metrics.json +++ b/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-js#4647/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-js#4651/metrics.json b/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-js#4651/metrics.json index 77e26663adf..75208b6254d 100644 --- a/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-js#4651/metrics.json +++ b/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-js#4651/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-js#4860/metrics.json b/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-js#4860/metrics.json index 2a11129cdd7..a12bda145e5 100644 --- a/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-js#4860/metrics.json +++ b/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-js#4860/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-js#4928/metrics.json b/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-js#4928/metrics.json index e78c7480085..87958b98822 100644 --- a/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-js#4928/metrics.json +++ b/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-js#4928/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-js#5171/metrics.json b/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-js#5171/metrics.json index f116462d86f..a5d7f6590c5 100644 --- a/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-js#5171/metrics.json +++ b/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-js#5171/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-js#5370/metrics.json b/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-js#5370/metrics.json index c2b157771ed..bd7801fad65 100644 --- a/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-js#5370/metrics.json +++ b/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-js#5370/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-js#5466/metrics.json b/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-js#5466/metrics.json index 5e66f07df06..f30c133db82 100644 --- a/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-js#5466/metrics.json +++ b/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-js#5466/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-js#5496/metrics.json b/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-js#5496/metrics.json index b7fcd045414..c5dc4e05e94 100644 --- a/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-js#5496/metrics.json +++ b/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-js#5496/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-js#5544/metrics.json b/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-js#5544/metrics.json index 20fa03d3244..17a5608e4c0 100644 --- a/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-js#5544/metrics.json +++ b/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-js#5544/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-js#5546/metrics.json b/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-js#5546/metrics.json index 6b144b9538d..25ad6d321cf 100644 --- a/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-js#5546/metrics.json +++ b/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-js#5546/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-js#5576/metrics.json b/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-js#5576/metrics.json index 63e089963e3..5e613a090bd 100644 --- a/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-js#5576/metrics.json +++ b/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-js#5576/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-js#5599/metrics.json b/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-js#5599/metrics.json index 4ab1b5696c5..3085211089b 100644 --- a/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-js#5599/metrics.json +++ b/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-js#5599/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-js#5631/metrics.json b/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-js#5631/metrics.json index 7ce4c132485..b4d99c9639a 100644 --- a/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-js#5631/metrics.json +++ b/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-js#5631/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-js#5776/metrics.json b/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-js#5776/metrics.json index 2ce8e21873a..1a05422da51 100644 --- a/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-js#5776/metrics.json +++ b/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-js#5776/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-js#5911/metrics.json b/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-js#5911/metrics.json index 2043a63e49b..d0665fd606f 100644 --- a/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-js#5911/metrics.json +++ b/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-js#5911/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-js#5911a/metrics.json b/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-js#5911a/metrics.json index 6603feaf8bf..13b901589d1 100644 --- a/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-js#5911a/metrics.json +++ b/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-js#5911a/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-js#5947/metrics.json b/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-js#5947/metrics.json index 9c7a3359c23..f946223a8d8 100644 --- a/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-js#5947/metrics.json +++ b/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-js#5947/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-js#5953/metrics.json b/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-js#5953/metrics.json index 873f47815fe..a1e24dbecc7 100644 --- a/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-js#5953/metrics.json +++ b/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-js#5953/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-js#5978/metrics.json b/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-js#5978/metrics.json index 7b8e778406e..34b13f90c07 100644 --- a/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-js#5978/metrics.json +++ b/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-js#5978/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-js#6160/metrics.json b/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-js#6160/metrics.json index f8108ef92fb..f89be7b1003 100644 --- a/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-js#6160/metrics.json +++ b/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-js#6160/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-js#6238/metrics.json b/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-js#6238/metrics.json index 873f47815fe..a1e24dbecc7 100644 --- a/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-js#6238/metrics.json +++ b/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-js#6238/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-js#6548/metrics.json b/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-js#6548/metrics.json index 64d5fea021d..3cf688b7a51 100644 --- a/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-js#6548/metrics.json +++ b/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-js#6548/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-js#6649/metrics.json b/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-js#6649/metrics.json index 89aa855d365..3d9e0fbbf80 100644 --- a/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-js#6649/metrics.json +++ b/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-js#6649/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-js#6660/metrics.json b/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-js#6660/metrics.json index 0206fc826fe..25471f81337 100644 --- a/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-js#6660/metrics.json +++ b/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-js#6660/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-js#6919/metrics.json b/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-js#6919/metrics.json index c8c3dee3946..d92cd64c54d 100644 --- a/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-js#6919/metrics.json +++ b/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-js#6919/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-js#7032/metrics.json b/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-js#7032/metrics.json index 693f7870426..e960f3f7cae 100644 --- a/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-js#7032/metrics.json +++ b/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-js#7032/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-js#7172/metrics.json b/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-js#7172/metrics.json index 79e78104863..a2643ebba77 100644 --- a/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-js#7172/metrics.json +++ b/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-js#7172/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-js#8273/metrics.json b/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-js#8273/metrics.json index 2e92924579b..4bc0d80686a 100644 --- a/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-js#8273/metrics.json +++ b/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-js#8273/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-js#9009/metrics.json b/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-js#9009/metrics.json index a5407ceb766..b82aa8853d3 100644 --- a/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-js#9009/metrics.json +++ b/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-js#9009/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-native#10849/metrics.json b/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-native#10849/metrics.json index a80aa837e47..9e3eb890c00 100644 --- a/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-native#10849/metrics.json +++ b/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-native#10849/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-native#11451/metrics.json b/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-native#11451/metrics.json index 501f64a004e..5ad8d61037a 100644 --- a/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-native#11451/metrics.json +++ b/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-native#11451/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-native#11729/metrics.json b/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-native#11729/metrics.json index 0be45de845d..51b147ed165 100644 --- a/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-native#11729/metrics.json +++ b/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-native#11729/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-native#12812/metrics.json b/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-native#12812/metrics.json index 89ccfdbed1f..70d140fcbe8 100644 --- a/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-native#12812/metrics.json +++ b/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-native#12812/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-native#14402/metrics.json b/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-native#14402/metrics.json index 98442c7f492..af60ac1aa34 100644 --- a/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-native#14402/metrics.json +++ b/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-native#14402/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-native#15139/metrics.json b/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-native#15139/metrics.json index 5cb2eb84281..366dde8ad6b 100644 --- a/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-native#15139/metrics.json +++ b/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-native#15139/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-native#3292/metrics.json b/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-native#3292/metrics.json index 873f47815fe..a1e24dbecc7 100644 --- a/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-native#3292/metrics.json +++ b/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-native#3292/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-native#5648/metrics.json b/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-native#5648/metrics.json index fb4e5552f7f..e85d091e9f4 100644 --- a/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-native#5648/metrics.json +++ b/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-native#5648/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-native#5701/metrics.json b/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-native#5701/metrics.json index 3420d4a3fc9..01cc0d1cc08 100644 --- a/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-native#5701/metrics.json +++ b/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-native#5701/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-native#5754/metrics.json b/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-native#5754/metrics.json index fea6fe2e598..94fd76f9f2e 100644 --- a/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-native#5754/metrics.json +++ b/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-native#5754/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-native#6063/metrics.json b/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-native#6063/metrics.json index 52ca3936645..d9af42ea277 100644 --- a/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-native#6063/metrics.json +++ b/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-native#6063/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-native#6233/metrics.json b/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-native#6233/metrics.json index 4bb79fe7179..d0ceb541407 100644 --- a/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-native#6233/metrics.json +++ b/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-native#6233/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-native#6820/metrics.json b/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-native#6820/metrics.json index b6bf3b9d007..87e18e45232 100644 --- a/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-native#6820/metrics.json +++ b/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-native#6820/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-native#6903/metrics.json b/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-native#6903/metrics.json index 71ac27d9d32..525a02be8bf 100644 --- a/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-native#6903/metrics.json +++ b/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-native#6903/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-native#7241/metrics.json b/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-native#7241/metrics.json index cbd01b37e00..08801eb3145 100644 --- a/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-native#7241/metrics.json +++ b/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-native#7241/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-native#7572/metrics.json b/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-native#7572/metrics.json index 38eab4e78e3..d0501b45165 100644 --- a/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-native#7572/metrics.json +++ b/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-native#7572/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-native#7714/metrics.json b/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-native#7714/metrics.json index 2bd3523e277..8c3137d8884 100644 --- a/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-native#7714/metrics.json +++ b/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-native#7714/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-native#7792/metrics.json b/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-native#7792/metrics.json index 01b432fe214..e30b6a8224f 100644 --- a/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-native#7792/metrics.json +++ b/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-native#7792/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-native#8078/metrics.json b/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-native#8078/metrics.json index 16c62d33f56..5448971d70e 100644 --- a/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-native#8078/metrics.json +++ b/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-native#8078/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-native#8303/metrics.json b/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-native#8303/metrics.json index fea6fe2e598..94fd76f9f2e 100644 --- a/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-native#8303/metrics.json +++ b/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-native#8303/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-native#8460/metrics.json b/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-native#8460/metrics.json index d4eae544558..c2b50ed1f4f 100644 --- a/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-native#8460/metrics.json +++ b/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-native#8460/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-native#8505/metrics.json b/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-native#8505/metrics.json index 4a3aa63475b..8ebdb56edb1 100644 --- a/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-native#8505/metrics.json +++ b/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-native#8505/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-native#8871/metrics.json b/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-native#8871/metrics.json index 6623f4879ee..3dc3a11db4d 100644 --- a/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-native#8871/metrics.json +++ b/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-native#8871/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-native#8952/metrics.json b/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-native#8952/metrics.json index 857fa5f5e3b..7bbb5e9e4ed 100644 --- a/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-native#8952/metrics.json +++ b/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-native#8952/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-native#9406/metrics.json b/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-native#9406/metrics.json index 4e5b247b073..36da688a67f 100644 --- a/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-native#9406/metrics.json +++ b/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-native#9406/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-native#9557/metrics.json b/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-native#9557/metrics.json index effeefa2aa8..0f0f725f705 100644 --- a/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-native#9557/metrics.json +++ b/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-native#9557/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-native#9792/metrics.json b/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-native#9792/metrics.json index 6de6aa8e28f..9ecafe55c84 100644 --- a/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-native#9792/metrics.json +++ b/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-native#9792/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-native#9900/metrics.json b/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-native#9900/metrics.json index 6e487ce43fb..7b805b46550 100644 --- a/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-native#9900/metrics.json +++ b/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-native#9900/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-native#9976/metrics.json b/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-native#9976/metrics.json index 4b5fdfaa4ab..2d7f93d1b91 100644 --- a/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-native#9976/metrics.json +++ b/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-native#9976/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-native#9979/metrics.json b/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-native#9979/metrics.json index 1b7a2185cc3..3e058d58ed6 100644 --- a/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-native#9979/metrics.json +++ b/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-native#9979/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-shaders#37/metrics.json b/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-shaders#37/metrics.json index eb891b578e4..596d5893bab 100644 --- a/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-shaders#37/metrics.json +++ b/metrics/linux-clang8-release/render-tests/regressions/mapbox-gl-shaders#37/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/remove-feature-state/composite-expression/metrics.json b/metrics/linux-clang8-release/render-tests/remove-feature-state/composite-expression/metrics.json index 3653638ee2e..199b2b57550 100644 --- a/metrics/linux-clang8-release/render-tests/remove-feature-state/composite-expression/metrics.json +++ b/metrics/linux-clang8-release/render-tests/remove-feature-state/composite-expression/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/remove-feature-state/data-expression/metrics.json b/metrics/linux-clang8-release/render-tests/remove-feature-state/data-expression/metrics.json index f6bec0e0459..8b4cf7dabaf 100644 --- a/metrics/linux-clang8-release/render-tests/remove-feature-state/data-expression/metrics.json +++ b/metrics/linux-clang8-release/render-tests/remove-feature-state/data-expression/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/remove-feature-state/vector-source/metrics.json b/metrics/linux-clang8-release/render-tests/remove-feature-state/vector-source/metrics.json index 16026dacebf..bb5b3e0e76f 100644 --- a/metrics/linux-clang8-release/render-tests/remove-feature-state/vector-source/metrics.json +++ b/metrics/linux-clang8-release/render-tests/remove-feature-state/vector-source/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/retina-raster/default/metrics.json b/metrics/linux-clang8-release/render-tests/retina-raster/default/metrics.json index 10305579d18..bf90ca9af08 100644 --- a/metrics/linux-clang8-release/render-tests/retina-raster/default/metrics.json +++ b/metrics/linux-clang8-release/render-tests/retina-raster/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/runtime-styling/filter-default-to-false/metrics.json b/metrics/linux-clang8-release/render-tests/runtime-styling/filter-default-to-false/metrics.json index 7d39e182955..4c937ec3278 100644 --- a/metrics/linux-clang8-release/render-tests/runtime-styling/filter-default-to-false/metrics.json +++ b/metrics/linux-clang8-release/render-tests/runtime-styling/filter-default-to-false/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/runtime-styling/filter-default-to-true/metrics.json b/metrics/linux-clang8-release/render-tests/runtime-styling/filter-default-to-true/metrics.json index fea6fe2e598..94fd76f9f2e 100644 --- a/metrics/linux-clang8-release/render-tests/runtime-styling/filter-default-to-true/metrics.json +++ b/metrics/linux-clang8-release/render-tests/runtime-styling/filter-default-to-true/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/runtime-styling/filter-false-to-default/metrics.json b/metrics/linux-clang8-release/render-tests/runtime-styling/filter-false-to-default/metrics.json index fea6fe2e598..94fd76f9f2e 100644 --- a/metrics/linux-clang8-release/render-tests/runtime-styling/filter-false-to-default/metrics.json +++ b/metrics/linux-clang8-release/render-tests/runtime-styling/filter-false-to-default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/runtime-styling/filter-false-to-true/metrics.json b/metrics/linux-clang8-release/render-tests/runtime-styling/filter-false-to-true/metrics.json index fea6fe2e598..94fd76f9f2e 100644 --- a/metrics/linux-clang8-release/render-tests/runtime-styling/filter-false-to-true/metrics.json +++ b/metrics/linux-clang8-release/render-tests/runtime-styling/filter-false-to-true/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/runtime-styling/filter-true-to-default/metrics.json b/metrics/linux-clang8-release/render-tests/runtime-styling/filter-true-to-default/metrics.json index fea6fe2e598..94fd76f9f2e 100644 --- a/metrics/linux-clang8-release/render-tests/runtime-styling/filter-true-to-default/metrics.json +++ b/metrics/linux-clang8-release/render-tests/runtime-styling/filter-true-to-default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/runtime-styling/filter-true-to-false/metrics.json b/metrics/linux-clang8-release/render-tests/runtime-styling/filter-true-to-false/metrics.json index 7d39e182955..4c937ec3278 100644 --- a/metrics/linux-clang8-release/render-tests/runtime-styling/filter-true-to-false/metrics.json +++ b/metrics/linux-clang8-release/render-tests/runtime-styling/filter-true-to-false/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/runtime-styling/image-add-1.5x-image-1x-screen/metrics.json b/metrics/linux-clang8-release/render-tests/runtime-styling/image-add-1.5x-image-1x-screen/metrics.json index 4deb44f270c..9051b2dd8a0 100644 --- a/metrics/linux-clang8-release/render-tests/runtime-styling/image-add-1.5x-image-1x-screen/metrics.json +++ b/metrics/linux-clang8-release/render-tests/runtime-styling/image-add-1.5x-image-1x-screen/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/runtime-styling/image-add-1.5x-image-2x-screen/metrics.json b/metrics/linux-clang8-release/render-tests/runtime-styling/image-add-1.5x-image-2x-screen/metrics.json index 4deb44f270c..9051b2dd8a0 100644 --- a/metrics/linux-clang8-release/render-tests/runtime-styling/image-add-1.5x-image-2x-screen/metrics.json +++ b/metrics/linux-clang8-release/render-tests/runtime-styling/image-add-1.5x-image-2x-screen/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/runtime-styling/image-add-1x-image-1x-screen/metrics.json b/metrics/linux-clang8-release/render-tests/runtime-styling/image-add-1x-image-1x-screen/metrics.json index 6faf862e935..195626668e5 100644 --- a/metrics/linux-clang8-release/render-tests/runtime-styling/image-add-1x-image-1x-screen/metrics.json +++ b/metrics/linux-clang8-release/render-tests/runtime-styling/image-add-1x-image-1x-screen/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/runtime-styling/image-add-1x-image-2x-screen/metrics.json b/metrics/linux-clang8-release/render-tests/runtime-styling/image-add-1x-image-2x-screen/metrics.json index 6faf862e935..195626668e5 100644 --- a/metrics/linux-clang8-release/render-tests/runtime-styling/image-add-1x-image-2x-screen/metrics.json +++ b/metrics/linux-clang8-release/render-tests/runtime-styling/image-add-1x-image-2x-screen/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/runtime-styling/image-add-2x-image-1x-screen/metrics.json b/metrics/linux-clang8-release/render-tests/runtime-styling/image-add-2x-image-1x-screen/metrics.json index e0baa0c9f5a..b2ee8647e41 100644 --- a/metrics/linux-clang8-release/render-tests/runtime-styling/image-add-2x-image-1x-screen/metrics.json +++ b/metrics/linux-clang8-release/render-tests/runtime-styling/image-add-2x-image-1x-screen/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/runtime-styling/image-add-2x-image-2x-screen/metrics.json b/metrics/linux-clang8-release/render-tests/runtime-styling/image-add-2x-image-2x-screen/metrics.json index e0baa0c9f5a..b2ee8647e41 100644 --- a/metrics/linux-clang8-release/render-tests/runtime-styling/image-add-2x-image-2x-screen/metrics.json +++ b/metrics/linux-clang8-release/render-tests/runtime-styling/image-add-2x-image-2x-screen/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/runtime-styling/image-add-alpha/metrics.json b/metrics/linux-clang8-release/render-tests/runtime-styling/image-add-alpha/metrics.json index 7b309facc7a..e7846c68293 100644 --- a/metrics/linux-clang8-release/render-tests/runtime-styling/image-add-alpha/metrics.json +++ b/metrics/linux-clang8-release/render-tests/runtime-styling/image-add-alpha/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/runtime-styling/image-add-nonsdf/metrics.json b/metrics/linux-clang8-release/render-tests/runtime-styling/image-add-nonsdf/metrics.json index 672f6c43ed1..c58c3f22a42 100644 --- a/metrics/linux-clang8-release/render-tests/runtime-styling/image-add-nonsdf/metrics.json +++ b/metrics/linux-clang8-release/render-tests/runtime-styling/image-add-nonsdf/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/runtime-styling/image-add-pattern/metrics.json b/metrics/linux-clang8-release/render-tests/runtime-styling/image-add-pattern/metrics.json index b6e30d5e334..ba30b88ece1 100644 --- a/metrics/linux-clang8-release/render-tests/runtime-styling/image-add-pattern/metrics.json +++ b/metrics/linux-clang8-release/render-tests/runtime-styling/image-add-pattern/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/runtime-styling/image-add-sdf/metrics.json b/metrics/linux-clang8-release/render-tests/runtime-styling/image-add-sdf/metrics.json index 672f6c43ed1..c58c3f22a42 100644 --- a/metrics/linux-clang8-release/render-tests/runtime-styling/image-add-sdf/metrics.json +++ b/metrics/linux-clang8-release/render-tests/runtime-styling/image-add-sdf/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/runtime-styling/image-remove/metrics.json b/metrics/linux-clang8-release/render-tests/runtime-styling/image-remove/metrics.json index ac4b3251ff9..c47506deede 100644 --- a/metrics/linux-clang8-release/render-tests/runtime-styling/image-remove/metrics.json +++ b/metrics/linux-clang8-release/render-tests/runtime-styling/image-remove/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/runtime-styling/image-update-icon/metrics.json b/metrics/linux-clang8-release/render-tests/runtime-styling/image-update-icon/metrics.json index ff91a11d5ff..3866fc4356d 100644 --- a/metrics/linux-clang8-release/render-tests/runtime-styling/image-update-icon/metrics.json +++ b/metrics/linux-clang8-release/render-tests/runtime-styling/image-update-icon/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/runtime-styling/image-update-pattern/metrics.json b/metrics/linux-clang8-release/render-tests/runtime-styling/image-update-pattern/metrics.json index 31a94a030d8..1f47d186634 100644 --- a/metrics/linux-clang8-release/render-tests/runtime-styling/image-update-pattern/metrics.json +++ b/metrics/linux-clang8-release/render-tests/runtime-styling/image-update-pattern/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/runtime-styling/layer-add-background/metrics.json b/metrics/linux-clang8-release/render-tests/runtime-styling/layer-add-background/metrics.json index ca19895c81d..385524356c4 100644 --- a/metrics/linux-clang8-release/render-tests/runtime-styling/layer-add-background/metrics.json +++ b/metrics/linux-clang8-release/render-tests/runtime-styling/layer-add-background/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/runtime-styling/layer-add-circle/metrics.json b/metrics/linux-clang8-release/render-tests/runtime-styling/layer-add-circle/metrics.json index 01b432fe214..e30b6a8224f 100644 --- a/metrics/linux-clang8-release/render-tests/runtime-styling/layer-add-circle/metrics.json +++ b/metrics/linux-clang8-release/render-tests/runtime-styling/layer-add-circle/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/runtime-styling/layer-add-fill/metrics.json b/metrics/linux-clang8-release/render-tests/runtime-styling/layer-add-fill/metrics.json index 873f47815fe..a1e24dbecc7 100644 --- a/metrics/linux-clang8-release/render-tests/runtime-styling/layer-add-fill/metrics.json +++ b/metrics/linux-clang8-release/render-tests/runtime-styling/layer-add-fill/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/runtime-styling/layer-add-line/metrics.json b/metrics/linux-clang8-release/render-tests/runtime-styling/layer-add-line/metrics.json index bb8ac853884..5cfc25dfd95 100644 --- a/metrics/linux-clang8-release/render-tests/runtime-styling/layer-add-line/metrics.json +++ b/metrics/linux-clang8-release/render-tests/runtime-styling/layer-add-line/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/runtime-styling/layer-add-raster/metrics.json b/metrics/linux-clang8-release/render-tests/runtime-styling/layer-add-raster/metrics.json index 2e017e0a393..1e9df4d1869 100644 --- a/metrics/linux-clang8-release/render-tests/runtime-styling/layer-add-raster/metrics.json +++ b/metrics/linux-clang8-release/render-tests/runtime-styling/layer-add-raster/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/runtime-styling/layer-add-symbol/metrics.json b/metrics/linux-clang8-release/render-tests/runtime-styling/layer-add-symbol/metrics.json index fea6fe2e598..94fd76f9f2e 100644 --- a/metrics/linux-clang8-release/render-tests/runtime-styling/layer-add-symbol/metrics.json +++ b/metrics/linux-clang8-release/render-tests/runtime-styling/layer-add-symbol/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/runtime-styling/layer-remove-background/metrics.json b/metrics/linux-clang8-release/render-tests/runtime-styling/layer-remove-background/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/linux-clang8-release/render-tests/runtime-styling/layer-remove-background/metrics.json +++ b/metrics/linux-clang8-release/render-tests/runtime-styling/layer-remove-background/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/runtime-styling/layer-remove-circle/metrics.json b/metrics/linux-clang8-release/render-tests/runtime-styling/layer-remove-circle/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/linux-clang8-release/render-tests/runtime-styling/layer-remove-circle/metrics.json +++ b/metrics/linux-clang8-release/render-tests/runtime-styling/layer-remove-circle/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/runtime-styling/layer-remove-fill/metrics.json b/metrics/linux-clang8-release/render-tests/runtime-styling/layer-remove-fill/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/linux-clang8-release/render-tests/runtime-styling/layer-remove-fill/metrics.json +++ b/metrics/linux-clang8-release/render-tests/runtime-styling/layer-remove-fill/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/runtime-styling/layer-remove-line/metrics.json b/metrics/linux-clang8-release/render-tests/runtime-styling/layer-remove-line/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/linux-clang8-release/render-tests/runtime-styling/layer-remove-line/metrics.json +++ b/metrics/linux-clang8-release/render-tests/runtime-styling/layer-remove-line/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/runtime-styling/layer-remove-raster/metrics.json b/metrics/linux-clang8-release/render-tests/runtime-styling/layer-remove-raster/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/linux-clang8-release/render-tests/runtime-styling/layer-remove-raster/metrics.json +++ b/metrics/linux-clang8-release/render-tests/runtime-styling/layer-remove-raster/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/runtime-styling/layer-remove-symbol/metrics.json b/metrics/linux-clang8-release/render-tests/runtime-styling/layer-remove-symbol/metrics.json index d1d3c719b69..2cd5816ef0d 100644 --- a/metrics/linux-clang8-release/render-tests/runtime-styling/layer-remove-symbol/metrics.json +++ b/metrics/linux-clang8-release/render-tests/runtime-styling/layer-remove-symbol/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/runtime-styling/layout-property-default-to-literal/metrics.json b/metrics/linux-clang8-release/render-tests/runtime-styling/layout-property-default-to-literal/metrics.json index fea6fe2e598..94fd76f9f2e 100644 --- a/metrics/linux-clang8-release/render-tests/runtime-styling/layout-property-default-to-literal/metrics.json +++ b/metrics/linux-clang8-release/render-tests/runtime-styling/layout-property-default-to-literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/runtime-styling/layout-property-default-to-property-expression/metrics.json b/metrics/linux-clang8-release/render-tests/runtime-styling/layout-property-default-to-property-expression/metrics.json index 43f81ae9e8f..7b15f7584f8 100644 --- a/metrics/linux-clang8-release/render-tests/runtime-styling/layout-property-default-to-property-expression/metrics.json +++ b/metrics/linux-clang8-release/render-tests/runtime-styling/layout-property-default-to-property-expression/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/runtime-styling/layout-property-default-to-property-function/metrics.json b/metrics/linux-clang8-release/render-tests/runtime-styling/layout-property-default-to-property-function/metrics.json index 43f81ae9e8f..7b15f7584f8 100644 --- a/metrics/linux-clang8-release/render-tests/runtime-styling/layout-property-default-to-property-function/metrics.json +++ b/metrics/linux-clang8-release/render-tests/runtime-styling/layout-property-default-to-property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/runtime-styling/layout-property-default-to-zoom-expression/metrics.json b/metrics/linux-clang8-release/render-tests/runtime-styling/layout-property-default-to-zoom-expression/metrics.json index fea6fe2e598..94fd76f9f2e 100644 --- a/metrics/linux-clang8-release/render-tests/runtime-styling/layout-property-default-to-zoom-expression/metrics.json +++ b/metrics/linux-clang8-release/render-tests/runtime-styling/layout-property-default-to-zoom-expression/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/runtime-styling/layout-property-default-to-zoom-function/metrics.json b/metrics/linux-clang8-release/render-tests/runtime-styling/layout-property-default-to-zoom-function/metrics.json index fea6fe2e598..94fd76f9f2e 100644 --- a/metrics/linux-clang8-release/render-tests/runtime-styling/layout-property-default-to-zoom-function/metrics.json +++ b/metrics/linux-clang8-release/render-tests/runtime-styling/layout-property-default-to-zoom-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/runtime-styling/layout-property-literal-to-default/metrics.json b/metrics/linux-clang8-release/render-tests/runtime-styling/layout-property-literal-to-default/metrics.json index 7d39e182955..4c937ec3278 100644 --- a/metrics/linux-clang8-release/render-tests/runtime-styling/layout-property-literal-to-default/metrics.json +++ b/metrics/linux-clang8-release/render-tests/runtime-styling/layout-property-literal-to-default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/runtime-styling/layout-property-literal-to-property-expression/metrics.json b/metrics/linux-clang8-release/render-tests/runtime-styling/layout-property-literal-to-property-expression/metrics.json index 43f81ae9e8f..7b15f7584f8 100644 --- a/metrics/linux-clang8-release/render-tests/runtime-styling/layout-property-literal-to-property-expression/metrics.json +++ b/metrics/linux-clang8-release/render-tests/runtime-styling/layout-property-literal-to-property-expression/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/runtime-styling/layout-property-literal-to-property-function/metrics.json b/metrics/linux-clang8-release/render-tests/runtime-styling/layout-property-literal-to-property-function/metrics.json index 43f81ae9e8f..7b15f7584f8 100644 --- a/metrics/linux-clang8-release/render-tests/runtime-styling/layout-property-literal-to-property-function/metrics.json +++ b/metrics/linux-clang8-release/render-tests/runtime-styling/layout-property-literal-to-property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/runtime-styling/layout-property-literal-to-zoom-expression/metrics.json b/metrics/linux-clang8-release/render-tests/runtime-styling/layout-property-literal-to-zoom-expression/metrics.json index fea6fe2e598..94fd76f9f2e 100644 --- a/metrics/linux-clang8-release/render-tests/runtime-styling/layout-property-literal-to-zoom-expression/metrics.json +++ b/metrics/linux-clang8-release/render-tests/runtime-styling/layout-property-literal-to-zoom-expression/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/runtime-styling/layout-property-literal-to-zoom-function/metrics.json b/metrics/linux-clang8-release/render-tests/runtime-styling/layout-property-literal-to-zoom-function/metrics.json index fea6fe2e598..94fd76f9f2e 100644 --- a/metrics/linux-clang8-release/render-tests/runtime-styling/layout-property-literal-to-zoom-function/metrics.json +++ b/metrics/linux-clang8-release/render-tests/runtime-styling/layout-property-literal-to-zoom-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/runtime-styling/layout-property-override-paint-property-expression/metrics.json b/metrics/linux-clang8-release/render-tests/runtime-styling/layout-property-override-paint-property-expression/metrics.json index c4c12ce6ccf..8fc0848bdb8 100644 --- a/metrics/linux-clang8-release/render-tests/runtime-styling/layout-property-override-paint-property-expression/metrics.json +++ b/metrics/linux-clang8-release/render-tests/runtime-styling/layout-property-override-paint-property-expression/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/runtime-styling/layout-property-override-paint-property-literal/metrics.json b/metrics/linux-clang8-release/render-tests/runtime-styling/layout-property-override-paint-property-literal/metrics.json index ded111d5dbd..4a0222bf2cd 100644 --- a/metrics/linux-clang8-release/render-tests/runtime-styling/layout-property-override-paint-property-literal/metrics.json +++ b/metrics/linux-clang8-release/render-tests/runtime-styling/layout-property-override-paint-property-literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/runtime-styling/layout-property-property-expression-to-default/metrics.json b/metrics/linux-clang8-release/render-tests/runtime-styling/layout-property-property-expression-to-default/metrics.json index 43f81ae9e8f..7b15f7584f8 100644 --- a/metrics/linux-clang8-release/render-tests/runtime-styling/layout-property-property-expression-to-default/metrics.json +++ b/metrics/linux-clang8-release/render-tests/runtime-styling/layout-property-property-expression-to-default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/runtime-styling/layout-property-property-expression-to-literal/metrics.json b/metrics/linux-clang8-release/render-tests/runtime-styling/layout-property-property-expression-to-literal/metrics.json index 43f81ae9e8f..7b15f7584f8 100644 --- a/metrics/linux-clang8-release/render-tests/runtime-styling/layout-property-property-expression-to-literal/metrics.json +++ b/metrics/linux-clang8-release/render-tests/runtime-styling/layout-property-property-expression-to-literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/runtime-styling/layout-property-property-expression-to-property-expression/metrics.json b/metrics/linux-clang8-release/render-tests/runtime-styling/layout-property-property-expression-to-property-expression/metrics.json index 43f81ae9e8f..7b15f7584f8 100644 --- a/metrics/linux-clang8-release/render-tests/runtime-styling/layout-property-property-expression-to-property-expression/metrics.json +++ b/metrics/linux-clang8-release/render-tests/runtime-styling/layout-property-property-expression-to-property-expression/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/runtime-styling/layout-property-property-expression-to-zoom-expression/metrics.json b/metrics/linux-clang8-release/render-tests/runtime-styling/layout-property-property-expression-to-zoom-expression/metrics.json index fea6fe2e598..94fd76f9f2e 100644 --- a/metrics/linux-clang8-release/render-tests/runtime-styling/layout-property-property-expression-to-zoom-expression/metrics.json +++ b/metrics/linux-clang8-release/render-tests/runtime-styling/layout-property-property-expression-to-zoom-expression/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/runtime-styling/layout-property-property-function-to-default/metrics.json b/metrics/linux-clang8-release/render-tests/runtime-styling/layout-property-property-function-to-default/metrics.json index 43f81ae9e8f..7b15f7584f8 100644 --- a/metrics/linux-clang8-release/render-tests/runtime-styling/layout-property-property-function-to-default/metrics.json +++ b/metrics/linux-clang8-release/render-tests/runtime-styling/layout-property-property-function-to-default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/runtime-styling/layout-property-property-function-to-literal/metrics.json b/metrics/linux-clang8-release/render-tests/runtime-styling/layout-property-property-function-to-literal/metrics.json index 43f81ae9e8f..7b15f7584f8 100644 --- a/metrics/linux-clang8-release/render-tests/runtime-styling/layout-property-property-function-to-literal/metrics.json +++ b/metrics/linux-clang8-release/render-tests/runtime-styling/layout-property-property-function-to-literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/runtime-styling/layout-property-text-variable-anchor/metrics.json b/metrics/linux-clang8-release/render-tests/runtime-styling/layout-property-text-variable-anchor/metrics.json index 7c2bcc88a93..56d2c48830a 100644 --- a/metrics/linux-clang8-release/render-tests/runtime-styling/layout-property-text-variable-anchor/metrics.json +++ b/metrics/linux-clang8-release/render-tests/runtime-styling/layout-property-text-variable-anchor/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/runtime-styling/layout-property-zoom-and-property-expression-to-property-expression/metrics.json b/metrics/linux-clang8-release/render-tests/runtime-styling/layout-property-zoom-and-property-expression-to-property-expression/metrics.json index 43f81ae9e8f..7b15f7584f8 100644 --- a/metrics/linux-clang8-release/render-tests/runtime-styling/layout-property-zoom-and-property-expression-to-property-expression/metrics.json +++ b/metrics/linux-clang8-release/render-tests/runtime-styling/layout-property-zoom-and-property-expression-to-property-expression/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/runtime-styling/layout-property-zoom-and-property-expression-to-zoom-and-property-expression/metrics.json b/metrics/linux-clang8-release/render-tests/runtime-styling/layout-property-zoom-and-property-expression-to-zoom-and-property-expression/metrics.json index 43f81ae9e8f..7b15f7584f8 100644 --- a/metrics/linux-clang8-release/render-tests/runtime-styling/layout-property-zoom-and-property-expression-to-zoom-and-property-expression/metrics.json +++ b/metrics/linux-clang8-release/render-tests/runtime-styling/layout-property-zoom-and-property-expression-to-zoom-and-property-expression/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/runtime-styling/layout-property-zoom-and-property-expression-to-zoom-expression/metrics.json b/metrics/linux-clang8-release/render-tests/runtime-styling/layout-property-zoom-and-property-expression-to-zoom-expression/metrics.json index fea6fe2e598..94fd76f9f2e 100644 --- a/metrics/linux-clang8-release/render-tests/runtime-styling/layout-property-zoom-and-property-expression-to-zoom-expression/metrics.json +++ b/metrics/linux-clang8-release/render-tests/runtime-styling/layout-property-zoom-and-property-expression-to-zoom-expression/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/runtime-styling/layout-property-zoom-expression-to-default/metrics.json b/metrics/linux-clang8-release/render-tests/runtime-styling/layout-property-zoom-expression-to-default/metrics.json index 7d39e182955..4c937ec3278 100644 --- a/metrics/linux-clang8-release/render-tests/runtime-styling/layout-property-zoom-expression-to-default/metrics.json +++ b/metrics/linux-clang8-release/render-tests/runtime-styling/layout-property-zoom-expression-to-default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/runtime-styling/layout-property-zoom-expression-to-literal/metrics.json b/metrics/linux-clang8-release/render-tests/runtime-styling/layout-property-zoom-expression-to-literal/metrics.json index fea6fe2e598..94fd76f9f2e 100644 --- a/metrics/linux-clang8-release/render-tests/runtime-styling/layout-property-zoom-expression-to-literal/metrics.json +++ b/metrics/linux-clang8-release/render-tests/runtime-styling/layout-property-zoom-expression-to-literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/runtime-styling/layout-property-zoom-expression-to-property-expression/metrics.json b/metrics/linux-clang8-release/render-tests/runtime-styling/layout-property-zoom-expression-to-property-expression/metrics.json index 43f81ae9e8f..7b15f7584f8 100644 --- a/metrics/linux-clang8-release/render-tests/runtime-styling/layout-property-zoom-expression-to-property-expression/metrics.json +++ b/metrics/linux-clang8-release/render-tests/runtime-styling/layout-property-zoom-expression-to-property-expression/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/runtime-styling/layout-property-zoom-expression-to-zoom-and-property-expression/metrics.json b/metrics/linux-clang8-release/render-tests/runtime-styling/layout-property-zoom-expression-to-zoom-and-property-expression/metrics.json index 43f81ae9e8f..7b15f7584f8 100644 --- a/metrics/linux-clang8-release/render-tests/runtime-styling/layout-property-zoom-expression-to-zoom-and-property-expression/metrics.json +++ b/metrics/linux-clang8-release/render-tests/runtime-styling/layout-property-zoom-expression-to-zoom-and-property-expression/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/runtime-styling/layout-property-zoom-expression-to-zoom-expression/metrics.json b/metrics/linux-clang8-release/render-tests/runtime-styling/layout-property-zoom-expression-to-zoom-expression/metrics.json index fea6fe2e598..94fd76f9f2e 100644 --- a/metrics/linux-clang8-release/render-tests/runtime-styling/layout-property-zoom-expression-to-zoom-expression/metrics.json +++ b/metrics/linux-clang8-release/render-tests/runtime-styling/layout-property-zoom-expression-to-zoom-expression/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/runtime-styling/layout-property-zoom-function-to-default/metrics.json b/metrics/linux-clang8-release/render-tests/runtime-styling/layout-property-zoom-function-to-default/metrics.json index 7d39e182955..4c937ec3278 100644 --- a/metrics/linux-clang8-release/render-tests/runtime-styling/layout-property-zoom-function-to-default/metrics.json +++ b/metrics/linux-clang8-release/render-tests/runtime-styling/layout-property-zoom-function-to-default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/runtime-styling/layout-property-zoom-function-to-literal/metrics.json b/metrics/linux-clang8-release/render-tests/runtime-styling/layout-property-zoom-function-to-literal/metrics.json index fea6fe2e598..94fd76f9f2e 100644 --- a/metrics/linux-clang8-release/render-tests/runtime-styling/layout-property-zoom-function-to-literal/metrics.json +++ b/metrics/linux-clang8-release/render-tests/runtime-styling/layout-property-zoom-function-to-literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/runtime-styling/paint-property-default-to-literal/metrics.json b/metrics/linux-clang8-release/render-tests/runtime-styling/paint-property-default-to-literal/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/linux-clang8-release/render-tests/runtime-styling/paint-property-default-to-literal/metrics.json +++ b/metrics/linux-clang8-release/render-tests/runtime-styling/paint-property-default-to-literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/runtime-styling/paint-property-default-to-property-expression/metrics.json b/metrics/linux-clang8-release/render-tests/runtime-styling/paint-property-default-to-property-expression/metrics.json index bf5b94a7258..c5dccb9cead 100644 --- a/metrics/linux-clang8-release/render-tests/runtime-styling/paint-property-default-to-property-expression/metrics.json +++ b/metrics/linux-clang8-release/render-tests/runtime-styling/paint-property-default-to-property-expression/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/runtime-styling/paint-property-default-to-property-function/metrics.json b/metrics/linux-clang8-release/render-tests/runtime-styling/paint-property-default-to-property-function/metrics.json index bf5b94a7258..c5dccb9cead 100644 --- a/metrics/linux-clang8-release/render-tests/runtime-styling/paint-property-default-to-property-function/metrics.json +++ b/metrics/linux-clang8-release/render-tests/runtime-styling/paint-property-default-to-property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/runtime-styling/paint-property-default-to-zoom-expression/metrics.json b/metrics/linux-clang8-release/render-tests/runtime-styling/paint-property-default-to-zoom-expression/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/linux-clang8-release/render-tests/runtime-styling/paint-property-default-to-zoom-expression/metrics.json +++ b/metrics/linux-clang8-release/render-tests/runtime-styling/paint-property-default-to-zoom-expression/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/runtime-styling/paint-property-default-to-zoom-function/metrics.json b/metrics/linux-clang8-release/render-tests/runtime-styling/paint-property-default-to-zoom-function/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/linux-clang8-release/render-tests/runtime-styling/paint-property-default-to-zoom-function/metrics.json +++ b/metrics/linux-clang8-release/render-tests/runtime-styling/paint-property-default-to-zoom-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/runtime-styling/paint-property-fill-flat-to-extrude/metrics.json b/metrics/linux-clang8-release/render-tests/runtime-styling/paint-property-fill-flat-to-extrude/metrics.json index 869c4378bf3..f712c8f66dc 100644 --- a/metrics/linux-clang8-release/render-tests/runtime-styling/paint-property-fill-flat-to-extrude/metrics.json +++ b/metrics/linux-clang8-release/render-tests/runtime-styling/paint-property-fill-flat-to-extrude/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/runtime-styling/paint-property-literal-to-default/metrics.json b/metrics/linux-clang8-release/render-tests/runtime-styling/paint-property-literal-to-default/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/linux-clang8-release/render-tests/runtime-styling/paint-property-literal-to-default/metrics.json +++ b/metrics/linux-clang8-release/render-tests/runtime-styling/paint-property-literal-to-default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/runtime-styling/paint-property-literal-to-expression/metrics.json b/metrics/linux-clang8-release/render-tests/runtime-styling/paint-property-literal-to-expression/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/linux-clang8-release/render-tests/runtime-styling/paint-property-literal-to-expression/metrics.json +++ b/metrics/linux-clang8-release/render-tests/runtime-styling/paint-property-literal-to-expression/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/runtime-styling/paint-property-literal-to-function/metrics.json b/metrics/linux-clang8-release/render-tests/runtime-styling/paint-property-literal-to-function/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/linux-clang8-release/render-tests/runtime-styling/paint-property-literal-to-function/metrics.json +++ b/metrics/linux-clang8-release/render-tests/runtime-styling/paint-property-literal-to-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/runtime-styling/paint-property-literal-to-property-expression/metrics.json b/metrics/linux-clang8-release/render-tests/runtime-styling/paint-property-literal-to-property-expression/metrics.json index bf5b94a7258..c5dccb9cead 100644 --- a/metrics/linux-clang8-release/render-tests/runtime-styling/paint-property-literal-to-property-expression/metrics.json +++ b/metrics/linux-clang8-release/render-tests/runtime-styling/paint-property-literal-to-property-expression/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/runtime-styling/paint-property-literal-to-property-function/metrics.json b/metrics/linux-clang8-release/render-tests/runtime-styling/paint-property-literal-to-property-function/metrics.json index bf5b94a7258..c5dccb9cead 100644 --- a/metrics/linux-clang8-release/render-tests/runtime-styling/paint-property-literal-to-property-function/metrics.json +++ b/metrics/linux-clang8-release/render-tests/runtime-styling/paint-property-literal-to-property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/runtime-styling/paint-property-overriden-default-to-expression/metrics.json b/metrics/linux-clang8-release/render-tests/runtime-styling/paint-property-overriden-default-to-expression/metrics.json index 23b829f1681..663c3ce98a2 100644 --- a/metrics/linux-clang8-release/render-tests/runtime-styling/paint-property-overriden-default-to-expression/metrics.json +++ b/metrics/linux-clang8-release/render-tests/runtime-styling/paint-property-overriden-default-to-expression/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/runtime-styling/paint-property-overriden-default-to-literal/metrics.json b/metrics/linux-clang8-release/render-tests/runtime-styling/paint-property-overriden-default-to-literal/metrics.json index 47108b29bc1..1d0d7d25ccf 100644 --- a/metrics/linux-clang8-release/render-tests/runtime-styling/paint-property-overriden-default-to-literal/metrics.json +++ b/metrics/linux-clang8-release/render-tests/runtime-styling/paint-property-overriden-default-to-literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/runtime-styling/paint-property-overriden-expression-to-literal/metrics.json b/metrics/linux-clang8-release/render-tests/runtime-styling/paint-property-overriden-expression-to-literal/metrics.json index 9d89d5f2f3a..225b328f706 100644 --- a/metrics/linux-clang8-release/render-tests/runtime-styling/paint-property-overriden-expression-to-literal/metrics.json +++ b/metrics/linux-clang8-release/render-tests/runtime-styling/paint-property-overriden-expression-to-literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/runtime-styling/paint-property-property-expression-to-default/metrics.json b/metrics/linux-clang8-release/render-tests/runtime-styling/paint-property-property-expression-to-default/metrics.json index b7fcd045414..c5dc4e05e94 100644 --- a/metrics/linux-clang8-release/render-tests/runtime-styling/paint-property-property-expression-to-default/metrics.json +++ b/metrics/linux-clang8-release/render-tests/runtime-styling/paint-property-property-expression-to-default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/runtime-styling/paint-property-property-expression-to-literal/metrics.json b/metrics/linux-clang8-release/render-tests/runtime-styling/paint-property-property-expression-to-literal/metrics.json index cfdc9c2e210..748caf4284e 100644 --- a/metrics/linux-clang8-release/render-tests/runtime-styling/paint-property-property-expression-to-literal/metrics.json +++ b/metrics/linux-clang8-release/render-tests/runtime-styling/paint-property-property-expression-to-literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/runtime-styling/paint-property-property-expression-to-property-expression/metrics.json b/metrics/linux-clang8-release/render-tests/runtime-styling/paint-property-property-expression-to-property-expression/metrics.json index bf5b94a7258..c5dccb9cead 100644 --- a/metrics/linux-clang8-release/render-tests/runtime-styling/paint-property-property-expression-to-property-expression/metrics.json +++ b/metrics/linux-clang8-release/render-tests/runtime-styling/paint-property-property-expression-to-property-expression/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/runtime-styling/paint-property-property-expression-to-zoom-expression/metrics.json b/metrics/linux-clang8-release/render-tests/runtime-styling/paint-property-property-expression-to-zoom-expression/metrics.json index b7fcd045414..c5dc4e05e94 100644 --- a/metrics/linux-clang8-release/render-tests/runtime-styling/paint-property-property-expression-to-zoom-expression/metrics.json +++ b/metrics/linux-clang8-release/render-tests/runtime-styling/paint-property-property-expression-to-zoom-expression/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/runtime-styling/paint-property-property-function-to-default/metrics.json b/metrics/linux-clang8-release/render-tests/runtime-styling/paint-property-property-function-to-default/metrics.json index b7fcd045414..c5dc4e05e94 100644 --- a/metrics/linux-clang8-release/render-tests/runtime-styling/paint-property-property-function-to-default/metrics.json +++ b/metrics/linux-clang8-release/render-tests/runtime-styling/paint-property-property-function-to-default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/runtime-styling/paint-property-property-function-to-literal/metrics.json b/metrics/linux-clang8-release/render-tests/runtime-styling/paint-property-property-function-to-literal/metrics.json index cfdc9c2e210..748caf4284e 100644 --- a/metrics/linux-clang8-release/render-tests/runtime-styling/paint-property-property-function-to-literal/metrics.json +++ b/metrics/linux-clang8-release/render-tests/runtime-styling/paint-property-property-function-to-literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/runtime-styling/paint-property-zoom-and-property-expression-to-property-expression/metrics.json b/metrics/linux-clang8-release/render-tests/runtime-styling/paint-property-zoom-and-property-expression-to-property-expression/metrics.json index bf5b94a7258..c5dccb9cead 100644 --- a/metrics/linux-clang8-release/render-tests/runtime-styling/paint-property-zoom-and-property-expression-to-property-expression/metrics.json +++ b/metrics/linux-clang8-release/render-tests/runtime-styling/paint-property-zoom-and-property-expression-to-property-expression/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/runtime-styling/paint-property-zoom-and-property-expression-to-zoom-and-property-expression/metrics.json b/metrics/linux-clang8-release/render-tests/runtime-styling/paint-property-zoom-and-property-expression-to-zoom-and-property-expression/metrics.json index 2b00a4fa064..5c78b6b810e 100644 --- a/metrics/linux-clang8-release/render-tests/runtime-styling/paint-property-zoom-and-property-expression-to-zoom-and-property-expression/metrics.json +++ b/metrics/linux-clang8-release/render-tests/runtime-styling/paint-property-zoom-and-property-expression-to-zoom-and-property-expression/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/runtime-styling/paint-property-zoom-and-property-expression-to-zoom-expression/metrics.json b/metrics/linux-clang8-release/render-tests/runtime-styling/paint-property-zoom-and-property-expression-to-zoom-expression/metrics.json index b7fcd045414..c5dc4e05e94 100644 --- a/metrics/linux-clang8-release/render-tests/runtime-styling/paint-property-zoom-and-property-expression-to-zoom-expression/metrics.json +++ b/metrics/linux-clang8-release/render-tests/runtime-styling/paint-property-zoom-and-property-expression-to-zoom-expression/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/runtime-styling/paint-property-zoom-expression-to-default/metrics.json b/metrics/linux-clang8-release/render-tests/runtime-styling/paint-property-zoom-expression-to-default/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/linux-clang8-release/render-tests/runtime-styling/paint-property-zoom-expression-to-default/metrics.json +++ b/metrics/linux-clang8-release/render-tests/runtime-styling/paint-property-zoom-expression-to-default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/runtime-styling/paint-property-zoom-expression-to-literal/metrics.json b/metrics/linux-clang8-release/render-tests/runtime-styling/paint-property-zoom-expression-to-literal/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/linux-clang8-release/render-tests/runtime-styling/paint-property-zoom-expression-to-literal/metrics.json +++ b/metrics/linux-clang8-release/render-tests/runtime-styling/paint-property-zoom-expression-to-literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/runtime-styling/paint-property-zoom-expression-to-property-expression/metrics.json b/metrics/linux-clang8-release/render-tests/runtime-styling/paint-property-zoom-expression-to-property-expression/metrics.json index bf5b94a7258..c5dccb9cead 100644 --- a/metrics/linux-clang8-release/render-tests/runtime-styling/paint-property-zoom-expression-to-property-expression/metrics.json +++ b/metrics/linux-clang8-release/render-tests/runtime-styling/paint-property-zoom-expression-to-property-expression/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/runtime-styling/paint-property-zoom-expression-to-zoom-and-property-expression/metrics.json b/metrics/linux-clang8-release/render-tests/runtime-styling/paint-property-zoom-expression-to-zoom-and-property-expression/metrics.json index 2b00a4fa064..5c78b6b810e 100644 --- a/metrics/linux-clang8-release/render-tests/runtime-styling/paint-property-zoom-expression-to-zoom-and-property-expression/metrics.json +++ b/metrics/linux-clang8-release/render-tests/runtime-styling/paint-property-zoom-expression-to-zoom-and-property-expression/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/runtime-styling/paint-property-zoom-expression-to-zoom-expression/metrics.json b/metrics/linux-clang8-release/render-tests/runtime-styling/paint-property-zoom-expression-to-zoom-expression/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/linux-clang8-release/render-tests/runtime-styling/paint-property-zoom-expression-to-zoom-expression/metrics.json +++ b/metrics/linux-clang8-release/render-tests/runtime-styling/paint-property-zoom-expression-to-zoom-expression/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/runtime-styling/paint-property-zoom-function-to-default/metrics.json b/metrics/linux-clang8-release/render-tests/runtime-styling/paint-property-zoom-function-to-default/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/linux-clang8-release/render-tests/runtime-styling/paint-property-zoom-function-to-default/metrics.json +++ b/metrics/linux-clang8-release/render-tests/runtime-styling/paint-property-zoom-function-to-default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/runtime-styling/paint-property-zoom-function-to-literal/metrics.json b/metrics/linux-clang8-release/render-tests/runtime-styling/paint-property-zoom-function-to-literal/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/linux-clang8-release/render-tests/runtime-styling/paint-property-zoom-function-to-literal/metrics.json +++ b/metrics/linux-clang8-release/render-tests/runtime-styling/paint-property-zoom-function-to-literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/runtime-styling/set-style-filter-default-to-false/metrics.json b/metrics/linux-clang8-release/render-tests/runtime-styling/set-style-filter-default-to-false/metrics.json index 7d39e182955..4c937ec3278 100644 --- a/metrics/linux-clang8-release/render-tests/runtime-styling/set-style-filter-default-to-false/metrics.json +++ b/metrics/linux-clang8-release/render-tests/runtime-styling/set-style-filter-default-to-false/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/runtime-styling/set-style-filter-default-to-true/metrics.json b/metrics/linux-clang8-release/render-tests/runtime-styling/set-style-filter-default-to-true/metrics.json index fea6fe2e598..94fd76f9f2e 100644 --- a/metrics/linux-clang8-release/render-tests/runtime-styling/set-style-filter-default-to-true/metrics.json +++ b/metrics/linux-clang8-release/render-tests/runtime-styling/set-style-filter-default-to-true/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/runtime-styling/set-style-filter-false-to-default/metrics.json b/metrics/linux-clang8-release/render-tests/runtime-styling/set-style-filter-false-to-default/metrics.json index fea6fe2e598..94fd76f9f2e 100644 --- a/metrics/linux-clang8-release/render-tests/runtime-styling/set-style-filter-false-to-default/metrics.json +++ b/metrics/linux-clang8-release/render-tests/runtime-styling/set-style-filter-false-to-default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/runtime-styling/set-style-filter-false-to-true/metrics.json b/metrics/linux-clang8-release/render-tests/runtime-styling/set-style-filter-false-to-true/metrics.json index fea6fe2e598..94fd76f9f2e 100644 --- a/metrics/linux-clang8-release/render-tests/runtime-styling/set-style-filter-false-to-true/metrics.json +++ b/metrics/linux-clang8-release/render-tests/runtime-styling/set-style-filter-false-to-true/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/runtime-styling/set-style-filter-true-to-default/metrics.json b/metrics/linux-clang8-release/render-tests/runtime-styling/set-style-filter-true-to-default/metrics.json index fea6fe2e598..94fd76f9f2e 100644 --- a/metrics/linux-clang8-release/render-tests/runtime-styling/set-style-filter-true-to-default/metrics.json +++ b/metrics/linux-clang8-release/render-tests/runtime-styling/set-style-filter-true-to-default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/runtime-styling/set-style-filter-true-to-false/metrics.json b/metrics/linux-clang8-release/render-tests/runtime-styling/set-style-filter-true-to-false/metrics.json index 7d39e182955..4c937ec3278 100644 --- a/metrics/linux-clang8-release/render-tests/runtime-styling/set-style-filter-true-to-false/metrics.json +++ b/metrics/linux-clang8-release/render-tests/runtime-styling/set-style-filter-true-to-false/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/runtime-styling/set-style-glyphs/metrics.json b/metrics/linux-clang8-release/render-tests/runtime-styling/set-style-glyphs/metrics.json index dea2cb3857d..ea696c62b6b 100644 --- a/metrics/linux-clang8-release/render-tests/runtime-styling/set-style-glyphs/metrics.json +++ b/metrics/linux-clang8-release/render-tests/runtime-styling/set-style-glyphs/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/runtime-styling/set-style-layer-add-background/metrics.json b/metrics/linux-clang8-release/render-tests/runtime-styling/set-style-layer-add-background/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/linux-clang8-release/render-tests/runtime-styling/set-style-layer-add-background/metrics.json +++ b/metrics/linux-clang8-release/render-tests/runtime-styling/set-style-layer-add-background/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/runtime-styling/set-style-layer-add-circle/metrics.json b/metrics/linux-clang8-release/render-tests/runtime-styling/set-style-layer-add-circle/metrics.json index 01b432fe214..e30b6a8224f 100644 --- a/metrics/linux-clang8-release/render-tests/runtime-styling/set-style-layer-add-circle/metrics.json +++ b/metrics/linux-clang8-release/render-tests/runtime-styling/set-style-layer-add-circle/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/runtime-styling/set-style-layer-add-fill/metrics.json b/metrics/linux-clang8-release/render-tests/runtime-styling/set-style-layer-add-fill/metrics.json index 873f47815fe..a1e24dbecc7 100644 --- a/metrics/linux-clang8-release/render-tests/runtime-styling/set-style-layer-add-fill/metrics.json +++ b/metrics/linux-clang8-release/render-tests/runtime-styling/set-style-layer-add-fill/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/runtime-styling/set-style-layer-add-line/metrics.json b/metrics/linux-clang8-release/render-tests/runtime-styling/set-style-layer-add-line/metrics.json index bb8ac853884..5cfc25dfd95 100644 --- a/metrics/linux-clang8-release/render-tests/runtime-styling/set-style-layer-add-line/metrics.json +++ b/metrics/linux-clang8-release/render-tests/runtime-styling/set-style-layer-add-line/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/runtime-styling/set-style-layer-add-raster/metrics.json b/metrics/linux-clang8-release/render-tests/runtime-styling/set-style-layer-add-raster/metrics.json index 2e017e0a393..1e9df4d1869 100644 --- a/metrics/linux-clang8-release/render-tests/runtime-styling/set-style-layer-add-raster/metrics.json +++ b/metrics/linux-clang8-release/render-tests/runtime-styling/set-style-layer-add-raster/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/runtime-styling/set-style-layer-add-symbol/metrics.json b/metrics/linux-clang8-release/render-tests/runtime-styling/set-style-layer-add-symbol/metrics.json index fea6fe2e598..94fd76f9f2e 100644 --- a/metrics/linux-clang8-release/render-tests/runtime-styling/set-style-layer-add-symbol/metrics.json +++ b/metrics/linux-clang8-release/render-tests/runtime-styling/set-style-layer-add-symbol/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/runtime-styling/set-style-layer-change-source-layer/metrics.json b/metrics/linux-clang8-release/render-tests/runtime-styling/set-style-layer-change-source-layer/metrics.json index e0426e7b513..6acf36d07ec 100644 --- a/metrics/linux-clang8-release/render-tests/runtime-styling/set-style-layer-change-source-layer/metrics.json +++ b/metrics/linux-clang8-release/render-tests/runtime-styling/set-style-layer-change-source-layer/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/runtime-styling/set-style-layer-change-source-type/metrics.json b/metrics/linux-clang8-release/render-tests/runtime-styling/set-style-layer-change-source-type/metrics.json index e204a192de4..b762a231e10 100644 --- a/metrics/linux-clang8-release/render-tests/runtime-styling/set-style-layer-change-source-type/metrics.json +++ b/metrics/linux-clang8-release/render-tests/runtime-styling/set-style-layer-change-source-type/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/runtime-styling/set-style-layer-change-source/metrics.json b/metrics/linux-clang8-release/render-tests/runtime-styling/set-style-layer-change-source/metrics.json index 01b432fe214..e30b6a8224f 100644 --- a/metrics/linux-clang8-release/render-tests/runtime-styling/set-style-layer-change-source/metrics.json +++ b/metrics/linux-clang8-release/render-tests/runtime-styling/set-style-layer-change-source/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/runtime-styling/set-style-layer-remove-background/metrics.json b/metrics/linux-clang8-release/render-tests/runtime-styling/set-style-layer-remove-background/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/linux-clang8-release/render-tests/runtime-styling/set-style-layer-remove-background/metrics.json +++ b/metrics/linux-clang8-release/render-tests/runtime-styling/set-style-layer-remove-background/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/runtime-styling/set-style-layer-remove-circle/metrics.json b/metrics/linux-clang8-release/render-tests/runtime-styling/set-style-layer-remove-circle/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/linux-clang8-release/render-tests/runtime-styling/set-style-layer-remove-circle/metrics.json +++ b/metrics/linux-clang8-release/render-tests/runtime-styling/set-style-layer-remove-circle/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/runtime-styling/set-style-layer-remove-fill/metrics.json b/metrics/linux-clang8-release/render-tests/runtime-styling/set-style-layer-remove-fill/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/linux-clang8-release/render-tests/runtime-styling/set-style-layer-remove-fill/metrics.json +++ b/metrics/linux-clang8-release/render-tests/runtime-styling/set-style-layer-remove-fill/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/runtime-styling/set-style-layer-remove-line/metrics.json b/metrics/linux-clang8-release/render-tests/runtime-styling/set-style-layer-remove-line/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/linux-clang8-release/render-tests/runtime-styling/set-style-layer-remove-line/metrics.json +++ b/metrics/linux-clang8-release/render-tests/runtime-styling/set-style-layer-remove-line/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/runtime-styling/set-style-layer-remove-raster/metrics.json b/metrics/linux-clang8-release/render-tests/runtime-styling/set-style-layer-remove-raster/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/linux-clang8-release/render-tests/runtime-styling/set-style-layer-remove-raster/metrics.json +++ b/metrics/linux-clang8-release/render-tests/runtime-styling/set-style-layer-remove-raster/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/runtime-styling/set-style-layer-remove-symbol/metrics.json b/metrics/linux-clang8-release/render-tests/runtime-styling/set-style-layer-remove-symbol/metrics.json index d1d3c719b69..2cd5816ef0d 100644 --- a/metrics/linux-clang8-release/render-tests/runtime-styling/set-style-layer-remove-symbol/metrics.json +++ b/metrics/linux-clang8-release/render-tests/runtime-styling/set-style-layer-remove-symbol/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/runtime-styling/set-style-layer-reorder/metrics.json b/metrics/linux-clang8-release/render-tests/runtime-styling/set-style-layer-reorder/metrics.json index ecd1b9eaf55..3eacb71976a 100644 --- a/metrics/linux-clang8-release/render-tests/runtime-styling/set-style-layer-reorder/metrics.json +++ b/metrics/linux-clang8-release/render-tests/runtime-styling/set-style-layer-reorder/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/runtime-styling/set-style-layout-property-default-to-literal/metrics.json b/metrics/linux-clang8-release/render-tests/runtime-styling/set-style-layout-property-default-to-literal/metrics.json index fea6fe2e598..94fd76f9f2e 100644 --- a/metrics/linux-clang8-release/render-tests/runtime-styling/set-style-layout-property-default-to-literal/metrics.json +++ b/metrics/linux-clang8-release/render-tests/runtime-styling/set-style-layout-property-default-to-literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/runtime-styling/set-style-layout-property-default-to-property-expression/metrics.json b/metrics/linux-clang8-release/render-tests/runtime-styling/set-style-layout-property-default-to-property-expression/metrics.json index 43f81ae9e8f..7b15f7584f8 100644 --- a/metrics/linux-clang8-release/render-tests/runtime-styling/set-style-layout-property-default-to-property-expression/metrics.json +++ b/metrics/linux-clang8-release/render-tests/runtime-styling/set-style-layout-property-default-to-property-expression/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/runtime-styling/set-style-layout-property-default-to-property-function/metrics.json b/metrics/linux-clang8-release/render-tests/runtime-styling/set-style-layout-property-default-to-property-function/metrics.json index 43f81ae9e8f..7b15f7584f8 100644 --- a/metrics/linux-clang8-release/render-tests/runtime-styling/set-style-layout-property-default-to-property-function/metrics.json +++ b/metrics/linux-clang8-release/render-tests/runtime-styling/set-style-layout-property-default-to-property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/runtime-styling/set-style-layout-property-default-to-zoom-expression/metrics.json b/metrics/linux-clang8-release/render-tests/runtime-styling/set-style-layout-property-default-to-zoom-expression/metrics.json index fea6fe2e598..94fd76f9f2e 100644 --- a/metrics/linux-clang8-release/render-tests/runtime-styling/set-style-layout-property-default-to-zoom-expression/metrics.json +++ b/metrics/linux-clang8-release/render-tests/runtime-styling/set-style-layout-property-default-to-zoom-expression/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/runtime-styling/set-style-layout-property-default-to-zoom-function/metrics.json b/metrics/linux-clang8-release/render-tests/runtime-styling/set-style-layout-property-default-to-zoom-function/metrics.json index fea6fe2e598..94fd76f9f2e 100644 --- a/metrics/linux-clang8-release/render-tests/runtime-styling/set-style-layout-property-default-to-zoom-function/metrics.json +++ b/metrics/linux-clang8-release/render-tests/runtime-styling/set-style-layout-property-default-to-zoom-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/runtime-styling/set-style-layout-property-literal-to-default/metrics.json b/metrics/linux-clang8-release/render-tests/runtime-styling/set-style-layout-property-literal-to-default/metrics.json index 7d39e182955..4c937ec3278 100644 --- a/metrics/linux-clang8-release/render-tests/runtime-styling/set-style-layout-property-literal-to-default/metrics.json +++ b/metrics/linux-clang8-release/render-tests/runtime-styling/set-style-layout-property-literal-to-default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/runtime-styling/set-style-layout-property-literal-to-property-expression/metrics.json b/metrics/linux-clang8-release/render-tests/runtime-styling/set-style-layout-property-literal-to-property-expression/metrics.json index 43f81ae9e8f..7b15f7584f8 100644 --- a/metrics/linux-clang8-release/render-tests/runtime-styling/set-style-layout-property-literal-to-property-expression/metrics.json +++ b/metrics/linux-clang8-release/render-tests/runtime-styling/set-style-layout-property-literal-to-property-expression/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/runtime-styling/set-style-layout-property-literal-to-property-function/metrics.json b/metrics/linux-clang8-release/render-tests/runtime-styling/set-style-layout-property-literal-to-property-function/metrics.json index 43f81ae9e8f..7b15f7584f8 100644 --- a/metrics/linux-clang8-release/render-tests/runtime-styling/set-style-layout-property-literal-to-property-function/metrics.json +++ b/metrics/linux-clang8-release/render-tests/runtime-styling/set-style-layout-property-literal-to-property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/runtime-styling/set-style-layout-property-literal-to-zoom-expression/metrics.json b/metrics/linux-clang8-release/render-tests/runtime-styling/set-style-layout-property-literal-to-zoom-expression/metrics.json index fea6fe2e598..94fd76f9f2e 100644 --- a/metrics/linux-clang8-release/render-tests/runtime-styling/set-style-layout-property-literal-to-zoom-expression/metrics.json +++ b/metrics/linux-clang8-release/render-tests/runtime-styling/set-style-layout-property-literal-to-zoom-expression/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/runtime-styling/set-style-layout-property-literal-to-zoom-function/metrics.json b/metrics/linux-clang8-release/render-tests/runtime-styling/set-style-layout-property-literal-to-zoom-function/metrics.json index fea6fe2e598..94fd76f9f2e 100644 --- a/metrics/linux-clang8-release/render-tests/runtime-styling/set-style-layout-property-literal-to-zoom-function/metrics.json +++ b/metrics/linux-clang8-release/render-tests/runtime-styling/set-style-layout-property-literal-to-zoom-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/runtime-styling/set-style-layout-property-property-expression-to-default/metrics.json b/metrics/linux-clang8-release/render-tests/runtime-styling/set-style-layout-property-property-expression-to-default/metrics.json index 43f81ae9e8f..7b15f7584f8 100644 --- a/metrics/linux-clang8-release/render-tests/runtime-styling/set-style-layout-property-property-expression-to-default/metrics.json +++ b/metrics/linux-clang8-release/render-tests/runtime-styling/set-style-layout-property-property-expression-to-default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/runtime-styling/set-style-layout-property-property-expression-to-literal/metrics.json b/metrics/linux-clang8-release/render-tests/runtime-styling/set-style-layout-property-property-expression-to-literal/metrics.json index 43f81ae9e8f..7b15f7584f8 100644 --- a/metrics/linux-clang8-release/render-tests/runtime-styling/set-style-layout-property-property-expression-to-literal/metrics.json +++ b/metrics/linux-clang8-release/render-tests/runtime-styling/set-style-layout-property-property-expression-to-literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/runtime-styling/set-style-layout-property-property-function-to-default/metrics.json b/metrics/linux-clang8-release/render-tests/runtime-styling/set-style-layout-property-property-function-to-default/metrics.json index 43f81ae9e8f..7b15f7584f8 100644 --- a/metrics/linux-clang8-release/render-tests/runtime-styling/set-style-layout-property-property-function-to-default/metrics.json +++ b/metrics/linux-clang8-release/render-tests/runtime-styling/set-style-layout-property-property-function-to-default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/runtime-styling/set-style-layout-property-property-function-to-literal/metrics.json b/metrics/linux-clang8-release/render-tests/runtime-styling/set-style-layout-property-property-function-to-literal/metrics.json index 43f81ae9e8f..7b15f7584f8 100644 --- a/metrics/linux-clang8-release/render-tests/runtime-styling/set-style-layout-property-property-function-to-literal/metrics.json +++ b/metrics/linux-clang8-release/render-tests/runtime-styling/set-style-layout-property-property-function-to-literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/runtime-styling/set-style-layout-property-zoom-expression-to-default/metrics.json b/metrics/linux-clang8-release/render-tests/runtime-styling/set-style-layout-property-zoom-expression-to-default/metrics.json index 7d39e182955..4c937ec3278 100644 --- a/metrics/linux-clang8-release/render-tests/runtime-styling/set-style-layout-property-zoom-expression-to-default/metrics.json +++ b/metrics/linux-clang8-release/render-tests/runtime-styling/set-style-layout-property-zoom-expression-to-default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/runtime-styling/set-style-layout-property-zoom-expression-to-literal/metrics.json b/metrics/linux-clang8-release/render-tests/runtime-styling/set-style-layout-property-zoom-expression-to-literal/metrics.json index fea6fe2e598..94fd76f9f2e 100644 --- a/metrics/linux-clang8-release/render-tests/runtime-styling/set-style-layout-property-zoom-expression-to-literal/metrics.json +++ b/metrics/linux-clang8-release/render-tests/runtime-styling/set-style-layout-property-zoom-expression-to-literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/runtime-styling/set-style-layout-property-zoom-function-to-default/metrics.json b/metrics/linux-clang8-release/render-tests/runtime-styling/set-style-layout-property-zoom-function-to-default/metrics.json index 7d39e182955..4c937ec3278 100644 --- a/metrics/linux-clang8-release/render-tests/runtime-styling/set-style-layout-property-zoom-function-to-default/metrics.json +++ b/metrics/linux-clang8-release/render-tests/runtime-styling/set-style-layout-property-zoom-function-to-default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/runtime-styling/set-style-layout-property-zoom-function-to-literal/metrics.json b/metrics/linux-clang8-release/render-tests/runtime-styling/set-style-layout-property-zoom-function-to-literal/metrics.json index fea6fe2e598..94fd76f9f2e 100644 --- a/metrics/linux-clang8-release/render-tests/runtime-styling/set-style-layout-property-zoom-function-to-literal/metrics.json +++ b/metrics/linux-clang8-release/render-tests/runtime-styling/set-style-layout-property-zoom-function-to-literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/runtime-styling/set-style-paint-property-default-to-literal/metrics.json b/metrics/linux-clang8-release/render-tests/runtime-styling/set-style-paint-property-default-to-literal/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/linux-clang8-release/render-tests/runtime-styling/set-style-paint-property-default-to-literal/metrics.json +++ b/metrics/linux-clang8-release/render-tests/runtime-styling/set-style-paint-property-default-to-literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/runtime-styling/set-style-paint-property-default-to-property-expression/metrics.json b/metrics/linux-clang8-release/render-tests/runtime-styling/set-style-paint-property-default-to-property-expression/metrics.json index bf5b94a7258..c5dccb9cead 100644 --- a/metrics/linux-clang8-release/render-tests/runtime-styling/set-style-paint-property-default-to-property-expression/metrics.json +++ b/metrics/linux-clang8-release/render-tests/runtime-styling/set-style-paint-property-default-to-property-expression/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/runtime-styling/set-style-paint-property-default-to-property-function/metrics.json b/metrics/linux-clang8-release/render-tests/runtime-styling/set-style-paint-property-default-to-property-function/metrics.json index bf5b94a7258..c5dccb9cead 100644 --- a/metrics/linux-clang8-release/render-tests/runtime-styling/set-style-paint-property-default-to-property-function/metrics.json +++ b/metrics/linux-clang8-release/render-tests/runtime-styling/set-style-paint-property-default-to-property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/runtime-styling/set-style-paint-property-default-to-zoom-expression/metrics.json b/metrics/linux-clang8-release/render-tests/runtime-styling/set-style-paint-property-default-to-zoom-expression/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/linux-clang8-release/render-tests/runtime-styling/set-style-paint-property-default-to-zoom-expression/metrics.json +++ b/metrics/linux-clang8-release/render-tests/runtime-styling/set-style-paint-property-default-to-zoom-expression/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/runtime-styling/set-style-paint-property-default-to-zoom-function/metrics.json b/metrics/linux-clang8-release/render-tests/runtime-styling/set-style-paint-property-default-to-zoom-function/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/linux-clang8-release/render-tests/runtime-styling/set-style-paint-property-default-to-zoom-function/metrics.json +++ b/metrics/linux-clang8-release/render-tests/runtime-styling/set-style-paint-property-default-to-zoom-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/runtime-styling/set-style-paint-property-fill-flat-to-extrude/metrics.json b/metrics/linux-clang8-release/render-tests/runtime-styling/set-style-paint-property-fill-flat-to-extrude/metrics.json index 869c4378bf3..f712c8f66dc 100644 --- a/metrics/linux-clang8-release/render-tests/runtime-styling/set-style-paint-property-fill-flat-to-extrude/metrics.json +++ b/metrics/linux-clang8-release/render-tests/runtime-styling/set-style-paint-property-fill-flat-to-extrude/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/runtime-styling/set-style-paint-property-literal-to-default/metrics.json b/metrics/linux-clang8-release/render-tests/runtime-styling/set-style-paint-property-literal-to-default/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/linux-clang8-release/render-tests/runtime-styling/set-style-paint-property-literal-to-default/metrics.json +++ b/metrics/linux-clang8-release/render-tests/runtime-styling/set-style-paint-property-literal-to-default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/runtime-styling/set-style-paint-property-literal-to-expression/metrics.json b/metrics/linux-clang8-release/render-tests/runtime-styling/set-style-paint-property-literal-to-expression/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/linux-clang8-release/render-tests/runtime-styling/set-style-paint-property-literal-to-expression/metrics.json +++ b/metrics/linux-clang8-release/render-tests/runtime-styling/set-style-paint-property-literal-to-expression/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/runtime-styling/set-style-paint-property-literal-to-function/metrics.json b/metrics/linux-clang8-release/render-tests/runtime-styling/set-style-paint-property-literal-to-function/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/linux-clang8-release/render-tests/runtime-styling/set-style-paint-property-literal-to-function/metrics.json +++ b/metrics/linux-clang8-release/render-tests/runtime-styling/set-style-paint-property-literal-to-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/runtime-styling/set-style-paint-property-literal-to-property-expression/metrics.json b/metrics/linux-clang8-release/render-tests/runtime-styling/set-style-paint-property-literal-to-property-expression/metrics.json index bf5b94a7258..c5dccb9cead 100644 --- a/metrics/linux-clang8-release/render-tests/runtime-styling/set-style-paint-property-literal-to-property-expression/metrics.json +++ b/metrics/linux-clang8-release/render-tests/runtime-styling/set-style-paint-property-literal-to-property-expression/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/runtime-styling/set-style-paint-property-literal-to-property-function/metrics.json b/metrics/linux-clang8-release/render-tests/runtime-styling/set-style-paint-property-literal-to-property-function/metrics.json index bf5b94a7258..c5dccb9cead 100644 --- a/metrics/linux-clang8-release/render-tests/runtime-styling/set-style-paint-property-literal-to-property-function/metrics.json +++ b/metrics/linux-clang8-release/render-tests/runtime-styling/set-style-paint-property-literal-to-property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/runtime-styling/set-style-paint-property-property-expression-to-default/metrics.json b/metrics/linux-clang8-release/render-tests/runtime-styling/set-style-paint-property-property-expression-to-default/metrics.json index b7fcd045414..c5dc4e05e94 100644 --- a/metrics/linux-clang8-release/render-tests/runtime-styling/set-style-paint-property-property-expression-to-default/metrics.json +++ b/metrics/linux-clang8-release/render-tests/runtime-styling/set-style-paint-property-property-expression-to-default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/runtime-styling/set-style-paint-property-property-expression-to-literal/metrics.json b/metrics/linux-clang8-release/render-tests/runtime-styling/set-style-paint-property-property-expression-to-literal/metrics.json index b7fcd045414..c5dc4e05e94 100644 --- a/metrics/linux-clang8-release/render-tests/runtime-styling/set-style-paint-property-property-expression-to-literal/metrics.json +++ b/metrics/linux-clang8-release/render-tests/runtime-styling/set-style-paint-property-property-expression-to-literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/runtime-styling/set-style-paint-property-property-function-to-default/metrics.json b/metrics/linux-clang8-release/render-tests/runtime-styling/set-style-paint-property-property-function-to-default/metrics.json index b7fcd045414..c5dc4e05e94 100644 --- a/metrics/linux-clang8-release/render-tests/runtime-styling/set-style-paint-property-property-function-to-default/metrics.json +++ b/metrics/linux-clang8-release/render-tests/runtime-styling/set-style-paint-property-property-function-to-default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/runtime-styling/set-style-paint-property-property-function-to-literal/metrics.json b/metrics/linux-clang8-release/render-tests/runtime-styling/set-style-paint-property-property-function-to-literal/metrics.json index b7fcd045414..c5dc4e05e94 100644 --- a/metrics/linux-clang8-release/render-tests/runtime-styling/set-style-paint-property-property-function-to-literal/metrics.json +++ b/metrics/linux-clang8-release/render-tests/runtime-styling/set-style-paint-property-property-function-to-literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/runtime-styling/set-style-paint-property-zoom-expression-to-default/metrics.json b/metrics/linux-clang8-release/render-tests/runtime-styling/set-style-paint-property-zoom-expression-to-default/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/linux-clang8-release/render-tests/runtime-styling/set-style-paint-property-zoom-expression-to-default/metrics.json +++ b/metrics/linux-clang8-release/render-tests/runtime-styling/set-style-paint-property-zoom-expression-to-default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/runtime-styling/set-style-paint-property-zoom-expression-to-literal/metrics.json b/metrics/linux-clang8-release/render-tests/runtime-styling/set-style-paint-property-zoom-expression-to-literal/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/linux-clang8-release/render-tests/runtime-styling/set-style-paint-property-zoom-expression-to-literal/metrics.json +++ b/metrics/linux-clang8-release/render-tests/runtime-styling/set-style-paint-property-zoom-expression-to-literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/runtime-styling/set-style-paint-property-zoom-function-to-default/metrics.json b/metrics/linux-clang8-release/render-tests/runtime-styling/set-style-paint-property-zoom-function-to-default/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/linux-clang8-release/render-tests/runtime-styling/set-style-paint-property-zoom-function-to-default/metrics.json +++ b/metrics/linux-clang8-release/render-tests/runtime-styling/set-style-paint-property-zoom-function-to-default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/runtime-styling/set-style-paint-property-zoom-function-to-literal/metrics.json b/metrics/linux-clang8-release/render-tests/runtime-styling/set-style-paint-property-zoom-function-to-literal/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/linux-clang8-release/render-tests/runtime-styling/set-style-paint-property-zoom-function-to-literal/metrics.json +++ b/metrics/linux-clang8-release/render-tests/runtime-styling/set-style-paint-property-zoom-function-to-literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/runtime-styling/set-style-source-add-geojson-inline/metrics.json b/metrics/linux-clang8-release/render-tests/runtime-styling/set-style-source-add-geojson-inline/metrics.json index 01b432fe214..e30b6a8224f 100644 --- a/metrics/linux-clang8-release/render-tests/runtime-styling/set-style-source-add-geojson-inline/metrics.json +++ b/metrics/linux-clang8-release/render-tests/runtime-styling/set-style-source-add-geojson-inline/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/runtime-styling/set-style-source-add-geojson-url/metrics.json b/metrics/linux-clang8-release/render-tests/runtime-styling/set-style-source-add-geojson-url/metrics.json index 7f4a0466396..2cacd07ae36 100644 --- a/metrics/linux-clang8-release/render-tests/runtime-styling/set-style-source-add-geojson-url/metrics.json +++ b/metrics/linux-clang8-release/render-tests/runtime-styling/set-style-source-add-geojson-url/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/runtime-styling/set-style-source-add-raster-inline/metrics.json b/metrics/linux-clang8-release/render-tests/runtime-styling/set-style-source-add-raster-inline/metrics.json index 2e017e0a393..1e9df4d1869 100644 --- a/metrics/linux-clang8-release/render-tests/runtime-styling/set-style-source-add-raster-inline/metrics.json +++ b/metrics/linux-clang8-release/render-tests/runtime-styling/set-style-source-add-raster-inline/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/runtime-styling/set-style-source-add-raster-url/metrics.json b/metrics/linux-clang8-release/render-tests/runtime-styling/set-style-source-add-raster-url/metrics.json index 95c3df52a82..837ce203cf6 100644 --- a/metrics/linux-clang8-release/render-tests/runtime-styling/set-style-source-add-raster-url/metrics.json +++ b/metrics/linux-clang8-release/render-tests/runtime-styling/set-style-source-add-raster-url/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/runtime-styling/set-style-source-add-vector-inline/metrics.json b/metrics/linux-clang8-release/render-tests/runtime-styling/set-style-source-add-vector-inline/metrics.json index 9028b81da14..b6fa97f3499 100644 --- a/metrics/linux-clang8-release/render-tests/runtime-styling/set-style-source-add-vector-inline/metrics.json +++ b/metrics/linux-clang8-release/render-tests/runtime-styling/set-style-source-add-vector-inline/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/runtime-styling/set-style-source-add-vector-url/metrics.json b/metrics/linux-clang8-release/render-tests/runtime-styling/set-style-source-add-vector-url/metrics.json index 848e2d81c43..693d4819b79 100644 --- a/metrics/linux-clang8-release/render-tests/runtime-styling/set-style-source-add-vector-url/metrics.json +++ b/metrics/linux-clang8-release/render-tests/runtime-styling/set-style-source-add-vector-url/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/runtime-styling/set-style-source-update/metrics.json b/metrics/linux-clang8-release/render-tests/runtime-styling/set-style-source-update/metrics.json index 01b432fe214..e30b6a8224f 100644 --- a/metrics/linux-clang8-release/render-tests/runtime-styling/set-style-source-update/metrics.json +++ b/metrics/linux-clang8-release/render-tests/runtime-styling/set-style-source-update/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/runtime-styling/set-style-sprite/metrics.json b/metrics/linux-clang8-release/render-tests/runtime-styling/set-style-sprite/metrics.json index 79e78104863..a2643ebba77 100644 --- a/metrics/linux-clang8-release/render-tests/runtime-styling/set-style-sprite/metrics.json +++ b/metrics/linux-clang8-release/render-tests/runtime-styling/set-style-sprite/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/runtime-styling/set-style-visibility-default-to-none/metrics.json b/metrics/linux-clang8-release/render-tests/runtime-styling/set-style-visibility-default-to-none/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/linux-clang8-release/render-tests/runtime-styling/set-style-visibility-default-to-none/metrics.json +++ b/metrics/linux-clang8-release/render-tests/runtime-styling/set-style-visibility-default-to-none/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/runtime-styling/set-style-visibility-default-to-visible/metrics.json b/metrics/linux-clang8-release/render-tests/runtime-styling/set-style-visibility-default-to-visible/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/linux-clang8-release/render-tests/runtime-styling/set-style-visibility-default-to-visible/metrics.json +++ b/metrics/linux-clang8-release/render-tests/runtime-styling/set-style-visibility-default-to-visible/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/runtime-styling/set-style-visibility-none-to-default/metrics.json b/metrics/linux-clang8-release/render-tests/runtime-styling/set-style-visibility-none-to-default/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/linux-clang8-release/render-tests/runtime-styling/set-style-visibility-none-to-default/metrics.json +++ b/metrics/linux-clang8-release/render-tests/runtime-styling/set-style-visibility-none-to-default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/runtime-styling/set-style-visibility-none-to-visible/metrics.json b/metrics/linux-clang8-release/render-tests/runtime-styling/set-style-visibility-none-to-visible/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/linux-clang8-release/render-tests/runtime-styling/set-style-visibility-none-to-visible/metrics.json +++ b/metrics/linux-clang8-release/render-tests/runtime-styling/set-style-visibility-none-to-visible/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/runtime-styling/set-style-visibility-visible-to-default/metrics.json b/metrics/linux-clang8-release/render-tests/runtime-styling/set-style-visibility-visible-to-default/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/linux-clang8-release/render-tests/runtime-styling/set-style-visibility-visible-to-default/metrics.json +++ b/metrics/linux-clang8-release/render-tests/runtime-styling/set-style-visibility-visible-to-default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/runtime-styling/set-style-visibility-visible-to-none/metrics.json b/metrics/linux-clang8-release/render-tests/runtime-styling/set-style-visibility-visible-to-none/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/linux-clang8-release/render-tests/runtime-styling/set-style-visibility-visible-to-none/metrics.json +++ b/metrics/linux-clang8-release/render-tests/runtime-styling/set-style-visibility-visible-to-none/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/runtime-styling/source-add-geojson-inline/metrics.json b/metrics/linux-clang8-release/render-tests/runtime-styling/source-add-geojson-inline/metrics.json index 01b432fe214..e30b6a8224f 100644 --- a/metrics/linux-clang8-release/render-tests/runtime-styling/source-add-geojson-inline/metrics.json +++ b/metrics/linux-clang8-release/render-tests/runtime-styling/source-add-geojson-inline/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/runtime-styling/source-add-geojson-url/metrics.json b/metrics/linux-clang8-release/render-tests/runtime-styling/source-add-geojson-url/metrics.json index 7f4a0466396..2cacd07ae36 100644 --- a/metrics/linux-clang8-release/render-tests/runtime-styling/source-add-geojson-url/metrics.json +++ b/metrics/linux-clang8-release/render-tests/runtime-styling/source-add-geojson-url/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/runtime-styling/source-add-raster-inline/metrics.json b/metrics/linux-clang8-release/render-tests/runtime-styling/source-add-raster-inline/metrics.json index 2e017e0a393..1e9df4d1869 100644 --- a/metrics/linux-clang8-release/render-tests/runtime-styling/source-add-raster-inline/metrics.json +++ b/metrics/linux-clang8-release/render-tests/runtime-styling/source-add-raster-inline/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/runtime-styling/source-add-raster-url/metrics.json b/metrics/linux-clang8-release/render-tests/runtime-styling/source-add-raster-url/metrics.json index 95c3df52a82..837ce203cf6 100644 --- a/metrics/linux-clang8-release/render-tests/runtime-styling/source-add-raster-url/metrics.json +++ b/metrics/linux-clang8-release/render-tests/runtime-styling/source-add-raster-url/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/runtime-styling/source-add-vector-inline/metrics.json b/metrics/linux-clang8-release/render-tests/runtime-styling/source-add-vector-inline/metrics.json index 9028b81da14..b6fa97f3499 100644 --- a/metrics/linux-clang8-release/render-tests/runtime-styling/source-add-vector-inline/metrics.json +++ b/metrics/linux-clang8-release/render-tests/runtime-styling/source-add-vector-inline/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/runtime-styling/source-add-vector-url/metrics.json b/metrics/linux-clang8-release/render-tests/runtime-styling/source-add-vector-url/metrics.json index 848e2d81c43..693d4819b79 100644 --- a/metrics/linux-clang8-release/render-tests/runtime-styling/source-add-vector-url/metrics.json +++ b/metrics/linux-clang8-release/render-tests/runtime-styling/source-add-vector-url/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/runtime-styling/visibility-default-to-none/metrics.json b/metrics/linux-clang8-release/render-tests/runtime-styling/visibility-default-to-none/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/linux-clang8-release/render-tests/runtime-styling/visibility-default-to-none/metrics.json +++ b/metrics/linux-clang8-release/render-tests/runtime-styling/visibility-default-to-none/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/runtime-styling/visibility-default-to-visible/metrics.json b/metrics/linux-clang8-release/render-tests/runtime-styling/visibility-default-to-visible/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/linux-clang8-release/render-tests/runtime-styling/visibility-default-to-visible/metrics.json +++ b/metrics/linux-clang8-release/render-tests/runtime-styling/visibility-default-to-visible/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/runtime-styling/visibility-none-to-default/metrics.json b/metrics/linux-clang8-release/render-tests/runtime-styling/visibility-none-to-default/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/linux-clang8-release/render-tests/runtime-styling/visibility-none-to-default/metrics.json +++ b/metrics/linux-clang8-release/render-tests/runtime-styling/visibility-none-to-default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/runtime-styling/visibility-none-to-visible/metrics.json b/metrics/linux-clang8-release/render-tests/runtime-styling/visibility-none-to-visible/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/linux-clang8-release/render-tests/runtime-styling/visibility-none-to-visible/metrics.json +++ b/metrics/linux-clang8-release/render-tests/runtime-styling/visibility-none-to-visible/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/runtime-styling/visibility-visible-to-default/metrics.json b/metrics/linux-clang8-release/render-tests/runtime-styling/visibility-visible-to-default/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/linux-clang8-release/render-tests/runtime-styling/visibility-visible-to-default/metrics.json +++ b/metrics/linux-clang8-release/render-tests/runtime-styling/visibility-visible-to-default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/runtime-styling/visibility-visible-to-none/metrics.json b/metrics/linux-clang8-release/render-tests/runtime-styling/visibility-visible-to-none/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/linux-clang8-release/render-tests/runtime-styling/visibility-visible-to-none/metrics.json +++ b/metrics/linux-clang8-release/render-tests/runtime-styling/visibility-visible-to-none/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/satellite-v9/z0/metrics.json b/metrics/linux-clang8-release/render-tests/satellite-v9/z0/metrics.json index b3dedd944d2..7ab4dff21d4 100644 --- a/metrics/linux-clang8-release/render-tests/satellite-v9/z0/metrics.json +++ b/metrics/linux-clang8-release/render-tests/satellite-v9/z0/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/sparse-tileset/overdraw/metrics.json b/metrics/linux-clang8-release/render-tests/sparse-tileset/overdraw/metrics.json index 04af83427d6..ec1e0dd374c 100644 --- a/metrics/linux-clang8-release/render-tests/sparse-tileset/overdraw/metrics.json +++ b/metrics/linux-clang8-release/render-tests/sparse-tileset/overdraw/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/sprites/1x-screen-1x-icon/metrics.json b/metrics/linux-clang8-release/render-tests/sprites/1x-screen-1x-icon/metrics.json index 20bd7543c10..c08a49c598c 100644 --- a/metrics/linux-clang8-release/render-tests/sprites/1x-screen-1x-icon/metrics.json +++ b/metrics/linux-clang8-release/render-tests/sprites/1x-screen-1x-icon/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/sprites/1x-screen-1x-pattern/metrics.json b/metrics/linux-clang8-release/render-tests/sprites/1x-screen-1x-pattern/metrics.json index 450fd3b15f0..6d05bbbaa61 100644 --- a/metrics/linux-clang8-release/render-tests/sprites/1x-screen-1x-pattern/metrics.json +++ b/metrics/linux-clang8-release/render-tests/sprites/1x-screen-1x-pattern/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/sprites/1x-screen-2x-icon/metrics.json b/metrics/linux-clang8-release/render-tests/sprites/1x-screen-2x-icon/metrics.json index e962ac627ed..af537789248 100644 --- a/metrics/linux-clang8-release/render-tests/sprites/1x-screen-2x-icon/metrics.json +++ b/metrics/linux-clang8-release/render-tests/sprites/1x-screen-2x-icon/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/sprites/1x-screen-2x-pattern/metrics.json b/metrics/linux-clang8-release/render-tests/sprites/1x-screen-2x-pattern/metrics.json index fb033edaf0c..c0f6d012bee 100644 --- a/metrics/linux-clang8-release/render-tests/sprites/1x-screen-2x-pattern/metrics.json +++ b/metrics/linux-clang8-release/render-tests/sprites/1x-screen-2x-pattern/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/sprites/2x-screen-1x-icon/metrics.json b/metrics/linux-clang8-release/render-tests/sprites/2x-screen-1x-icon/metrics.json index 20bd7543c10..c08a49c598c 100644 --- a/metrics/linux-clang8-release/render-tests/sprites/2x-screen-1x-icon/metrics.json +++ b/metrics/linux-clang8-release/render-tests/sprites/2x-screen-1x-icon/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/sprites/2x-screen-1x-pattern/metrics.json b/metrics/linux-clang8-release/render-tests/sprites/2x-screen-1x-pattern/metrics.json index 450fd3b15f0..6d05bbbaa61 100644 --- a/metrics/linux-clang8-release/render-tests/sprites/2x-screen-1x-pattern/metrics.json +++ b/metrics/linux-clang8-release/render-tests/sprites/2x-screen-1x-pattern/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/sprites/2x-screen-2x-icon/metrics.json b/metrics/linux-clang8-release/render-tests/sprites/2x-screen-2x-icon/metrics.json index e962ac627ed..af537789248 100644 --- a/metrics/linux-clang8-release/render-tests/sprites/2x-screen-2x-icon/metrics.json +++ b/metrics/linux-clang8-release/render-tests/sprites/2x-screen-2x-icon/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/sprites/2x-screen-2x-pattern/metrics.json b/metrics/linux-clang8-release/render-tests/sprites/2x-screen-2x-pattern/metrics.json index fb033edaf0c..c0f6d012bee 100644 --- a/metrics/linux-clang8-release/render-tests/sprites/2x-screen-2x-pattern/metrics.json +++ b/metrics/linux-clang8-release/render-tests/sprites/2x-screen-2x-pattern/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/symbol-geometry/linestring/metrics.json b/metrics/linux-clang8-release/render-tests/symbol-geometry/linestring/metrics.json index 10e4e9f2ba1..aec759ba819 100644 --- a/metrics/linux-clang8-release/render-tests/symbol-geometry/linestring/metrics.json +++ b/metrics/linux-clang8-release/render-tests/symbol-geometry/linestring/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/symbol-geometry/multilinestring/metrics.json b/metrics/linux-clang8-release/render-tests/symbol-geometry/multilinestring/metrics.json index 9deff6e405c..6f60266cf89 100644 --- a/metrics/linux-clang8-release/render-tests/symbol-geometry/multilinestring/metrics.json +++ b/metrics/linux-clang8-release/render-tests/symbol-geometry/multilinestring/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/symbol-geometry/multipoint/metrics.json b/metrics/linux-clang8-release/render-tests/symbol-geometry/multipoint/metrics.json index 9deff6e405c..6f60266cf89 100644 --- a/metrics/linux-clang8-release/render-tests/symbol-geometry/multipoint/metrics.json +++ b/metrics/linux-clang8-release/render-tests/symbol-geometry/multipoint/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/symbol-geometry/multipolygon/metrics.json b/metrics/linux-clang8-release/render-tests/symbol-geometry/multipolygon/metrics.json index 9deff6e405c..6f60266cf89 100644 --- a/metrics/linux-clang8-release/render-tests/symbol-geometry/multipolygon/metrics.json +++ b/metrics/linux-clang8-release/render-tests/symbol-geometry/multipolygon/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/symbol-geometry/point/metrics.json b/metrics/linux-clang8-release/render-tests/symbol-geometry/point/metrics.json index 10e4e9f2ba1..aec759ba819 100644 --- a/metrics/linux-clang8-release/render-tests/symbol-geometry/point/metrics.json +++ b/metrics/linux-clang8-release/render-tests/symbol-geometry/point/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/symbol-geometry/polygon/metrics.json b/metrics/linux-clang8-release/render-tests/symbol-geometry/polygon/metrics.json index 10e4e9f2ba1..aec759ba819 100644 --- a/metrics/linux-clang8-release/render-tests/symbol-geometry/polygon/metrics.json +++ b/metrics/linux-clang8-release/render-tests/symbol-geometry/polygon/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/symbol-placement/line-center-buffer-tile-map-mode/metrics.json b/metrics/linux-clang8-release/render-tests/symbol-placement/line-center-buffer-tile-map-mode/metrics.json index 6f795d0ee80..7369b1a5556 100644 --- a/metrics/linux-clang8-release/render-tests/symbol-placement/line-center-buffer-tile-map-mode/metrics.json +++ b/metrics/linux-clang8-release/render-tests/symbol-placement/line-center-buffer-tile-map-mode/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/symbol-placement/line-center-buffer/metrics.json b/metrics/linux-clang8-release/render-tests/symbol-placement/line-center-buffer/metrics.json index 2bdb228c522..1b06ecb414c 100644 --- a/metrics/linux-clang8-release/render-tests/symbol-placement/line-center-buffer/metrics.json +++ b/metrics/linux-clang8-release/render-tests/symbol-placement/line-center-buffer/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/symbol-placement/line-center-tile-map-mode/metrics.json b/metrics/linux-clang8-release/render-tests/symbol-placement/line-center-tile-map-mode/metrics.json index 48f5e22ba5e..045c5d1688e 100644 --- a/metrics/linux-clang8-release/render-tests/symbol-placement/line-center-tile-map-mode/metrics.json +++ b/metrics/linux-clang8-release/render-tests/symbol-placement/line-center-tile-map-mode/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/symbol-placement/line-center/metrics.json b/metrics/linux-clang8-release/render-tests/symbol-placement/line-center/metrics.json index 480f8a18cdc..ae11e16aa4a 100644 --- a/metrics/linux-clang8-release/render-tests/symbol-placement/line-center/metrics.json +++ b/metrics/linux-clang8-release/render-tests/symbol-placement/line-center/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/symbol-placement/line-overscaled/metrics.json b/metrics/linux-clang8-release/render-tests/symbol-placement/line-overscaled/metrics.json index daaadcdba24..88efc5dd13c 100644 --- a/metrics/linux-clang8-release/render-tests/symbol-placement/line-overscaled/metrics.json +++ b/metrics/linux-clang8-release/render-tests/symbol-placement/line-overscaled/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/symbol-placement/line/metrics.json b/metrics/linux-clang8-release/render-tests/symbol-placement/line/metrics.json index 178821e1ca4..33339ca2639 100644 --- a/metrics/linux-clang8-release/render-tests/symbol-placement/line/metrics.json +++ b/metrics/linux-clang8-release/render-tests/symbol-placement/line/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/symbol-placement/point-polygon/metrics.json b/metrics/linux-clang8-release/render-tests/symbol-placement/point-polygon/metrics.json index 95aa395c60a..1147f972284 100644 --- a/metrics/linux-clang8-release/render-tests/symbol-placement/point-polygon/metrics.json +++ b/metrics/linux-clang8-release/render-tests/symbol-placement/point-polygon/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/symbol-placement/point/metrics.json b/metrics/linux-clang8-release/render-tests/symbol-placement/point/metrics.json index 178821e1ca4..33339ca2639 100644 --- a/metrics/linux-clang8-release/render-tests/symbol-placement/point/metrics.json +++ b/metrics/linux-clang8-release/render-tests/symbol-placement/point/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/symbol-sort-key/icon-expression/metrics.json b/metrics/linux-clang8-release/render-tests/symbol-sort-key/icon-expression/metrics.json index 6c810abb8ae..86bf8e915bc 100644 --- a/metrics/linux-clang8-release/render-tests/symbol-sort-key/icon-expression/metrics.json +++ b/metrics/linux-clang8-release/render-tests/symbol-sort-key/icon-expression/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/symbol-sort-key/placement-tile-boundary-left-then-right/metrics.json b/metrics/linux-clang8-release/render-tests/symbol-sort-key/placement-tile-boundary-left-then-right/metrics.json index 6c810abb8ae..86bf8e915bc 100644 --- a/metrics/linux-clang8-release/render-tests/symbol-sort-key/placement-tile-boundary-left-then-right/metrics.json +++ b/metrics/linux-clang8-release/render-tests/symbol-sort-key/placement-tile-boundary-left-then-right/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/symbol-sort-key/text-expression/metrics.json b/metrics/linux-clang8-release/render-tests/symbol-sort-key/text-expression/metrics.json index 7298ff45e05..435793eb902 100644 --- a/metrics/linux-clang8-release/render-tests/symbol-sort-key/text-expression/metrics.json +++ b/metrics/linux-clang8-release/render-tests/symbol-sort-key/text-expression/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/symbol-sort-key/text-ignore-placement/metrics.json b/metrics/linux-clang8-release/render-tests/symbol-sort-key/text-ignore-placement/metrics.json index c501cdfe8be..aad7ceb6948 100644 --- a/metrics/linux-clang8-release/render-tests/symbol-sort-key/text-ignore-placement/metrics.json +++ b/metrics/linux-clang8-release/render-tests/symbol-sort-key/text-ignore-placement/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/symbol-sort-key/text-placement/metrics.json b/metrics/linux-clang8-release/render-tests/symbol-sort-key/text-placement/metrics.json index b6cfd840ae3..eeb740f782a 100644 --- a/metrics/linux-clang8-release/render-tests/symbol-sort-key/text-placement/metrics.json +++ b/metrics/linux-clang8-release/render-tests/symbol-sort-key/text-placement/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/symbol-spacing/line-close/metrics.json b/metrics/linux-clang8-release/render-tests/symbol-spacing/line-close/metrics.json index bfed6ec2971..1f4e959c7eb 100644 --- a/metrics/linux-clang8-release/render-tests/symbol-spacing/line-close/metrics.json +++ b/metrics/linux-clang8-release/render-tests/symbol-spacing/line-close/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/symbol-spacing/line-far/metrics.json b/metrics/linux-clang8-release/render-tests/symbol-spacing/line-far/metrics.json index bfed6ec2971..1f4e959c7eb 100644 --- a/metrics/linux-clang8-release/render-tests/symbol-spacing/line-far/metrics.json +++ b/metrics/linux-clang8-release/render-tests/symbol-spacing/line-far/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/symbol-spacing/line-overscaled/metrics.json b/metrics/linux-clang8-release/render-tests/symbol-spacing/line-overscaled/metrics.json index 23e6cccadb7..6445ef0b27b 100644 --- a/metrics/linux-clang8-release/render-tests/symbol-spacing/line-overscaled/metrics.json +++ b/metrics/linux-clang8-release/render-tests/symbol-spacing/line-overscaled/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/symbol-spacing/point-close/metrics.json b/metrics/linux-clang8-release/render-tests/symbol-spacing/point-close/metrics.json index bfed6ec2971..1f4e959c7eb 100644 --- a/metrics/linux-clang8-release/render-tests/symbol-spacing/point-close/metrics.json +++ b/metrics/linux-clang8-release/render-tests/symbol-spacing/point-close/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/symbol-spacing/point-far/metrics.json b/metrics/linux-clang8-release/render-tests/symbol-spacing/point-far/metrics.json index bfed6ec2971..1f4e959c7eb 100644 --- a/metrics/linux-clang8-release/render-tests/symbol-spacing/point-far/metrics.json +++ b/metrics/linux-clang8-release/render-tests/symbol-spacing/point-far/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/symbol-visibility/none/metrics.json b/metrics/linux-clang8-release/render-tests/symbol-visibility/none/metrics.json index 95a181bd8c4..ee07c12cbd3 100644 --- a/metrics/linux-clang8-release/render-tests/symbol-visibility/none/metrics.json +++ b/metrics/linux-clang8-release/render-tests/symbol-visibility/none/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/symbol-visibility/visible/metrics.json b/metrics/linux-clang8-release/render-tests/symbol-visibility/visible/metrics.json index 1de5e049d89..9de5637253b 100644 --- a/metrics/linux-clang8-release/render-tests/symbol-visibility/visible/metrics.json +++ b/metrics/linux-clang8-release/render-tests/symbol-visibility/visible/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/symbol-z-order/default/metrics.json b/metrics/linux-clang8-release/render-tests/symbol-z-order/default/metrics.json index b5449900fc3..0ca3c5d6926 100644 --- a/metrics/linux-clang8-release/render-tests/symbol-z-order/default/metrics.json +++ b/metrics/linux-clang8-release/render-tests/symbol-z-order/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/symbol-z-order/disabled/metrics.json b/metrics/linux-clang8-release/render-tests/symbol-z-order/disabled/metrics.json index b5449900fc3..0ca3c5d6926 100644 --- a/metrics/linux-clang8-release/render-tests/symbol-z-order/disabled/metrics.json +++ b/metrics/linux-clang8-release/render-tests/symbol-z-order/disabled/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/symbol-z-order/icon-with-text/metrics.json b/metrics/linux-clang8-release/render-tests/symbol-z-order/icon-with-text/metrics.json index 2acbad453c7..6f58354de6b 100644 --- a/metrics/linux-clang8-release/render-tests/symbol-z-order/icon-with-text/metrics.json +++ b/metrics/linux-clang8-release/render-tests/symbol-z-order/icon-with-text/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/symbol-z-order/pitched/metrics.json b/metrics/linux-clang8-release/render-tests/symbol-z-order/pitched/metrics.json index b5449900fc3..0ca3c5d6926 100644 --- a/metrics/linux-clang8-release/render-tests/symbol-z-order/pitched/metrics.json +++ b/metrics/linux-clang8-release/render-tests/symbol-z-order/pitched/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/symbol-z-order/viewport-y/metrics.json b/metrics/linux-clang8-release/render-tests/symbol-z-order/viewport-y/metrics.json index 2acbad453c7..6f58354de6b 100644 --- a/metrics/linux-clang8-release/render-tests/symbol-z-order/viewport-y/metrics.json +++ b/metrics/linux-clang8-release/render-tests/symbol-z-order/viewport-y/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/text-anchor/bottom-left/metrics.json b/metrics/linux-clang8-release/render-tests/text-anchor/bottom-left/metrics.json index 7cdd3a48121..1dab2fc4043 100644 --- a/metrics/linux-clang8-release/render-tests/text-anchor/bottom-left/metrics.json +++ b/metrics/linux-clang8-release/render-tests/text-anchor/bottom-left/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/text-anchor/bottom-right/metrics.json b/metrics/linux-clang8-release/render-tests/text-anchor/bottom-right/metrics.json index 7cdd3a48121..1dab2fc4043 100644 --- a/metrics/linux-clang8-release/render-tests/text-anchor/bottom-right/metrics.json +++ b/metrics/linux-clang8-release/render-tests/text-anchor/bottom-right/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/text-anchor/bottom/metrics.json b/metrics/linux-clang8-release/render-tests/text-anchor/bottom/metrics.json index 7cdd3a48121..1dab2fc4043 100644 --- a/metrics/linux-clang8-release/render-tests/text-anchor/bottom/metrics.json +++ b/metrics/linux-clang8-release/render-tests/text-anchor/bottom/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/text-anchor/center/metrics.json b/metrics/linux-clang8-release/render-tests/text-anchor/center/metrics.json index 7cdd3a48121..1dab2fc4043 100644 --- a/metrics/linux-clang8-release/render-tests/text-anchor/center/metrics.json +++ b/metrics/linux-clang8-release/render-tests/text-anchor/center/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/text-anchor/left/metrics.json b/metrics/linux-clang8-release/render-tests/text-anchor/left/metrics.json index 7cdd3a48121..1dab2fc4043 100644 --- a/metrics/linux-clang8-release/render-tests/text-anchor/left/metrics.json +++ b/metrics/linux-clang8-release/render-tests/text-anchor/left/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/text-anchor/property-function/metrics.json b/metrics/linux-clang8-release/render-tests/text-anchor/property-function/metrics.json index 6d769f56489..f8232fdc316 100644 --- a/metrics/linux-clang8-release/render-tests/text-anchor/property-function/metrics.json +++ b/metrics/linux-clang8-release/render-tests/text-anchor/property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/text-anchor/right/metrics.json b/metrics/linux-clang8-release/render-tests/text-anchor/right/metrics.json index 7cdd3a48121..1dab2fc4043 100644 --- a/metrics/linux-clang8-release/render-tests/text-anchor/right/metrics.json +++ b/metrics/linux-clang8-release/render-tests/text-anchor/right/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/text-anchor/top-left/metrics.json b/metrics/linux-clang8-release/render-tests/text-anchor/top-left/metrics.json index 7cdd3a48121..1dab2fc4043 100644 --- a/metrics/linux-clang8-release/render-tests/text-anchor/top-left/metrics.json +++ b/metrics/linux-clang8-release/render-tests/text-anchor/top-left/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/text-anchor/top-right/metrics.json b/metrics/linux-clang8-release/render-tests/text-anchor/top-right/metrics.json index 7cdd3a48121..1dab2fc4043 100644 --- a/metrics/linux-clang8-release/render-tests/text-anchor/top-right/metrics.json +++ b/metrics/linux-clang8-release/render-tests/text-anchor/top-right/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/text-anchor/top/metrics.json b/metrics/linux-clang8-release/render-tests/text-anchor/top/metrics.json index 7cdd3a48121..1dab2fc4043 100644 --- a/metrics/linux-clang8-release/render-tests/text-anchor/top/metrics.json +++ b/metrics/linux-clang8-release/render-tests/text-anchor/top/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/text-arabic/letter-spacing/metrics.json b/metrics/linux-clang8-release/render-tests/text-arabic/letter-spacing/metrics.json index 932066a29ff..e09d6f41454 100644 --- a/metrics/linux-clang8-release/render-tests/text-arabic/letter-spacing/metrics.json +++ b/metrics/linux-clang8-release/render-tests/text-arabic/letter-spacing/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/text-arabic/line-break-mixed/metrics.json b/metrics/linux-clang8-release/render-tests/text-arabic/line-break-mixed/metrics.json index ed9a1358311..83245913acb 100644 --- a/metrics/linux-clang8-release/render-tests/text-arabic/line-break-mixed/metrics.json +++ b/metrics/linux-clang8-release/render-tests/text-arabic/line-break-mixed/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/text-arabic/line-break/metrics.json b/metrics/linux-clang8-release/render-tests/text-arabic/line-break/metrics.json index 8ebd514b428..579f22445b9 100644 --- a/metrics/linux-clang8-release/render-tests/text-arabic/line-break/metrics.json +++ b/metrics/linux-clang8-release/render-tests/text-arabic/line-break/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/text-arabic/mixed-numeric/metrics.json b/metrics/linux-clang8-release/render-tests/text-arabic/mixed-numeric/metrics.json index a2ea9c5fb7a..ce349c7a6f4 100644 --- a/metrics/linux-clang8-release/render-tests/text-arabic/mixed-numeric/metrics.json +++ b/metrics/linux-clang8-release/render-tests/text-arabic/mixed-numeric/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/text-arabic/multi-paragraph/metrics.json b/metrics/linux-clang8-release/render-tests/text-arabic/multi-paragraph/metrics.json index 987740be5e8..c55637c8d41 100644 --- a/metrics/linux-clang8-release/render-tests/text-arabic/multi-paragraph/metrics.json +++ b/metrics/linux-clang8-release/render-tests/text-arabic/multi-paragraph/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/text-color/default/metrics.json b/metrics/linux-clang8-release/render-tests/text-color/default/metrics.json index cd668f351a5..e87a6d1819e 100644 --- a/metrics/linux-clang8-release/render-tests/text-color/default/metrics.json +++ b/metrics/linux-clang8-release/render-tests/text-color/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/text-color/function/metrics.json b/metrics/linux-clang8-release/render-tests/text-color/function/metrics.json index cd668f351a5..e87a6d1819e 100644 --- a/metrics/linux-clang8-release/render-tests/text-color/function/metrics.json +++ b/metrics/linux-clang8-release/render-tests/text-color/function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/text-color/literal/metrics.json b/metrics/linux-clang8-release/render-tests/text-color/literal/metrics.json index cd668f351a5..e87a6d1819e 100644 --- a/metrics/linux-clang8-release/render-tests/text-color/literal/metrics.json +++ b/metrics/linux-clang8-release/render-tests/text-color/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/text-color/property-function/metrics.json b/metrics/linux-clang8-release/render-tests/text-color/property-function/metrics.json index 60c3ad345f2..73139e6820d 100644 --- a/metrics/linux-clang8-release/render-tests/text-color/property-function/metrics.json +++ b/metrics/linux-clang8-release/render-tests/text-color/property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/text-field/formatted-arabic/metrics.json b/metrics/linux-clang8-release/render-tests/text-field/formatted-arabic/metrics.json index 526f4071d82..222affd61ac 100644 --- a/metrics/linux-clang8-release/render-tests/text-field/formatted-arabic/metrics.json +++ b/metrics/linux-clang8-release/render-tests/text-field/formatted-arabic/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/text-field/formatted-images-constant-size/metrics.json b/metrics/linux-clang8-release/render-tests/text-field/formatted-images-constant-size/metrics.json index 62c000b2908..0651bd495a9 100644 --- a/metrics/linux-clang8-release/render-tests/text-field/formatted-images-constant-size/metrics.json +++ b/metrics/linux-clang8-release/render-tests/text-field/formatted-images-constant-size/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/text-field/formatted-images-line/metrics.json b/metrics/linux-clang8-release/render-tests/text-field/formatted-images-line/metrics.json index a02d0672473..d5b4bbeb562 100644 --- a/metrics/linux-clang8-release/render-tests/text-field/formatted-images-line/metrics.json +++ b/metrics/linux-clang8-release/render-tests/text-field/formatted-images-line/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/text-field/formatted-images-multiline/metrics.json b/metrics/linux-clang8-release/render-tests/text-field/formatted-images-multiline/metrics.json index 137e66bf148..62f32bae66d 100644 --- a/metrics/linux-clang8-release/render-tests/text-field/formatted-images-multiline/metrics.json +++ b/metrics/linux-clang8-release/render-tests/text-field/formatted-images-multiline/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/text-field/formatted-images-variable-anchors-justification/metrics.json b/metrics/linux-clang8-release/render-tests/text-field/formatted-images-variable-anchors-justification/metrics.json index a56a73a714c..691d4ace71c 100644 --- a/metrics/linux-clang8-release/render-tests/text-field/formatted-images-variable-anchors-justification/metrics.json +++ b/metrics/linux-clang8-release/render-tests/text-field/formatted-images-variable-anchors-justification/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/text-field/formatted-images-vertical/metrics.json b/metrics/linux-clang8-release/render-tests/text-field/formatted-images-vertical/metrics.json index 197cdb9b500..af7da93c877 100644 --- a/metrics/linux-clang8-release/render-tests/text-field/formatted-images-vertical/metrics.json +++ b/metrics/linux-clang8-release/render-tests/text-field/formatted-images-vertical/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/text-field/formatted-images-zoom-dependent-size/metrics.json b/metrics/linux-clang8-release/render-tests/text-field/formatted-images-zoom-dependent-size/metrics.json index 4b81074408a..2acfc02c635 100644 --- a/metrics/linux-clang8-release/render-tests/text-field/formatted-images-zoom-dependent-size/metrics.json +++ b/metrics/linux-clang8-release/render-tests/text-field/formatted-images-zoom-dependent-size/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/text-field/formatted-images/metrics.json b/metrics/linux-clang8-release/render-tests/text-field/formatted-images/metrics.json index 52b1978f293..9bc5091e3ad 100644 --- a/metrics/linux-clang8-release/render-tests/text-field/formatted-images/metrics.json +++ b/metrics/linux-clang8-release/render-tests/text-field/formatted-images/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/text-field/formatted-line/metrics.json b/metrics/linux-clang8-release/render-tests/text-field/formatted-line/metrics.json index 089da63a881..57cdbdbfbf1 100644 --- a/metrics/linux-clang8-release/render-tests/text-field/formatted-line/metrics.json +++ b/metrics/linux-clang8-release/render-tests/text-field/formatted-line/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/text-field/formatted-text-color-overrides-nested-expression/metrics.json b/metrics/linux-clang8-release/render-tests/text-field/formatted-text-color-overrides-nested-expression/metrics.json index 128115bae73..87eea7d36c2 100644 --- a/metrics/linux-clang8-release/render-tests/text-field/formatted-text-color-overrides-nested-expression/metrics.json +++ b/metrics/linux-clang8-release/render-tests/text-field/formatted-text-color-overrides-nested-expression/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/text-field/formatted-text-color-overrides/metrics.json b/metrics/linux-clang8-release/render-tests/text-field/formatted-text-color-overrides/metrics.json index 0f1b65a6db0..d34153252ac 100644 --- a/metrics/linux-clang8-release/render-tests/text-field/formatted-text-color-overrides/metrics.json +++ b/metrics/linux-clang8-release/render-tests/text-field/formatted-text-color-overrides/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/text-field/formatted-text-color/metrics.json b/metrics/linux-clang8-release/render-tests/text-field/formatted-text-color/metrics.json index 1640b2b40ba..0f9f3642b62 100644 --- a/metrics/linux-clang8-release/render-tests/text-field/formatted-text-color/metrics.json +++ b/metrics/linux-clang8-release/render-tests/text-field/formatted-text-color/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/text-field/formatted/metrics.json b/metrics/linux-clang8-release/render-tests/text-field/formatted/metrics.json index 883429ed733..e985f09179b 100644 --- a/metrics/linux-clang8-release/render-tests/text-field/formatted/metrics.json +++ b/metrics/linux-clang8-release/render-tests/text-field/formatted/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/text-field/literal/metrics.json b/metrics/linux-clang8-release/render-tests/text-field/literal/metrics.json index 0206fc826fe..25471f81337 100644 --- a/metrics/linux-clang8-release/render-tests/text-field/literal/metrics.json +++ b/metrics/linux-clang8-release/render-tests/text-field/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/text-field/property-function/metrics.json b/metrics/linux-clang8-release/render-tests/text-field/property-function/metrics.json index f20b89d82f2..a84be9b316a 100644 --- a/metrics/linux-clang8-release/render-tests/text-field/property-function/metrics.json +++ b/metrics/linux-clang8-release/render-tests/text-field/property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/text-field/token/metrics.json b/metrics/linux-clang8-release/render-tests/text-field/token/metrics.json index fa46462cc5a..b2eb00bfb73 100644 --- a/metrics/linux-clang8-release/render-tests/text-field/token/metrics.json +++ b/metrics/linux-clang8-release/render-tests/text-field/token/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/text-font/camera-function/metrics.json b/metrics/linux-clang8-release/render-tests/text-font/camera-function/metrics.json index 0206fc826fe..25471f81337 100644 --- a/metrics/linux-clang8-release/render-tests/text-font/camera-function/metrics.json +++ b/metrics/linux-clang8-release/render-tests/text-font/camera-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/text-font/chinese/metrics.json b/metrics/linux-clang8-release/render-tests/text-font/chinese/metrics.json index 46fdec9d053..147bf1ce648 100644 --- a/metrics/linux-clang8-release/render-tests/text-font/chinese/metrics.json +++ b/metrics/linux-clang8-release/render-tests/text-font/chinese/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/text-font/data-expression/metrics.json b/metrics/linux-clang8-release/render-tests/text-font/data-expression/metrics.json index aac1bbcfbce..e33d12c1328 100644 --- a/metrics/linux-clang8-release/render-tests/text-font/data-expression/metrics.json +++ b/metrics/linux-clang8-release/render-tests/text-font/data-expression/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/text-font/literal/metrics.json b/metrics/linux-clang8-release/render-tests/text-font/literal/metrics.json index cd668f351a5..e87a6d1819e 100644 --- a/metrics/linux-clang8-release/render-tests/text-font/literal/metrics.json +++ b/metrics/linux-clang8-release/render-tests/text-font/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/text-halo-blur/default/metrics.json b/metrics/linux-clang8-release/render-tests/text-halo-blur/default/metrics.json index 860834fedbb..4a929fd1bd4 100644 --- a/metrics/linux-clang8-release/render-tests/text-halo-blur/default/metrics.json +++ b/metrics/linux-clang8-release/render-tests/text-halo-blur/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/text-halo-blur/function/metrics.json b/metrics/linux-clang8-release/render-tests/text-halo-blur/function/metrics.json index 860834fedbb..4a929fd1bd4 100644 --- a/metrics/linux-clang8-release/render-tests/text-halo-blur/function/metrics.json +++ b/metrics/linux-clang8-release/render-tests/text-halo-blur/function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/text-halo-blur/literal/metrics.json b/metrics/linux-clang8-release/render-tests/text-halo-blur/literal/metrics.json index 860834fedbb..4a929fd1bd4 100644 --- a/metrics/linux-clang8-release/render-tests/text-halo-blur/literal/metrics.json +++ b/metrics/linux-clang8-release/render-tests/text-halo-blur/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/text-halo-blur/property-function/metrics.json b/metrics/linux-clang8-release/render-tests/text-halo-blur/property-function/metrics.json index 37f4af4128c..895a928afe6 100644 --- a/metrics/linux-clang8-release/render-tests/text-halo-blur/property-function/metrics.json +++ b/metrics/linux-clang8-release/render-tests/text-halo-blur/property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/text-halo-color/default/metrics.json b/metrics/linux-clang8-release/render-tests/text-halo-color/default/metrics.json index bf6832d42b7..0da18b6700e 100644 --- a/metrics/linux-clang8-release/render-tests/text-halo-color/default/metrics.json +++ b/metrics/linux-clang8-release/render-tests/text-halo-color/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/text-halo-color/function/metrics.json b/metrics/linux-clang8-release/render-tests/text-halo-color/function/metrics.json index 860834fedbb..4a929fd1bd4 100644 --- a/metrics/linux-clang8-release/render-tests/text-halo-color/function/metrics.json +++ b/metrics/linux-clang8-release/render-tests/text-halo-color/function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/text-halo-color/literal/metrics.json b/metrics/linux-clang8-release/render-tests/text-halo-color/literal/metrics.json index 860834fedbb..4a929fd1bd4 100644 --- a/metrics/linux-clang8-release/render-tests/text-halo-color/literal/metrics.json +++ b/metrics/linux-clang8-release/render-tests/text-halo-color/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/text-halo-color/property-function/metrics.json b/metrics/linux-clang8-release/render-tests/text-halo-color/property-function/metrics.json index 47cea62594c..4604bb28368 100644 --- a/metrics/linux-clang8-release/render-tests/text-halo-color/property-function/metrics.json +++ b/metrics/linux-clang8-release/render-tests/text-halo-color/property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/text-halo-width/default/metrics.json b/metrics/linux-clang8-release/render-tests/text-halo-width/default/metrics.json index bf6832d42b7..0da18b6700e 100644 --- a/metrics/linux-clang8-release/render-tests/text-halo-width/default/metrics.json +++ b/metrics/linux-clang8-release/render-tests/text-halo-width/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/text-halo-width/function/metrics.json b/metrics/linux-clang8-release/render-tests/text-halo-width/function/metrics.json index 860834fedbb..4a929fd1bd4 100644 --- a/metrics/linux-clang8-release/render-tests/text-halo-width/function/metrics.json +++ b/metrics/linux-clang8-release/render-tests/text-halo-width/function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/text-halo-width/literal/metrics.json b/metrics/linux-clang8-release/render-tests/text-halo-width/literal/metrics.json index 860834fedbb..4a929fd1bd4 100644 --- a/metrics/linux-clang8-release/render-tests/text-halo-width/literal/metrics.json +++ b/metrics/linux-clang8-release/render-tests/text-halo-width/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/text-halo-width/property-function/metrics.json b/metrics/linux-clang8-release/render-tests/text-halo-width/property-function/metrics.json index 37f4af4128c..895a928afe6 100644 --- a/metrics/linux-clang8-release/render-tests/text-halo-width/property-function/metrics.json +++ b/metrics/linux-clang8-release/render-tests/text-halo-width/property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/text-justify/auto/metrics.json b/metrics/linux-clang8-release/render-tests/text-justify/auto/metrics.json index 0f7801b2e47..863c1e62521 100644 --- a/metrics/linux-clang8-release/render-tests/text-justify/auto/metrics.json +++ b/metrics/linux-clang8-release/render-tests/text-justify/auto/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/text-justify/left/metrics.json b/metrics/linux-clang8-release/render-tests/text-justify/left/metrics.json index 41ff7515c7d..82bd5b085e5 100644 --- a/metrics/linux-clang8-release/render-tests/text-justify/left/metrics.json +++ b/metrics/linux-clang8-release/render-tests/text-justify/left/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/text-justify/property-function/metrics.json b/metrics/linux-clang8-release/render-tests/text-justify/property-function/metrics.json index 5c1e774f37b..7c404abd685 100644 --- a/metrics/linux-clang8-release/render-tests/text-justify/property-function/metrics.json +++ b/metrics/linux-clang8-release/render-tests/text-justify/property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/text-justify/right/metrics.json b/metrics/linux-clang8-release/render-tests/text-justify/right/metrics.json index 41ff7515c7d..82bd5b085e5 100644 --- a/metrics/linux-clang8-release/render-tests/text-justify/right/metrics.json +++ b/metrics/linux-clang8-release/render-tests/text-justify/right/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/text-keep-upright/line-placement-false/metrics.json b/metrics/linux-clang8-release/render-tests/text-keep-upright/line-placement-false/metrics.json index 8a117769b21..a814f827a9f 100644 --- a/metrics/linux-clang8-release/render-tests/text-keep-upright/line-placement-false/metrics.json +++ b/metrics/linux-clang8-release/render-tests/text-keep-upright/line-placement-false/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/text-keep-upright/line-placement-true-offset/metrics.json b/metrics/linux-clang8-release/render-tests/text-keep-upright/line-placement-true-offset/metrics.json index 1a478f98578..d161cae9206 100644 --- a/metrics/linux-clang8-release/render-tests/text-keep-upright/line-placement-true-offset/metrics.json +++ b/metrics/linux-clang8-release/render-tests/text-keep-upright/line-placement-true-offset/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/text-keep-upright/line-placement-true-pitched/metrics.json b/metrics/linux-clang8-release/render-tests/text-keep-upright/line-placement-true-pitched/metrics.json index 8a117769b21..a814f827a9f 100644 --- a/metrics/linux-clang8-release/render-tests/text-keep-upright/line-placement-true-pitched/metrics.json +++ b/metrics/linux-clang8-release/render-tests/text-keep-upright/line-placement-true-pitched/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/text-keep-upright/line-placement-true-rotated/metrics.json b/metrics/linux-clang8-release/render-tests/text-keep-upright/line-placement-true-rotated/metrics.json index 8a117769b21..a814f827a9f 100644 --- a/metrics/linux-clang8-release/render-tests/text-keep-upright/line-placement-true-rotated/metrics.json +++ b/metrics/linux-clang8-release/render-tests/text-keep-upright/line-placement-true-rotated/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/text-keep-upright/line-placement-true-text-anchor/metrics.json b/metrics/linux-clang8-release/render-tests/text-keep-upright/line-placement-true-text-anchor/metrics.json index 2412b1cc57c..c06d5652ab9 100644 --- a/metrics/linux-clang8-release/render-tests/text-keep-upright/line-placement-true-text-anchor/metrics.json +++ b/metrics/linux-clang8-release/render-tests/text-keep-upright/line-placement-true-text-anchor/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/text-keep-upright/line-placement-true/metrics.json b/metrics/linux-clang8-release/render-tests/text-keep-upright/line-placement-true/metrics.json index 8a117769b21..a814f827a9f 100644 --- a/metrics/linux-clang8-release/render-tests/text-keep-upright/line-placement-true/metrics.json +++ b/metrics/linux-clang8-release/render-tests/text-keep-upright/line-placement-true/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/text-keep-upright/point-placement-align-map-false/metrics.json b/metrics/linux-clang8-release/render-tests/text-keep-upright/point-placement-align-map-false/metrics.json index 68d8b35e758..f26776bcda2 100644 --- a/metrics/linux-clang8-release/render-tests/text-keep-upright/point-placement-align-map-false/metrics.json +++ b/metrics/linux-clang8-release/render-tests/text-keep-upright/point-placement-align-map-false/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/text-keep-upright/point-placement-align-map-true/metrics.json b/metrics/linux-clang8-release/render-tests/text-keep-upright/point-placement-align-map-true/metrics.json index 68d8b35e758..f26776bcda2 100644 --- a/metrics/linux-clang8-release/render-tests/text-keep-upright/point-placement-align-map-true/metrics.json +++ b/metrics/linux-clang8-release/render-tests/text-keep-upright/point-placement-align-map-true/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/text-keep-upright/point-placement-align-viewport-false/metrics.json b/metrics/linux-clang8-release/render-tests/text-keep-upright/point-placement-align-viewport-false/metrics.json index 68d8b35e758..f26776bcda2 100644 --- a/metrics/linux-clang8-release/render-tests/text-keep-upright/point-placement-align-viewport-false/metrics.json +++ b/metrics/linux-clang8-release/render-tests/text-keep-upright/point-placement-align-viewport-false/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/text-keep-upright/point-placement-align-viewport-true/metrics.json b/metrics/linux-clang8-release/render-tests/text-keep-upright/point-placement-align-viewport-true/metrics.json index 68d8b35e758..f26776bcda2 100644 --- a/metrics/linux-clang8-release/render-tests/text-keep-upright/point-placement-align-viewport-true/metrics.json +++ b/metrics/linux-clang8-release/render-tests/text-keep-upright/point-placement-align-viewport-true/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/text-letter-spacing/function-close/metrics.json b/metrics/linux-clang8-release/render-tests/text-letter-spacing/function-close/metrics.json index cd668f351a5..e87a6d1819e 100644 --- a/metrics/linux-clang8-release/render-tests/text-letter-spacing/function-close/metrics.json +++ b/metrics/linux-clang8-release/render-tests/text-letter-spacing/function-close/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/text-letter-spacing/function-far/metrics.json b/metrics/linux-clang8-release/render-tests/text-letter-spacing/function-far/metrics.json index cd668f351a5..e87a6d1819e 100644 --- a/metrics/linux-clang8-release/render-tests/text-letter-spacing/function-far/metrics.json +++ b/metrics/linux-clang8-release/render-tests/text-letter-spacing/function-far/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/text-letter-spacing/literal/metrics.json b/metrics/linux-clang8-release/render-tests/text-letter-spacing/literal/metrics.json index cd668f351a5..e87a6d1819e 100644 --- a/metrics/linux-clang8-release/render-tests/text-letter-spacing/literal/metrics.json +++ b/metrics/linux-clang8-release/render-tests/text-letter-spacing/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/text-letter-spacing/property-function/metrics.json b/metrics/linux-clang8-release/render-tests/text-letter-spacing/property-function/metrics.json index 97d7f27021a..f9c43e0ab08 100644 --- a/metrics/linux-clang8-release/render-tests/text-letter-spacing/property-function/metrics.json +++ b/metrics/linux-clang8-release/render-tests/text-letter-spacing/property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/text-letter-spacing/zoom-and-property-function/metrics.json b/metrics/linux-clang8-release/render-tests/text-letter-spacing/zoom-and-property-function/metrics.json index fd1ea83213d..ba13f3666cd 100644 --- a/metrics/linux-clang8-release/render-tests/text-letter-spacing/zoom-and-property-function/metrics.json +++ b/metrics/linux-clang8-release/render-tests/text-letter-spacing/zoom-and-property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/text-line-height/literal/metrics.json b/metrics/linux-clang8-release/render-tests/text-line-height/literal/metrics.json index 41ff7515c7d..82bd5b085e5 100644 --- a/metrics/linux-clang8-release/render-tests/text-line-height/literal/metrics.json +++ b/metrics/linux-clang8-release/render-tests/text-line-height/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/text-max-angle/line-center/metrics.json b/metrics/linux-clang8-release/render-tests/text-max-angle/line-center/metrics.json index 9551aabb147..e455ed04458 100644 --- a/metrics/linux-clang8-release/render-tests/text-max-angle/line-center/metrics.json +++ b/metrics/linux-clang8-release/render-tests/text-max-angle/line-center/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/text-max-angle/literal/metrics.json b/metrics/linux-clang8-release/render-tests/text-max-angle/literal/metrics.json index 2ad59dd984e..719c16bc68f 100644 --- a/metrics/linux-clang8-release/render-tests/text-max-angle/literal/metrics.json +++ b/metrics/linux-clang8-release/render-tests/text-max-angle/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/text-max-width/force-double-newline/metrics.json b/metrics/linux-clang8-release/render-tests/text-max-width/force-double-newline/metrics.json index b553d8692d0..9c8863e6884 100644 --- a/metrics/linux-clang8-release/render-tests/text-max-width/force-double-newline/metrics.json +++ b/metrics/linux-clang8-release/render-tests/text-max-width/force-double-newline/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/text-max-width/force-newline/metrics.json b/metrics/linux-clang8-release/render-tests/text-max-width/force-newline/metrics.json index b553d8692d0..9c8863e6884 100644 --- a/metrics/linux-clang8-release/render-tests/text-max-width/force-newline/metrics.json +++ b/metrics/linux-clang8-release/render-tests/text-max-width/force-newline/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/text-max-width/ideographic-breaking/metrics.json b/metrics/linux-clang8-release/render-tests/text-max-width/ideographic-breaking/metrics.json index 4c0301c08db..bfba8c6501e 100644 --- a/metrics/linux-clang8-release/render-tests/text-max-width/ideographic-breaking/metrics.json +++ b/metrics/linux-clang8-release/render-tests/text-max-width/ideographic-breaking/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/text-max-width/ideographic-punctuation-breaking/metrics.json b/metrics/linux-clang8-release/render-tests/text-max-width/ideographic-punctuation-breaking/metrics.json index e6477234cc3..0bacf085d65 100644 --- a/metrics/linux-clang8-release/render-tests/text-max-width/ideographic-punctuation-breaking/metrics.json +++ b/metrics/linux-clang8-release/render-tests/text-max-width/ideographic-punctuation-breaking/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/text-max-width/literal/metrics.json b/metrics/linux-clang8-release/render-tests/text-max-width/literal/metrics.json index 05279818ae7..8fe82720b12 100644 --- a/metrics/linux-clang8-release/render-tests/text-max-width/literal/metrics.json +++ b/metrics/linux-clang8-release/render-tests/text-max-width/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/text-max-width/property-function/metrics.json b/metrics/linux-clang8-release/render-tests/text-max-width/property-function/metrics.json index 8eef9a41661..a997dce756f 100644 --- a/metrics/linux-clang8-release/render-tests/text-max-width/property-function/metrics.json +++ b/metrics/linux-clang8-release/render-tests/text-max-width/property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/text-max-width/zoom-and-property-function/metrics.json b/metrics/linux-clang8-release/render-tests/text-max-width/zoom-and-property-function/metrics.json index b95ec5af3cb..5a07d80519e 100644 --- a/metrics/linux-clang8-release/render-tests/text-max-width/zoom-and-property-function/metrics.json +++ b/metrics/linux-clang8-release/render-tests/text-max-width/zoom-and-property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/text-no-cross-source-collision/default/metrics.json b/metrics/linux-clang8-release/render-tests/text-no-cross-source-collision/default/metrics.json index 563004e9125..bc1581ced4b 100644 --- a/metrics/linux-clang8-release/render-tests/text-no-cross-source-collision/default/metrics.json +++ b/metrics/linux-clang8-release/render-tests/text-no-cross-source-collision/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/text-offset/literal-multiline-anchorcenter-justifycenter-offsetnegative/metrics.json b/metrics/linux-clang8-release/render-tests/text-offset/literal-multiline-anchorcenter-justifycenter-offsetnegative/metrics.json index 6ad395e0b52..9073a53d114 100644 --- a/metrics/linux-clang8-release/render-tests/text-offset/literal-multiline-anchorcenter-justifycenter-offsetnegative/metrics.json +++ b/metrics/linux-clang8-release/render-tests/text-offset/literal-multiline-anchorcenter-justifycenter-offsetnegative/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/text-offset/literal-multiline-anchorcenter-justifycenter-offsetpositive/metrics.json b/metrics/linux-clang8-release/render-tests/text-offset/literal-multiline-anchorcenter-justifycenter-offsetpositive/metrics.json index 6ad395e0b52..9073a53d114 100644 --- a/metrics/linux-clang8-release/render-tests/text-offset/literal-multiline-anchorcenter-justifycenter-offsetpositive/metrics.json +++ b/metrics/linux-clang8-release/render-tests/text-offset/literal-multiline-anchorcenter-justifycenter-offsetpositive/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/text-offset/literal-multiline-anchorcenter-justifyleft-offsetnegative/metrics.json b/metrics/linux-clang8-release/render-tests/text-offset/literal-multiline-anchorcenter-justifyleft-offsetnegative/metrics.json index 6ad395e0b52..9073a53d114 100644 --- a/metrics/linux-clang8-release/render-tests/text-offset/literal-multiline-anchorcenter-justifyleft-offsetnegative/metrics.json +++ b/metrics/linux-clang8-release/render-tests/text-offset/literal-multiline-anchorcenter-justifyleft-offsetnegative/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/text-offset/literal-multiline-anchorcenter-justifyleft-offsetpositive/metrics.json b/metrics/linux-clang8-release/render-tests/text-offset/literal-multiline-anchorcenter-justifyleft-offsetpositive/metrics.json index 6ad395e0b52..9073a53d114 100644 --- a/metrics/linux-clang8-release/render-tests/text-offset/literal-multiline-anchorcenter-justifyleft-offsetpositive/metrics.json +++ b/metrics/linux-clang8-release/render-tests/text-offset/literal-multiline-anchorcenter-justifyleft-offsetpositive/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/text-offset/literal-multiline-anchorcenter-justifyright-offsetnegative/metrics.json b/metrics/linux-clang8-release/render-tests/text-offset/literal-multiline-anchorcenter-justifyright-offsetnegative/metrics.json index 6ad395e0b52..9073a53d114 100644 --- a/metrics/linux-clang8-release/render-tests/text-offset/literal-multiline-anchorcenter-justifyright-offsetnegative/metrics.json +++ b/metrics/linux-clang8-release/render-tests/text-offset/literal-multiline-anchorcenter-justifyright-offsetnegative/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/text-offset/literal-multiline-anchorcenter-justifyright-offsetpositive/metrics.json b/metrics/linux-clang8-release/render-tests/text-offset/literal-multiline-anchorcenter-justifyright-offsetpositive/metrics.json index 6ad395e0b52..9073a53d114 100644 --- a/metrics/linux-clang8-release/render-tests/text-offset/literal-multiline-anchorcenter-justifyright-offsetpositive/metrics.json +++ b/metrics/linux-clang8-release/render-tests/text-offset/literal-multiline-anchorcenter-justifyright-offsetpositive/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/text-offset/literal-multiline-anchorleft-justifycenter-offsetnegative/metrics.json b/metrics/linux-clang8-release/render-tests/text-offset/literal-multiline-anchorleft-justifycenter-offsetnegative/metrics.json index 6ad395e0b52..9073a53d114 100644 --- a/metrics/linux-clang8-release/render-tests/text-offset/literal-multiline-anchorleft-justifycenter-offsetnegative/metrics.json +++ b/metrics/linux-clang8-release/render-tests/text-offset/literal-multiline-anchorleft-justifycenter-offsetnegative/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/text-offset/literal-multiline-anchorleft-justifycenter-offsetpositive/metrics.json b/metrics/linux-clang8-release/render-tests/text-offset/literal-multiline-anchorleft-justifycenter-offsetpositive/metrics.json index 6ad395e0b52..9073a53d114 100644 --- a/metrics/linux-clang8-release/render-tests/text-offset/literal-multiline-anchorleft-justifycenter-offsetpositive/metrics.json +++ b/metrics/linux-clang8-release/render-tests/text-offset/literal-multiline-anchorleft-justifycenter-offsetpositive/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/text-offset/literal-multiline-anchorleft-justifyleft-offsetnegative/metrics.json b/metrics/linux-clang8-release/render-tests/text-offset/literal-multiline-anchorleft-justifyleft-offsetnegative/metrics.json index 6ad395e0b52..9073a53d114 100644 --- a/metrics/linux-clang8-release/render-tests/text-offset/literal-multiline-anchorleft-justifyleft-offsetnegative/metrics.json +++ b/metrics/linux-clang8-release/render-tests/text-offset/literal-multiline-anchorleft-justifyleft-offsetnegative/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/text-offset/literal-multiline-anchorleft-justifyleft-offsetpositive/metrics.json b/metrics/linux-clang8-release/render-tests/text-offset/literal-multiline-anchorleft-justifyleft-offsetpositive/metrics.json index 6ad395e0b52..9073a53d114 100644 --- a/metrics/linux-clang8-release/render-tests/text-offset/literal-multiline-anchorleft-justifyleft-offsetpositive/metrics.json +++ b/metrics/linux-clang8-release/render-tests/text-offset/literal-multiline-anchorleft-justifyleft-offsetpositive/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/text-offset/literal-multiline-anchorleft-justifyright-offsetnegative/metrics.json b/metrics/linux-clang8-release/render-tests/text-offset/literal-multiline-anchorleft-justifyright-offsetnegative/metrics.json index 6ad395e0b52..9073a53d114 100644 --- a/metrics/linux-clang8-release/render-tests/text-offset/literal-multiline-anchorleft-justifyright-offsetnegative/metrics.json +++ b/metrics/linux-clang8-release/render-tests/text-offset/literal-multiline-anchorleft-justifyright-offsetnegative/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/text-offset/literal-multiline-anchorleft-justifyright-offsetpositive/metrics.json b/metrics/linux-clang8-release/render-tests/text-offset/literal-multiline-anchorleft-justifyright-offsetpositive/metrics.json index 6ad395e0b52..9073a53d114 100644 --- a/metrics/linux-clang8-release/render-tests/text-offset/literal-multiline-anchorleft-justifyright-offsetpositive/metrics.json +++ b/metrics/linux-clang8-release/render-tests/text-offset/literal-multiline-anchorleft-justifyright-offsetpositive/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/text-offset/literal-multiline-anchorright-justifycenter-offsetnegative/metrics.json b/metrics/linux-clang8-release/render-tests/text-offset/literal-multiline-anchorright-justifycenter-offsetnegative/metrics.json index 6ad395e0b52..9073a53d114 100644 --- a/metrics/linux-clang8-release/render-tests/text-offset/literal-multiline-anchorright-justifycenter-offsetnegative/metrics.json +++ b/metrics/linux-clang8-release/render-tests/text-offset/literal-multiline-anchorright-justifycenter-offsetnegative/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/text-offset/literal-multiline-anchorright-justifycenter-offsetpositive/metrics.json b/metrics/linux-clang8-release/render-tests/text-offset/literal-multiline-anchorright-justifycenter-offsetpositive/metrics.json index 6ad395e0b52..9073a53d114 100644 --- a/metrics/linux-clang8-release/render-tests/text-offset/literal-multiline-anchorright-justifycenter-offsetpositive/metrics.json +++ b/metrics/linux-clang8-release/render-tests/text-offset/literal-multiline-anchorright-justifycenter-offsetpositive/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/text-offset/literal-multiline-anchorright-justifyleft-offsetnegative/metrics.json b/metrics/linux-clang8-release/render-tests/text-offset/literal-multiline-anchorright-justifyleft-offsetnegative/metrics.json index 6ad395e0b52..9073a53d114 100644 --- a/metrics/linux-clang8-release/render-tests/text-offset/literal-multiline-anchorright-justifyleft-offsetnegative/metrics.json +++ b/metrics/linux-clang8-release/render-tests/text-offset/literal-multiline-anchorright-justifyleft-offsetnegative/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/text-offset/literal-multiline-anchorright-justifyleft-offsetpositive/metrics.json b/metrics/linux-clang8-release/render-tests/text-offset/literal-multiline-anchorright-justifyleft-offsetpositive/metrics.json index 6ad395e0b52..9073a53d114 100644 --- a/metrics/linux-clang8-release/render-tests/text-offset/literal-multiline-anchorright-justifyleft-offsetpositive/metrics.json +++ b/metrics/linux-clang8-release/render-tests/text-offset/literal-multiline-anchorright-justifyleft-offsetpositive/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/text-offset/literal-multiline-anchorright-justifyright-offsetnegative/metrics.json b/metrics/linux-clang8-release/render-tests/text-offset/literal-multiline-anchorright-justifyright-offsetnegative/metrics.json index 6ad395e0b52..9073a53d114 100644 --- a/metrics/linux-clang8-release/render-tests/text-offset/literal-multiline-anchorright-justifyright-offsetnegative/metrics.json +++ b/metrics/linux-clang8-release/render-tests/text-offset/literal-multiline-anchorright-justifyright-offsetnegative/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/text-offset/literal-multiline-anchorright-justifyright-offsetpositive/metrics.json b/metrics/linux-clang8-release/render-tests/text-offset/literal-multiline-anchorright-justifyright-offsetpositive/metrics.json index 6ad395e0b52..9073a53d114 100644 --- a/metrics/linux-clang8-release/render-tests/text-offset/literal-multiline-anchorright-justifyright-offsetpositive/metrics.json +++ b/metrics/linux-clang8-release/render-tests/text-offset/literal-multiline-anchorright-justifyright-offsetpositive/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/text-offset/literal/metrics.json b/metrics/linux-clang8-release/render-tests/text-offset/literal/metrics.json index cd668f351a5..e87a6d1819e 100644 --- a/metrics/linux-clang8-release/render-tests/text-offset/literal/metrics.json +++ b/metrics/linux-clang8-release/render-tests/text-offset/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/text-offset/property-function/metrics.json b/metrics/linux-clang8-release/render-tests/text-offset/property-function/metrics.json index 384ce4dadbc..b628e4f1fa4 100644 --- a/metrics/linux-clang8-release/render-tests/text-offset/property-function/metrics.json +++ b/metrics/linux-clang8-release/render-tests/text-offset/property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/text-opacity/default/metrics.json b/metrics/linux-clang8-release/render-tests/text-opacity/default/metrics.json index cd668f351a5..e87a6d1819e 100644 --- a/metrics/linux-clang8-release/render-tests/text-opacity/default/metrics.json +++ b/metrics/linux-clang8-release/render-tests/text-opacity/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/text-opacity/function/metrics.json b/metrics/linux-clang8-release/render-tests/text-opacity/function/metrics.json index cd668f351a5..e87a6d1819e 100644 --- a/metrics/linux-clang8-release/render-tests/text-opacity/function/metrics.json +++ b/metrics/linux-clang8-release/render-tests/text-opacity/function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/text-opacity/literal/metrics.json b/metrics/linux-clang8-release/render-tests/text-opacity/literal/metrics.json index cd668f351a5..e87a6d1819e 100644 --- a/metrics/linux-clang8-release/render-tests/text-opacity/literal/metrics.json +++ b/metrics/linux-clang8-release/render-tests/text-opacity/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/text-opacity/property-function/metrics.json b/metrics/linux-clang8-release/render-tests/text-opacity/property-function/metrics.json index 6734d0b0460..2bd94ca5323 100644 --- a/metrics/linux-clang8-release/render-tests/text-opacity/property-function/metrics.json +++ b/metrics/linux-clang8-release/render-tests/text-opacity/property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/text-pitch-alignment/auto-text-rotation-alignment-map/metrics.json b/metrics/linux-clang8-release/render-tests/text-pitch-alignment/auto-text-rotation-alignment-map/metrics.json index 1514cee615b..62e171b0cc7 100644 --- a/metrics/linux-clang8-release/render-tests/text-pitch-alignment/auto-text-rotation-alignment-map/metrics.json +++ b/metrics/linux-clang8-release/render-tests/text-pitch-alignment/auto-text-rotation-alignment-map/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/text-pitch-alignment/auto-text-rotation-alignment-viewport/metrics.json b/metrics/linux-clang8-release/render-tests/text-pitch-alignment/auto-text-rotation-alignment-viewport/metrics.json index 1514cee615b..62e171b0cc7 100644 --- a/metrics/linux-clang8-release/render-tests/text-pitch-alignment/auto-text-rotation-alignment-viewport/metrics.json +++ b/metrics/linux-clang8-release/render-tests/text-pitch-alignment/auto-text-rotation-alignment-viewport/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/text-pitch-alignment/map-text-depthtest/metrics.json b/metrics/linux-clang8-release/render-tests/text-pitch-alignment/map-text-depthtest/metrics.json index 2292400be69..8d77e25e27f 100644 --- a/metrics/linux-clang8-release/render-tests/text-pitch-alignment/map-text-depthtest/metrics.json +++ b/metrics/linux-clang8-release/render-tests/text-pitch-alignment/map-text-depthtest/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/text-pitch-alignment/map-text-rotation-alignment-map/metrics.json b/metrics/linux-clang8-release/render-tests/text-pitch-alignment/map-text-rotation-alignment-map/metrics.json index 1514cee615b..62e171b0cc7 100644 --- a/metrics/linux-clang8-release/render-tests/text-pitch-alignment/map-text-rotation-alignment-map/metrics.json +++ b/metrics/linux-clang8-release/render-tests/text-pitch-alignment/map-text-rotation-alignment-map/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/text-pitch-alignment/map-text-rotation-alignment-viewport/metrics.json b/metrics/linux-clang8-release/render-tests/text-pitch-alignment/map-text-rotation-alignment-viewport/metrics.json index 1514cee615b..62e171b0cc7 100644 --- a/metrics/linux-clang8-release/render-tests/text-pitch-alignment/map-text-rotation-alignment-viewport/metrics.json +++ b/metrics/linux-clang8-release/render-tests/text-pitch-alignment/map-text-rotation-alignment-viewport/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/text-pitch-alignment/viewport-overzoomed-single-glyph/metrics.json b/metrics/linux-clang8-release/render-tests/text-pitch-alignment/viewport-overzoomed-single-glyph/metrics.json index d05556cd14e..0ed9a3c07b9 100644 --- a/metrics/linux-clang8-release/render-tests/text-pitch-alignment/viewport-overzoomed-single-glyph/metrics.json +++ b/metrics/linux-clang8-release/render-tests/text-pitch-alignment/viewport-overzoomed-single-glyph/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/text-pitch-alignment/viewport-overzoomed/metrics.json b/metrics/linux-clang8-release/render-tests/text-pitch-alignment/viewport-overzoomed/metrics.json index edd93c6655a..338809341fd 100644 --- a/metrics/linux-clang8-release/render-tests/text-pitch-alignment/viewport-overzoomed/metrics.json +++ b/metrics/linux-clang8-release/render-tests/text-pitch-alignment/viewport-overzoomed/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/text-pitch-alignment/viewport-text-depthtest/metrics.json b/metrics/linux-clang8-release/render-tests/text-pitch-alignment/viewport-text-depthtest/metrics.json index 2292400be69..8d77e25e27f 100644 --- a/metrics/linux-clang8-release/render-tests/text-pitch-alignment/viewport-text-depthtest/metrics.json +++ b/metrics/linux-clang8-release/render-tests/text-pitch-alignment/viewport-text-depthtest/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/text-pitch-alignment/viewport-text-rotation-alignment-map/metrics.json b/metrics/linux-clang8-release/render-tests/text-pitch-alignment/viewport-text-rotation-alignment-map/metrics.json index 1514cee615b..62e171b0cc7 100644 --- a/metrics/linux-clang8-release/render-tests/text-pitch-alignment/viewport-text-rotation-alignment-map/metrics.json +++ b/metrics/linux-clang8-release/render-tests/text-pitch-alignment/viewport-text-rotation-alignment-map/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/text-pitch-alignment/viewport-text-rotation-alignment-viewport/metrics.json b/metrics/linux-clang8-release/render-tests/text-pitch-alignment/viewport-text-rotation-alignment-viewport/metrics.json index 1514cee615b..62e171b0cc7 100644 --- a/metrics/linux-clang8-release/render-tests/text-pitch-alignment/viewport-text-rotation-alignment-viewport/metrics.json +++ b/metrics/linux-clang8-release/render-tests/text-pitch-alignment/viewport-text-rotation-alignment-viewport/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/text-pitch-scaling/line-half/metrics.json b/metrics/linux-clang8-release/render-tests/text-pitch-scaling/line-half/metrics.json index 1514cee615b..62e171b0cc7 100644 --- a/metrics/linux-clang8-release/render-tests/text-pitch-scaling/line-half/metrics.json +++ b/metrics/linux-clang8-release/render-tests/text-pitch-scaling/line-half/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/text-radial-offset/basic/metrics.json b/metrics/linux-clang8-release/render-tests/text-radial-offset/basic/metrics.json index dfa75209163..12fe2bbe545 100644 --- a/metrics/linux-clang8-release/render-tests/text-radial-offset/basic/metrics.json +++ b/metrics/linux-clang8-release/render-tests/text-radial-offset/basic/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/text-rotate/anchor-bottom/metrics.json b/metrics/linux-clang8-release/render-tests/text-rotate/anchor-bottom/metrics.json index 789eb531ac2..6e235d123bd 100644 --- a/metrics/linux-clang8-release/render-tests/text-rotate/anchor-bottom/metrics.json +++ b/metrics/linux-clang8-release/render-tests/text-rotate/anchor-bottom/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/text-rotate/anchor-left/metrics.json b/metrics/linux-clang8-release/render-tests/text-rotate/anchor-left/metrics.json index 789eb531ac2..6e235d123bd 100644 --- a/metrics/linux-clang8-release/render-tests/text-rotate/anchor-left/metrics.json +++ b/metrics/linux-clang8-release/render-tests/text-rotate/anchor-left/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/text-rotate/anchor-right/metrics.json b/metrics/linux-clang8-release/render-tests/text-rotate/anchor-right/metrics.json index 789eb531ac2..6e235d123bd 100644 --- a/metrics/linux-clang8-release/render-tests/text-rotate/anchor-right/metrics.json +++ b/metrics/linux-clang8-release/render-tests/text-rotate/anchor-right/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/text-rotate/anchor-top/metrics.json b/metrics/linux-clang8-release/render-tests/text-rotate/anchor-top/metrics.json index 789eb531ac2..6e235d123bd 100644 --- a/metrics/linux-clang8-release/render-tests/text-rotate/anchor-top/metrics.json +++ b/metrics/linux-clang8-release/render-tests/text-rotate/anchor-top/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/text-rotate/function/metrics.json b/metrics/linux-clang8-release/render-tests/text-rotate/function/metrics.json index 0206fc826fe..25471f81337 100644 --- a/metrics/linux-clang8-release/render-tests/text-rotate/function/metrics.json +++ b/metrics/linux-clang8-release/render-tests/text-rotate/function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/text-rotate/literal/metrics.json b/metrics/linux-clang8-release/render-tests/text-rotate/literal/metrics.json index 0206fc826fe..25471f81337 100644 --- a/metrics/linux-clang8-release/render-tests/text-rotate/literal/metrics.json +++ b/metrics/linux-clang8-release/render-tests/text-rotate/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/text-rotate/property-function/metrics.json b/metrics/linux-clang8-release/render-tests/text-rotate/property-function/metrics.json index 08593319169..d736cae4602 100644 --- a/metrics/linux-clang8-release/render-tests/text-rotate/property-function/metrics.json +++ b/metrics/linux-clang8-release/render-tests/text-rotate/property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/text-rotate/with-offset/metrics.json b/metrics/linux-clang8-release/render-tests/text-rotate/with-offset/metrics.json index e348c71619e..759f85ee08f 100644 --- a/metrics/linux-clang8-release/render-tests/text-rotate/with-offset/metrics.json +++ b/metrics/linux-clang8-release/render-tests/text-rotate/with-offset/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/text-rotation-alignment/auto-symbol-placement-line/metrics.json b/metrics/linux-clang8-release/render-tests/text-rotation-alignment/auto-symbol-placement-line/metrics.json index 70ac3608a98..ad45e05ba62 100644 --- a/metrics/linux-clang8-release/render-tests/text-rotation-alignment/auto-symbol-placement-line/metrics.json +++ b/metrics/linux-clang8-release/render-tests/text-rotation-alignment/auto-symbol-placement-line/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/text-rotation-alignment/auto-symbol-placement-point/metrics.json b/metrics/linux-clang8-release/render-tests/text-rotation-alignment/auto-symbol-placement-point/metrics.json index 905846132df..880749e242a 100644 --- a/metrics/linux-clang8-release/render-tests/text-rotation-alignment/auto-symbol-placement-point/metrics.json +++ b/metrics/linux-clang8-release/render-tests/text-rotation-alignment/auto-symbol-placement-point/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/text-rotation-alignment/map-symbol-placement-line/metrics.json b/metrics/linux-clang8-release/render-tests/text-rotation-alignment/map-symbol-placement-line/metrics.json index 70ac3608a98..ad45e05ba62 100644 --- a/metrics/linux-clang8-release/render-tests/text-rotation-alignment/map-symbol-placement-line/metrics.json +++ b/metrics/linux-clang8-release/render-tests/text-rotation-alignment/map-symbol-placement-line/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/text-rotation-alignment/map-symbol-placement-point/metrics.json b/metrics/linux-clang8-release/render-tests/text-rotation-alignment/map-symbol-placement-point/metrics.json index 905846132df..880749e242a 100644 --- a/metrics/linux-clang8-release/render-tests/text-rotation-alignment/map-symbol-placement-point/metrics.json +++ b/metrics/linux-clang8-release/render-tests/text-rotation-alignment/map-symbol-placement-point/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/text-rotation-alignment/viewport-symbol-placement-line/metrics.json b/metrics/linux-clang8-release/render-tests/text-rotation-alignment/viewport-symbol-placement-line/metrics.json index 70ac3608a98..ad45e05ba62 100644 --- a/metrics/linux-clang8-release/render-tests/text-rotation-alignment/viewport-symbol-placement-line/metrics.json +++ b/metrics/linux-clang8-release/render-tests/text-rotation-alignment/viewport-symbol-placement-line/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/text-rotation-alignment/viewport-symbol-placement-point/metrics.json b/metrics/linux-clang8-release/render-tests/text-rotation-alignment/viewport-symbol-placement-point/metrics.json index 905846132df..880749e242a 100644 --- a/metrics/linux-clang8-release/render-tests/text-rotation-alignment/viewport-symbol-placement-point/metrics.json +++ b/metrics/linux-clang8-release/render-tests/text-rotation-alignment/viewport-symbol-placement-point/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/text-size/camera-function-high-base/metrics.json b/metrics/linux-clang8-release/render-tests/text-size/camera-function-high-base/metrics.json index 84fc4fe605e..2ff31eaf3ca 100644 --- a/metrics/linux-clang8-release/render-tests/text-size/camera-function-high-base/metrics.json +++ b/metrics/linux-clang8-release/render-tests/text-size/camera-function-high-base/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/text-size/camera-function-interval/metrics.json b/metrics/linux-clang8-release/render-tests/text-size/camera-function-interval/metrics.json index bf6832d42b7..0da18b6700e 100644 --- a/metrics/linux-clang8-release/render-tests/text-size/camera-function-interval/metrics.json +++ b/metrics/linux-clang8-release/render-tests/text-size/camera-function-interval/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/text-size/composite-expression/metrics.json b/metrics/linux-clang8-release/render-tests/text-size/composite-expression/metrics.json index be4621cd935..5feb61dd830 100644 --- a/metrics/linux-clang8-release/render-tests/text-size/composite-expression/metrics.json +++ b/metrics/linux-clang8-release/render-tests/text-size/composite-expression/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/text-size/composite-function-line-placement/metrics.json b/metrics/linux-clang8-release/render-tests/text-size/composite-function-line-placement/metrics.json index 5c85a420f3c..59269fd43d8 100644 --- a/metrics/linux-clang8-release/render-tests/text-size/composite-function-line-placement/metrics.json +++ b/metrics/linux-clang8-release/render-tests/text-size/composite-function-line-placement/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/text-size/composite-function/metrics.json b/metrics/linux-clang8-release/render-tests/text-size/composite-function/metrics.json index 84fc4fe605e..2ff31eaf3ca 100644 --- a/metrics/linux-clang8-release/render-tests/text-size/composite-function/metrics.json +++ b/metrics/linux-clang8-release/render-tests/text-size/composite-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/text-size/default/metrics.json b/metrics/linux-clang8-release/render-tests/text-size/default/metrics.json index bf6832d42b7..0da18b6700e 100644 --- a/metrics/linux-clang8-release/render-tests/text-size/default/metrics.json +++ b/metrics/linux-clang8-release/render-tests/text-size/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/text-size/function/metrics.json b/metrics/linux-clang8-release/render-tests/text-size/function/metrics.json index bf6832d42b7..0da18b6700e 100644 --- a/metrics/linux-clang8-release/render-tests/text-size/function/metrics.json +++ b/metrics/linux-clang8-release/render-tests/text-size/function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/text-size/literal/metrics.json b/metrics/linux-clang8-release/render-tests/text-size/literal/metrics.json index bf6832d42b7..0da18b6700e 100644 --- a/metrics/linux-clang8-release/render-tests/text-size/literal/metrics.json +++ b/metrics/linux-clang8-release/render-tests/text-size/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/text-size/property-function/metrics.json b/metrics/linux-clang8-release/render-tests/text-size/property-function/metrics.json index 84fc4fe605e..2ff31eaf3ca 100644 --- a/metrics/linux-clang8-release/render-tests/text-size/property-function/metrics.json +++ b/metrics/linux-clang8-release/render-tests/text-size/property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/text-size/zero/metrics.json b/metrics/linux-clang8-release/render-tests/text-size/zero/metrics.json index 7cc4d80c96b..3d3f3cb2738 100644 --- a/metrics/linux-clang8-release/render-tests/text-size/zero/metrics.json +++ b/metrics/linux-clang8-release/render-tests/text-size/zero/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/text-tile-edge-clipping/default/metrics.json b/metrics/linux-clang8-release/render-tests/text-tile-edge-clipping/default/metrics.json index 05d7f575551..e15389d880a 100644 --- a/metrics/linux-clang8-release/render-tests/text-tile-edge-clipping/default/metrics.json +++ b/metrics/linux-clang8-release/render-tests/text-tile-edge-clipping/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/text-transform/lowercase/metrics.json b/metrics/linux-clang8-release/render-tests/text-transform/lowercase/metrics.json index 2bf7d113546..2aaf4ac7ce5 100644 --- a/metrics/linux-clang8-release/render-tests/text-transform/lowercase/metrics.json +++ b/metrics/linux-clang8-release/render-tests/text-transform/lowercase/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/text-transform/property-function/metrics.json b/metrics/linux-clang8-release/render-tests/text-transform/property-function/metrics.json index 94f6c3ccd62..6ce00b87e18 100644 --- a/metrics/linux-clang8-release/render-tests/text-transform/property-function/metrics.json +++ b/metrics/linux-clang8-release/render-tests/text-transform/property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/text-transform/uppercase/metrics.json b/metrics/linux-clang8-release/render-tests/text-transform/uppercase/metrics.json index ecb73166999..684f6471f8a 100644 --- a/metrics/linux-clang8-release/render-tests/text-transform/uppercase/metrics.json +++ b/metrics/linux-clang8-release/render-tests/text-transform/uppercase/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/text-translate-anchor/map/metrics.json b/metrics/linux-clang8-release/render-tests/text-translate-anchor/map/metrics.json index 9162d111f6e..43da58ebcc0 100644 --- a/metrics/linux-clang8-release/render-tests/text-translate-anchor/map/metrics.json +++ b/metrics/linux-clang8-release/render-tests/text-translate-anchor/map/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/text-translate-anchor/viewport/metrics.json b/metrics/linux-clang8-release/render-tests/text-translate-anchor/viewport/metrics.json index 9162d111f6e..43da58ebcc0 100644 --- a/metrics/linux-clang8-release/render-tests/text-translate-anchor/viewport/metrics.json +++ b/metrics/linux-clang8-release/render-tests/text-translate-anchor/viewport/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/text-translate/default/metrics.json b/metrics/linux-clang8-release/render-tests/text-translate/default/metrics.json index cd668f351a5..e87a6d1819e 100644 --- a/metrics/linux-clang8-release/render-tests/text-translate/default/metrics.json +++ b/metrics/linux-clang8-release/render-tests/text-translate/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/text-translate/function/metrics.json b/metrics/linux-clang8-release/render-tests/text-translate/function/metrics.json index cd668f351a5..e87a6d1819e 100644 --- a/metrics/linux-clang8-release/render-tests/text-translate/function/metrics.json +++ b/metrics/linux-clang8-release/render-tests/text-translate/function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/text-translate/literal/metrics.json b/metrics/linux-clang8-release/render-tests/text-translate/literal/metrics.json index cd668f351a5..e87a6d1819e 100644 --- a/metrics/linux-clang8-release/render-tests/text-translate/literal/metrics.json +++ b/metrics/linux-clang8-release/render-tests/text-translate/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/text-variable-anchor-offset/all-anchors-icon-text-fit/metrics.json b/metrics/linux-clang8-release/render-tests/text-variable-anchor-offset/all-anchors-icon-text-fit/metrics.json index 9953c2ea9e9..5b52bc09273 100644 --- a/metrics/linux-clang8-release/render-tests/text-variable-anchor-offset/all-anchors-icon-text-fit/metrics.json +++ b/metrics/linux-clang8-release/render-tests/text-variable-anchor-offset/all-anchors-icon-text-fit/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/text-variable-anchor-offset/all-anchors-text-allow-overlap/metrics.json b/metrics/linux-clang8-release/render-tests/text-variable-anchor-offset/all-anchors-text-allow-overlap/metrics.json index dca033517bc..a5ae1ce41c0 100644 --- a/metrics/linux-clang8-release/render-tests/text-variable-anchor-offset/all-anchors-text-allow-overlap/metrics.json +++ b/metrics/linux-clang8-release/render-tests/text-variable-anchor-offset/all-anchors-text-allow-overlap/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/text-variable-anchor-offset/all-anchors/metrics.json b/metrics/linux-clang8-release/render-tests/text-variable-anchor-offset/all-anchors/metrics.json index dfa75209163..12fe2bbe545 100644 --- a/metrics/linux-clang8-release/render-tests/text-variable-anchor-offset/all-anchors/metrics.json +++ b/metrics/linux-clang8-release/render-tests/text-variable-anchor-offset/all-anchors/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/text-variable-anchor-offset/databind-coalesce/metrics.json b/metrics/linux-clang8-release/render-tests/text-variable-anchor-offset/databind-coalesce/metrics.json index d4202bfa226..23fc8ab5988 100644 --- a/metrics/linux-clang8-release/render-tests/text-variable-anchor-offset/databind-coalesce/metrics.json +++ b/metrics/linux-clang8-release/render-tests/text-variable-anchor-offset/databind-coalesce/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/text-variable-anchor-offset/databind-interpolate/metrics.json b/metrics/linux-clang8-release/render-tests/text-variable-anchor-offset/databind-interpolate/metrics.json index d4202bfa226..23fc8ab5988 100644 --- a/metrics/linux-clang8-release/render-tests/text-variable-anchor-offset/databind-interpolate/metrics.json +++ b/metrics/linux-clang8-release/render-tests/text-variable-anchor-offset/databind-interpolate/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/text-variable-anchor-offset/icon-image-all-anchors/metrics.json b/metrics/linux-clang8-release/render-tests/text-variable-anchor-offset/icon-image-all-anchors/metrics.json index 031fe71047b..8ccc0a429ec 100644 --- a/metrics/linux-clang8-release/render-tests/text-variable-anchor-offset/icon-image-all-anchors/metrics.json +++ b/metrics/linux-clang8-release/render-tests/text-variable-anchor-offset/icon-image-all-anchors/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/text-variable-anchor-offset/icon-image-offset/metrics.json b/metrics/linux-clang8-release/render-tests/text-variable-anchor-offset/icon-image-offset/metrics.json index 7bbece367a2..5556b79fa0c 100644 --- a/metrics/linux-clang8-release/render-tests/text-variable-anchor-offset/icon-image-offset/metrics.json +++ b/metrics/linux-clang8-release/render-tests/text-variable-anchor-offset/icon-image-offset/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/text-variable-anchor-offset/icon-image/metrics.json b/metrics/linux-clang8-release/render-tests/text-variable-anchor-offset/icon-image/metrics.json index 031fe71047b..8ccc0a429ec 100644 --- a/metrics/linux-clang8-release/render-tests/text-variable-anchor-offset/icon-image/metrics.json +++ b/metrics/linux-clang8-release/render-tests/text-variable-anchor-offset/icon-image/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/text-variable-anchor-offset/icon-text-fit-collision-box/metrics.json b/metrics/linux-clang8-release/render-tests/text-variable-anchor-offset/icon-text-fit-collision-box/metrics.json index 9f778921724..97a627d210f 100644 --- a/metrics/linux-clang8-release/render-tests/text-variable-anchor-offset/icon-text-fit-collision-box/metrics.json +++ b/metrics/linux-clang8-release/render-tests/text-variable-anchor-offset/icon-text-fit-collision-box/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/text-variable-anchor-offset/no-animate-zoom/metrics.json b/metrics/linux-clang8-release/render-tests/text-variable-anchor-offset/no-animate-zoom/metrics.json index 2a7b3b9cd61..e6630885fc9 100644 --- a/metrics/linux-clang8-release/render-tests/text-variable-anchor-offset/no-animate-zoom/metrics.json +++ b/metrics/linux-clang8-release/render-tests/text-variable-anchor-offset/no-animate-zoom/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/text-variable-anchor-offset/pitched-offset/metrics.json b/metrics/linux-clang8-release/render-tests/text-variable-anchor-offset/pitched-offset/metrics.json index b06ed0feb28..e946eeffb5b 100644 --- a/metrics/linux-clang8-release/render-tests/text-variable-anchor-offset/pitched-offset/metrics.json +++ b/metrics/linux-clang8-release/render-tests/text-variable-anchor-offset/pitched-offset/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/text-variable-anchor-offset/pitched-with-map/metrics.json b/metrics/linux-clang8-release/render-tests/text-variable-anchor-offset/pitched-with-map/metrics.json index b06ed0feb28..e946eeffb5b 100644 --- a/metrics/linux-clang8-release/render-tests/text-variable-anchor-offset/pitched-with-map/metrics.json +++ b/metrics/linux-clang8-release/render-tests/text-variable-anchor-offset/pitched-with-map/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/text-variable-anchor-offset/pitched/metrics.json b/metrics/linux-clang8-release/render-tests/text-variable-anchor-offset/pitched/metrics.json index b06ed0feb28..e946eeffb5b 100644 --- a/metrics/linux-clang8-release/render-tests/text-variable-anchor-offset/pitched/metrics.json +++ b/metrics/linux-clang8-release/render-tests/text-variable-anchor-offset/pitched/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/text-variable-anchor-offset/rotated-offset/metrics.json b/metrics/linux-clang8-release/render-tests/text-variable-anchor-offset/rotated-offset/metrics.json index 33eed36df4c..3eb290a1dfa 100644 --- a/metrics/linux-clang8-release/render-tests/text-variable-anchor-offset/rotated-offset/metrics.json +++ b/metrics/linux-clang8-release/render-tests/text-variable-anchor-offset/rotated-offset/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/text-variable-anchor-offset/rotated-with-map/metrics.json b/metrics/linux-clang8-release/render-tests/text-variable-anchor-offset/rotated-with-map/metrics.json index 33eed36df4c..3eb290a1dfa 100644 --- a/metrics/linux-clang8-release/render-tests/text-variable-anchor-offset/rotated-with-map/metrics.json +++ b/metrics/linux-clang8-release/render-tests/text-variable-anchor-offset/rotated-with-map/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/text-variable-anchor-offset/rotated/metrics.json b/metrics/linux-clang8-release/render-tests/text-variable-anchor-offset/rotated/metrics.json index 33eed36df4c..3eb290a1dfa 100644 --- a/metrics/linux-clang8-release/render-tests/text-variable-anchor-offset/rotated/metrics.json +++ b/metrics/linux-clang8-release/render-tests/text-variable-anchor-offset/rotated/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/text-variable-anchor-offset/single-justification/metrics.json b/metrics/linux-clang8-release/render-tests/text-variable-anchor-offset/single-justification/metrics.json index 9dca847cbba..7d32eb2d016 100644 --- a/metrics/linux-clang8-release/render-tests/text-variable-anchor-offset/single-justification/metrics.json +++ b/metrics/linux-clang8-release/render-tests/text-variable-anchor-offset/single-justification/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/text-variable-anchor-offset/single-line/metrics.json b/metrics/linux-clang8-release/render-tests/text-variable-anchor-offset/single-line/metrics.json index a8acd89723c..f654c1386cd 100644 --- a/metrics/linux-clang8-release/render-tests/text-variable-anchor-offset/single-line/metrics.json +++ b/metrics/linux-clang8-release/render-tests/text-variable-anchor-offset/single-line/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/text-variable-anchor-offset/text-allow-overlap/metrics.json b/metrics/linux-clang8-release/render-tests/text-variable-anchor-offset/text-allow-overlap/metrics.json index 40b67f14452..23048d8379d 100644 --- a/metrics/linux-clang8-release/render-tests/text-variable-anchor-offset/text-allow-overlap/metrics.json +++ b/metrics/linux-clang8-release/render-tests/text-variable-anchor-offset/text-allow-overlap/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/text-variable-anchor-offset/top-bottom-left-right/metrics.json b/metrics/linux-clang8-release/render-tests/text-variable-anchor-offset/top-bottom-left-right/metrics.json index 74f5df99b33..d9ed35b7a88 100644 --- a/metrics/linux-clang8-release/render-tests/text-variable-anchor-offset/top-bottom-left-right/metrics.json +++ b/metrics/linux-clang8-release/render-tests/text-variable-anchor-offset/top-bottom-left-right/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/text-variable-anchor/all-anchors-icon-text-fit/metrics.json b/metrics/linux-clang8-release/render-tests/text-variable-anchor/all-anchors-icon-text-fit/metrics.json index 9953c2ea9e9..5b52bc09273 100644 --- a/metrics/linux-clang8-release/render-tests/text-variable-anchor/all-anchors-icon-text-fit/metrics.json +++ b/metrics/linux-clang8-release/render-tests/text-variable-anchor/all-anchors-icon-text-fit/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/text-variable-anchor/all-anchors-offset-zero/metrics.json b/metrics/linux-clang8-release/render-tests/text-variable-anchor/all-anchors-offset-zero/metrics.json index dfa75209163..12fe2bbe545 100644 --- a/metrics/linux-clang8-release/render-tests/text-variable-anchor/all-anchors-offset-zero/metrics.json +++ b/metrics/linux-clang8-release/render-tests/text-variable-anchor/all-anchors-offset-zero/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/text-variable-anchor/all-anchors-offset/metrics.json b/metrics/linux-clang8-release/render-tests/text-variable-anchor/all-anchors-offset/metrics.json index dfa75209163..12fe2bbe545 100644 --- a/metrics/linux-clang8-release/render-tests/text-variable-anchor/all-anchors-offset/metrics.json +++ b/metrics/linux-clang8-release/render-tests/text-variable-anchor/all-anchors-offset/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/text-variable-anchor/all-anchors-radial-offset-zero/metrics.json b/metrics/linux-clang8-release/render-tests/text-variable-anchor/all-anchors-radial-offset-zero/metrics.json index dfa75209163..12fe2bbe545 100644 --- a/metrics/linux-clang8-release/render-tests/text-variable-anchor/all-anchors-radial-offset-zero/metrics.json +++ b/metrics/linux-clang8-release/render-tests/text-variable-anchor/all-anchors-radial-offset-zero/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/text-variable-anchor/all-anchors-text-allow-overlap/metrics.json b/metrics/linux-clang8-release/render-tests/text-variable-anchor/all-anchors-text-allow-overlap/metrics.json index dca033517bc..a5ae1ce41c0 100644 --- a/metrics/linux-clang8-release/render-tests/text-variable-anchor/all-anchors-text-allow-overlap/metrics.json +++ b/metrics/linux-clang8-release/render-tests/text-variable-anchor/all-anchors-text-allow-overlap/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/text-variable-anchor/all-anchors-tile-map-mode/metrics.json b/metrics/linux-clang8-release/render-tests/text-variable-anchor/all-anchors-tile-map-mode/metrics.json index 1ca57cbe487..c070b4ab095 100644 --- a/metrics/linux-clang8-release/render-tests/text-variable-anchor/all-anchors-tile-map-mode/metrics.json +++ b/metrics/linux-clang8-release/render-tests/text-variable-anchor/all-anchors-tile-map-mode/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/text-variable-anchor/all-anchors-two-dimentional-offset-negative/metrics.json b/metrics/linux-clang8-release/render-tests/text-variable-anchor/all-anchors-two-dimentional-offset-negative/metrics.json index dfa75209163..12fe2bbe545 100644 --- a/metrics/linux-clang8-release/render-tests/text-variable-anchor/all-anchors-two-dimentional-offset-negative/metrics.json +++ b/metrics/linux-clang8-release/render-tests/text-variable-anchor/all-anchors-two-dimentional-offset-negative/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/text-variable-anchor/all-anchors-two-dimentional-offset-zero/metrics.json b/metrics/linux-clang8-release/render-tests/text-variable-anchor/all-anchors-two-dimentional-offset-zero/metrics.json index dfa75209163..12fe2bbe545 100644 --- a/metrics/linux-clang8-release/render-tests/text-variable-anchor/all-anchors-two-dimentional-offset-zero/metrics.json +++ b/metrics/linux-clang8-release/render-tests/text-variable-anchor/all-anchors-two-dimentional-offset-zero/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/text-variable-anchor/all-anchors-two-dimentional-offset/metrics.json b/metrics/linux-clang8-release/render-tests/text-variable-anchor/all-anchors-two-dimentional-offset/metrics.json index dfa75209163..12fe2bbe545 100644 --- a/metrics/linux-clang8-release/render-tests/text-variable-anchor/all-anchors-two-dimentional-offset/metrics.json +++ b/metrics/linux-clang8-release/render-tests/text-variable-anchor/all-anchors-two-dimentional-offset/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/text-variable-anchor/all-anchors/metrics.json b/metrics/linux-clang8-release/render-tests/text-variable-anchor/all-anchors/metrics.json index 806d886e75c..2b9d167c6fb 100644 --- a/metrics/linux-clang8-release/render-tests/text-variable-anchor/all-anchors/metrics.json +++ b/metrics/linux-clang8-release/render-tests/text-variable-anchor/all-anchors/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/text-variable-anchor/icon-image-all-anchors/metrics.json b/metrics/linux-clang8-release/render-tests/text-variable-anchor/icon-image-all-anchors/metrics.json index 031fe71047b..8ccc0a429ec 100644 --- a/metrics/linux-clang8-release/render-tests/text-variable-anchor/icon-image-all-anchors/metrics.json +++ b/metrics/linux-clang8-release/render-tests/text-variable-anchor/icon-image-all-anchors/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/text-variable-anchor/icon-image/metrics.json b/metrics/linux-clang8-release/render-tests/text-variable-anchor/icon-image/metrics.json index 031fe71047b..8ccc0a429ec 100644 --- a/metrics/linux-clang8-release/render-tests/text-variable-anchor/icon-image/metrics.json +++ b/metrics/linux-clang8-release/render-tests/text-variable-anchor/icon-image/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/text-variable-anchor/icon-text-fit-collision-box/metrics.json b/metrics/linux-clang8-release/render-tests/text-variable-anchor/icon-text-fit-collision-box/metrics.json index 9f778921724..97a627d210f 100644 --- a/metrics/linux-clang8-release/render-tests/text-variable-anchor/icon-text-fit-collision-box/metrics.json +++ b/metrics/linux-clang8-release/render-tests/text-variable-anchor/icon-text-fit-collision-box/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/text-variable-anchor/left-top-right-bottom-offset-tile-map-mode/metrics.json b/metrics/linux-clang8-release/render-tests/text-variable-anchor/left-top-right-bottom-offset-tile-map-mode/metrics.json index 813a3d7f101..a579f5bf9b6 100644 --- a/metrics/linux-clang8-release/render-tests/text-variable-anchor/left-top-right-bottom-offset-tile-map-mode/metrics.json +++ b/metrics/linux-clang8-release/render-tests/text-variable-anchor/left-top-right-bottom-offset-tile-map-mode/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/text-variable-anchor/left-top-right-buttom-offset-tile-map-mode/metrics.json b/metrics/linux-clang8-release/render-tests/text-variable-anchor/left-top-right-buttom-offset-tile-map-mode/metrics.json index e4ae8171f27..5459d4ed186 100644 --- a/metrics/linux-clang8-release/render-tests/text-variable-anchor/left-top-right-buttom-offset-tile-map-mode/metrics.json +++ b/metrics/linux-clang8-release/render-tests/text-variable-anchor/left-top-right-buttom-offset-tile-map-mode/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/text-variable-anchor/no-animate-zoom/metrics.json b/metrics/linux-clang8-release/render-tests/text-variable-anchor/no-animate-zoom/metrics.json index 2a7b3b9cd61..e6630885fc9 100644 --- a/metrics/linux-clang8-release/render-tests/text-variable-anchor/no-animate-zoom/metrics.json +++ b/metrics/linux-clang8-release/render-tests/text-variable-anchor/no-animate-zoom/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/text-variable-anchor/pitched-offset/metrics.json b/metrics/linux-clang8-release/render-tests/text-variable-anchor/pitched-offset/metrics.json index b06ed0feb28..e946eeffb5b 100644 --- a/metrics/linux-clang8-release/render-tests/text-variable-anchor/pitched-offset/metrics.json +++ b/metrics/linux-clang8-release/render-tests/text-variable-anchor/pitched-offset/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/text-variable-anchor/pitched-rotated-debug/metrics.json b/metrics/linux-clang8-release/render-tests/text-variable-anchor/pitched-rotated-debug/metrics.json index 102e62664bd..dc4294751f6 100644 --- a/metrics/linux-clang8-release/render-tests/text-variable-anchor/pitched-rotated-debug/metrics.json +++ b/metrics/linux-clang8-release/render-tests/text-variable-anchor/pitched-rotated-debug/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/text-variable-anchor/pitched-with-map/metrics.json b/metrics/linux-clang8-release/render-tests/text-variable-anchor/pitched-with-map/metrics.json index b06ed0feb28..e946eeffb5b 100644 --- a/metrics/linux-clang8-release/render-tests/text-variable-anchor/pitched-with-map/metrics.json +++ b/metrics/linux-clang8-release/render-tests/text-variable-anchor/pitched-with-map/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/text-variable-anchor/pitched/metrics.json b/metrics/linux-clang8-release/render-tests/text-variable-anchor/pitched/metrics.json index b06ed0feb28..e946eeffb5b 100644 --- a/metrics/linux-clang8-release/render-tests/text-variable-anchor/pitched/metrics.json +++ b/metrics/linux-clang8-release/render-tests/text-variable-anchor/pitched/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/text-variable-anchor/rotated-offset/metrics.json b/metrics/linux-clang8-release/render-tests/text-variable-anchor/rotated-offset/metrics.json index 33eed36df4c..3eb290a1dfa 100644 --- a/metrics/linux-clang8-release/render-tests/text-variable-anchor/rotated-offset/metrics.json +++ b/metrics/linux-clang8-release/render-tests/text-variable-anchor/rotated-offset/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/text-variable-anchor/rotated-with-map/metrics.json b/metrics/linux-clang8-release/render-tests/text-variable-anchor/rotated-with-map/metrics.json index 33eed36df4c..3eb290a1dfa 100644 --- a/metrics/linux-clang8-release/render-tests/text-variable-anchor/rotated-with-map/metrics.json +++ b/metrics/linux-clang8-release/render-tests/text-variable-anchor/rotated-with-map/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/text-variable-anchor/rotated/metrics.json b/metrics/linux-clang8-release/render-tests/text-variable-anchor/rotated/metrics.json index 33eed36df4c..3eb290a1dfa 100644 --- a/metrics/linux-clang8-release/render-tests/text-variable-anchor/rotated/metrics.json +++ b/metrics/linux-clang8-release/render-tests/text-variable-anchor/rotated/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/text-variable-anchor/single-justification/metrics.json b/metrics/linux-clang8-release/render-tests/text-variable-anchor/single-justification/metrics.json index 9dca847cbba..7d32eb2d016 100644 --- a/metrics/linux-clang8-release/render-tests/text-variable-anchor/single-justification/metrics.json +++ b/metrics/linux-clang8-release/render-tests/text-variable-anchor/single-justification/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/text-variable-anchor/single-line/metrics.json b/metrics/linux-clang8-release/render-tests/text-variable-anchor/single-line/metrics.json index a8acd89723c..f654c1386cd 100644 --- a/metrics/linux-clang8-release/render-tests/text-variable-anchor/single-line/metrics.json +++ b/metrics/linux-clang8-release/render-tests/text-variable-anchor/single-line/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/text-variable-anchor/text-allow-overlap/metrics.json b/metrics/linux-clang8-release/render-tests/text-variable-anchor/text-allow-overlap/metrics.json index 40b67f14452..23048d8379d 100644 --- a/metrics/linux-clang8-release/render-tests/text-variable-anchor/text-allow-overlap/metrics.json +++ b/metrics/linux-clang8-release/render-tests/text-variable-anchor/text-allow-overlap/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/text-variable-anchor/top-bottom-left-right/metrics.json b/metrics/linux-clang8-release/render-tests/text-variable-anchor/top-bottom-left-right/metrics.json index 74f5df99b33..d9ed35b7a88 100644 --- a/metrics/linux-clang8-release/render-tests/text-variable-anchor/top-bottom-left-right/metrics.json +++ b/metrics/linux-clang8-release/render-tests/text-variable-anchor/top-bottom-left-right/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/text-visibility/none/metrics.json b/metrics/linux-clang8-release/render-tests/text-visibility/none/metrics.json index 7da07969667..7c49193327f 100644 --- a/metrics/linux-clang8-release/render-tests/text-visibility/none/metrics.json +++ b/metrics/linux-clang8-release/render-tests/text-visibility/none/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/text-visibility/visible/metrics.json b/metrics/linux-clang8-release/render-tests/text-visibility/visible/metrics.json index d7ff42c1270..09a1f9f03cd 100644 --- a/metrics/linux-clang8-release/render-tests/text-visibility/visible/metrics.json +++ b/metrics/linux-clang8-release/render-tests/text-visibility/visible/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/text-writing-mode/line_label/chinese-punctuation/metrics.json b/metrics/linux-clang8-release/render-tests/text-writing-mode/line_label/chinese-punctuation/metrics.json index 4da17ca35c8..1e674f4ec88 100644 --- a/metrics/linux-clang8-release/render-tests/text-writing-mode/line_label/chinese-punctuation/metrics.json +++ b/metrics/linux-clang8-release/render-tests/text-writing-mode/line_label/chinese-punctuation/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/text-writing-mode/line_label/chinese/metrics.json b/metrics/linux-clang8-release/render-tests/text-writing-mode/line_label/chinese/metrics.json index 4c978ab6c2b..25c693e246c 100644 --- a/metrics/linux-clang8-release/render-tests/text-writing-mode/line_label/chinese/metrics.json +++ b/metrics/linux-clang8-release/render-tests/text-writing-mode/line_label/chinese/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/text-writing-mode/line_label/latin/metrics.json b/metrics/linux-clang8-release/render-tests/text-writing-mode/line_label/latin/metrics.json index 8c2cc0dbcb2..cc4ed080710 100644 --- a/metrics/linux-clang8-release/render-tests/text-writing-mode/line_label/latin/metrics.json +++ b/metrics/linux-clang8-release/render-tests/text-writing-mode/line_label/latin/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/text-writing-mode/line_label/mixed/metrics.json b/metrics/linux-clang8-release/render-tests/text-writing-mode/line_label/mixed/metrics.json index caf18baec7c..591800d8a39 100644 --- a/metrics/linux-clang8-release/render-tests/text-writing-mode/line_label/mixed/metrics.json +++ b/metrics/linux-clang8-release/render-tests/text-writing-mode/line_label/mixed/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/text-writing-mode/point_label/cjk-arabic-vertical-mode/metrics.json b/metrics/linux-clang8-release/render-tests/text-writing-mode/point_label/cjk-arabic-vertical-mode/metrics.json index 23e8621fe30..bca64dfb298 100644 --- a/metrics/linux-clang8-release/render-tests/text-writing-mode/point_label/cjk-arabic-vertical-mode/metrics.json +++ b/metrics/linux-clang8-release/render-tests/text-writing-mode/point_label/cjk-arabic-vertical-mode/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/text-writing-mode/point_label/cjk-horizontal-vertical-mode/metrics.json b/metrics/linux-clang8-release/render-tests/text-writing-mode/point_label/cjk-horizontal-vertical-mode/metrics.json index 7d4c49afdfb..250e6afdab5 100644 --- a/metrics/linux-clang8-release/render-tests/text-writing-mode/point_label/cjk-horizontal-vertical-mode/metrics.json +++ b/metrics/linux-clang8-release/render-tests/text-writing-mode/point_label/cjk-horizontal-vertical-mode/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/text-writing-mode/point_label/cjk-multiline-vertical-horizontal-mode/metrics.json b/metrics/linux-clang8-release/render-tests/text-writing-mode/point_label/cjk-multiline-vertical-horizontal-mode/metrics.json index eabb4022be5..6b909dcba83 100644 --- a/metrics/linux-clang8-release/render-tests/text-writing-mode/point_label/cjk-multiline-vertical-horizontal-mode/metrics.json +++ b/metrics/linux-clang8-release/render-tests/text-writing-mode/point_label/cjk-multiline-vertical-horizontal-mode/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/text-writing-mode/point_label/cjk-punctuation-vertical-mode/metrics.json b/metrics/linux-clang8-release/render-tests/text-writing-mode/point_label/cjk-punctuation-vertical-mode/metrics.json index 25fb8b4d1e0..d66c5516354 100644 --- a/metrics/linux-clang8-release/render-tests/text-writing-mode/point_label/cjk-punctuation-vertical-mode/metrics.json +++ b/metrics/linux-clang8-release/render-tests/text-writing-mode/point_label/cjk-punctuation-vertical-mode/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/text-writing-mode/point_label/cjk-variable-anchors-vertical-horizontal-mode-icon-text-fit/metrics.json b/metrics/linux-clang8-release/render-tests/text-writing-mode/point_label/cjk-variable-anchors-vertical-horizontal-mode-icon-text-fit/metrics.json index d8ccbe177ba..a573e66c767 100644 --- a/metrics/linux-clang8-release/render-tests/text-writing-mode/point_label/cjk-variable-anchors-vertical-horizontal-mode-icon-text-fit/metrics.json +++ b/metrics/linux-clang8-release/render-tests/text-writing-mode/point_label/cjk-variable-anchors-vertical-horizontal-mode-icon-text-fit/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/text-writing-mode/point_label/cjk-variable-anchors-vertical-horizontal-mode/metrics.json b/metrics/linux-clang8-release/render-tests/text-writing-mode/point_label/cjk-variable-anchors-vertical-horizontal-mode/metrics.json index 632a29ad175..1570a3859bd 100644 --- a/metrics/linux-clang8-release/render-tests/text-writing-mode/point_label/cjk-variable-anchors-vertical-horizontal-mode/metrics.json +++ b/metrics/linux-clang8-release/render-tests/text-writing-mode/point_label/cjk-variable-anchors-vertical-horizontal-mode/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/text-writing-mode/point_label/cjk-variable-anchors-vertical-mode/metrics.json b/metrics/linux-clang8-release/render-tests/text-writing-mode/point_label/cjk-variable-anchors-vertical-mode/metrics.json index 7d4c49afdfb..250e6afdab5 100644 --- a/metrics/linux-clang8-release/render-tests/text-writing-mode/point_label/cjk-variable-anchors-vertical-mode/metrics.json +++ b/metrics/linux-clang8-release/render-tests/text-writing-mode/point_label/cjk-variable-anchors-vertical-mode/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/text-writing-mode/point_label/cjk-vertical-horizontal-mode/metrics.json b/metrics/linux-clang8-release/render-tests/text-writing-mode/point_label/cjk-vertical-horizontal-mode/metrics.json index 7d4c49afdfb..250e6afdab5 100644 --- a/metrics/linux-clang8-release/render-tests/text-writing-mode/point_label/cjk-vertical-horizontal-mode/metrics.json +++ b/metrics/linux-clang8-release/render-tests/text-writing-mode/point_label/cjk-vertical-horizontal-mode/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/text-writing-mode/point_label/cjk-vertical-mode/metrics.json b/metrics/linux-clang8-release/render-tests/text-writing-mode/point_label/cjk-vertical-mode/metrics.json index 7d4c49afdfb..250e6afdab5 100644 --- a/metrics/linux-clang8-release/render-tests/text-writing-mode/point_label/cjk-vertical-mode/metrics.json +++ b/metrics/linux-clang8-release/render-tests/text-writing-mode/point_label/cjk-vertical-mode/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/text-writing-mode/point_label/latin-vertical-mode/metrics.json b/metrics/linux-clang8-release/render-tests/text-writing-mode/point_label/latin-vertical-mode/metrics.json index 5cf22c6b3e5..378f68df584 100644 --- a/metrics/linux-clang8-release/render-tests/text-writing-mode/point_label/latin-vertical-mode/metrics.json +++ b/metrics/linux-clang8-release/render-tests/text-writing-mode/point_label/latin-vertical-mode/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/text-writing-mode/point_label/mixed-multiline-vertical-horizontal-mode-icon-text-fit/metrics.json b/metrics/linux-clang8-release/render-tests/text-writing-mode/point_label/mixed-multiline-vertical-horizontal-mode-icon-text-fit/metrics.json index ad6e567fda4..05bcdf449e3 100644 --- a/metrics/linux-clang8-release/render-tests/text-writing-mode/point_label/mixed-multiline-vertical-horizontal-mode-icon-text-fit/metrics.json +++ b/metrics/linux-clang8-release/render-tests/text-writing-mode/point_label/mixed-multiline-vertical-horizontal-mode-icon-text-fit/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/text-writing-mode/point_label/mixed-multiline-vertical-horizontal-mode/metrics.json b/metrics/linux-clang8-release/render-tests/text-writing-mode/point_label/mixed-multiline-vertical-horizontal-mode/metrics.json index c1486937e1d..a98dfa19917 100644 --- a/metrics/linux-clang8-release/render-tests/text-writing-mode/point_label/mixed-multiline-vertical-horizontal-mode/metrics.json +++ b/metrics/linux-clang8-release/render-tests/text-writing-mode/point_label/mixed-multiline-vertical-horizontal-mode/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/tile-mode/streets-v11/metrics.json b/metrics/linux-clang8-release/render-tests/tile-mode/streets-v11/metrics.json index 27458bb6ba3..bc349a3d121 100644 --- a/metrics/linux-clang8-release/render-tests/tile-mode/streets-v11/metrics.json +++ b/metrics/linux-clang8-release/render-tests/tile-mode/streets-v11/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/tilejson-bounds/default/metrics.json b/metrics/linux-clang8-release/render-tests/tilejson-bounds/default/metrics.json index 9ff0b2697cf..179a2b73116 100644 --- a/metrics/linux-clang8-release/render-tests/tilejson-bounds/default/metrics.json +++ b/metrics/linux-clang8-release/render-tests/tilejson-bounds/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/tilejson-bounds/overwrite-bounds/metrics.json b/metrics/linux-clang8-release/render-tests/tilejson-bounds/overwrite-bounds/metrics.json index 9ff0b2697cf..179a2b73116 100644 --- a/metrics/linux-clang8-release/render-tests/tilejson-bounds/overwrite-bounds/metrics.json +++ b/metrics/linux-clang8-release/render-tests/tilejson-bounds/overwrite-bounds/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/tms/tms/metrics.json b/metrics/linux-clang8-release/render-tests/tms/tms/metrics.json index f7ca11c2324..8781deb0b2e 100644 --- a/metrics/linux-clang8-release/render-tests/tms/tms/metrics.json +++ b/metrics/linux-clang8-release/render-tests/tms/tms/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/within/filter-with-inlined-geojson/metrics.json b/metrics/linux-clang8-release/render-tests/within/filter-with-inlined-geojson/metrics.json index 12b2edda3bf..4a5dd3be30f 100644 --- a/metrics/linux-clang8-release/render-tests/within/filter-with-inlined-geojson/metrics.json +++ b/metrics/linux-clang8-release/render-tests/within/filter-with-inlined-geojson/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/within/layout-text/metrics.json b/metrics/linux-clang8-release/render-tests/within/layout-text/metrics.json index 022aba25a68..599a5b1a43d 100644 --- a/metrics/linux-clang8-release/render-tests/within/layout-text/metrics.json +++ b/metrics/linux-clang8-release/render-tests/within/layout-text/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/within/paint-circle/metrics.json b/metrics/linux-clang8-release/render-tests/within/paint-circle/metrics.json index e76ac664a03..4eb35bdc276 100644 --- a/metrics/linux-clang8-release/render-tests/within/paint-circle/metrics.json +++ b/metrics/linux-clang8-release/render-tests/within/paint-circle/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/within/paint-icon/metrics.json b/metrics/linux-clang8-release/render-tests/within/paint-icon/metrics.json index a65edfc8c98..a06ba3bc1ef 100644 --- a/metrics/linux-clang8-release/render-tests/within/paint-icon/metrics.json +++ b/metrics/linux-clang8-release/render-tests/within/paint-icon/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/within/paint-line/metrics.json b/metrics/linux-clang8-release/render-tests/within/paint-line/metrics.json index c32db503cbc..c97315898ef 100644 --- a/metrics/linux-clang8-release/render-tests/within/paint-line/metrics.json +++ b/metrics/linux-clang8-release/render-tests/within/paint-line/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/within/paint-text/metrics.json b/metrics/linux-clang8-release/render-tests/within/paint-text/metrics.json index b42b2f76347..52fa44e8b12 100644 --- a/metrics/linux-clang8-release/render-tests/within/paint-text/metrics.json +++ b/metrics/linux-clang8-release/render-tests/within/paint-text/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/zoom-history/in/metrics.json b/metrics/linux-clang8-release/render-tests/zoom-history/in/metrics.json index 084056a131e..b3c7f6690a6 100644 --- a/metrics/linux-clang8-release/render-tests/zoom-history/in/metrics.json +++ b/metrics/linux-clang8-release/render-tests/zoom-history/in/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/zoom-history/out/metrics.json b/metrics/linux-clang8-release/render-tests/zoom-history/out/metrics.json index 084056a131e..b3c7f6690a6 100644 --- a/metrics/linux-clang8-release/render-tests/zoom-history/out/metrics.json +++ b/metrics/linux-clang8-release/render-tests/zoom-history/out/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/zoom-visibility/above/metrics.json b/metrics/linux-clang8-release/render-tests/zoom-visibility/above/metrics.json index 8fbd5d92e32..1b60f77adfb 100644 --- a/metrics/linux-clang8-release/render-tests/zoom-visibility/above/metrics.json +++ b/metrics/linux-clang8-release/render-tests/zoom-visibility/above/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/zoom-visibility/below/metrics.json b/metrics/linux-clang8-release/render-tests/zoom-visibility/below/metrics.json index d11ea20c717..ad1ba7c6cf7 100644 --- a/metrics/linux-clang8-release/render-tests/zoom-visibility/below/metrics.json +++ b/metrics/linux-clang8-release/render-tests/zoom-visibility/below/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/zoom-visibility/in-range/metrics.json b/metrics/linux-clang8-release/render-tests/zoom-visibility/in-range/metrics.json index a9262cad3a1..0031781153a 100644 --- a/metrics/linux-clang8-release/render-tests/zoom-visibility/in-range/metrics.json +++ b/metrics/linux-clang8-release/render-tests/zoom-visibility/in-range/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/zoom-visibility/out-of-range/metrics.json b/metrics/linux-clang8-release/render-tests/zoom-visibility/out-of-range/metrics.json index a00f95be78e..1be13b07f38 100644 --- a/metrics/linux-clang8-release/render-tests/zoom-visibility/out-of-range/metrics.json +++ b/metrics/linux-clang8-release/render-tests/zoom-visibility/out-of-range/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/zoom-visibility/was-above/metrics.json b/metrics/linux-clang8-release/render-tests/zoom-visibility/was-above/metrics.json index b51667187e3..4d504053c7a 100644 --- a/metrics/linux-clang8-release/render-tests/zoom-visibility/was-above/metrics.json +++ b/metrics/linux-clang8-release/render-tests/zoom-visibility/was-above/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/zoom-visibility/was-below/metrics.json b/metrics/linux-clang8-release/render-tests/zoom-visibility/was-below/metrics.json index 01b432fe214..e30b6a8224f 100644 --- a/metrics/linux-clang8-release/render-tests/zoom-visibility/was-below/metrics.json +++ b/metrics/linux-clang8-release/render-tests/zoom-visibility/was-below/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/zoomed-fill/default/metrics.json b/metrics/linux-clang8-release/render-tests/zoomed-fill/default/metrics.json index ca6ff8e3338..15742bd2d9e 100644 --- a/metrics/linux-clang8-release/render-tests/zoomed-fill/default/metrics.json +++ b/metrics/linux-clang8-release/render-tests/zoomed-fill/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/zoomed-raster/fractional/metrics.json b/metrics/linux-clang8-release/render-tests/zoomed-raster/fractional/metrics.json index 4859f4afb12..0f05c16ab79 100644 --- a/metrics/linux-clang8-release/render-tests/zoomed-raster/fractional/metrics.json +++ b/metrics/linux-clang8-release/render-tests/zoomed-raster/fractional/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/zoomed-raster/overzoom/metrics.json b/metrics/linux-clang8-release/render-tests/zoomed-raster/overzoom/metrics.json index 10305579d18..bf90ca9af08 100644 --- a/metrics/linux-clang8-release/render-tests/zoomed-raster/overzoom/metrics.json +++ b/metrics/linux-clang8-release/render-tests/zoomed-raster/overzoom/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-clang8-release/render-tests/zoomed-raster/underzoom/metrics.json b/metrics/linux-clang8-release/render-tests/zoomed-raster/underzoom/metrics.json index 50f1262c46f..5003122a5bc 100644 --- a/metrics/linux-clang8-release/render-tests/zoomed-raster/underzoom/metrics.json +++ b/metrics/linux-clang8-release/render-tests/zoomed-raster/underzoom/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/location_indicator/dateline/metrics.json b/metrics/linux-gcc8-release/location_indicator/dateline/metrics.json index 2f6c9155e9b..398ff7edd7c 100644 --- a/metrics/linux-gcc8-release/location_indicator/dateline/metrics.json +++ b/metrics/linux-gcc8-release/location_indicator/dateline/metrics.json @@ -44,4 +44,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/location_indicator/default/metrics.json b/metrics/linux-gcc8-release/location_indicator/default/metrics.json index ac69157f10e..074a7314afd 100644 --- a/metrics/linux-gcc8-release/location_indicator/default/metrics.json +++ b/metrics/linux-gcc8-release/location_indicator/default/metrics.json @@ -44,4 +44,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/location_indicator/image_pixel_ratio/metrics.json b/metrics/linux-gcc8-release/location_indicator/image_pixel_ratio/metrics.json index 4e2534707d8..a26600fa49a 100644 --- a/metrics/linux-gcc8-release/location_indicator/image_pixel_ratio/metrics.json +++ b/metrics/linux-gcc8-release/location_indicator/image_pixel_ratio/metrics.json @@ -44,4 +44,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/location_indicator/no_radius_border/metrics.json b/metrics/linux-gcc8-release/location_indicator/no_radius_border/metrics.json index 089757dbd2f..f8951f6ab29 100644 --- a/metrics/linux-gcc8-release/location_indicator/no_radius_border/metrics.json +++ b/metrics/linux-gcc8-release/location_indicator/no_radius_border/metrics.json @@ -44,4 +44,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/location_indicator/no_radius_fill/metrics.json b/metrics/linux-gcc8-release/location_indicator/no_radius_fill/metrics.json index 98e4fcf8c8d..aa21d2bcd6b 100644 --- a/metrics/linux-gcc8-release/location_indicator/no_radius_fill/metrics.json +++ b/metrics/linux-gcc8-release/location_indicator/no_radius_fill/metrics.json @@ -44,4 +44,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/location_indicator/no_textures/metrics.json b/metrics/linux-gcc8-release/location_indicator/no_textures/metrics.json index 88ff6a5cec1..ddcaae9a5f0 100644 --- a/metrics/linux-gcc8-release/location_indicator/no_textures/metrics.json +++ b/metrics/linux-gcc8-release/location_indicator/no_textures/metrics.json @@ -44,4 +44,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/location_indicator/one_texture/metrics.json b/metrics/linux-gcc8-release/location_indicator/one_texture/metrics.json index 67060da88cd..85c9520b12a 100644 --- a/metrics/linux-gcc8-release/location_indicator/one_texture/metrics.json +++ b/metrics/linux-gcc8-release/location_indicator/one_texture/metrics.json @@ -44,4 +44,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/location_indicator/rotated/metrics.json b/metrics/linux-gcc8-release/location_indicator/rotated/metrics.json index 75a417e01c8..4f140d262fc 100644 --- a/metrics/linux-gcc8-release/location_indicator/rotated/metrics.json +++ b/metrics/linux-gcc8-release/location_indicator/rotated/metrics.json @@ -44,4 +44,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/location_indicator/tilted/metrics.json b/metrics/linux-gcc8-release/location_indicator/tilted/metrics.json index 0e0a349c67c..ef0cb59f7a0 100644 --- a/metrics/linux-gcc8-release/location_indicator/tilted/metrics.json +++ b/metrics/linux-gcc8-release/location_indicator/tilted/metrics.json @@ -44,4 +44,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/location_indicator/tilted_texture_shift/metrics.json b/metrics/linux-gcc8-release/location_indicator/tilted_texture_shift/metrics.json index 5cb3be895cb..28c11fe127a 100644 --- a/metrics/linux-gcc8-release/location_indicator/tilted_texture_shift/metrics.json +++ b/metrics/linux-gcc8-release/location_indicator/tilted_texture_shift/metrics.json @@ -44,4 +44,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/location_indicator/tilted_texture_shift_bottom_left/metrics.json b/metrics/linux-gcc8-release/location_indicator/tilted_texture_shift_bottom_left/metrics.json index 56203676a3f..66f3a29505a 100644 --- a/metrics/linux-gcc8-release/location_indicator/tilted_texture_shift_bottom_left/metrics.json +++ b/metrics/linux-gcc8-release/location_indicator/tilted_texture_shift_bottom_left/metrics.json @@ -44,4 +44,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/location_indicator/tilted_texture_shift_bottom_right/metrics.json b/metrics/linux-gcc8-release/location_indicator/tilted_texture_shift_bottom_right/metrics.json index 73727dc0b92..c6bca28e63f 100644 --- a/metrics/linux-gcc8-release/location_indicator/tilted_texture_shift_bottom_right/metrics.json +++ b/metrics/linux-gcc8-release/location_indicator/tilted_texture_shift_bottom_right/metrics.json @@ -44,4 +44,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/location_indicator/tilted_texture_shift_top_left/metrics.json b/metrics/linux-gcc8-release/location_indicator/tilted_texture_shift_top_left/metrics.json index 4d8c02fdf96..d5e5e7295eb 100644 --- a/metrics/linux-gcc8-release/location_indicator/tilted_texture_shift_top_left/metrics.json +++ b/metrics/linux-gcc8-release/location_indicator/tilted_texture_shift_top_left/metrics.json @@ -44,4 +44,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/location_indicator/tilted_texture_shift_top_right/metrics.json b/metrics/linux-gcc8-release/location_indicator/tilted_texture_shift_top_right/metrics.json index 1f8d87e7780..adc7f479035 100644 --- a/metrics/linux-gcc8-release/location_indicator/tilted_texture_shift_top_right/metrics.json +++ b/metrics/linux-gcc8-release/location_indicator/tilted_texture_shift_top_right/metrics.json @@ -44,4 +44,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/location_indicator/two_textures/metrics.json b/metrics/linux-gcc8-release/location_indicator/two_textures/metrics.json index 3399194e5ab..6afb7b62312 100644 --- a/metrics/linux-gcc8-release/location_indicator/two_textures/metrics.json +++ b/metrics/linux-gcc8-release/location_indicator/two_textures/metrics.json @@ -44,4 +44,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/probes/gfx/pass-double-probe/metrics.json b/metrics/linux-gcc8-release/probes/gfx/pass-double-probe/metrics.json index a1cf51f64c6..b6e2fc79631 100644 --- a/metrics/linux-gcc8-release/probes/gfx/pass-double-probe/metrics.json +++ b/metrics/linux-gcc8-release/probes/gfx/pass-double-probe/metrics.json @@ -82,4 +82,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/probes/gfx/pass-probe-reset/metrics.json b/metrics/linux-gcc8-release/probes/gfx/pass-probe-reset/metrics.json index 0f72f9e5c27..b820d818f3f 100644 --- a/metrics/linux-gcc8-release/probes/gfx/pass-probe-reset/metrics.json +++ b/metrics/linux-gcc8-release/probes/gfx/pass-probe-reset/metrics.json @@ -82,4 +82,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/probes/gfx/pass/metrics.json b/metrics/linux-gcc8-release/probes/gfx/pass/metrics.json index f003dce9a00..cd1c1adcb2b 100644 --- a/metrics/linux-gcc8-release/probes/gfx/pass/metrics.json +++ b/metrics/linux-gcc8-release/probes/gfx/pass/metrics.json @@ -63,4 +63,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/background-color/colorSpace-lab/metrics.json b/metrics/linux-gcc8-release/render-tests/background-color/colorSpace-lab/metrics.json index 7da07969667..7c49193327f 100644 --- a/metrics/linux-gcc8-release/render-tests/background-color/colorSpace-lab/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/background-color/colorSpace-lab/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/background-color/default/metrics.json b/metrics/linux-gcc8-release/render-tests/background-color/default/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/linux-gcc8-release/render-tests/background-color/default/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/background-color/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/background-color/function/metrics.json b/metrics/linux-gcc8-release/render-tests/background-color/function/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/linux-gcc8-release/render-tests/background-color/function/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/background-color/function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/background-color/literal/metrics.json b/metrics/linux-gcc8-release/render-tests/background-color/literal/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/linux-gcc8-release/render-tests/background-color/literal/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/background-color/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/background-opacity/color/metrics.json b/metrics/linux-gcc8-release/render-tests/background-opacity/color/metrics.json index d1d3c719b69..2cd5816ef0d 100644 --- a/metrics/linux-gcc8-release/render-tests/background-opacity/color/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/background-opacity/color/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/background-opacity/image/metrics.json b/metrics/linux-gcc8-release/render-tests/background-opacity/image/metrics.json index 7e01e8e9305..cc7daa38f8d 100644 --- a/metrics/linux-gcc8-release/render-tests/background-opacity/image/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/background-opacity/image/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/background-opacity/overlay/metrics.json b/metrics/linux-gcc8-release/render-tests/background-opacity/overlay/metrics.json index 12f80d05a3e..56ce0e291b1 100644 --- a/metrics/linux-gcc8-release/render-tests/background-opacity/overlay/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/background-opacity/overlay/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/background-pattern/@2x/metrics.json b/metrics/linux-gcc8-release/render-tests/background-pattern/@2x/metrics.json index 89a3b9090c0..b86d5bd0f27 100644 --- a/metrics/linux-gcc8-release/render-tests/background-pattern/@2x/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/background-pattern/@2x/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/background-pattern/literal/metrics.json b/metrics/linux-gcc8-release/render-tests/background-pattern/literal/metrics.json index b17c1d43cf3..9681b5edc26 100644 --- a/metrics/linux-gcc8-release/render-tests/background-pattern/literal/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/background-pattern/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/background-pattern/missing/metrics.json b/metrics/linux-gcc8-release/render-tests/background-pattern/missing/metrics.json index cdb304a90f8..0e57ec4706f 100644 --- a/metrics/linux-gcc8-release/render-tests/background-pattern/missing/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/background-pattern/missing/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/background-pattern/pitch/metrics.json b/metrics/linux-gcc8-release/render-tests/background-pattern/pitch/metrics.json index 77a63a3f585..c1c2c63efe9 100644 --- a/metrics/linux-gcc8-release/render-tests/background-pattern/pitch/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/background-pattern/pitch/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/background-pattern/rotated/metrics.json b/metrics/linux-gcc8-release/render-tests/background-pattern/rotated/metrics.json index b17c1d43cf3..9681b5edc26 100644 --- a/metrics/linux-gcc8-release/render-tests/background-pattern/rotated/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/background-pattern/rotated/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/background-pattern/zoomed/metrics.json b/metrics/linux-gcc8-release/render-tests/background-pattern/zoomed/metrics.json index b17c1d43cf3..9681b5edc26 100644 --- a/metrics/linux-gcc8-release/render-tests/background-pattern/zoomed/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/background-pattern/zoomed/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/background-visibility/none/metrics.json b/metrics/linux-gcc8-release/render-tests/background-visibility/none/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/linux-gcc8-release/render-tests/background-visibility/none/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/background-visibility/none/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/background-visibility/visible/metrics.json b/metrics/linux-gcc8-release/render-tests/background-visibility/visible/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/linux-gcc8-release/render-tests/background-visibility/visible/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/background-visibility/visible/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/basic-v9/z0-narrow-y/metrics.json b/metrics/linux-gcc8-release/render-tests/basic-v9/z0-narrow-y/metrics.json index d149583eac7..c738e3b757b 100644 --- a/metrics/linux-gcc8-release/render-tests/basic-v9/z0-narrow-y/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/basic-v9/z0-narrow-y/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/basic-v9/z0-wide-x/metrics.json b/metrics/linux-gcc8-release/render-tests/basic-v9/z0-wide-x/metrics.json index d149583eac7..c738e3b757b 100644 --- a/metrics/linux-gcc8-release/render-tests/basic-v9/z0-wide-x/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/basic-v9/z0-wide-x/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/basic-v9/z0/metrics.json b/metrics/linux-gcc8-release/render-tests/basic-v9/z0/metrics.json index f5baf3924a9..29b4d5d491e 100644 --- a/metrics/linux-gcc8-release/render-tests/basic-v9/z0/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/basic-v9/z0/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/bright-v9/z0/metrics.json b/metrics/linux-gcc8-release/render-tests/bright-v9/z0/metrics.json index bc753ead908..7ea96e3a64f 100644 --- a/metrics/linux-gcc8-release/render-tests/bright-v9/z0/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/bright-v9/z0/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/circle-blur/blending/metrics.json b/metrics/linux-gcc8-release/render-tests/circle-blur/blending/metrics.json index 3e29447ea9a..7288b67ed1c 100644 --- a/metrics/linux-gcc8-release/render-tests/circle-blur/blending/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/circle-blur/blending/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/circle-blur/default/metrics.json b/metrics/linux-gcc8-release/render-tests/circle-blur/default/metrics.json index b7fcd045414..c5dc4e05e94 100644 --- a/metrics/linux-gcc8-release/render-tests/circle-blur/default/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/circle-blur/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/circle-blur/function/metrics.json b/metrics/linux-gcc8-release/render-tests/circle-blur/function/metrics.json index b7fcd045414..c5dc4e05e94 100644 --- a/metrics/linux-gcc8-release/render-tests/circle-blur/function/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/circle-blur/function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/circle-blur/literal-stroke/metrics.json b/metrics/linux-gcc8-release/render-tests/circle-blur/literal-stroke/metrics.json index b7fcd045414..c5dc4e05e94 100644 --- a/metrics/linux-gcc8-release/render-tests/circle-blur/literal-stroke/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/circle-blur/literal-stroke/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/circle-blur/literal/metrics.json b/metrics/linux-gcc8-release/render-tests/circle-blur/literal/metrics.json index b7fcd045414..c5dc4e05e94 100644 --- a/metrics/linux-gcc8-release/render-tests/circle-blur/literal/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/circle-blur/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/circle-blur/property-function/metrics.json b/metrics/linux-gcc8-release/render-tests/circle-blur/property-function/metrics.json index bf5b94a7258..c5dccb9cead 100644 --- a/metrics/linux-gcc8-release/render-tests/circle-blur/property-function/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/circle-blur/property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/circle-blur/zoom-and-property-function/metrics.json b/metrics/linux-gcc8-release/render-tests/circle-blur/zoom-and-property-function/metrics.json index 2b00a4fa064..5c78b6b810e 100644 --- a/metrics/linux-gcc8-release/render-tests/circle-blur/zoom-and-property-function/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/circle-blur/zoom-and-property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/circle-color/default/metrics.json b/metrics/linux-gcc8-release/render-tests/circle-color/default/metrics.json index b7fcd045414..c5dc4e05e94 100644 --- a/metrics/linux-gcc8-release/render-tests/circle-color/default/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/circle-color/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/circle-color/function/metrics.json b/metrics/linux-gcc8-release/render-tests/circle-color/function/metrics.json index b7fcd045414..c5dc4e05e94 100644 --- a/metrics/linux-gcc8-release/render-tests/circle-color/function/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/circle-color/function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/circle-color/literal/metrics.json b/metrics/linux-gcc8-release/render-tests/circle-color/literal/metrics.json index b7fcd045414..c5dc4e05e94 100644 --- a/metrics/linux-gcc8-release/render-tests/circle-color/literal/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/circle-color/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/circle-color/property-function/metrics.json b/metrics/linux-gcc8-release/render-tests/circle-color/property-function/metrics.json index 2b00a4fa064..5c78b6b810e 100644 --- a/metrics/linux-gcc8-release/render-tests/circle-color/property-function/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/circle-color/property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/circle-color/zoom-and-property-function/metrics.json b/metrics/linux-gcc8-release/render-tests/circle-color/zoom-and-property-function/metrics.json index cd37b906a56..6dc76e6fad1 100644 --- a/metrics/linux-gcc8-release/render-tests/circle-color/zoom-and-property-function/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/circle-color/zoom-and-property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/circle-geometry/linestring/metrics.json b/metrics/linux-gcc8-release/render-tests/circle-geometry/linestring/metrics.json index b7fcd045414..c5dc4e05e94 100644 --- a/metrics/linux-gcc8-release/render-tests/circle-geometry/linestring/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/circle-geometry/linestring/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/circle-geometry/multilinestring/metrics.json b/metrics/linux-gcc8-release/render-tests/circle-geometry/multilinestring/metrics.json index b9307738e09..baa04769a3d 100644 --- a/metrics/linux-gcc8-release/render-tests/circle-geometry/multilinestring/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/circle-geometry/multilinestring/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/circle-geometry/multipoint/metrics.json b/metrics/linux-gcc8-release/render-tests/circle-geometry/multipoint/metrics.json index b7fcd045414..c5dc4e05e94 100644 --- a/metrics/linux-gcc8-release/render-tests/circle-geometry/multipoint/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/circle-geometry/multipoint/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/circle-geometry/multipolygon/metrics.json b/metrics/linux-gcc8-release/render-tests/circle-geometry/multipolygon/metrics.json index 742ac68192d..967e8fa527d 100644 --- a/metrics/linux-gcc8-release/render-tests/circle-geometry/multipolygon/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/circle-geometry/multipolygon/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/circle-geometry/point/metrics.json b/metrics/linux-gcc8-release/render-tests/circle-geometry/point/metrics.json index 01b432fe214..e30b6a8224f 100644 --- a/metrics/linux-gcc8-release/render-tests/circle-geometry/point/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/circle-geometry/point/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/circle-geometry/polygon/metrics.json b/metrics/linux-gcc8-release/render-tests/circle-geometry/polygon/metrics.json index b65ae23a753..089b0be4abb 100644 --- a/metrics/linux-gcc8-release/render-tests/circle-geometry/polygon/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/circle-geometry/polygon/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/circle-opacity/blending/metrics.json b/metrics/linux-gcc8-release/render-tests/circle-opacity/blending/metrics.json index bf5b94a7258..c5dccb9cead 100644 --- a/metrics/linux-gcc8-release/render-tests/circle-opacity/blending/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/circle-opacity/blending/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/circle-opacity/default/metrics.json b/metrics/linux-gcc8-release/render-tests/circle-opacity/default/metrics.json index b7fcd045414..c5dc4e05e94 100644 --- a/metrics/linux-gcc8-release/render-tests/circle-opacity/default/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/circle-opacity/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/circle-opacity/function/metrics.json b/metrics/linux-gcc8-release/render-tests/circle-opacity/function/metrics.json index b7fcd045414..c5dc4e05e94 100644 --- a/metrics/linux-gcc8-release/render-tests/circle-opacity/function/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/circle-opacity/function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/circle-opacity/literal/metrics.json b/metrics/linux-gcc8-release/render-tests/circle-opacity/literal/metrics.json index b7fcd045414..c5dc4e05e94 100644 --- a/metrics/linux-gcc8-release/render-tests/circle-opacity/literal/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/circle-opacity/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/circle-opacity/property-function/metrics.json b/metrics/linux-gcc8-release/render-tests/circle-opacity/property-function/metrics.json index bf5b94a7258..c5dccb9cead 100644 --- a/metrics/linux-gcc8-release/render-tests/circle-opacity/property-function/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/circle-opacity/property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/circle-opacity/zoom-and-property-function/metrics.json b/metrics/linux-gcc8-release/render-tests/circle-opacity/zoom-and-property-function/metrics.json index 2b00a4fa064..5c78b6b810e 100644 --- a/metrics/linux-gcc8-release/render-tests/circle-opacity/zoom-and-property-function/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/circle-opacity/zoom-and-property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/circle-pitch-alignment/map-scale-map/metrics.json b/metrics/linux-gcc8-release/render-tests/circle-pitch-alignment/map-scale-map/metrics.json index 62ea5c7dea0..82a579190aa 100644 --- a/metrics/linux-gcc8-release/render-tests/circle-pitch-alignment/map-scale-map/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/circle-pitch-alignment/map-scale-map/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/circle-pitch-alignment/map-scale-viewport/metrics.json b/metrics/linux-gcc8-release/render-tests/circle-pitch-alignment/map-scale-viewport/metrics.json index 62ea5c7dea0..82a579190aa 100644 --- a/metrics/linux-gcc8-release/render-tests/circle-pitch-alignment/map-scale-viewport/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/circle-pitch-alignment/map-scale-viewport/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/circle-pitch-alignment/viewport-scale-map/metrics.json b/metrics/linux-gcc8-release/render-tests/circle-pitch-alignment/viewport-scale-map/metrics.json index 62ea5c7dea0..82a579190aa 100644 --- a/metrics/linux-gcc8-release/render-tests/circle-pitch-alignment/viewport-scale-map/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/circle-pitch-alignment/viewport-scale-map/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/circle-pitch-alignment/viewport-scale-viewport/metrics.json b/metrics/linux-gcc8-release/render-tests/circle-pitch-alignment/viewport-scale-viewport/metrics.json index 62ea5c7dea0..82a579190aa 100644 --- a/metrics/linux-gcc8-release/render-tests/circle-pitch-alignment/viewport-scale-viewport/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/circle-pitch-alignment/viewport-scale-viewport/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/circle-pitch-scale/default/metrics.json b/metrics/linux-gcc8-release/render-tests/circle-pitch-scale/default/metrics.json index 62ea5c7dea0..82a579190aa 100644 --- a/metrics/linux-gcc8-release/render-tests/circle-pitch-scale/default/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/circle-pitch-scale/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/circle-pitch-scale/map/metrics.json b/metrics/linux-gcc8-release/render-tests/circle-pitch-scale/map/metrics.json index 62ea5c7dea0..82a579190aa 100644 --- a/metrics/linux-gcc8-release/render-tests/circle-pitch-scale/map/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/circle-pitch-scale/map/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/circle-pitch-scale/viewport/metrics.json b/metrics/linux-gcc8-release/render-tests/circle-pitch-scale/viewport/metrics.json index 62ea5c7dea0..82a579190aa 100644 --- a/metrics/linux-gcc8-release/render-tests/circle-pitch-scale/viewport/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/circle-pitch-scale/viewport/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/circle-radius/antimeridian/metrics.json b/metrics/linux-gcc8-release/render-tests/circle-radius/antimeridian/metrics.json index b7fcd045414..c5dc4e05e94 100644 --- a/metrics/linux-gcc8-release/render-tests/circle-radius/antimeridian/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/circle-radius/antimeridian/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/circle-radius/default/metrics.json b/metrics/linux-gcc8-release/render-tests/circle-radius/default/metrics.json index b7fcd045414..c5dc4e05e94 100644 --- a/metrics/linux-gcc8-release/render-tests/circle-radius/default/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/circle-radius/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/circle-radius/function/metrics.json b/metrics/linux-gcc8-release/render-tests/circle-radius/function/metrics.json index b7fcd045414..c5dc4e05e94 100644 --- a/metrics/linux-gcc8-release/render-tests/circle-radius/function/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/circle-radius/function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/circle-radius/literal/metrics.json b/metrics/linux-gcc8-release/render-tests/circle-radius/literal/metrics.json index b7fcd045414..c5dc4e05e94 100644 --- a/metrics/linux-gcc8-release/render-tests/circle-radius/literal/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/circle-radius/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/circle-radius/property-function/metrics.json b/metrics/linux-gcc8-release/render-tests/circle-radius/property-function/metrics.json index bf5b94a7258..c5dccb9cead 100644 --- a/metrics/linux-gcc8-release/render-tests/circle-radius/property-function/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/circle-radius/property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/circle-radius/zoom-and-property-function/metrics.json b/metrics/linux-gcc8-release/render-tests/circle-radius/zoom-and-property-function/metrics.json index 2b00a4fa064..5c78b6b810e 100644 --- a/metrics/linux-gcc8-release/render-tests/circle-radius/zoom-and-property-function/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/circle-radius/zoom-and-property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/circle-sort-key/literal/metrics.json b/metrics/linux-gcc8-release/render-tests/circle-sort-key/literal/metrics.json index a7ecf0458cb..9bd7de306eb 100644 --- a/metrics/linux-gcc8-release/render-tests/circle-sort-key/literal/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/circle-sort-key/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/circle-stroke-color/default/metrics.json b/metrics/linux-gcc8-release/render-tests/circle-stroke-color/default/metrics.json index b7fcd045414..c5dc4e05e94 100644 --- a/metrics/linux-gcc8-release/render-tests/circle-stroke-color/default/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/circle-stroke-color/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/circle-stroke-color/function/metrics.json b/metrics/linux-gcc8-release/render-tests/circle-stroke-color/function/metrics.json index b7fcd045414..c5dc4e05e94 100644 --- a/metrics/linux-gcc8-release/render-tests/circle-stroke-color/function/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/circle-stroke-color/function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/circle-stroke-color/literal/metrics.json b/metrics/linux-gcc8-release/render-tests/circle-stroke-color/literal/metrics.json index b7fcd045414..c5dc4e05e94 100644 --- a/metrics/linux-gcc8-release/render-tests/circle-stroke-color/literal/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/circle-stroke-color/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/circle-stroke-color/property-function/metrics.json b/metrics/linux-gcc8-release/render-tests/circle-stroke-color/property-function/metrics.json index 2b00a4fa064..5c78b6b810e 100644 --- a/metrics/linux-gcc8-release/render-tests/circle-stroke-color/property-function/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/circle-stroke-color/property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/circle-stroke-color/zoom-and-property-function/metrics.json b/metrics/linux-gcc8-release/render-tests/circle-stroke-color/zoom-and-property-function/metrics.json index cd37b906a56..6dc76e6fad1 100644 --- a/metrics/linux-gcc8-release/render-tests/circle-stroke-color/zoom-and-property-function/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/circle-stroke-color/zoom-and-property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/circle-stroke-opacity/default/metrics.json b/metrics/linux-gcc8-release/render-tests/circle-stroke-opacity/default/metrics.json index b7fcd045414..c5dc4e05e94 100644 --- a/metrics/linux-gcc8-release/render-tests/circle-stroke-opacity/default/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/circle-stroke-opacity/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/circle-stroke-opacity/function/metrics.json b/metrics/linux-gcc8-release/render-tests/circle-stroke-opacity/function/metrics.json index b7fcd045414..c5dc4e05e94 100644 --- a/metrics/linux-gcc8-release/render-tests/circle-stroke-opacity/function/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/circle-stroke-opacity/function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/circle-stroke-opacity/literal/metrics.json b/metrics/linux-gcc8-release/render-tests/circle-stroke-opacity/literal/metrics.json index b7fcd045414..c5dc4e05e94 100644 --- a/metrics/linux-gcc8-release/render-tests/circle-stroke-opacity/literal/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/circle-stroke-opacity/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/circle-stroke-opacity/property-function/metrics.json b/metrics/linux-gcc8-release/render-tests/circle-stroke-opacity/property-function/metrics.json index bf5b94a7258..c5dccb9cead 100644 --- a/metrics/linux-gcc8-release/render-tests/circle-stroke-opacity/property-function/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/circle-stroke-opacity/property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/circle-stroke-opacity/stroke-only/metrics.json b/metrics/linux-gcc8-release/render-tests/circle-stroke-opacity/stroke-only/metrics.json index b7fcd045414..c5dc4e05e94 100644 --- a/metrics/linux-gcc8-release/render-tests/circle-stroke-opacity/stroke-only/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/circle-stroke-opacity/stroke-only/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/circle-stroke-opacity/zoom-and-property-function/metrics.json b/metrics/linux-gcc8-release/render-tests/circle-stroke-opacity/zoom-and-property-function/metrics.json index 2b00a4fa064..5c78b6b810e 100644 --- a/metrics/linux-gcc8-release/render-tests/circle-stroke-opacity/zoom-and-property-function/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/circle-stroke-opacity/zoom-and-property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/circle-stroke-width/default/metrics.json b/metrics/linux-gcc8-release/render-tests/circle-stroke-width/default/metrics.json index b7fcd045414..c5dc4e05e94 100644 --- a/metrics/linux-gcc8-release/render-tests/circle-stroke-width/default/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/circle-stroke-width/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/circle-stroke-width/function/metrics.json b/metrics/linux-gcc8-release/render-tests/circle-stroke-width/function/metrics.json index b7fcd045414..c5dc4e05e94 100644 --- a/metrics/linux-gcc8-release/render-tests/circle-stroke-width/function/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/circle-stroke-width/function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/circle-stroke-width/literal/metrics.json b/metrics/linux-gcc8-release/render-tests/circle-stroke-width/literal/metrics.json index b7fcd045414..c5dc4e05e94 100644 --- a/metrics/linux-gcc8-release/render-tests/circle-stroke-width/literal/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/circle-stroke-width/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/circle-stroke-width/property-function/metrics.json b/metrics/linux-gcc8-release/render-tests/circle-stroke-width/property-function/metrics.json index bf5b94a7258..c5dccb9cead 100644 --- a/metrics/linux-gcc8-release/render-tests/circle-stroke-width/property-function/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/circle-stroke-width/property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/circle-stroke-width/zoom-and-property-function/metrics.json b/metrics/linux-gcc8-release/render-tests/circle-stroke-width/zoom-and-property-function/metrics.json index 2b00a4fa064..5c78b6b810e 100644 --- a/metrics/linux-gcc8-release/render-tests/circle-stroke-width/zoom-and-property-function/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/circle-stroke-width/zoom-and-property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/circle-translate-anchor/map/metrics.json b/metrics/linux-gcc8-release/render-tests/circle-translate-anchor/map/metrics.json index b7fcd045414..c5dc4e05e94 100644 --- a/metrics/linux-gcc8-release/render-tests/circle-translate-anchor/map/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/circle-translate-anchor/map/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/circle-translate-anchor/viewport/metrics.json b/metrics/linux-gcc8-release/render-tests/circle-translate-anchor/viewport/metrics.json index b7fcd045414..c5dc4e05e94 100644 --- a/metrics/linux-gcc8-release/render-tests/circle-translate-anchor/viewport/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/circle-translate-anchor/viewport/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/circle-translate/default/metrics.json b/metrics/linux-gcc8-release/render-tests/circle-translate/default/metrics.json index b7fcd045414..c5dc4e05e94 100644 --- a/metrics/linux-gcc8-release/render-tests/circle-translate/default/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/circle-translate/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/circle-translate/function/metrics.json b/metrics/linux-gcc8-release/render-tests/circle-translate/function/metrics.json index b7fcd045414..c5dc4e05e94 100644 --- a/metrics/linux-gcc8-release/render-tests/circle-translate/function/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/circle-translate/function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/circle-translate/literal/metrics.json b/metrics/linux-gcc8-release/render-tests/circle-translate/literal/metrics.json index b7fcd045414..c5dc4e05e94 100644 --- a/metrics/linux-gcc8-release/render-tests/circle-translate/literal/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/circle-translate/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/combinations/background-opaque--background-opaque/metrics.json b/metrics/linux-gcc8-release/render-tests/combinations/background-opaque--background-opaque/metrics.json index ca19895c81d..385524356c4 100644 --- a/metrics/linux-gcc8-release/render-tests/combinations/background-opaque--background-opaque/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/combinations/background-opaque--background-opaque/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/combinations/background-opaque--background-translucent/metrics.json b/metrics/linux-gcc8-release/render-tests/combinations/background-opaque--background-translucent/metrics.json index ca19895c81d..385524356c4 100644 --- a/metrics/linux-gcc8-release/render-tests/combinations/background-opaque--background-translucent/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/combinations/background-opaque--background-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/combinations/background-opaque--circle-translucent/metrics.json b/metrics/linux-gcc8-release/render-tests/combinations/background-opaque--circle-translucent/metrics.json index b65ae23a753..089b0be4abb 100644 --- a/metrics/linux-gcc8-release/render-tests/combinations/background-opaque--circle-translucent/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/combinations/background-opaque--circle-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/combinations/background-opaque--fill-extrusion-translucent/metrics.json b/metrics/linux-gcc8-release/render-tests/combinations/background-opaque--fill-extrusion-translucent/metrics.json index 869c4378bf3..f712c8f66dc 100644 --- a/metrics/linux-gcc8-release/render-tests/combinations/background-opaque--fill-extrusion-translucent/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/combinations/background-opaque--fill-extrusion-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/combinations/background-opaque--fill-opaque/metrics.json b/metrics/linux-gcc8-release/render-tests/combinations/background-opaque--fill-opaque/metrics.json index 873f47815fe..a1e24dbecc7 100644 --- a/metrics/linux-gcc8-release/render-tests/combinations/background-opaque--fill-opaque/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/combinations/background-opaque--fill-opaque/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/combinations/background-opaque--fill-translucent/metrics.json b/metrics/linux-gcc8-release/render-tests/combinations/background-opaque--fill-translucent/metrics.json index 873f47815fe..a1e24dbecc7 100644 --- a/metrics/linux-gcc8-release/render-tests/combinations/background-opaque--fill-translucent/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/combinations/background-opaque--fill-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/combinations/background-opaque--heatmap-translucent/metrics.json b/metrics/linux-gcc8-release/render-tests/combinations/background-opaque--heatmap-translucent/metrics.json index 5cc4b977fff..459db2373ea 100644 --- a/metrics/linux-gcc8-release/render-tests/combinations/background-opaque--heatmap-translucent/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/combinations/background-opaque--heatmap-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/combinations/background-opaque--hillshade-translucent/metrics.json b/metrics/linux-gcc8-release/render-tests/combinations/background-opaque--hillshade-translucent/metrics.json index fe9af55d561..3341db244c6 100644 --- a/metrics/linux-gcc8-release/render-tests/combinations/background-opaque--hillshade-translucent/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/combinations/background-opaque--hillshade-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/combinations/background-opaque--line-translucent/metrics.json b/metrics/linux-gcc8-release/render-tests/combinations/background-opaque--line-translucent/metrics.json index 43b92c8fd62..bf9465ff8aa 100644 --- a/metrics/linux-gcc8-release/render-tests/combinations/background-opaque--line-translucent/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/combinations/background-opaque--line-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/combinations/background-opaque--raster-translucent/metrics.json b/metrics/linux-gcc8-release/render-tests/combinations/background-opaque--raster-translucent/metrics.json index aeff97a9b28..4c90b1a1026 100644 --- a/metrics/linux-gcc8-release/render-tests/combinations/background-opaque--raster-translucent/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/combinations/background-opaque--raster-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/combinations/background-opaque--symbol-translucent/metrics.json b/metrics/linux-gcc8-release/render-tests/combinations/background-opaque--symbol-translucent/metrics.json index ff10b87fe60..80efc975536 100644 --- a/metrics/linux-gcc8-release/render-tests/combinations/background-opaque--symbol-translucent/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/combinations/background-opaque--symbol-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/combinations/background-translucent--background-opaque/metrics.json b/metrics/linux-gcc8-release/render-tests/combinations/background-translucent--background-opaque/metrics.json index ca19895c81d..385524356c4 100644 --- a/metrics/linux-gcc8-release/render-tests/combinations/background-translucent--background-opaque/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/combinations/background-translucent--background-opaque/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/combinations/background-translucent--background-translucent/metrics.json b/metrics/linux-gcc8-release/render-tests/combinations/background-translucent--background-translucent/metrics.json index ca19895c81d..385524356c4 100644 --- a/metrics/linux-gcc8-release/render-tests/combinations/background-translucent--background-translucent/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/combinations/background-translucent--background-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/combinations/background-translucent--circle-translucent/metrics.json b/metrics/linux-gcc8-release/render-tests/combinations/background-translucent--circle-translucent/metrics.json index b65ae23a753..089b0be4abb 100644 --- a/metrics/linux-gcc8-release/render-tests/combinations/background-translucent--circle-translucent/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/combinations/background-translucent--circle-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/combinations/background-translucent--fill-extrusion-translucent/metrics.json b/metrics/linux-gcc8-release/render-tests/combinations/background-translucent--fill-extrusion-translucent/metrics.json index 869c4378bf3..f712c8f66dc 100644 --- a/metrics/linux-gcc8-release/render-tests/combinations/background-translucent--fill-extrusion-translucent/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/combinations/background-translucent--fill-extrusion-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/combinations/background-translucent--fill-opaque/metrics.json b/metrics/linux-gcc8-release/render-tests/combinations/background-translucent--fill-opaque/metrics.json index 873f47815fe..a1e24dbecc7 100644 --- a/metrics/linux-gcc8-release/render-tests/combinations/background-translucent--fill-opaque/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/combinations/background-translucent--fill-opaque/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/combinations/background-translucent--fill-translucent/metrics.json b/metrics/linux-gcc8-release/render-tests/combinations/background-translucent--fill-translucent/metrics.json index 873f47815fe..a1e24dbecc7 100644 --- a/metrics/linux-gcc8-release/render-tests/combinations/background-translucent--fill-translucent/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/combinations/background-translucent--fill-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/combinations/background-translucent--heatmap-translucent/metrics.json b/metrics/linux-gcc8-release/render-tests/combinations/background-translucent--heatmap-translucent/metrics.json index 5cc4b977fff..459db2373ea 100644 --- a/metrics/linux-gcc8-release/render-tests/combinations/background-translucent--heatmap-translucent/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/combinations/background-translucent--heatmap-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/combinations/background-translucent--hillshade-translucent/metrics.json b/metrics/linux-gcc8-release/render-tests/combinations/background-translucent--hillshade-translucent/metrics.json index fe9af55d561..3341db244c6 100644 --- a/metrics/linux-gcc8-release/render-tests/combinations/background-translucent--hillshade-translucent/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/combinations/background-translucent--hillshade-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/combinations/background-translucent--line-translucent/metrics.json b/metrics/linux-gcc8-release/render-tests/combinations/background-translucent--line-translucent/metrics.json index 43b92c8fd62..bf9465ff8aa 100644 --- a/metrics/linux-gcc8-release/render-tests/combinations/background-translucent--line-translucent/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/combinations/background-translucent--line-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/combinations/background-translucent--raster-translucent/metrics.json b/metrics/linux-gcc8-release/render-tests/combinations/background-translucent--raster-translucent/metrics.json index aeff97a9b28..4c90b1a1026 100644 --- a/metrics/linux-gcc8-release/render-tests/combinations/background-translucent--raster-translucent/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/combinations/background-translucent--raster-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/combinations/background-translucent--symbol-translucent/metrics.json b/metrics/linux-gcc8-release/render-tests/combinations/background-translucent--symbol-translucent/metrics.json index ff10b87fe60..80efc975536 100644 --- a/metrics/linux-gcc8-release/render-tests/combinations/background-translucent--symbol-translucent/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/combinations/background-translucent--symbol-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/combinations/circle-translucent--background-opaque/metrics.json b/metrics/linux-gcc8-release/render-tests/combinations/circle-translucent--background-opaque/metrics.json index d5ad1d9303d..dc413c28a83 100644 --- a/metrics/linux-gcc8-release/render-tests/combinations/circle-translucent--background-opaque/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/combinations/circle-translucent--background-opaque/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/combinations/circle-translucent--background-translucent/metrics.json b/metrics/linux-gcc8-release/render-tests/combinations/circle-translucent--background-translucent/metrics.json index d5ad1d9303d..dc413c28a83 100644 --- a/metrics/linux-gcc8-release/render-tests/combinations/circle-translucent--background-translucent/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/combinations/circle-translucent--background-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/combinations/circle-translucent--circle-translucent/metrics.json b/metrics/linux-gcc8-release/render-tests/combinations/circle-translucent--circle-translucent/metrics.json index d5ad1d9303d..dc413c28a83 100644 --- a/metrics/linux-gcc8-release/render-tests/combinations/circle-translucent--circle-translucent/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/combinations/circle-translucent--circle-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/combinations/circle-translucent--fill-extrusion-translucent/metrics.json b/metrics/linux-gcc8-release/render-tests/combinations/circle-translucent--fill-extrusion-translucent/metrics.json index d0a09330c38..02e32b225c1 100644 --- a/metrics/linux-gcc8-release/render-tests/combinations/circle-translucent--fill-extrusion-translucent/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/combinations/circle-translucent--fill-extrusion-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/combinations/circle-translucent--fill-opaque/metrics.json b/metrics/linux-gcc8-release/render-tests/combinations/circle-translucent--fill-opaque/metrics.json index 54232a88593..3589506596e 100644 --- a/metrics/linux-gcc8-release/render-tests/combinations/circle-translucent--fill-opaque/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/combinations/circle-translucent--fill-opaque/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/combinations/circle-translucent--fill-translucent/metrics.json b/metrics/linux-gcc8-release/render-tests/combinations/circle-translucent--fill-translucent/metrics.json index 54232a88593..3589506596e 100644 --- a/metrics/linux-gcc8-release/render-tests/combinations/circle-translucent--fill-translucent/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/combinations/circle-translucent--fill-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/combinations/circle-translucent--heatmap-translucent/metrics.json b/metrics/linux-gcc8-release/render-tests/combinations/circle-translucent--heatmap-translucent/metrics.json index b342e18183b..04e5de8e775 100644 --- a/metrics/linux-gcc8-release/render-tests/combinations/circle-translucent--heatmap-translucent/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/combinations/circle-translucent--heatmap-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/combinations/circle-translucent--hillshade-translucent/metrics.json b/metrics/linux-gcc8-release/render-tests/combinations/circle-translucent--hillshade-translucent/metrics.json index 2ecd93ab0db..008f32728a9 100644 --- a/metrics/linux-gcc8-release/render-tests/combinations/circle-translucent--hillshade-translucent/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/combinations/circle-translucent--hillshade-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/combinations/circle-translucent--line-translucent/metrics.json b/metrics/linux-gcc8-release/render-tests/combinations/circle-translucent--line-translucent/metrics.json index 34e16412442..848c8eed8f1 100644 --- a/metrics/linux-gcc8-release/render-tests/combinations/circle-translucent--line-translucent/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/combinations/circle-translucent--line-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/combinations/circle-translucent--raster-translucent/metrics.json b/metrics/linux-gcc8-release/render-tests/combinations/circle-translucent--raster-translucent/metrics.json index 8543c93e3fb..313c9a78216 100644 --- a/metrics/linux-gcc8-release/render-tests/combinations/circle-translucent--raster-translucent/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/combinations/circle-translucent--raster-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/combinations/circle-translucent--symbol-translucent/metrics.json b/metrics/linux-gcc8-release/render-tests/combinations/circle-translucent--symbol-translucent/metrics.json index 7f048825740..509f08c45c2 100644 --- a/metrics/linux-gcc8-release/render-tests/combinations/circle-translucent--symbol-translucent/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/combinations/circle-translucent--symbol-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/combinations/fill-extrusion--fill-opaque/metrics.json b/metrics/linux-gcc8-release/render-tests/combinations/fill-extrusion--fill-opaque/metrics.json index 158f4a877cf..7c68a9b0ae7 100644 --- a/metrics/linux-gcc8-release/render-tests/combinations/fill-extrusion--fill-opaque/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/combinations/fill-extrusion--fill-opaque/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/combinations/fill-extrusion--fill-translucent/metrics.json b/metrics/linux-gcc8-release/render-tests/combinations/fill-extrusion--fill-translucent/metrics.json index 158f4a877cf..7c68a9b0ae7 100644 --- a/metrics/linux-gcc8-release/render-tests/combinations/fill-extrusion--fill-translucent/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/combinations/fill-extrusion--fill-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/combinations/fill-extrusion-translucent--background-opaque/metrics.json b/metrics/linux-gcc8-release/render-tests/combinations/fill-extrusion-translucent--background-opaque/metrics.json index 070982798d7..ddd80ebcd4a 100644 --- a/metrics/linux-gcc8-release/render-tests/combinations/fill-extrusion-translucent--background-opaque/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/combinations/fill-extrusion-translucent--background-opaque/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/combinations/fill-extrusion-translucent--background-translucent/metrics.json b/metrics/linux-gcc8-release/render-tests/combinations/fill-extrusion-translucent--background-translucent/metrics.json index 070982798d7..ddd80ebcd4a 100644 --- a/metrics/linux-gcc8-release/render-tests/combinations/fill-extrusion-translucent--background-translucent/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/combinations/fill-extrusion-translucent--background-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/combinations/fill-extrusion-translucent--circle-translucent/metrics.json b/metrics/linux-gcc8-release/render-tests/combinations/fill-extrusion-translucent--circle-translucent/metrics.json index d0a09330c38..02e32b225c1 100644 --- a/metrics/linux-gcc8-release/render-tests/combinations/fill-extrusion-translucent--circle-translucent/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/combinations/fill-extrusion-translucent--circle-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/combinations/fill-extrusion-translucent--fill-extrusion-translucent/metrics.json b/metrics/linux-gcc8-release/render-tests/combinations/fill-extrusion-translucent--fill-extrusion-translucent/metrics.json index 070982798d7..ddd80ebcd4a 100644 --- a/metrics/linux-gcc8-release/render-tests/combinations/fill-extrusion-translucent--fill-extrusion-translucent/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/combinations/fill-extrusion-translucent--fill-extrusion-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/combinations/fill-extrusion-translucent--fill-opaque/metrics.json b/metrics/linux-gcc8-release/render-tests/combinations/fill-extrusion-translucent--fill-opaque/metrics.json index 9dd47aeeeb5..42b4e6f9890 100644 --- a/metrics/linux-gcc8-release/render-tests/combinations/fill-extrusion-translucent--fill-opaque/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/combinations/fill-extrusion-translucent--fill-opaque/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/combinations/fill-extrusion-translucent--fill-translucent/metrics.json b/metrics/linux-gcc8-release/render-tests/combinations/fill-extrusion-translucent--fill-translucent/metrics.json index f460f1be9e6..758831370f8 100644 --- a/metrics/linux-gcc8-release/render-tests/combinations/fill-extrusion-translucent--fill-translucent/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/combinations/fill-extrusion-translucent--fill-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/combinations/fill-extrusion-translucent--heatmap-translucent/metrics.json b/metrics/linux-gcc8-release/render-tests/combinations/fill-extrusion-translucent--heatmap-translucent/metrics.json index a4c2b929c75..ab72e118cc7 100644 --- a/metrics/linux-gcc8-release/render-tests/combinations/fill-extrusion-translucent--heatmap-translucent/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/combinations/fill-extrusion-translucent--heatmap-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/combinations/fill-extrusion-translucent--hillshade-translucent/metrics.json b/metrics/linux-gcc8-release/render-tests/combinations/fill-extrusion-translucent--hillshade-translucent/metrics.json index f9f2c55c050..a404300fa4e 100644 --- a/metrics/linux-gcc8-release/render-tests/combinations/fill-extrusion-translucent--hillshade-translucent/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/combinations/fill-extrusion-translucent--hillshade-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/combinations/fill-extrusion-translucent--line-translucent/metrics.json b/metrics/linux-gcc8-release/render-tests/combinations/fill-extrusion-translucent--line-translucent/metrics.json index b9a70d7457b..dff1b0cc4e1 100644 --- a/metrics/linux-gcc8-release/render-tests/combinations/fill-extrusion-translucent--line-translucent/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/combinations/fill-extrusion-translucent--line-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/combinations/fill-extrusion-translucent--raster-translucent/metrics.json b/metrics/linux-gcc8-release/render-tests/combinations/fill-extrusion-translucent--raster-translucent/metrics.json index ba3da4f660c..87a7cf57671 100644 --- a/metrics/linux-gcc8-release/render-tests/combinations/fill-extrusion-translucent--raster-translucent/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/combinations/fill-extrusion-translucent--raster-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/combinations/fill-extrusion-translucent--symbol-translucent/metrics.json b/metrics/linux-gcc8-release/render-tests/combinations/fill-extrusion-translucent--symbol-translucent/metrics.json index e06f8fc8fc1..7c9e77d5811 100644 --- a/metrics/linux-gcc8-release/render-tests/combinations/fill-extrusion-translucent--symbol-translucent/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/combinations/fill-extrusion-translucent--symbol-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/combinations/fill-opaque--background-opaque/metrics.json b/metrics/linux-gcc8-release/render-tests/combinations/fill-opaque--background-opaque/metrics.json index d9701f6181e..e3f653570e1 100644 --- a/metrics/linux-gcc8-release/render-tests/combinations/fill-opaque--background-opaque/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/combinations/fill-opaque--background-opaque/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/combinations/fill-opaque--background-translucent/metrics.json b/metrics/linux-gcc8-release/render-tests/combinations/fill-opaque--background-translucent/metrics.json index d9701f6181e..e3f653570e1 100644 --- a/metrics/linux-gcc8-release/render-tests/combinations/fill-opaque--background-translucent/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/combinations/fill-opaque--background-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/combinations/fill-opaque--circle-translucent/metrics.json b/metrics/linux-gcc8-release/render-tests/combinations/fill-opaque--circle-translucent/metrics.json index 54232a88593..3589506596e 100644 --- a/metrics/linux-gcc8-release/render-tests/combinations/fill-opaque--circle-translucent/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/combinations/fill-opaque--circle-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/combinations/fill-opaque--fill-extrusion-translucent/metrics.json b/metrics/linux-gcc8-release/render-tests/combinations/fill-opaque--fill-extrusion-translucent/metrics.json index 158f4a877cf..7c68a9b0ae7 100644 --- a/metrics/linux-gcc8-release/render-tests/combinations/fill-opaque--fill-extrusion-translucent/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/combinations/fill-opaque--fill-extrusion-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/combinations/fill-opaque--fill-opaque/metrics.json b/metrics/linux-gcc8-release/render-tests/combinations/fill-opaque--fill-opaque/metrics.json index 511b43f4d27..0c3fa00030f 100644 --- a/metrics/linux-gcc8-release/render-tests/combinations/fill-opaque--fill-opaque/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/combinations/fill-opaque--fill-opaque/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/combinations/fill-opaque--fill-translucent/metrics.json b/metrics/linux-gcc8-release/render-tests/combinations/fill-opaque--fill-translucent/metrics.json index 511b43f4d27..0c3fa00030f 100644 --- a/metrics/linux-gcc8-release/render-tests/combinations/fill-opaque--fill-translucent/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/combinations/fill-opaque--fill-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/combinations/fill-opaque--heatmap-translucent/metrics.json b/metrics/linux-gcc8-release/render-tests/combinations/fill-opaque--heatmap-translucent/metrics.json index 5565a4dd482..8a2c3875148 100644 --- a/metrics/linux-gcc8-release/render-tests/combinations/fill-opaque--heatmap-translucent/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/combinations/fill-opaque--heatmap-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/combinations/fill-opaque--hillshade-translucent/metrics.json b/metrics/linux-gcc8-release/render-tests/combinations/fill-opaque--hillshade-translucent/metrics.json index 130eb528504..9de2075c67f 100644 --- a/metrics/linux-gcc8-release/render-tests/combinations/fill-opaque--hillshade-translucent/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/combinations/fill-opaque--hillshade-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/combinations/fill-opaque--image-translucent/metrics.json b/metrics/linux-gcc8-release/render-tests/combinations/fill-opaque--image-translucent/metrics.json index 8ed0fcb075e..daeb965b4e1 100644 --- a/metrics/linux-gcc8-release/render-tests/combinations/fill-opaque--image-translucent/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/combinations/fill-opaque--image-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/combinations/fill-opaque--line-translucent/metrics.json b/metrics/linux-gcc8-release/render-tests/combinations/fill-opaque--line-translucent/metrics.json index aac3c6d3088..3fa48c6a965 100644 --- a/metrics/linux-gcc8-release/render-tests/combinations/fill-opaque--line-translucent/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/combinations/fill-opaque--line-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/combinations/fill-opaque--raster-translucent/metrics.json b/metrics/linux-gcc8-release/render-tests/combinations/fill-opaque--raster-translucent/metrics.json index a6e96270b25..3f327cb1242 100644 --- a/metrics/linux-gcc8-release/render-tests/combinations/fill-opaque--raster-translucent/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/combinations/fill-opaque--raster-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/combinations/fill-opaque--symbol-translucent/metrics.json b/metrics/linux-gcc8-release/render-tests/combinations/fill-opaque--symbol-translucent/metrics.json index c1bede4b522..b7c8916479b 100644 --- a/metrics/linux-gcc8-release/render-tests/combinations/fill-opaque--symbol-translucent/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/combinations/fill-opaque--symbol-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/combinations/fill-translucent--background-opaque/metrics.json b/metrics/linux-gcc8-release/render-tests/combinations/fill-translucent--background-opaque/metrics.json index d9701f6181e..e3f653570e1 100644 --- a/metrics/linux-gcc8-release/render-tests/combinations/fill-translucent--background-opaque/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/combinations/fill-translucent--background-opaque/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/combinations/fill-translucent--background-translucent/metrics.json b/metrics/linux-gcc8-release/render-tests/combinations/fill-translucent--background-translucent/metrics.json index d9701f6181e..e3f653570e1 100644 --- a/metrics/linux-gcc8-release/render-tests/combinations/fill-translucent--background-translucent/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/combinations/fill-translucent--background-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/combinations/fill-translucent--circle-translucent/metrics.json b/metrics/linux-gcc8-release/render-tests/combinations/fill-translucent--circle-translucent/metrics.json index 54232a88593..3589506596e 100644 --- a/metrics/linux-gcc8-release/render-tests/combinations/fill-translucent--circle-translucent/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/combinations/fill-translucent--circle-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/combinations/fill-translucent--fill-extrusion-translucent/metrics.json b/metrics/linux-gcc8-release/render-tests/combinations/fill-translucent--fill-extrusion-translucent/metrics.json index 158f4a877cf..7c68a9b0ae7 100644 --- a/metrics/linux-gcc8-release/render-tests/combinations/fill-translucent--fill-extrusion-translucent/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/combinations/fill-translucent--fill-extrusion-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/combinations/fill-translucent--fill-opaque/metrics.json b/metrics/linux-gcc8-release/render-tests/combinations/fill-translucent--fill-opaque/metrics.json index 511b43f4d27..0c3fa00030f 100644 --- a/metrics/linux-gcc8-release/render-tests/combinations/fill-translucent--fill-opaque/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/combinations/fill-translucent--fill-opaque/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/combinations/fill-translucent--fill-translucent/metrics.json b/metrics/linux-gcc8-release/render-tests/combinations/fill-translucent--fill-translucent/metrics.json index 511b43f4d27..0c3fa00030f 100644 --- a/metrics/linux-gcc8-release/render-tests/combinations/fill-translucent--fill-translucent/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/combinations/fill-translucent--fill-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/combinations/fill-translucent--heatmap-translucent/metrics.json b/metrics/linux-gcc8-release/render-tests/combinations/fill-translucent--heatmap-translucent/metrics.json index 5565a4dd482..8a2c3875148 100644 --- a/metrics/linux-gcc8-release/render-tests/combinations/fill-translucent--heatmap-translucent/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/combinations/fill-translucent--heatmap-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/combinations/fill-translucent--hillshade-translucent/metrics.json b/metrics/linux-gcc8-release/render-tests/combinations/fill-translucent--hillshade-translucent/metrics.json index 130eb528504..9de2075c67f 100644 --- a/metrics/linux-gcc8-release/render-tests/combinations/fill-translucent--hillshade-translucent/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/combinations/fill-translucent--hillshade-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/combinations/fill-translucent--line-translucent/metrics.json b/metrics/linux-gcc8-release/render-tests/combinations/fill-translucent--line-translucent/metrics.json index aac3c6d3088..3fa48c6a965 100644 --- a/metrics/linux-gcc8-release/render-tests/combinations/fill-translucent--line-translucent/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/combinations/fill-translucent--line-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/combinations/fill-translucent--raster-translucent/metrics.json b/metrics/linux-gcc8-release/render-tests/combinations/fill-translucent--raster-translucent/metrics.json index a6e96270b25..3f327cb1242 100644 --- a/metrics/linux-gcc8-release/render-tests/combinations/fill-translucent--raster-translucent/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/combinations/fill-translucent--raster-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/combinations/fill-translucent--symbol-translucent/metrics.json b/metrics/linux-gcc8-release/render-tests/combinations/fill-translucent--symbol-translucent/metrics.json index c1bede4b522..b7c8916479b 100644 --- a/metrics/linux-gcc8-release/render-tests/combinations/fill-translucent--symbol-translucent/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/combinations/fill-translucent--symbol-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/combinations/heatmap-translucent--background-opaque/metrics.json b/metrics/linux-gcc8-release/render-tests/combinations/heatmap-translucent--background-opaque/metrics.json index 046dcc83f87..7e8e12d4e5c 100644 --- a/metrics/linux-gcc8-release/render-tests/combinations/heatmap-translucent--background-opaque/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/combinations/heatmap-translucent--background-opaque/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/combinations/heatmap-translucent--background-translucent/metrics.json b/metrics/linux-gcc8-release/render-tests/combinations/heatmap-translucent--background-translucent/metrics.json index 046dcc83f87..7e8e12d4e5c 100644 --- a/metrics/linux-gcc8-release/render-tests/combinations/heatmap-translucent--background-translucent/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/combinations/heatmap-translucent--background-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/combinations/heatmap-translucent--circle-translucent/metrics.json b/metrics/linux-gcc8-release/render-tests/combinations/heatmap-translucent--circle-translucent/metrics.json index b342e18183b..04e5de8e775 100644 --- a/metrics/linux-gcc8-release/render-tests/combinations/heatmap-translucent--circle-translucent/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/combinations/heatmap-translucent--circle-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/combinations/heatmap-translucent--fill-extrusion-translucent/metrics.json b/metrics/linux-gcc8-release/render-tests/combinations/heatmap-translucent--fill-extrusion-translucent/metrics.json index a4c2b929c75..ab72e118cc7 100644 --- a/metrics/linux-gcc8-release/render-tests/combinations/heatmap-translucent--fill-extrusion-translucent/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/combinations/heatmap-translucent--fill-extrusion-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/combinations/heatmap-translucent--fill-opaque/metrics.json b/metrics/linux-gcc8-release/render-tests/combinations/heatmap-translucent--fill-opaque/metrics.json index 5565a4dd482..8a2c3875148 100644 --- a/metrics/linux-gcc8-release/render-tests/combinations/heatmap-translucent--fill-opaque/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/combinations/heatmap-translucent--fill-opaque/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/combinations/heatmap-translucent--fill-translucent/metrics.json b/metrics/linux-gcc8-release/render-tests/combinations/heatmap-translucent--fill-translucent/metrics.json index 5565a4dd482..8a2c3875148 100644 --- a/metrics/linux-gcc8-release/render-tests/combinations/heatmap-translucent--fill-translucent/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/combinations/heatmap-translucent--fill-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/combinations/heatmap-translucent--heatmap-translucent/metrics.json b/metrics/linux-gcc8-release/render-tests/combinations/heatmap-translucent--heatmap-translucent/metrics.json index 94161dda76b..6f5af7fb644 100644 --- a/metrics/linux-gcc8-release/render-tests/combinations/heatmap-translucent--heatmap-translucent/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/combinations/heatmap-translucent--heatmap-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/combinations/heatmap-translucent--hillshade-translucent/metrics.json b/metrics/linux-gcc8-release/render-tests/combinations/heatmap-translucent--hillshade-translucent/metrics.json index eb8235bd221..e643b72cc24 100644 --- a/metrics/linux-gcc8-release/render-tests/combinations/heatmap-translucent--hillshade-translucent/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/combinations/heatmap-translucent--hillshade-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/combinations/heatmap-translucent--line-translucent/metrics.json b/metrics/linux-gcc8-release/render-tests/combinations/heatmap-translucent--line-translucent/metrics.json index e6b45ea3c9c..e7b5f516339 100644 --- a/metrics/linux-gcc8-release/render-tests/combinations/heatmap-translucent--line-translucent/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/combinations/heatmap-translucent--line-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/combinations/heatmap-translucent--raster-translucent/metrics.json b/metrics/linux-gcc8-release/render-tests/combinations/heatmap-translucent--raster-translucent/metrics.json index 46ae22eb392..43d09834abb 100644 --- a/metrics/linux-gcc8-release/render-tests/combinations/heatmap-translucent--raster-translucent/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/combinations/heatmap-translucent--raster-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/combinations/heatmap-translucent--symbol-translucent/metrics.json b/metrics/linux-gcc8-release/render-tests/combinations/heatmap-translucent--symbol-translucent/metrics.json index 60f01ff9e36..2914d385f21 100644 --- a/metrics/linux-gcc8-release/render-tests/combinations/heatmap-translucent--symbol-translucent/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/combinations/heatmap-translucent--symbol-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/combinations/hillshade-translucent--background-opaque/metrics.json b/metrics/linux-gcc8-release/render-tests/combinations/hillshade-translucent--background-opaque/metrics.json index 019fd54df32..9d85d6b956f 100644 --- a/metrics/linux-gcc8-release/render-tests/combinations/hillshade-translucent--background-opaque/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/combinations/hillshade-translucent--background-opaque/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/combinations/hillshade-translucent--background-translucent/metrics.json b/metrics/linux-gcc8-release/render-tests/combinations/hillshade-translucent--background-translucent/metrics.json index 019fd54df32..9d85d6b956f 100644 --- a/metrics/linux-gcc8-release/render-tests/combinations/hillshade-translucent--background-translucent/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/combinations/hillshade-translucent--background-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/combinations/hillshade-translucent--circle-translucent/metrics.json b/metrics/linux-gcc8-release/render-tests/combinations/hillshade-translucent--circle-translucent/metrics.json index 2ecd93ab0db..008f32728a9 100644 --- a/metrics/linux-gcc8-release/render-tests/combinations/hillshade-translucent--circle-translucent/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/combinations/hillshade-translucent--circle-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/combinations/hillshade-translucent--fill-extrusion-translucent/metrics.json b/metrics/linux-gcc8-release/render-tests/combinations/hillshade-translucent--fill-extrusion-translucent/metrics.json index f9f2c55c050..a404300fa4e 100644 --- a/metrics/linux-gcc8-release/render-tests/combinations/hillshade-translucent--fill-extrusion-translucent/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/combinations/hillshade-translucent--fill-extrusion-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/combinations/hillshade-translucent--fill-opaque/metrics.json b/metrics/linux-gcc8-release/render-tests/combinations/hillshade-translucent--fill-opaque/metrics.json index 130eb528504..9de2075c67f 100644 --- a/metrics/linux-gcc8-release/render-tests/combinations/hillshade-translucent--fill-opaque/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/combinations/hillshade-translucent--fill-opaque/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/combinations/hillshade-translucent--fill-translucent/metrics.json b/metrics/linux-gcc8-release/render-tests/combinations/hillshade-translucent--fill-translucent/metrics.json index 130eb528504..9de2075c67f 100644 --- a/metrics/linux-gcc8-release/render-tests/combinations/hillshade-translucent--fill-translucent/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/combinations/hillshade-translucent--fill-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/combinations/hillshade-translucent--heatmap-translucent/metrics.json b/metrics/linux-gcc8-release/render-tests/combinations/hillshade-translucent--heatmap-translucent/metrics.json index eb8235bd221..e643b72cc24 100644 --- a/metrics/linux-gcc8-release/render-tests/combinations/hillshade-translucent--heatmap-translucent/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/combinations/hillshade-translucent--heatmap-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/combinations/hillshade-translucent--hillshade-translucent/metrics.json b/metrics/linux-gcc8-release/render-tests/combinations/hillshade-translucent--hillshade-translucent/metrics.json index 6cdf449a0c7..10759b737f0 100644 --- a/metrics/linux-gcc8-release/render-tests/combinations/hillshade-translucent--hillshade-translucent/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/combinations/hillshade-translucent--hillshade-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/combinations/hillshade-translucent--line-translucent/metrics.json b/metrics/linux-gcc8-release/render-tests/combinations/hillshade-translucent--line-translucent/metrics.json index 1d0c8f8153b..1b513e2875e 100644 --- a/metrics/linux-gcc8-release/render-tests/combinations/hillshade-translucent--line-translucent/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/combinations/hillshade-translucent--line-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/combinations/hillshade-translucent--raster-translucent/metrics.json b/metrics/linux-gcc8-release/render-tests/combinations/hillshade-translucent--raster-translucent/metrics.json index 40f09a93051..2e3add06208 100644 --- a/metrics/linux-gcc8-release/render-tests/combinations/hillshade-translucent--raster-translucent/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/combinations/hillshade-translucent--raster-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/combinations/hillshade-translucent--symbol-translucent/metrics.json b/metrics/linux-gcc8-release/render-tests/combinations/hillshade-translucent--symbol-translucent/metrics.json index 1b23d9d85c9..3496bc37bfb 100644 --- a/metrics/linux-gcc8-release/render-tests/combinations/hillshade-translucent--symbol-translucent/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/combinations/hillshade-translucent--symbol-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/combinations/line-translucent--background-opaque/metrics.json b/metrics/linux-gcc8-release/render-tests/combinations/line-translucent--background-opaque/metrics.json index 2fb82f10860..dbbe87baf8b 100644 --- a/metrics/linux-gcc8-release/render-tests/combinations/line-translucent--background-opaque/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/combinations/line-translucent--background-opaque/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/combinations/line-translucent--background-translucent/metrics.json b/metrics/linux-gcc8-release/render-tests/combinations/line-translucent--background-translucent/metrics.json index 2fb82f10860..dbbe87baf8b 100644 --- a/metrics/linux-gcc8-release/render-tests/combinations/line-translucent--background-translucent/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/combinations/line-translucent--background-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/combinations/line-translucent--circle-translucent/metrics.json b/metrics/linux-gcc8-release/render-tests/combinations/line-translucent--circle-translucent/metrics.json index 34e16412442..848c8eed8f1 100644 --- a/metrics/linux-gcc8-release/render-tests/combinations/line-translucent--circle-translucent/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/combinations/line-translucent--circle-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/combinations/line-translucent--fill-extrusion-translucent/metrics.json b/metrics/linux-gcc8-release/render-tests/combinations/line-translucent--fill-extrusion-translucent/metrics.json index b9a70d7457b..dff1b0cc4e1 100644 --- a/metrics/linux-gcc8-release/render-tests/combinations/line-translucent--fill-extrusion-translucent/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/combinations/line-translucent--fill-extrusion-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/combinations/line-translucent--fill-opaque/metrics.json b/metrics/linux-gcc8-release/render-tests/combinations/line-translucent--fill-opaque/metrics.json index aac3c6d3088..3fa48c6a965 100644 --- a/metrics/linux-gcc8-release/render-tests/combinations/line-translucent--fill-opaque/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/combinations/line-translucent--fill-opaque/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/combinations/line-translucent--fill-translucent/metrics.json b/metrics/linux-gcc8-release/render-tests/combinations/line-translucent--fill-translucent/metrics.json index aac3c6d3088..3fa48c6a965 100644 --- a/metrics/linux-gcc8-release/render-tests/combinations/line-translucent--fill-translucent/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/combinations/line-translucent--fill-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/combinations/line-translucent--heatmap-translucent/metrics.json b/metrics/linux-gcc8-release/render-tests/combinations/line-translucent--heatmap-translucent/metrics.json index e6b45ea3c9c..e7b5f516339 100644 --- a/metrics/linux-gcc8-release/render-tests/combinations/line-translucent--heatmap-translucent/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/combinations/line-translucent--heatmap-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/combinations/line-translucent--hillshade-translucent/metrics.json b/metrics/linux-gcc8-release/render-tests/combinations/line-translucent--hillshade-translucent/metrics.json index 1d0c8f8153b..1b513e2875e 100644 --- a/metrics/linux-gcc8-release/render-tests/combinations/line-translucent--hillshade-translucent/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/combinations/line-translucent--hillshade-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/combinations/line-translucent--line-translucent/metrics.json b/metrics/linux-gcc8-release/render-tests/combinations/line-translucent--line-translucent/metrics.json index 2fb82f10860..dbbe87baf8b 100644 --- a/metrics/linux-gcc8-release/render-tests/combinations/line-translucent--line-translucent/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/combinations/line-translucent--line-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/combinations/line-translucent--raster-translucent/metrics.json b/metrics/linux-gcc8-release/render-tests/combinations/line-translucent--raster-translucent/metrics.json index dfb24aaa91b..47dea3c28e0 100644 --- a/metrics/linux-gcc8-release/render-tests/combinations/line-translucent--raster-translucent/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/combinations/line-translucent--raster-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/combinations/line-translucent--symbol-translucent/metrics.json b/metrics/linux-gcc8-release/render-tests/combinations/line-translucent--symbol-translucent/metrics.json index cafdf6fa100..76f5b1043c9 100644 --- a/metrics/linux-gcc8-release/render-tests/combinations/line-translucent--symbol-translucent/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/combinations/line-translucent--symbol-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/combinations/raster-translucent--background-opaque/metrics.json b/metrics/linux-gcc8-release/render-tests/combinations/raster-translucent--background-opaque/metrics.json index 9297ddb669b..62d9f6ef55d 100644 --- a/metrics/linux-gcc8-release/render-tests/combinations/raster-translucent--background-opaque/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/combinations/raster-translucent--background-opaque/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/combinations/raster-translucent--background-translucent/metrics.json b/metrics/linux-gcc8-release/render-tests/combinations/raster-translucent--background-translucent/metrics.json index 9297ddb669b..62d9f6ef55d 100644 --- a/metrics/linux-gcc8-release/render-tests/combinations/raster-translucent--background-translucent/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/combinations/raster-translucent--background-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/combinations/raster-translucent--circle-translucent/metrics.json b/metrics/linux-gcc8-release/render-tests/combinations/raster-translucent--circle-translucent/metrics.json index 8543c93e3fb..313c9a78216 100644 --- a/metrics/linux-gcc8-release/render-tests/combinations/raster-translucent--circle-translucent/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/combinations/raster-translucent--circle-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/combinations/raster-translucent--fill-extrusion-translucent/metrics.json b/metrics/linux-gcc8-release/render-tests/combinations/raster-translucent--fill-extrusion-translucent/metrics.json index ba3da4f660c..87a7cf57671 100644 --- a/metrics/linux-gcc8-release/render-tests/combinations/raster-translucent--fill-extrusion-translucent/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/combinations/raster-translucent--fill-extrusion-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/combinations/raster-translucent--fill-opaque/metrics.json b/metrics/linux-gcc8-release/render-tests/combinations/raster-translucent--fill-opaque/metrics.json index a6e96270b25..3f327cb1242 100644 --- a/metrics/linux-gcc8-release/render-tests/combinations/raster-translucent--fill-opaque/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/combinations/raster-translucent--fill-opaque/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/combinations/raster-translucent--fill-translucent/metrics.json b/metrics/linux-gcc8-release/render-tests/combinations/raster-translucent--fill-translucent/metrics.json index a6e96270b25..3f327cb1242 100644 --- a/metrics/linux-gcc8-release/render-tests/combinations/raster-translucent--fill-translucent/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/combinations/raster-translucent--fill-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/combinations/raster-translucent--heatmap-translucent/metrics.json b/metrics/linux-gcc8-release/render-tests/combinations/raster-translucent--heatmap-translucent/metrics.json index 46ae22eb392..43d09834abb 100644 --- a/metrics/linux-gcc8-release/render-tests/combinations/raster-translucent--heatmap-translucent/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/combinations/raster-translucent--heatmap-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/combinations/raster-translucent--hillshade-translucent/metrics.json b/metrics/linux-gcc8-release/render-tests/combinations/raster-translucent--hillshade-translucent/metrics.json index 40f09a93051..2e3add06208 100644 --- a/metrics/linux-gcc8-release/render-tests/combinations/raster-translucent--hillshade-translucent/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/combinations/raster-translucent--hillshade-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/combinations/raster-translucent--line-translucent/metrics.json b/metrics/linux-gcc8-release/render-tests/combinations/raster-translucent--line-translucent/metrics.json index dfb24aaa91b..47dea3c28e0 100644 --- a/metrics/linux-gcc8-release/render-tests/combinations/raster-translucent--line-translucent/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/combinations/raster-translucent--line-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/combinations/raster-translucent--raster-translucent/metrics.json b/metrics/linux-gcc8-release/render-tests/combinations/raster-translucent--raster-translucent/metrics.json index 11aca40c023..c842bf39097 100644 --- a/metrics/linux-gcc8-release/render-tests/combinations/raster-translucent--raster-translucent/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/combinations/raster-translucent--raster-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/combinations/raster-translucent--symbol-translucent/metrics.json b/metrics/linux-gcc8-release/render-tests/combinations/raster-translucent--symbol-translucent/metrics.json index 1900b992490..5e9f2726e80 100644 --- a/metrics/linux-gcc8-release/render-tests/combinations/raster-translucent--symbol-translucent/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/combinations/raster-translucent--symbol-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/combinations/symbol-translucent--background-opaque/metrics.json b/metrics/linux-gcc8-release/render-tests/combinations/symbol-translucent--background-opaque/metrics.json index 7f17773165c..b25ac99b3bb 100644 --- a/metrics/linux-gcc8-release/render-tests/combinations/symbol-translucent--background-opaque/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/combinations/symbol-translucent--background-opaque/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/combinations/symbol-translucent--background-translucent/metrics.json b/metrics/linux-gcc8-release/render-tests/combinations/symbol-translucent--background-translucent/metrics.json index 7f17773165c..b25ac99b3bb 100644 --- a/metrics/linux-gcc8-release/render-tests/combinations/symbol-translucent--background-translucent/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/combinations/symbol-translucent--background-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/combinations/symbol-translucent--circle-translucent/metrics.json b/metrics/linux-gcc8-release/render-tests/combinations/symbol-translucent--circle-translucent/metrics.json index 7f048825740..509f08c45c2 100644 --- a/metrics/linux-gcc8-release/render-tests/combinations/symbol-translucent--circle-translucent/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/combinations/symbol-translucent--circle-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/combinations/symbol-translucent--fill-extrusion-translucent/metrics.json b/metrics/linux-gcc8-release/render-tests/combinations/symbol-translucent--fill-extrusion-translucent/metrics.json index e06f8fc8fc1..7c9e77d5811 100644 --- a/metrics/linux-gcc8-release/render-tests/combinations/symbol-translucent--fill-extrusion-translucent/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/combinations/symbol-translucent--fill-extrusion-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/combinations/symbol-translucent--fill-opaque/metrics.json b/metrics/linux-gcc8-release/render-tests/combinations/symbol-translucent--fill-opaque/metrics.json index c1bede4b522..b7c8916479b 100644 --- a/metrics/linux-gcc8-release/render-tests/combinations/symbol-translucent--fill-opaque/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/combinations/symbol-translucent--fill-opaque/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/combinations/symbol-translucent--fill-translucent/metrics.json b/metrics/linux-gcc8-release/render-tests/combinations/symbol-translucent--fill-translucent/metrics.json index c1bede4b522..b7c8916479b 100644 --- a/metrics/linux-gcc8-release/render-tests/combinations/symbol-translucent--fill-translucent/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/combinations/symbol-translucent--fill-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/combinations/symbol-translucent--heatmap-translucent/metrics.json b/metrics/linux-gcc8-release/render-tests/combinations/symbol-translucent--heatmap-translucent/metrics.json index 60f01ff9e36..2914d385f21 100644 --- a/metrics/linux-gcc8-release/render-tests/combinations/symbol-translucent--heatmap-translucent/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/combinations/symbol-translucent--heatmap-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/combinations/symbol-translucent--hillshade-translucent/metrics.json b/metrics/linux-gcc8-release/render-tests/combinations/symbol-translucent--hillshade-translucent/metrics.json index 1b23d9d85c9..3496bc37bfb 100644 --- a/metrics/linux-gcc8-release/render-tests/combinations/symbol-translucent--hillshade-translucent/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/combinations/symbol-translucent--hillshade-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/combinations/symbol-translucent--line-translucent/metrics.json b/metrics/linux-gcc8-release/render-tests/combinations/symbol-translucent--line-translucent/metrics.json index cafdf6fa100..76f5b1043c9 100644 --- a/metrics/linux-gcc8-release/render-tests/combinations/symbol-translucent--line-translucent/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/combinations/symbol-translucent--line-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/combinations/symbol-translucent--raster-translucent/metrics.json b/metrics/linux-gcc8-release/render-tests/combinations/symbol-translucent--raster-translucent/metrics.json index 1900b992490..5e9f2726e80 100644 --- a/metrics/linux-gcc8-release/render-tests/combinations/symbol-translucent--raster-translucent/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/combinations/symbol-translucent--raster-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/combinations/symbol-translucent--symbol-translucent/metrics.json b/metrics/linux-gcc8-release/render-tests/combinations/symbol-translucent--symbol-translucent/metrics.json index 501f64a004e..5ad8d61037a 100644 --- a/metrics/linux-gcc8-release/render-tests/combinations/symbol-translucent--symbol-translucent/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/combinations/symbol-translucent--symbol-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/debug/collision-icon-text-line-translate/metrics.json b/metrics/linux-gcc8-release/render-tests/debug/collision-icon-text-line-translate/metrics.json index a99484c47cc..48ccfb3d10f 100644 --- a/metrics/linux-gcc8-release/render-tests/debug/collision-icon-text-line-translate/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/debug/collision-icon-text-line-translate/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/debug/collision-icon-text-point-translate/metrics.json b/metrics/linux-gcc8-release/render-tests/debug/collision-icon-text-point-translate/metrics.json index 17fba0446e8..ae2716da045 100644 --- a/metrics/linux-gcc8-release/render-tests/debug/collision-icon-text-point-translate/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/debug/collision-icon-text-point-translate/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/debug/collision-lines-overscaled/metrics.json b/metrics/linux-gcc8-release/render-tests/debug/collision-lines-overscaled/metrics.json index 89d36a35a27..0642fb166cb 100644 --- a/metrics/linux-gcc8-release/render-tests/debug/collision-lines-overscaled/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/debug/collision-lines-overscaled/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/debug/collision-lines-pitched/metrics.json b/metrics/linux-gcc8-release/render-tests/debug/collision-lines-pitched/metrics.json index fdbd1532eb1..bd18f217fd0 100644 --- a/metrics/linux-gcc8-release/render-tests/debug/collision-lines-pitched/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/debug/collision-lines-pitched/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/debug/collision-lines/metrics.json b/metrics/linux-gcc8-release/render-tests/debug/collision-lines/metrics.json index fdbd1532eb1..bd18f217fd0 100644 --- a/metrics/linux-gcc8-release/render-tests/debug/collision-lines/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/debug/collision-lines/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/debug/collision-overscaled/metrics.json b/metrics/linux-gcc8-release/render-tests/debug/collision-overscaled/metrics.json index a06fb7ad37e..06b80cfa71a 100644 --- a/metrics/linux-gcc8-release/render-tests/debug/collision-overscaled/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/debug/collision-overscaled/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/debug/collision-pitched-wrapped/metrics.json b/metrics/linux-gcc8-release/render-tests/debug/collision-pitched-wrapped/metrics.json index 6168495707b..1c5d5aa4a88 100644 --- a/metrics/linux-gcc8-release/render-tests/debug/collision-pitched-wrapped/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/debug/collision-pitched-wrapped/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/debug/collision-pitched/metrics.json b/metrics/linux-gcc8-release/render-tests/debug/collision-pitched/metrics.json index a4fade43b7e..11ce04a115e 100644 --- a/metrics/linux-gcc8-release/render-tests/debug/collision-pitched/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/debug/collision-pitched/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/empty/empty/metrics.json b/metrics/linux-gcc8-release/render-tests/empty/empty/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/linux-gcc8-release/render-tests/empty/empty/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/empty/empty/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/extent/1024-fill/metrics.json b/metrics/linux-gcc8-release/render-tests/extent/1024-fill/metrics.json index 705eaa2c4e5..5f03b19103d 100644 --- a/metrics/linux-gcc8-release/render-tests/extent/1024-fill/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/extent/1024-fill/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/extent/1024-line/metrics.json b/metrics/linux-gcc8-release/render-tests/extent/1024-line/metrics.json index b0ad84b7b6a..9a39558581f 100644 --- a/metrics/linux-gcc8-release/render-tests/extent/1024-line/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/extent/1024-line/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/extent/1024-symbol/metrics.json b/metrics/linux-gcc8-release/render-tests/extent/1024-symbol/metrics.json index b5f9604d8e9..db8d7dd5284 100644 --- a/metrics/linux-gcc8-release/render-tests/extent/1024-symbol/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/extent/1024-symbol/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/feature-state/composite-expression/metrics.json b/metrics/linux-gcc8-release/render-tests/feature-state/composite-expression/metrics.json index 3653638ee2e..199b2b57550 100644 --- a/metrics/linux-gcc8-release/render-tests/feature-state/composite-expression/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/feature-state/composite-expression/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/feature-state/data-expression/metrics.json b/metrics/linux-gcc8-release/render-tests/feature-state/data-expression/metrics.json index f6bec0e0459..8b4cf7dabaf 100644 --- a/metrics/linux-gcc8-release/render-tests/feature-state/data-expression/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/feature-state/data-expression/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/feature-state/vector-source/metrics.json b/metrics/linux-gcc8-release/render-tests/feature-state/vector-source/metrics.json index 16026dacebf..bb5b3e0e76f 100644 --- a/metrics/linux-gcc8-release/render-tests/feature-state/vector-source/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/feature-state/vector-source/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/fill-antialias/false/metrics.json b/metrics/linux-gcc8-release/render-tests/fill-antialias/false/metrics.json index ec5a8327773..6da0bff6839 100644 --- a/metrics/linux-gcc8-release/render-tests/fill-antialias/false/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/fill-antialias/false/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/fill-color/default/metrics.json b/metrics/linux-gcc8-release/render-tests/fill-color/default/metrics.json index ec5a8327773..6da0bff6839 100644 --- a/metrics/linux-gcc8-release/render-tests/fill-color/default/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/fill-color/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/fill-color/function/metrics.json b/metrics/linux-gcc8-release/render-tests/fill-color/function/metrics.json index ec5a8327773..6da0bff6839 100644 --- a/metrics/linux-gcc8-release/render-tests/fill-color/function/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/fill-color/function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/fill-color/literal/metrics.json b/metrics/linux-gcc8-release/render-tests/fill-color/literal/metrics.json index ec5a8327773..6da0bff6839 100644 --- a/metrics/linux-gcc8-release/render-tests/fill-color/literal/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/fill-color/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/fill-color/multiply/metrics.json b/metrics/linux-gcc8-release/render-tests/fill-color/multiply/metrics.json index ec5a8327773..6da0bff6839 100644 --- a/metrics/linux-gcc8-release/render-tests/fill-color/multiply/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/fill-color/multiply/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/fill-color/opacity/metrics.json b/metrics/linux-gcc8-release/render-tests/fill-color/opacity/metrics.json index ec5a8327773..6da0bff6839 100644 --- a/metrics/linux-gcc8-release/render-tests/fill-color/opacity/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/fill-color/opacity/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/fill-color/property-function/metrics.json b/metrics/linux-gcc8-release/render-tests/fill-color/property-function/metrics.json index 8ae66783ec9..9c8a014abdd 100644 --- a/metrics/linux-gcc8-release/render-tests/fill-color/property-function/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/fill-color/property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/fill-color/zoom-and-property-function/metrics.json b/metrics/linux-gcc8-release/render-tests/fill-color/zoom-and-property-function/metrics.json index 424e3e22c86..93a93494e02 100644 --- a/metrics/linux-gcc8-release/render-tests/fill-color/zoom-and-property-function/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/fill-color/zoom-and-property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/fill-extrusion-base/default/metrics.json b/metrics/linux-gcc8-release/render-tests/fill-extrusion-base/default/metrics.json index 6e40c94905a..02b59466219 100644 --- a/metrics/linux-gcc8-release/render-tests/fill-extrusion-base/default/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/fill-extrusion-base/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/fill-extrusion-base/function/metrics.json b/metrics/linux-gcc8-release/render-tests/fill-extrusion-base/function/metrics.json index 6e40c94905a..02b59466219 100644 --- a/metrics/linux-gcc8-release/render-tests/fill-extrusion-base/function/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/fill-extrusion-base/function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/fill-extrusion-base/literal/metrics.json b/metrics/linux-gcc8-release/render-tests/fill-extrusion-base/literal/metrics.json index 6e40c94905a..02b59466219 100644 --- a/metrics/linux-gcc8-release/render-tests/fill-extrusion-base/literal/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/fill-extrusion-base/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/fill-extrusion-base/negative/metrics.json b/metrics/linux-gcc8-release/render-tests/fill-extrusion-base/negative/metrics.json index ccd42b0ddee..798f9e75d8c 100644 --- a/metrics/linux-gcc8-release/render-tests/fill-extrusion-base/negative/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/fill-extrusion-base/negative/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/fill-extrusion-base/property-function/metrics.json b/metrics/linux-gcc8-release/render-tests/fill-extrusion-base/property-function/metrics.json index ccd42b0ddee..798f9e75d8c 100644 --- a/metrics/linux-gcc8-release/render-tests/fill-extrusion-base/property-function/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/fill-extrusion-base/property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/fill-extrusion-base/zoom-and-property-function/metrics.json b/metrics/linux-gcc8-release/render-tests/fill-extrusion-base/zoom-and-property-function/metrics.json index 5c12ec1c1ea..76b87e9c913 100644 --- a/metrics/linux-gcc8-release/render-tests/fill-extrusion-base/zoom-and-property-function/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/fill-extrusion-base/zoom-and-property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/fill-extrusion-color/default/metrics.json b/metrics/linux-gcc8-release/render-tests/fill-extrusion-color/default/metrics.json index 47ec0bb2c6f..76af83d49f0 100644 --- a/metrics/linux-gcc8-release/render-tests/fill-extrusion-color/default/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/fill-extrusion-color/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/fill-extrusion-color/function/metrics.json b/metrics/linux-gcc8-release/render-tests/fill-extrusion-color/function/metrics.json index 47ec0bb2c6f..76af83d49f0 100644 --- a/metrics/linux-gcc8-release/render-tests/fill-extrusion-color/function/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/fill-extrusion-color/function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/fill-extrusion-color/literal/metrics.json b/metrics/linux-gcc8-release/render-tests/fill-extrusion-color/literal/metrics.json index 47ec0bb2c6f..76af83d49f0 100644 --- a/metrics/linux-gcc8-release/render-tests/fill-extrusion-color/literal/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/fill-extrusion-color/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/fill-extrusion-color/no-alpha-no-multiply/metrics.json b/metrics/linux-gcc8-release/render-tests/fill-extrusion-color/no-alpha-no-multiply/metrics.json index 47ec0bb2c6f..76af83d49f0 100644 --- a/metrics/linux-gcc8-release/render-tests/fill-extrusion-color/no-alpha-no-multiply/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/fill-extrusion-color/no-alpha-no-multiply/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/fill-extrusion-color/property-function/metrics.json b/metrics/linux-gcc8-release/render-tests/fill-extrusion-color/property-function/metrics.json index ffe069ce460..ffcf48a10f6 100644 --- a/metrics/linux-gcc8-release/render-tests/fill-extrusion-color/property-function/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/fill-extrusion-color/property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/fill-extrusion-color/zoom-and-property-function/metrics.json b/metrics/linux-gcc8-release/render-tests/fill-extrusion-color/zoom-and-property-function/metrics.json index e3548b740c8..a36c7336497 100644 --- a/metrics/linux-gcc8-release/render-tests/fill-extrusion-color/zoom-and-property-function/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/fill-extrusion-color/zoom-and-property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/fill-extrusion-height/default/metrics.json b/metrics/linux-gcc8-release/render-tests/fill-extrusion-height/default/metrics.json index 47ec0bb2c6f..76af83d49f0 100644 --- a/metrics/linux-gcc8-release/render-tests/fill-extrusion-height/default/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/fill-extrusion-height/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/fill-extrusion-height/function/metrics.json b/metrics/linux-gcc8-release/render-tests/fill-extrusion-height/function/metrics.json index 47ec0bb2c6f..76af83d49f0 100644 --- a/metrics/linux-gcc8-release/render-tests/fill-extrusion-height/function/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/fill-extrusion-height/function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/fill-extrusion-height/negative/metrics.json b/metrics/linux-gcc8-release/render-tests/fill-extrusion-height/negative/metrics.json index 4f179c4d25e..f0b7c44e5dc 100644 --- a/metrics/linux-gcc8-release/render-tests/fill-extrusion-height/negative/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/fill-extrusion-height/negative/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/fill-extrusion-height/property-function/metrics.json b/metrics/linux-gcc8-release/render-tests/fill-extrusion-height/property-function/metrics.json index 4f179c4d25e..f0b7c44e5dc 100644 --- a/metrics/linux-gcc8-release/render-tests/fill-extrusion-height/property-function/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/fill-extrusion-height/property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/fill-extrusion-height/zoom-and-property-function/metrics.json b/metrics/linux-gcc8-release/render-tests/fill-extrusion-height/zoom-and-property-function/metrics.json index ffe069ce460..ffcf48a10f6 100644 --- a/metrics/linux-gcc8-release/render-tests/fill-extrusion-height/zoom-and-property-function/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/fill-extrusion-height/zoom-and-property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/fill-extrusion-multiple/interleaved-layers/metrics.json b/metrics/linux-gcc8-release/render-tests/fill-extrusion-multiple/interleaved-layers/metrics.json index c272c32be15..b2113a21d5e 100644 --- a/metrics/linux-gcc8-release/render-tests/fill-extrusion-multiple/interleaved-layers/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/fill-extrusion-multiple/interleaved-layers/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/fill-extrusion-multiple/multiple/metrics.json b/metrics/linux-gcc8-release/render-tests/fill-extrusion-multiple/multiple/metrics.json index da78bc6af7b..202fe7d7294 100644 --- a/metrics/linux-gcc8-release/render-tests/fill-extrusion-multiple/multiple/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/fill-extrusion-multiple/multiple/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/fill-extrusion-opacity/default/metrics.json b/metrics/linux-gcc8-release/render-tests/fill-extrusion-opacity/default/metrics.json index e7b07b6e255..70de23c6ba2 100644 --- a/metrics/linux-gcc8-release/render-tests/fill-extrusion-opacity/default/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/fill-extrusion-opacity/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/fill-extrusion-opacity/function/metrics.json b/metrics/linux-gcc8-release/render-tests/fill-extrusion-opacity/function/metrics.json index d0cf84edc1c..9cadd158ea7 100644 --- a/metrics/linux-gcc8-release/render-tests/fill-extrusion-opacity/function/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/fill-extrusion-opacity/function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/fill-extrusion-opacity/literal/metrics.json b/metrics/linux-gcc8-release/render-tests/fill-extrusion-opacity/literal/metrics.json index d0cf84edc1c..9cadd158ea7 100644 --- a/metrics/linux-gcc8-release/render-tests/fill-extrusion-opacity/literal/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/fill-extrusion-opacity/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/fill-extrusion-pattern/missing/metrics.json b/metrics/linux-gcc8-release/render-tests/fill-extrusion-pattern/missing/metrics.json index 808337bb3d6..b020cef1e7b 100644 --- a/metrics/linux-gcc8-release/render-tests/fill-extrusion-pattern/missing/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/fill-extrusion-pattern/missing/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/fill-extrusion-translate-anchor/map/metrics.json b/metrics/linux-gcc8-release/render-tests/fill-extrusion-translate-anchor/map/metrics.json index 0fa04703186..478bf76ca22 100644 --- a/metrics/linux-gcc8-release/render-tests/fill-extrusion-translate-anchor/map/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/fill-extrusion-translate-anchor/map/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/fill-extrusion-translate-anchor/viewport/metrics.json b/metrics/linux-gcc8-release/render-tests/fill-extrusion-translate-anchor/viewport/metrics.json index 0fa04703186..478bf76ca22 100644 --- a/metrics/linux-gcc8-release/render-tests/fill-extrusion-translate-anchor/viewport/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/fill-extrusion-translate-anchor/viewport/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/fill-extrusion-translate/default/metrics.json b/metrics/linux-gcc8-release/render-tests/fill-extrusion-translate/default/metrics.json index 082bdc32eb1..b6166c3cef0 100644 --- a/metrics/linux-gcc8-release/render-tests/fill-extrusion-translate/default/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/fill-extrusion-translate/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/fill-extrusion-translate/function/metrics.json b/metrics/linux-gcc8-release/render-tests/fill-extrusion-translate/function/metrics.json index 2c2af11696a..96bd92fda38 100644 --- a/metrics/linux-gcc8-release/render-tests/fill-extrusion-translate/function/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/fill-extrusion-translate/function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/fill-extrusion-translate/literal-opacity/metrics.json b/metrics/linux-gcc8-release/render-tests/fill-extrusion-translate/literal-opacity/metrics.json index 082bdc32eb1..b6166c3cef0 100644 --- a/metrics/linux-gcc8-release/render-tests/fill-extrusion-translate/literal-opacity/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/fill-extrusion-translate/literal-opacity/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/fill-extrusion-translate/literal/metrics.json b/metrics/linux-gcc8-release/render-tests/fill-extrusion-translate/literal/metrics.json index 2c2af11696a..96bd92fda38 100644 --- a/metrics/linux-gcc8-release/render-tests/fill-extrusion-translate/literal/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/fill-extrusion-translate/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/fill-extrusion-vertical-gradient/default/metrics.json b/metrics/linux-gcc8-release/render-tests/fill-extrusion-vertical-gradient/default/metrics.json index 1b222aa3146..07be5a620f3 100644 --- a/metrics/linux-gcc8-release/render-tests/fill-extrusion-vertical-gradient/default/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/fill-extrusion-vertical-gradient/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/fill-extrusion-vertical-gradient/false/metrics.json b/metrics/linux-gcc8-release/render-tests/fill-extrusion-vertical-gradient/false/metrics.json index 1b222aa3146..07be5a620f3 100644 --- a/metrics/linux-gcc8-release/render-tests/fill-extrusion-vertical-gradient/false/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/fill-extrusion-vertical-gradient/false/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/fill-opacity/default/metrics.json b/metrics/linux-gcc8-release/render-tests/fill-opacity/default/metrics.json index 873f47815fe..a1e24dbecc7 100644 --- a/metrics/linux-gcc8-release/render-tests/fill-opacity/default/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/fill-opacity/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/fill-opacity/function/metrics.json b/metrics/linux-gcc8-release/render-tests/fill-opacity/function/metrics.json index 873f47815fe..a1e24dbecc7 100644 --- a/metrics/linux-gcc8-release/render-tests/fill-opacity/function/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/fill-opacity/function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/fill-opacity/literal/metrics.json b/metrics/linux-gcc8-release/render-tests/fill-opacity/literal/metrics.json index 873f47815fe..a1e24dbecc7 100644 --- a/metrics/linux-gcc8-release/render-tests/fill-opacity/literal/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/fill-opacity/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/fill-opacity/opaque-fill-over-symbol-layer/metrics.json b/metrics/linux-gcc8-release/render-tests/fill-opacity/opaque-fill-over-symbol-layer/metrics.json index 6b55634a1cb..ea8b468e21d 100644 --- a/metrics/linux-gcc8-release/render-tests/fill-opacity/opaque-fill-over-symbol-layer/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/fill-opacity/opaque-fill-over-symbol-layer/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/fill-opacity/overlapping/metrics.json b/metrics/linux-gcc8-release/render-tests/fill-opacity/overlapping/metrics.json index f9de3e6600d..cb8de5f161b 100644 --- a/metrics/linux-gcc8-release/render-tests/fill-opacity/overlapping/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/fill-opacity/overlapping/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/fill-opacity/property-function-pattern/metrics.json b/metrics/linux-gcc8-release/render-tests/fill-opacity/property-function-pattern/metrics.json index 0923fe04bb0..30523c33b4b 100644 --- a/metrics/linux-gcc8-release/render-tests/fill-opacity/property-function-pattern/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/fill-opacity/property-function-pattern/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/fill-opacity/property-function/metrics.json b/metrics/linux-gcc8-release/render-tests/fill-opacity/property-function/metrics.json index 19c5ef85077..9764c56f837 100644 --- a/metrics/linux-gcc8-release/render-tests/fill-opacity/property-function/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/fill-opacity/property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/fill-opacity/zoom-and-property-function/metrics.json b/metrics/linux-gcc8-release/render-tests/fill-opacity/zoom-and-property-function/metrics.json index 08002428420..3406ae49de1 100644 --- a/metrics/linux-gcc8-release/render-tests/fill-opacity/zoom-and-property-function/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/fill-opacity/zoom-and-property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/fill-outline-color/default/metrics.json b/metrics/linux-gcc8-release/render-tests/fill-outline-color/default/metrics.json index 873f47815fe..a1e24dbecc7 100644 --- a/metrics/linux-gcc8-release/render-tests/fill-outline-color/default/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/fill-outline-color/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/fill-outline-color/fill/metrics.json b/metrics/linux-gcc8-release/render-tests/fill-outline-color/fill/metrics.json index 873f47815fe..a1e24dbecc7 100644 --- a/metrics/linux-gcc8-release/render-tests/fill-outline-color/fill/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/fill-outline-color/fill/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/fill-outline-color/function/metrics.json b/metrics/linux-gcc8-release/render-tests/fill-outline-color/function/metrics.json index 873f47815fe..a1e24dbecc7 100644 --- a/metrics/linux-gcc8-release/render-tests/fill-outline-color/function/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/fill-outline-color/function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/fill-outline-color/literal/metrics.json b/metrics/linux-gcc8-release/render-tests/fill-outline-color/literal/metrics.json index 873f47815fe..a1e24dbecc7 100644 --- a/metrics/linux-gcc8-release/render-tests/fill-outline-color/literal/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/fill-outline-color/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/fill-outline-color/multiply/metrics.json b/metrics/linux-gcc8-release/render-tests/fill-outline-color/multiply/metrics.json index 873f47815fe..a1e24dbecc7 100644 --- a/metrics/linux-gcc8-release/render-tests/fill-outline-color/multiply/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/fill-outline-color/multiply/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/fill-outline-color/opacity/metrics.json b/metrics/linux-gcc8-release/render-tests/fill-outline-color/opacity/metrics.json index 873f47815fe..a1e24dbecc7 100644 --- a/metrics/linux-gcc8-release/render-tests/fill-outline-color/opacity/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/fill-outline-color/opacity/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/fill-outline-color/property-function/metrics.json b/metrics/linux-gcc8-release/render-tests/fill-outline-color/property-function/metrics.json index c3e66bb650f..b5a72b5db26 100644 --- a/metrics/linux-gcc8-release/render-tests/fill-outline-color/property-function/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/fill-outline-color/property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/fill-outline-color/zoom-and-property-function/metrics.json b/metrics/linux-gcc8-release/render-tests/fill-outline-color/zoom-and-property-function/metrics.json index 0bf5f29188d..1b006a9df81 100644 --- a/metrics/linux-gcc8-release/render-tests/fill-outline-color/zoom-and-property-function/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/fill-outline-color/zoom-and-property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/fill-pattern/@2x/metrics.json b/metrics/linux-gcc8-release/render-tests/fill-pattern/@2x/metrics.json index 51c11b8e4ab..d3e6f4ec2f2 100644 --- a/metrics/linux-gcc8-release/render-tests/fill-pattern/@2x/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/fill-pattern/@2x/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/fill-pattern/case-data-expression/metrics.json b/metrics/linux-gcc8-release/render-tests/fill-pattern/case-data-expression/metrics.json index 5b0f25c103a..166dd8572f6 100644 --- a/metrics/linux-gcc8-release/render-tests/fill-pattern/case-data-expression/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/fill-pattern/case-data-expression/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/fill-pattern/invalid-feature-expression/metrics.json b/metrics/linux-gcc8-release/render-tests/fill-pattern/invalid-feature-expression/metrics.json index 714f677bd60..0b237d59572 100644 --- a/metrics/linux-gcc8-release/render-tests/fill-pattern/invalid-feature-expression/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/fill-pattern/invalid-feature-expression/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/fill-pattern/missing/metrics.json b/metrics/linux-gcc8-release/render-tests/fill-pattern/missing/metrics.json index 07184a47f62..b0d20d47569 100644 --- a/metrics/linux-gcc8-release/render-tests/fill-pattern/missing/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/fill-pattern/missing/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/fill-pattern/uneven-pattern/metrics.json b/metrics/linux-gcc8-release/render-tests/fill-pattern/uneven-pattern/metrics.json index 0b64b9c6e2f..d282554f58e 100644 --- a/metrics/linux-gcc8-release/render-tests/fill-pattern/uneven-pattern/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/fill-pattern/uneven-pattern/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/fill-pattern/wrapping-with-interpolation/metrics.json b/metrics/linux-gcc8-release/render-tests/fill-pattern/wrapping-with-interpolation/metrics.json index 8107ea65750..4ad2ae03951 100644 --- a/metrics/linux-gcc8-release/render-tests/fill-pattern/wrapping-with-interpolation/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/fill-pattern/wrapping-with-interpolation/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/fill-sort-key/literal/metrics.json b/metrics/linux-gcc8-release/render-tests/fill-sort-key/literal/metrics.json index a3bacd4632a..76cbcdd189b 100644 --- a/metrics/linux-gcc8-release/render-tests/fill-sort-key/literal/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/fill-sort-key/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/fill-translate-anchor/map/metrics.json b/metrics/linux-gcc8-release/render-tests/fill-translate-anchor/map/metrics.json index ec5a8327773..6da0bff6839 100644 --- a/metrics/linux-gcc8-release/render-tests/fill-translate-anchor/map/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/fill-translate-anchor/map/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/fill-translate-anchor/viewport/metrics.json b/metrics/linux-gcc8-release/render-tests/fill-translate-anchor/viewport/metrics.json index ec5a8327773..6da0bff6839 100644 --- a/metrics/linux-gcc8-release/render-tests/fill-translate-anchor/viewport/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/fill-translate-anchor/viewport/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/fill-translate/default/metrics.json b/metrics/linux-gcc8-release/render-tests/fill-translate/default/metrics.json index ec5a8327773..6da0bff6839 100644 --- a/metrics/linux-gcc8-release/render-tests/fill-translate/default/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/fill-translate/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/fill-translate/function/metrics.json b/metrics/linux-gcc8-release/render-tests/fill-translate/function/metrics.json index ec5a8327773..6da0bff6839 100644 --- a/metrics/linux-gcc8-release/render-tests/fill-translate/function/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/fill-translate/function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/fill-translate/literal/metrics.json b/metrics/linux-gcc8-release/render-tests/fill-translate/literal/metrics.json index ec5a8327773..6da0bff6839 100644 --- a/metrics/linux-gcc8-release/render-tests/fill-translate/literal/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/fill-translate/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/fill-visibility/none/metrics.json b/metrics/linux-gcc8-release/render-tests/fill-visibility/none/metrics.json index 9028b81da14..b6fa97f3499 100644 --- a/metrics/linux-gcc8-release/render-tests/fill-visibility/none/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/fill-visibility/none/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/fill-visibility/visible/metrics.json b/metrics/linux-gcc8-release/render-tests/fill-visibility/visible/metrics.json index 9028b81da14..b6fa97f3499 100644 --- a/metrics/linux-gcc8-release/render-tests/fill-visibility/visible/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/fill-visibility/visible/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/filter/equality/metrics.json b/metrics/linux-gcc8-release/render-tests/filter/equality/metrics.json index 01b432fe214..e30b6a8224f 100644 --- a/metrics/linux-gcc8-release/render-tests/filter/equality/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/filter/equality/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/filter/in/metrics.json b/metrics/linux-gcc8-release/render-tests/filter/in/metrics.json index f955deb5a34..57beeda8776 100644 --- a/metrics/linux-gcc8-release/render-tests/filter/in/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/filter/in/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/filter/legacy-equality/metrics.json b/metrics/linux-gcc8-release/render-tests/filter/legacy-equality/metrics.json index 01b432fe214..e30b6a8224f 100644 --- a/metrics/linux-gcc8-release/render-tests/filter/legacy-equality/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/filter/legacy-equality/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/filter/none/metrics.json b/metrics/linux-gcc8-release/render-tests/filter/none/metrics.json index b7fcd045414..c5dc4e05e94 100644 --- a/metrics/linux-gcc8-release/render-tests/filter/none/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/filter/none/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/geojson/clustered-properties/metrics.json b/metrics/linux-gcc8-release/render-tests/geojson/clustered-properties/metrics.json index 921bb225292..72b49ab9b0e 100644 --- a/metrics/linux-gcc8-release/render-tests/geojson/clustered-properties/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/geojson/clustered-properties/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/geojson/clustered/metrics.json b/metrics/linux-gcc8-release/render-tests/geojson/clustered/metrics.json index e4de306451f..2145b19b0bd 100644 --- a/metrics/linux-gcc8-release/render-tests/geojson/clustered/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/geojson/clustered/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/geojson/external-feature/metrics.json b/metrics/linux-gcc8-release/render-tests/geojson/external-feature/metrics.json index 1f4a35b3797..a87ccb1bc27 100644 --- a/metrics/linux-gcc8-release/render-tests/geojson/external-feature/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/geojson/external-feature/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/geojson/external-invalid/metrics.json b/metrics/linux-gcc8-release/render-tests/geojson/external-invalid/metrics.json index c050c4e8ce0..865b69114a4 100644 --- a/metrics/linux-gcc8-release/render-tests/geojson/external-invalid/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/geojson/external-invalid/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/geojson/external-linestring/metrics.json b/metrics/linux-gcc8-release/render-tests/geojson/external-linestring/metrics.json index 1f4a35b3797..a87ccb1bc27 100644 --- a/metrics/linux-gcc8-release/render-tests/geojson/external-linestring/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/geojson/external-linestring/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/geojson/external-malformed/metrics.json b/metrics/linux-gcc8-release/render-tests/geojson/external-malformed/metrics.json index c35eb5d5264..ac8e38686ab 100644 --- a/metrics/linux-gcc8-release/render-tests/geojson/external-malformed/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/geojson/external-malformed/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/geojson/inconsistent-winding-order/metrics.json b/metrics/linux-gcc8-release/render-tests/geojson/inconsistent-winding-order/metrics.json index 92d02167a9f..c960e36e9ef 100644 --- a/metrics/linux-gcc8-release/render-tests/geojson/inconsistent-winding-order/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/geojson/inconsistent-winding-order/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/geojson/inline-feature/metrics.json b/metrics/linux-gcc8-release/render-tests/geojson/inline-feature/metrics.json index 0d433cec13d..bf1f7abb8e4 100644 --- a/metrics/linux-gcc8-release/render-tests/geojson/inline-feature/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/geojson/inline-feature/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/geojson/inline-invalid/metrics.json b/metrics/linux-gcc8-release/render-tests/geojson/inline-invalid/metrics.json index 7da07969667..7c49193327f 100644 --- a/metrics/linux-gcc8-release/render-tests/geojson/inline-invalid/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/geojson/inline-invalid/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/geojson/inline-linestring-circle/metrics.json b/metrics/linux-gcc8-release/render-tests/geojson/inline-linestring-circle/metrics.json index 87bafb2c593..5a0e0d76acc 100644 --- a/metrics/linux-gcc8-release/render-tests/geojson/inline-linestring-circle/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/geojson/inline-linestring-circle/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/geojson/inline-linestring-line/metrics.json b/metrics/linux-gcc8-release/render-tests/geojson/inline-linestring-line/metrics.json index b947079d6ba..ab0feaf4bae 100644 --- a/metrics/linux-gcc8-release/render-tests/geojson/inline-linestring-line/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/geojson/inline-linestring-line/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/geojson/inline-linestring-symbol/metrics.json b/metrics/linux-gcc8-release/render-tests/geojson/inline-linestring-symbol/metrics.json index fea6fe2e598..94fd76f9f2e 100644 --- a/metrics/linux-gcc8-release/render-tests/geojson/inline-linestring-symbol/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/geojson/inline-linestring-symbol/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/geojson/inline-malformed/metrics.json b/metrics/linux-gcc8-release/render-tests/geojson/inline-malformed/metrics.json index 7da07969667..7c49193327f 100644 --- a/metrics/linux-gcc8-release/render-tests/geojson/inline-malformed/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/geojson/inline-malformed/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/geojson/inline-point-circle/metrics.json b/metrics/linux-gcc8-release/render-tests/geojson/inline-point-circle/metrics.json index e204a192de4..b762a231e10 100644 --- a/metrics/linux-gcc8-release/render-tests/geojson/inline-point-circle/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/geojson/inline-point-circle/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/geojson/inline-point-fill/metrics.json b/metrics/linux-gcc8-release/render-tests/geojson/inline-point-fill/metrics.json index 676dd680b35..8895a742d9d 100644 --- a/metrics/linux-gcc8-release/render-tests/geojson/inline-point-fill/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/geojson/inline-point-fill/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/geojson/inline-point-line/metrics.json b/metrics/linux-gcc8-release/render-tests/geojson/inline-point-line/metrics.json index fb542cead0b..cd495183345 100644 --- a/metrics/linux-gcc8-release/render-tests/geojson/inline-point-line/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/geojson/inline-point-line/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/geojson/inline-point-symbol/metrics.json b/metrics/linux-gcc8-release/render-tests/geojson/inline-point-symbol/metrics.json index fea6fe2e598..94fd76f9f2e 100644 --- a/metrics/linux-gcc8-release/render-tests/geojson/inline-point-symbol/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/geojson/inline-point-symbol/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/geojson/inline-polygon-circle/metrics.json b/metrics/linux-gcc8-release/render-tests/geojson/inline-polygon-circle/metrics.json index d01fbee1843..33724cb2822 100644 --- a/metrics/linux-gcc8-release/render-tests/geojson/inline-polygon-circle/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/geojson/inline-polygon-circle/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/geojson/inline-polygon-fill/metrics.json b/metrics/linux-gcc8-release/render-tests/geojson/inline-polygon-fill/metrics.json index 5b035beb41a..d0105f8502b 100644 --- a/metrics/linux-gcc8-release/render-tests/geojson/inline-polygon-fill/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/geojson/inline-polygon-fill/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/geojson/inline-polygon-line/metrics.json b/metrics/linux-gcc8-release/render-tests/geojson/inline-polygon-line/metrics.json index c031604857e..e0c7bef27f4 100644 --- a/metrics/linux-gcc8-release/render-tests/geojson/inline-polygon-line/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/geojson/inline-polygon-line/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/geojson/inline-polygon-symbol/metrics.json b/metrics/linux-gcc8-release/render-tests/geojson/inline-polygon-symbol/metrics.json index fea6fe2e598..94fd76f9f2e 100644 --- a/metrics/linux-gcc8-release/render-tests/geojson/inline-polygon-symbol/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/geojson/inline-polygon-symbol/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/geojson/missing/metrics.json b/metrics/linux-gcc8-release/render-tests/geojson/missing/metrics.json index 7da07969667..7c49193327f 100644 --- a/metrics/linux-gcc8-release/render-tests/geojson/missing/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/geojson/missing/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/geojson/reparse-overscaled/metrics.json b/metrics/linux-gcc8-release/render-tests/geojson/reparse-overscaled/metrics.json index f1bf8426ca6..ffeae8cac59 100644 --- a/metrics/linux-gcc8-release/render-tests/geojson/reparse-overscaled/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/geojson/reparse-overscaled/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/heatmap-color/default/metrics.json b/metrics/linux-gcc8-release/render-tests/heatmap-color/default/metrics.json index e300a2d0a64..766fc7cb1b0 100644 --- a/metrics/linux-gcc8-release/render-tests/heatmap-color/default/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/heatmap-color/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/heatmap-color/expression/metrics.json b/metrics/linux-gcc8-release/render-tests/heatmap-color/expression/metrics.json index e300a2d0a64..766fc7cb1b0 100644 --- a/metrics/linux-gcc8-release/render-tests/heatmap-color/expression/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/heatmap-color/expression/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/heatmap-intensity/default/metrics.json b/metrics/linux-gcc8-release/render-tests/heatmap-intensity/default/metrics.json index 098f2da894f..bcd4cb2e304 100644 --- a/metrics/linux-gcc8-release/render-tests/heatmap-intensity/default/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/heatmap-intensity/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/heatmap-intensity/function/metrics.json b/metrics/linux-gcc8-release/render-tests/heatmap-intensity/function/metrics.json index 098f2da894f..bcd4cb2e304 100644 --- a/metrics/linux-gcc8-release/render-tests/heatmap-intensity/function/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/heatmap-intensity/function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/heatmap-intensity/literal/metrics.json b/metrics/linux-gcc8-release/render-tests/heatmap-intensity/literal/metrics.json index 098f2da894f..bcd4cb2e304 100644 --- a/metrics/linux-gcc8-release/render-tests/heatmap-intensity/literal/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/heatmap-intensity/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/heatmap-opacity/default/metrics.json b/metrics/linux-gcc8-release/render-tests/heatmap-opacity/default/metrics.json index 4daf3ff957d..5ec8159e411 100644 --- a/metrics/linux-gcc8-release/render-tests/heatmap-opacity/default/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/heatmap-opacity/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/heatmap-opacity/function/metrics.json b/metrics/linux-gcc8-release/render-tests/heatmap-opacity/function/metrics.json index 4daf3ff957d..5ec8159e411 100644 --- a/metrics/linux-gcc8-release/render-tests/heatmap-opacity/function/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/heatmap-opacity/function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/heatmap-opacity/literal/metrics.json b/metrics/linux-gcc8-release/render-tests/heatmap-opacity/literal/metrics.json index 4daf3ff957d..5ec8159e411 100644 --- a/metrics/linux-gcc8-release/render-tests/heatmap-opacity/literal/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/heatmap-opacity/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/heatmap-radius/antimeridian/metrics.json b/metrics/linux-gcc8-release/render-tests/heatmap-radius/antimeridian/metrics.json index 08b7ca1c86e..fa00147edfa 100644 --- a/metrics/linux-gcc8-release/render-tests/heatmap-radius/antimeridian/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/heatmap-radius/antimeridian/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/heatmap-radius/data-expression/metrics.json b/metrics/linux-gcc8-release/render-tests/heatmap-radius/data-expression/metrics.json index e12b8004626..b71ca144ee1 100644 --- a/metrics/linux-gcc8-release/render-tests/heatmap-radius/data-expression/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/heatmap-radius/data-expression/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/heatmap-radius/default/metrics.json b/metrics/linux-gcc8-release/render-tests/heatmap-radius/default/metrics.json index 098f2da894f..bcd4cb2e304 100644 --- a/metrics/linux-gcc8-release/render-tests/heatmap-radius/default/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/heatmap-radius/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/heatmap-radius/function/metrics.json b/metrics/linux-gcc8-release/render-tests/heatmap-radius/function/metrics.json index 098f2da894f..bcd4cb2e304 100644 --- a/metrics/linux-gcc8-release/render-tests/heatmap-radius/function/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/heatmap-radius/function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/heatmap-radius/literal/metrics.json b/metrics/linux-gcc8-release/render-tests/heatmap-radius/literal/metrics.json index 098f2da894f..bcd4cb2e304 100644 --- a/metrics/linux-gcc8-release/render-tests/heatmap-radius/literal/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/heatmap-radius/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/heatmap-radius/pitch30/metrics.json b/metrics/linux-gcc8-release/render-tests/heatmap-radius/pitch30/metrics.json index 098f2da894f..bcd4cb2e304 100644 --- a/metrics/linux-gcc8-release/render-tests/heatmap-radius/pitch30/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/heatmap-radius/pitch30/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/heatmap-weight/default/metrics.json b/metrics/linux-gcc8-release/render-tests/heatmap-weight/default/metrics.json index 098f2da894f..bcd4cb2e304 100644 --- a/metrics/linux-gcc8-release/render-tests/heatmap-weight/default/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/heatmap-weight/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/heatmap-weight/identity-property-function/metrics.json b/metrics/linux-gcc8-release/render-tests/heatmap-weight/identity-property-function/metrics.json index 3c0b3e0c7f7..8dcd28a36d0 100644 --- a/metrics/linux-gcc8-release/render-tests/heatmap-weight/identity-property-function/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/heatmap-weight/identity-property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/heatmap-weight/literal/metrics.json b/metrics/linux-gcc8-release/render-tests/heatmap-weight/literal/metrics.json index 098f2da894f..bcd4cb2e304 100644 --- a/metrics/linux-gcc8-release/render-tests/heatmap-weight/literal/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/heatmap-weight/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/hillshade-accent-color/default/metrics.json b/metrics/linux-gcc8-release/render-tests/hillshade-accent-color/default/metrics.json index da22284860b..f86f9785308 100644 --- a/metrics/linux-gcc8-release/render-tests/hillshade-accent-color/default/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/hillshade-accent-color/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/hillshade-accent-color/literal/metrics.json b/metrics/linux-gcc8-release/render-tests/hillshade-accent-color/literal/metrics.json index da22284860b..f86f9785308 100644 --- a/metrics/linux-gcc8-release/render-tests/hillshade-accent-color/literal/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/hillshade-accent-color/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/hillshade-accent-color/terrarium/metrics.json b/metrics/linux-gcc8-release/render-tests/hillshade-accent-color/terrarium/metrics.json index 0af79815296..6bd4ade1170 100644 --- a/metrics/linux-gcc8-release/render-tests/hillshade-accent-color/terrarium/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/hillshade-accent-color/terrarium/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/hillshade-accent-color/zoom-function/metrics.json b/metrics/linux-gcc8-release/render-tests/hillshade-accent-color/zoom-function/metrics.json index da22284860b..f86f9785308 100644 --- a/metrics/linux-gcc8-release/render-tests/hillshade-accent-color/zoom-function/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/hillshade-accent-color/zoom-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/hillshade-highlight-color/default/metrics.json b/metrics/linux-gcc8-release/render-tests/hillshade-highlight-color/default/metrics.json index da22284860b..f86f9785308 100644 --- a/metrics/linux-gcc8-release/render-tests/hillshade-highlight-color/default/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/hillshade-highlight-color/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/hillshade-highlight-color/literal/metrics.json b/metrics/linux-gcc8-release/render-tests/hillshade-highlight-color/literal/metrics.json index da22284860b..f86f9785308 100644 --- a/metrics/linux-gcc8-release/render-tests/hillshade-highlight-color/literal/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/hillshade-highlight-color/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/hillshade-highlight-color/zoom-function/metrics.json b/metrics/linux-gcc8-release/render-tests/hillshade-highlight-color/zoom-function/metrics.json index da22284860b..f86f9785308 100644 --- a/metrics/linux-gcc8-release/render-tests/hillshade-highlight-color/zoom-function/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/hillshade-highlight-color/zoom-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/hillshade-shadow-color/default/metrics.json b/metrics/linux-gcc8-release/render-tests/hillshade-shadow-color/default/metrics.json index da22284860b..f86f9785308 100644 --- a/metrics/linux-gcc8-release/render-tests/hillshade-shadow-color/default/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/hillshade-shadow-color/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/hillshade-shadow-color/literal/metrics.json b/metrics/linux-gcc8-release/render-tests/hillshade-shadow-color/literal/metrics.json index da22284860b..f86f9785308 100644 --- a/metrics/linux-gcc8-release/render-tests/hillshade-shadow-color/literal/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/hillshade-shadow-color/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/hillshade-shadow-color/zoom-function/metrics.json b/metrics/linux-gcc8-release/render-tests/hillshade-shadow-color/zoom-function/metrics.json index da22284860b..f86f9785308 100644 --- a/metrics/linux-gcc8-release/render-tests/hillshade-shadow-color/zoom-function/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/hillshade-shadow-color/zoom-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/icon-anchor/bottom-left/metrics.json b/metrics/linux-gcc8-release/render-tests/icon-anchor/bottom-left/metrics.json index ff10b87fe60..80efc975536 100644 --- a/metrics/linux-gcc8-release/render-tests/icon-anchor/bottom-left/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/icon-anchor/bottom-left/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/icon-anchor/bottom-right/metrics.json b/metrics/linux-gcc8-release/render-tests/icon-anchor/bottom-right/metrics.json index ff10b87fe60..80efc975536 100644 --- a/metrics/linux-gcc8-release/render-tests/icon-anchor/bottom-right/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/icon-anchor/bottom-right/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/icon-anchor/bottom/metrics.json b/metrics/linux-gcc8-release/render-tests/icon-anchor/bottom/metrics.json index ff10b87fe60..80efc975536 100644 --- a/metrics/linux-gcc8-release/render-tests/icon-anchor/bottom/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/icon-anchor/bottom/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/icon-anchor/center/metrics.json b/metrics/linux-gcc8-release/render-tests/icon-anchor/center/metrics.json index ff10b87fe60..80efc975536 100644 --- a/metrics/linux-gcc8-release/render-tests/icon-anchor/center/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/icon-anchor/center/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/icon-anchor/default/metrics.json b/metrics/linux-gcc8-release/render-tests/icon-anchor/default/metrics.json index ff10b87fe60..80efc975536 100644 --- a/metrics/linux-gcc8-release/render-tests/icon-anchor/default/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/icon-anchor/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/icon-anchor/left/metrics.json b/metrics/linux-gcc8-release/render-tests/icon-anchor/left/metrics.json index ff10b87fe60..80efc975536 100644 --- a/metrics/linux-gcc8-release/render-tests/icon-anchor/left/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/icon-anchor/left/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/icon-anchor/property-function/metrics.json b/metrics/linux-gcc8-release/render-tests/icon-anchor/property-function/metrics.json index 06c60d080b8..db5c47df0e4 100644 --- a/metrics/linux-gcc8-release/render-tests/icon-anchor/property-function/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/icon-anchor/property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/icon-anchor/right/metrics.json b/metrics/linux-gcc8-release/render-tests/icon-anchor/right/metrics.json index ff10b87fe60..80efc975536 100644 --- a/metrics/linux-gcc8-release/render-tests/icon-anchor/right/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/icon-anchor/right/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/icon-anchor/top-left/metrics.json b/metrics/linux-gcc8-release/render-tests/icon-anchor/top-left/metrics.json index ff10b87fe60..80efc975536 100644 --- a/metrics/linux-gcc8-release/render-tests/icon-anchor/top-left/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/icon-anchor/top-left/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/icon-anchor/top-right/metrics.json b/metrics/linux-gcc8-release/render-tests/icon-anchor/top-right/metrics.json index ff10b87fe60..80efc975536 100644 --- a/metrics/linux-gcc8-release/render-tests/icon-anchor/top-right/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/icon-anchor/top-right/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/icon-anchor/top/metrics.json b/metrics/linux-gcc8-release/render-tests/icon-anchor/top/metrics.json index ff10b87fe60..80efc975536 100644 --- a/metrics/linux-gcc8-release/render-tests/icon-anchor/top/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/icon-anchor/top/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/icon-color/default/metrics.json b/metrics/linux-gcc8-release/render-tests/icon-color/default/metrics.json index ff10b87fe60..80efc975536 100644 --- a/metrics/linux-gcc8-release/render-tests/icon-color/default/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/icon-color/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/icon-color/function/metrics.json b/metrics/linux-gcc8-release/render-tests/icon-color/function/metrics.json index ff10b87fe60..80efc975536 100644 --- a/metrics/linux-gcc8-release/render-tests/icon-color/function/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/icon-color/function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/icon-color/literal/metrics.json b/metrics/linux-gcc8-release/render-tests/icon-color/literal/metrics.json index ff10b87fe60..80efc975536 100644 --- a/metrics/linux-gcc8-release/render-tests/icon-color/literal/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/icon-color/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/icon-color/property-function/metrics.json b/metrics/linux-gcc8-release/render-tests/icon-color/property-function/metrics.json index 4c633b42377..2c5e151a40d 100644 --- a/metrics/linux-gcc8-release/render-tests/icon-color/property-function/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/icon-color/property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/icon-halo-blur/default/metrics.json b/metrics/linux-gcc8-release/render-tests/icon-halo-blur/default/metrics.json index 7f17773165c..b25ac99b3bb 100644 --- a/metrics/linux-gcc8-release/render-tests/icon-halo-blur/default/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/icon-halo-blur/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/icon-halo-blur/function/metrics.json b/metrics/linux-gcc8-release/render-tests/icon-halo-blur/function/metrics.json index 7f17773165c..b25ac99b3bb 100644 --- a/metrics/linux-gcc8-release/render-tests/icon-halo-blur/function/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/icon-halo-blur/function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/icon-halo-blur/literal/metrics.json b/metrics/linux-gcc8-release/render-tests/icon-halo-blur/literal/metrics.json index 7f17773165c..b25ac99b3bb 100644 --- a/metrics/linux-gcc8-release/render-tests/icon-halo-blur/literal/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/icon-halo-blur/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/icon-halo-blur/property-function/metrics.json b/metrics/linux-gcc8-release/render-tests/icon-halo-blur/property-function/metrics.json index 836b87b16e2..4c4eb5074cd 100644 --- a/metrics/linux-gcc8-release/render-tests/icon-halo-blur/property-function/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/icon-halo-blur/property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/icon-halo-color/default/metrics.json b/metrics/linux-gcc8-release/render-tests/icon-halo-color/default/metrics.json index ff10b87fe60..80efc975536 100644 --- a/metrics/linux-gcc8-release/render-tests/icon-halo-color/default/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/icon-halo-color/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/icon-halo-color/function/metrics.json b/metrics/linux-gcc8-release/render-tests/icon-halo-color/function/metrics.json index 7f17773165c..b25ac99b3bb 100644 --- a/metrics/linux-gcc8-release/render-tests/icon-halo-color/function/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/icon-halo-color/function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/icon-halo-color/literal/metrics.json b/metrics/linux-gcc8-release/render-tests/icon-halo-color/literal/metrics.json index 7f17773165c..b25ac99b3bb 100644 --- a/metrics/linux-gcc8-release/render-tests/icon-halo-color/literal/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/icon-halo-color/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/icon-halo-color/multiply/metrics.json b/metrics/linux-gcc8-release/render-tests/icon-halo-color/multiply/metrics.json index 7f17773165c..b25ac99b3bb 100644 --- a/metrics/linux-gcc8-release/render-tests/icon-halo-color/multiply/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/icon-halo-color/multiply/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/icon-halo-color/opacity/metrics.json b/metrics/linux-gcc8-release/render-tests/icon-halo-color/opacity/metrics.json index 7f17773165c..b25ac99b3bb 100644 --- a/metrics/linux-gcc8-release/render-tests/icon-halo-color/opacity/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/icon-halo-color/opacity/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/icon-halo-color/property-function/metrics.json b/metrics/linux-gcc8-release/render-tests/icon-halo-color/property-function/metrics.json index 77eaf969580..94201e4ae17 100644 --- a/metrics/linux-gcc8-release/render-tests/icon-halo-color/property-function/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/icon-halo-color/property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/icon-halo-color/transparent/metrics.json b/metrics/linux-gcc8-release/render-tests/icon-halo-color/transparent/metrics.json index 7f17773165c..b25ac99b3bb 100644 --- a/metrics/linux-gcc8-release/render-tests/icon-halo-color/transparent/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/icon-halo-color/transparent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/icon-halo-width/default/metrics.json b/metrics/linux-gcc8-release/render-tests/icon-halo-width/default/metrics.json index ff10b87fe60..80efc975536 100644 --- a/metrics/linux-gcc8-release/render-tests/icon-halo-width/default/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/icon-halo-width/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/icon-halo-width/function/metrics.json b/metrics/linux-gcc8-release/render-tests/icon-halo-width/function/metrics.json index 7f17773165c..b25ac99b3bb 100644 --- a/metrics/linux-gcc8-release/render-tests/icon-halo-width/function/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/icon-halo-width/function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/icon-halo-width/literal/metrics.json b/metrics/linux-gcc8-release/render-tests/icon-halo-width/literal/metrics.json index 7f17773165c..b25ac99b3bb 100644 --- a/metrics/linux-gcc8-release/render-tests/icon-halo-width/literal/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/icon-halo-width/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/icon-halo-width/property-function/metrics.json b/metrics/linux-gcc8-release/render-tests/icon-halo-width/property-function/metrics.json index 836b87b16e2..4c4eb5074cd 100644 --- a/metrics/linux-gcc8-release/render-tests/icon-halo-width/property-function/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/icon-halo-width/property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/icon-image/icon-sdf-non-sdf-one-layer/metrics.json b/metrics/linux-gcc8-release/render-tests/icon-image/icon-sdf-non-sdf-one-layer/metrics.json index ffd5b98d6b4..dd3415d1784 100644 --- a/metrics/linux-gcc8-release/render-tests/icon-image/icon-sdf-non-sdf-one-layer/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/icon-image/icon-sdf-non-sdf-one-layer/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/icon-image/image-expression/metrics.json b/metrics/linux-gcc8-release/render-tests/icon-image/image-expression/metrics.json index ff10b87fe60..80efc975536 100644 --- a/metrics/linux-gcc8-release/render-tests/icon-image/image-expression/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/icon-image/image-expression/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/icon-image/literal/metrics.json b/metrics/linux-gcc8-release/render-tests/icon-image/literal/metrics.json index ff10b87fe60..80efc975536 100644 --- a/metrics/linux-gcc8-release/render-tests/icon-image/literal/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/icon-image/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/icon-image/property-function/metrics.json b/metrics/linux-gcc8-release/render-tests/icon-image/property-function/metrics.json index c291562544c..f0325df7b68 100644 --- a/metrics/linux-gcc8-release/render-tests/icon-image/property-function/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/icon-image/property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/icon-image/token/metrics.json b/metrics/linux-gcc8-release/render-tests/icon-image/token/metrics.json index c291562544c..f0325df7b68 100644 --- a/metrics/linux-gcc8-release/render-tests/icon-image/token/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/icon-image/token/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/icon-no-cross-source-collision/default/metrics.json b/metrics/linux-gcc8-release/render-tests/icon-no-cross-source-collision/default/metrics.json index ef86c597d38..84efce9404e 100644 --- a/metrics/linux-gcc8-release/render-tests/icon-no-cross-source-collision/default/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/icon-no-cross-source-collision/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/icon-offset/literal/metrics.json b/metrics/linux-gcc8-release/render-tests/icon-offset/literal/metrics.json index 79e78104863..a2643ebba77 100644 --- a/metrics/linux-gcc8-release/render-tests/icon-offset/literal/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/icon-offset/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/icon-offset/property-function/metrics.json b/metrics/linux-gcc8-release/render-tests/icon-offset/property-function/metrics.json index 79e78104863..a2643ebba77 100644 --- a/metrics/linux-gcc8-release/render-tests/icon-offset/property-function/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/icon-offset/property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/icon-offset/zoom-and-property-function/metrics.json b/metrics/linux-gcc8-release/render-tests/icon-offset/zoom-and-property-function/metrics.json index 79e78104863..a2643ebba77 100644 --- a/metrics/linux-gcc8-release/render-tests/icon-offset/zoom-and-property-function/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/icon-offset/zoom-and-property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/icon-opacity/default/metrics.json b/metrics/linux-gcc8-release/render-tests/icon-opacity/default/metrics.json index 79e78104863..a2643ebba77 100644 --- a/metrics/linux-gcc8-release/render-tests/icon-opacity/default/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/icon-opacity/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/icon-opacity/function/metrics.json b/metrics/linux-gcc8-release/render-tests/icon-opacity/function/metrics.json index 79e78104863..a2643ebba77 100644 --- a/metrics/linux-gcc8-release/render-tests/icon-opacity/function/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/icon-opacity/function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/icon-opacity/icon-only/metrics.json b/metrics/linux-gcc8-release/render-tests/icon-opacity/icon-only/metrics.json index 9ff18b8ec13..d4ca48808d6 100644 --- a/metrics/linux-gcc8-release/render-tests/icon-opacity/icon-only/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/icon-opacity/icon-only/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/icon-opacity/literal/metrics.json b/metrics/linux-gcc8-release/render-tests/icon-opacity/literal/metrics.json index 79e78104863..a2643ebba77 100644 --- a/metrics/linux-gcc8-release/render-tests/icon-opacity/literal/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/icon-opacity/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/icon-opacity/property-function/metrics.json b/metrics/linux-gcc8-release/render-tests/icon-opacity/property-function/metrics.json index 0760437163b..53898e1973f 100644 --- a/metrics/linux-gcc8-release/render-tests/icon-opacity/property-function/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/icon-opacity/property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/icon-opacity/text-and-icon/metrics.json b/metrics/linux-gcc8-release/render-tests/icon-opacity/text-and-icon/metrics.json index 9ff18b8ec13..d4ca48808d6 100644 --- a/metrics/linux-gcc8-release/render-tests/icon-opacity/text-and-icon/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/icon-opacity/text-and-icon/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/icon-opacity/text-only/metrics.json b/metrics/linux-gcc8-release/render-tests/icon-opacity/text-only/metrics.json index 9ff18b8ec13..d4ca48808d6 100644 --- a/metrics/linux-gcc8-release/render-tests/icon-opacity/text-only/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/icon-opacity/text-only/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/icon-padding/databind/metrics.json b/metrics/linux-gcc8-release/render-tests/icon-padding/databind/metrics.json index bc3a6a1b148..9ab0a2991d5 100644 --- a/metrics/linux-gcc8-release/render-tests/icon-padding/databind/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/icon-padding/databind/metrics.json @@ -11,4 +11,4 @@ 0 ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/icon-padding/default/metrics.json b/metrics/linux-gcc8-release/render-tests/icon-padding/default/metrics.json index bc3a6a1b148..9ab0a2991d5 100644 --- a/metrics/linux-gcc8-release/render-tests/icon-padding/default/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/icon-padding/default/metrics.json @@ -11,4 +11,4 @@ 0 ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/icon-pitch-alignment/auto-rotation-alignment-map/metrics.json b/metrics/linux-gcc8-release/render-tests/icon-pitch-alignment/auto-rotation-alignment-map/metrics.json index fdaf27673e2..46fcadb2431 100644 --- a/metrics/linux-gcc8-release/render-tests/icon-pitch-alignment/auto-rotation-alignment-map/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/icon-pitch-alignment/auto-rotation-alignment-map/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/icon-pitch-alignment/auto-rotation-alignment-viewport/metrics.json b/metrics/linux-gcc8-release/render-tests/icon-pitch-alignment/auto-rotation-alignment-viewport/metrics.json index fdaf27673e2..46fcadb2431 100644 --- a/metrics/linux-gcc8-release/render-tests/icon-pitch-alignment/auto-rotation-alignment-viewport/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/icon-pitch-alignment/auto-rotation-alignment-viewport/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/icon-pitch-alignment/map-rotation-alignment-viewport/metrics.json b/metrics/linux-gcc8-release/render-tests/icon-pitch-alignment/map-rotation-alignment-viewport/metrics.json index fdaf27673e2..46fcadb2431 100644 --- a/metrics/linux-gcc8-release/render-tests/icon-pitch-alignment/map-rotation-alignment-viewport/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/icon-pitch-alignment/map-rotation-alignment-viewport/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/icon-pitch-alignment/viewport-rotation-alignment-map/metrics.json b/metrics/linux-gcc8-release/render-tests/icon-pitch-alignment/viewport-rotation-alignment-map/metrics.json index fdaf27673e2..46fcadb2431 100644 --- a/metrics/linux-gcc8-release/render-tests/icon-pitch-alignment/viewport-rotation-alignment-map/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/icon-pitch-alignment/viewport-rotation-alignment-map/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/icon-pitch-scaling/rotation-alignment-map/metrics.json b/metrics/linux-gcc8-release/render-tests/icon-pitch-scaling/rotation-alignment-map/metrics.json index 79e78104863..a2643ebba77 100644 --- a/metrics/linux-gcc8-release/render-tests/icon-pitch-scaling/rotation-alignment-map/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/icon-pitch-scaling/rotation-alignment-map/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/icon-pitch-scaling/rotation-alignment-viewport/metrics.json b/metrics/linux-gcc8-release/render-tests/icon-pitch-scaling/rotation-alignment-viewport/metrics.json index 79e78104863..a2643ebba77 100644 --- a/metrics/linux-gcc8-release/render-tests/icon-pitch-scaling/rotation-alignment-viewport/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/icon-pitch-scaling/rotation-alignment-viewport/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/icon-pixelratio-mismatch/default/metrics.json b/metrics/linux-gcc8-release/render-tests/icon-pixelratio-mismatch/default/metrics.json index f1cb4ead5fd..73f69e541c6 100644 --- a/metrics/linux-gcc8-release/render-tests/icon-pixelratio-mismatch/default/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/icon-pixelratio-mismatch/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/icon-rotate/literal/metrics.json b/metrics/linux-gcc8-release/render-tests/icon-rotate/literal/metrics.json index 43f81ae9e8f..7b15f7584f8 100644 --- a/metrics/linux-gcc8-release/render-tests/icon-rotate/literal/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/icon-rotate/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/icon-rotate/property-function/metrics.json b/metrics/linux-gcc8-release/render-tests/icon-rotate/property-function/metrics.json index 43f81ae9e8f..7b15f7584f8 100644 --- a/metrics/linux-gcc8-release/render-tests/icon-rotate/property-function/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/icon-rotate/property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/icon-rotate/with-offset/metrics.json b/metrics/linux-gcc8-release/render-tests/icon-rotate/with-offset/metrics.json index 39cea2f7a81..3c36120ef15 100644 --- a/metrics/linux-gcc8-release/render-tests/icon-rotate/with-offset/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/icon-rotate/with-offset/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/icon-rotation-alignment/auto-symbol-placement-line/metrics.json b/metrics/linux-gcc8-release/render-tests/icon-rotation-alignment/auto-symbol-placement-line/metrics.json index fdaf27673e2..46fcadb2431 100644 --- a/metrics/linux-gcc8-release/render-tests/icon-rotation-alignment/auto-symbol-placement-line/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/icon-rotation-alignment/auto-symbol-placement-line/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/icon-rotation-alignment/auto-symbol-placement-point/metrics.json b/metrics/linux-gcc8-release/render-tests/icon-rotation-alignment/auto-symbol-placement-point/metrics.json index fdaf27673e2..46fcadb2431 100644 --- a/metrics/linux-gcc8-release/render-tests/icon-rotation-alignment/auto-symbol-placement-point/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/icon-rotation-alignment/auto-symbol-placement-point/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/icon-rotation-alignment/map-symbol-placement-line/metrics.json b/metrics/linux-gcc8-release/render-tests/icon-rotation-alignment/map-symbol-placement-line/metrics.json index fdaf27673e2..46fcadb2431 100644 --- a/metrics/linux-gcc8-release/render-tests/icon-rotation-alignment/map-symbol-placement-line/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/icon-rotation-alignment/map-symbol-placement-line/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/icon-rotation-alignment/map-symbol-placement-point/metrics.json b/metrics/linux-gcc8-release/render-tests/icon-rotation-alignment/map-symbol-placement-point/metrics.json index fdaf27673e2..46fcadb2431 100644 --- a/metrics/linux-gcc8-release/render-tests/icon-rotation-alignment/map-symbol-placement-point/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/icon-rotation-alignment/map-symbol-placement-point/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/icon-rotation-alignment/viewport-symbol-placement-line/metrics.json b/metrics/linux-gcc8-release/render-tests/icon-rotation-alignment/viewport-symbol-placement-line/metrics.json index fdaf27673e2..46fcadb2431 100644 --- a/metrics/linux-gcc8-release/render-tests/icon-rotation-alignment/viewport-symbol-placement-line/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/icon-rotation-alignment/viewport-symbol-placement-line/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/icon-rotation-alignment/viewport-symbol-placement-point/metrics.json b/metrics/linux-gcc8-release/render-tests/icon-rotation-alignment/viewport-symbol-placement-point/metrics.json index fdaf27673e2..46fcadb2431 100644 --- a/metrics/linux-gcc8-release/render-tests/icon-rotation-alignment/viewport-symbol-placement-point/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/icon-rotation-alignment/viewport-symbol-placement-point/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/icon-size/camera-function-high-base-plain/metrics.json b/metrics/linux-gcc8-release/render-tests/icon-size/camera-function-high-base-plain/metrics.json index fea6fe2e598..94fd76f9f2e 100644 --- a/metrics/linux-gcc8-release/render-tests/icon-size/camera-function-high-base-plain/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/icon-size/camera-function-high-base-plain/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/icon-size/camera-function-high-base-sdf/metrics.json b/metrics/linux-gcc8-release/render-tests/icon-size/camera-function-high-base-sdf/metrics.json index ff10b87fe60..80efc975536 100644 --- a/metrics/linux-gcc8-release/render-tests/icon-size/camera-function-high-base-sdf/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/icon-size/camera-function-high-base-sdf/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/icon-size/camera-function-plain/metrics.json b/metrics/linux-gcc8-release/render-tests/icon-size/camera-function-plain/metrics.json index fea6fe2e598..94fd76f9f2e 100644 --- a/metrics/linux-gcc8-release/render-tests/icon-size/camera-function-plain/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/icon-size/camera-function-plain/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/icon-size/camera-function-sdf/metrics.json b/metrics/linux-gcc8-release/render-tests/icon-size/camera-function-sdf/metrics.json index ff10b87fe60..80efc975536 100644 --- a/metrics/linux-gcc8-release/render-tests/icon-size/camera-function-sdf/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/icon-size/camera-function-sdf/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/icon-size/composite-function-plain/metrics.json b/metrics/linux-gcc8-release/render-tests/icon-size/composite-function-plain/metrics.json index fea6fe2e598..94fd76f9f2e 100644 --- a/metrics/linux-gcc8-release/render-tests/icon-size/composite-function-plain/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/icon-size/composite-function-plain/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/icon-size/composite-function-sdf/metrics.json b/metrics/linux-gcc8-release/render-tests/icon-size/composite-function-sdf/metrics.json index ff10b87fe60..80efc975536 100644 --- a/metrics/linux-gcc8-release/render-tests/icon-size/composite-function-sdf/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/icon-size/composite-function-sdf/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/icon-size/default/metrics.json b/metrics/linux-gcc8-release/render-tests/icon-size/default/metrics.json index e85e6b42dc7..600dae24320 100644 --- a/metrics/linux-gcc8-release/render-tests/icon-size/default/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/icon-size/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/icon-size/function/metrics.json b/metrics/linux-gcc8-release/render-tests/icon-size/function/metrics.json index e85e6b42dc7..600dae24320 100644 --- a/metrics/linux-gcc8-release/render-tests/icon-size/function/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/icon-size/function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/icon-size/literal/metrics.json b/metrics/linux-gcc8-release/render-tests/icon-size/literal/metrics.json index e85e6b42dc7..600dae24320 100644 --- a/metrics/linux-gcc8-release/render-tests/icon-size/literal/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/icon-size/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/icon-size/property-function-plain/metrics.json b/metrics/linux-gcc8-release/render-tests/icon-size/property-function-plain/metrics.json index 6e8125cf625..6cacde2bc1c 100644 --- a/metrics/linux-gcc8-release/render-tests/icon-size/property-function-plain/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/icon-size/property-function-plain/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/icon-size/property-function-sdf/metrics.json b/metrics/linux-gcc8-release/render-tests/icon-size/property-function-sdf/metrics.json index 18164e288a0..91e76593beb 100644 --- a/metrics/linux-gcc8-release/render-tests/icon-size/property-function-sdf/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/icon-size/property-function-sdf/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/icon-text-fit/both-collision-variable-anchor-text-fit/metrics.json b/metrics/linux-gcc8-release/render-tests/icon-text-fit/both-collision-variable-anchor-text-fit/metrics.json index 533e640ba85..e0b501a8bb9 100644 --- a/metrics/linux-gcc8-release/render-tests/icon-text-fit/both-collision-variable-anchor-text-fit/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/icon-text-fit/both-collision-variable-anchor-text-fit/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/icon-text-fit/both-collision-variable-anchor/metrics.json b/metrics/linux-gcc8-release/render-tests/icon-text-fit/both-collision-variable-anchor/metrics.json index 27c166e4fad..ed10acda227 100644 --- a/metrics/linux-gcc8-release/render-tests/icon-text-fit/both-collision-variable-anchor/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/icon-text-fit/both-collision-variable-anchor/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/icon-text-fit/both-collision/metrics.json b/metrics/linux-gcc8-release/render-tests/icon-text-fit/both-collision/metrics.json index f8a34973b45..46c8d636819 100644 --- a/metrics/linux-gcc8-release/render-tests/icon-text-fit/both-collision/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/icon-text-fit/both-collision/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/icon-text-fit/both-padding/metrics.json b/metrics/linux-gcc8-release/render-tests/icon-text-fit/both-padding/metrics.json index 3731e0fcb28..f27a5555fb8 100644 --- a/metrics/linux-gcc8-release/render-tests/icon-text-fit/both-padding/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/icon-text-fit/both-padding/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/icon-text-fit/both-text-anchor-1x-image-2x-screen/metrics.json b/metrics/linux-gcc8-release/render-tests/icon-text-fit/both-text-anchor-1x-image-2x-screen/metrics.json index fd38a33aafc..47257c2ced0 100644 --- a/metrics/linux-gcc8-release/render-tests/icon-text-fit/both-text-anchor-1x-image-2x-screen/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/icon-text-fit/both-text-anchor-1x-image-2x-screen/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/icon-text-fit/both-text-anchor-2x-image-1x-screen/metrics.json b/metrics/linux-gcc8-release/render-tests/icon-text-fit/both-text-anchor-2x-image-1x-screen/metrics.json index 60e56e89fb7..4b7d57c2bbb 100644 --- a/metrics/linux-gcc8-release/render-tests/icon-text-fit/both-text-anchor-2x-image-1x-screen/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/icon-text-fit/both-text-anchor-2x-image-1x-screen/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/icon-text-fit/both-text-anchor-2x-image-2x-screen/metrics.json b/metrics/linux-gcc8-release/render-tests/icon-text-fit/both-text-anchor-2x-image-2x-screen/metrics.json index 60e56e89fb7..4b7d57c2bbb 100644 --- a/metrics/linux-gcc8-release/render-tests/icon-text-fit/both-text-anchor-2x-image-2x-screen/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/icon-text-fit/both-text-anchor-2x-image-2x-screen/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/icon-text-fit/both-text-anchor-icon-anchor/metrics.json b/metrics/linux-gcc8-release/render-tests/icon-text-fit/both-text-anchor-icon-anchor/metrics.json index fd38a33aafc..47257c2ced0 100644 --- a/metrics/linux-gcc8-release/render-tests/icon-text-fit/both-text-anchor-icon-anchor/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/icon-text-fit/both-text-anchor-icon-anchor/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/icon-text-fit/both-text-anchor-icon-offset/metrics.json b/metrics/linux-gcc8-release/render-tests/icon-text-fit/both-text-anchor-icon-offset/metrics.json index fd38a33aafc..47257c2ced0 100644 --- a/metrics/linux-gcc8-release/render-tests/icon-text-fit/both-text-anchor-icon-offset/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/icon-text-fit/both-text-anchor-icon-offset/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/icon-text-fit/both-text-anchor-padding/metrics.json b/metrics/linux-gcc8-release/render-tests/icon-text-fit/both-text-anchor-padding/metrics.json index fd38a33aafc..47257c2ced0 100644 --- a/metrics/linux-gcc8-release/render-tests/icon-text-fit/both-text-anchor-padding/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/icon-text-fit/both-text-anchor-padding/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/icon-text-fit/both-text-anchor/metrics.json b/metrics/linux-gcc8-release/render-tests/icon-text-fit/both-text-anchor/metrics.json index fd38a33aafc..47257c2ced0 100644 --- a/metrics/linux-gcc8-release/render-tests/icon-text-fit/both-text-anchor/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/icon-text-fit/both-text-anchor/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/icon-text-fit/both/metrics.json b/metrics/linux-gcc8-release/render-tests/icon-text-fit/both/metrics.json index 3731e0fcb28..f27a5555fb8 100644 --- a/metrics/linux-gcc8-release/render-tests/icon-text-fit/both/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/icon-text-fit/both/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/icon-text-fit/enlargen-both-padding/metrics.json b/metrics/linux-gcc8-release/render-tests/icon-text-fit/enlargen-both-padding/metrics.json index d6bdd89b213..0ad2f87fd7e 100644 --- a/metrics/linux-gcc8-release/render-tests/icon-text-fit/enlargen-both-padding/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/icon-text-fit/enlargen-both-padding/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/icon-text-fit/enlargen-both/metrics.json b/metrics/linux-gcc8-release/render-tests/icon-text-fit/enlargen-both/metrics.json index d6bdd89b213..0ad2f87fd7e 100644 --- a/metrics/linux-gcc8-release/render-tests/icon-text-fit/enlargen-both/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/icon-text-fit/enlargen-both/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/icon-text-fit/enlargen-height/metrics.json b/metrics/linux-gcc8-release/render-tests/icon-text-fit/enlargen-height/metrics.json index d6bdd89b213..0ad2f87fd7e 100644 --- a/metrics/linux-gcc8-release/render-tests/icon-text-fit/enlargen-height/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/icon-text-fit/enlargen-height/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/icon-text-fit/enlargen-width/metrics.json b/metrics/linux-gcc8-release/render-tests/icon-text-fit/enlargen-width/metrics.json index d6bdd89b213..0ad2f87fd7e 100644 --- a/metrics/linux-gcc8-release/render-tests/icon-text-fit/enlargen-width/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/icon-text-fit/enlargen-width/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/icon-text-fit/height-padding/metrics.json b/metrics/linux-gcc8-release/render-tests/icon-text-fit/height-padding/metrics.json index 3731e0fcb28..f27a5555fb8 100644 --- a/metrics/linux-gcc8-release/render-tests/icon-text-fit/height-padding/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/icon-text-fit/height-padding/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/icon-text-fit/height-text-anchor-padding/metrics.json b/metrics/linux-gcc8-release/render-tests/icon-text-fit/height-text-anchor-padding/metrics.json index fd38a33aafc..47257c2ced0 100644 --- a/metrics/linux-gcc8-release/render-tests/icon-text-fit/height-text-anchor-padding/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/icon-text-fit/height-text-anchor-padding/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/icon-text-fit/height-text-anchor/metrics.json b/metrics/linux-gcc8-release/render-tests/icon-text-fit/height-text-anchor/metrics.json index fd38a33aafc..47257c2ced0 100644 --- a/metrics/linux-gcc8-release/render-tests/icon-text-fit/height-text-anchor/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/icon-text-fit/height-text-anchor/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/icon-text-fit/height/metrics.json b/metrics/linux-gcc8-release/render-tests/icon-text-fit/height/metrics.json index 3731e0fcb28..f27a5555fb8 100644 --- a/metrics/linux-gcc8-release/render-tests/icon-text-fit/height/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/icon-text-fit/height/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/icon-text-fit/none/metrics.json b/metrics/linux-gcc8-release/render-tests/icon-text-fit/none/metrics.json index 3731e0fcb28..f27a5555fb8 100644 --- a/metrics/linux-gcc8-release/render-tests/icon-text-fit/none/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/icon-text-fit/none/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/icon-text-fit/placement-line/metrics.json b/metrics/linux-gcc8-release/render-tests/icon-text-fit/placement-line/metrics.json index f879907a019..a21185cfed0 100644 --- a/metrics/linux-gcc8-release/render-tests/icon-text-fit/placement-line/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/icon-text-fit/placement-line/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/icon-text-fit/text-variable-anchor/metrics.json b/metrics/linux-gcc8-release/render-tests/icon-text-fit/text-variable-anchor/metrics.json index 3c52c61f527..7dfedd1e1a0 100644 --- a/metrics/linux-gcc8-release/render-tests/icon-text-fit/text-variable-anchor/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/icon-text-fit/text-variable-anchor/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/icon-text-fit/textFit-anchors-long/metrics.json b/metrics/linux-gcc8-release/render-tests/icon-text-fit/textFit-anchors-long/metrics.json index fce753d4340..991ef26f44c 100644 --- a/metrics/linux-gcc8-release/render-tests/icon-text-fit/textFit-anchors-long/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/icon-text-fit/textFit-anchors-long/metrics.json @@ -11,4 +11,4 @@ 0 ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/icon-text-fit/textFit-anchors-short/metrics.json b/metrics/linux-gcc8-release/render-tests/icon-text-fit/textFit-anchors-short/metrics.json index fce753d4340..991ef26f44c 100644 --- a/metrics/linux-gcc8-release/render-tests/icon-text-fit/textFit-anchors-short/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/icon-text-fit/textFit-anchors-short/metrics.json @@ -11,4 +11,4 @@ 0 ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/icon-text-fit/textFit-collision/metrics.json b/metrics/linux-gcc8-release/render-tests/icon-text-fit/textFit-collision/metrics.json index 0ab854214ed..e2bd3a7d7e4 100644 --- a/metrics/linux-gcc8-release/render-tests/icon-text-fit/textFit-collision/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/icon-text-fit/textFit-collision/metrics.json @@ -11,4 +11,4 @@ 0 ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/icon-text-fit/textFit-grid-long-vertical/metrics.json b/metrics/linux-gcc8-release/render-tests/icon-text-fit/textFit-grid-long-vertical/metrics.json index 69a1acb43f1..a7cd3243140 100644 --- a/metrics/linux-gcc8-release/render-tests/icon-text-fit/textFit-grid-long-vertical/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/icon-text-fit/textFit-grid-long-vertical/metrics.json @@ -11,4 +11,4 @@ 0 ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/icon-text-fit/textFit-grid-long/metrics.json b/metrics/linux-gcc8-release/render-tests/icon-text-fit/textFit-grid-long/metrics.json index b885feb80ca..8a872116561 100644 --- a/metrics/linux-gcc8-release/render-tests/icon-text-fit/textFit-grid-long/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/icon-text-fit/textFit-grid-long/metrics.json @@ -11,4 +11,4 @@ 0 ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/icon-text-fit/textFit-grid-short-vertical/metrics.json b/metrics/linux-gcc8-release/render-tests/icon-text-fit/textFit-grid-short-vertical/metrics.json index b1c125ef6dd..04fef3035ae 100644 --- a/metrics/linux-gcc8-release/render-tests/icon-text-fit/textFit-grid-short-vertical/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/icon-text-fit/textFit-grid-short-vertical/metrics.json @@ -11,4 +11,4 @@ 0 ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/icon-text-fit/textFit-grid-short/metrics.json b/metrics/linux-gcc8-release/render-tests/icon-text-fit/textFit-grid-short/metrics.json index b885feb80ca..8a872116561 100644 --- a/metrics/linux-gcc8-release/render-tests/icon-text-fit/textFit-grid-short/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/icon-text-fit/textFit-grid-short/metrics.json @@ -11,4 +11,4 @@ 0 ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/icon-text-fit/width-padding/metrics.json b/metrics/linux-gcc8-release/render-tests/icon-text-fit/width-padding/metrics.json index 3731e0fcb28..f27a5555fb8 100644 --- a/metrics/linux-gcc8-release/render-tests/icon-text-fit/width-padding/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/icon-text-fit/width-padding/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/icon-text-fit/width-text-anchor-padding/metrics.json b/metrics/linux-gcc8-release/render-tests/icon-text-fit/width-text-anchor-padding/metrics.json index fd38a33aafc..47257c2ced0 100644 --- a/metrics/linux-gcc8-release/render-tests/icon-text-fit/width-text-anchor-padding/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/icon-text-fit/width-text-anchor-padding/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/icon-text-fit/width-text-anchor/metrics.json b/metrics/linux-gcc8-release/render-tests/icon-text-fit/width-text-anchor/metrics.json index fd38a33aafc..47257c2ced0 100644 --- a/metrics/linux-gcc8-release/render-tests/icon-text-fit/width-text-anchor/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/icon-text-fit/width-text-anchor/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/icon-text-fit/width/metrics.json b/metrics/linux-gcc8-release/render-tests/icon-text-fit/width/metrics.json index 3731e0fcb28..f27a5555fb8 100644 --- a/metrics/linux-gcc8-release/render-tests/icon-text-fit/width/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/icon-text-fit/width/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/icon-translate-anchor/map/metrics.json b/metrics/linux-gcc8-release/render-tests/icon-translate-anchor/map/metrics.json index 40b289ac738..69dc134352d 100644 --- a/metrics/linux-gcc8-release/render-tests/icon-translate-anchor/map/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/icon-translate-anchor/map/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/icon-translate-anchor/viewport/metrics.json b/metrics/linux-gcc8-release/render-tests/icon-translate-anchor/viewport/metrics.json index 40b289ac738..69dc134352d 100644 --- a/metrics/linux-gcc8-release/render-tests/icon-translate-anchor/viewport/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/icon-translate-anchor/viewport/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/icon-translate/default/metrics.json b/metrics/linux-gcc8-release/render-tests/icon-translate/default/metrics.json index 79e78104863..a2643ebba77 100644 --- a/metrics/linux-gcc8-release/render-tests/icon-translate/default/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/icon-translate/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/icon-translate/function/metrics.json b/metrics/linux-gcc8-release/render-tests/icon-translate/function/metrics.json index 79e78104863..a2643ebba77 100644 --- a/metrics/linux-gcc8-release/render-tests/icon-translate/function/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/icon-translate/function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/icon-translate/literal/metrics.json b/metrics/linux-gcc8-release/render-tests/icon-translate/literal/metrics.json index 79e78104863..a2643ebba77 100644 --- a/metrics/linux-gcc8-release/render-tests/icon-translate/literal/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/icon-translate/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/icon-visibility/none/metrics.json b/metrics/linux-gcc8-release/render-tests/icon-visibility/none/metrics.json index 95a181bd8c4..ee07c12cbd3 100644 --- a/metrics/linux-gcc8-release/render-tests/icon-visibility/none/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/icon-visibility/none/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/icon-visibility/visible/metrics.json b/metrics/linux-gcc8-release/render-tests/icon-visibility/visible/metrics.json index 79e78104863..a2643ebba77 100644 --- a/metrics/linux-gcc8-release/render-tests/icon-visibility/visible/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/icon-visibility/visible/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/image/default/metrics.json b/metrics/linux-gcc8-release/render-tests/image/default/metrics.json index a5e1a3ae1af..0d755432617 100644 --- a/metrics/linux-gcc8-release/render-tests/image/default/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/image/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/image/pitched/metrics.json b/metrics/linux-gcc8-release/render-tests/image/pitched/metrics.json index 2d59478140b..516f2bb9de7 100644 --- a/metrics/linux-gcc8-release/render-tests/image/pitched/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/image/pitched/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/image/raster-brightness/metrics.json b/metrics/linux-gcc8-release/render-tests/image/raster-brightness/metrics.json index a5e1a3ae1af..0d755432617 100644 --- a/metrics/linux-gcc8-release/render-tests/image/raster-brightness/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/image/raster-brightness/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/image/raster-contrast/metrics.json b/metrics/linux-gcc8-release/render-tests/image/raster-contrast/metrics.json index a5e1a3ae1af..0d755432617 100644 --- a/metrics/linux-gcc8-release/render-tests/image/raster-contrast/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/image/raster-contrast/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/image/raster-hue-rotate/metrics.json b/metrics/linux-gcc8-release/render-tests/image/raster-hue-rotate/metrics.json index a5e1a3ae1af..0d755432617 100644 --- a/metrics/linux-gcc8-release/render-tests/image/raster-hue-rotate/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/image/raster-hue-rotate/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/image/raster-opacity/metrics.json b/metrics/linux-gcc8-release/render-tests/image/raster-opacity/metrics.json index a5e1a3ae1af..0d755432617 100644 --- a/metrics/linux-gcc8-release/render-tests/image/raster-opacity/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/image/raster-opacity/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/image/raster-resampling/metrics.json b/metrics/linux-gcc8-release/render-tests/image/raster-resampling/metrics.json index 3a2571d36aa..bdb24cbec79 100644 --- a/metrics/linux-gcc8-release/render-tests/image/raster-resampling/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/image/raster-resampling/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/image/raster-saturation/metrics.json b/metrics/linux-gcc8-release/render-tests/image/raster-saturation/metrics.json index a5e1a3ae1af..0d755432617 100644 --- a/metrics/linux-gcc8-release/render-tests/image/raster-saturation/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/image/raster-saturation/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/image/raster-visibility/metrics.json b/metrics/linux-gcc8-release/render-tests/image/raster-visibility/metrics.json index a5e1a3ae1af..0d755432617 100644 --- a/metrics/linux-gcc8-release/render-tests/image/raster-visibility/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/image/raster-visibility/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/is-supported-script/filter/metrics.json b/metrics/linux-gcc8-release/render-tests/is-supported-script/filter/metrics.json index a2ea9c5fb7a..ce349c7a6f4 100644 --- a/metrics/linux-gcc8-release/render-tests/is-supported-script/filter/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/is-supported-script/filter/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/is-supported-script/layout/metrics.json b/metrics/linux-gcc8-release/render-tests/is-supported-script/layout/metrics.json index f7dd7ee4c04..94eaf35036e 100644 --- a/metrics/linux-gcc8-release/render-tests/is-supported-script/layout/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/is-supported-script/layout/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/line-blur/default/metrics.json b/metrics/linux-gcc8-release/render-tests/line-blur/default/metrics.json index 37218777d26..7187015593c 100644 --- a/metrics/linux-gcc8-release/render-tests/line-blur/default/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/line-blur/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/line-blur/function/metrics.json b/metrics/linux-gcc8-release/render-tests/line-blur/function/metrics.json index 37218777d26..7187015593c 100644 --- a/metrics/linux-gcc8-release/render-tests/line-blur/function/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/line-blur/function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/line-blur/literal/metrics.json b/metrics/linux-gcc8-release/render-tests/line-blur/literal/metrics.json index 37218777d26..7187015593c 100644 --- a/metrics/linux-gcc8-release/render-tests/line-blur/literal/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/line-blur/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/line-blur/property-function/metrics.json b/metrics/linux-gcc8-release/render-tests/line-blur/property-function/metrics.json index 3a79bf07087..2a87a2adf26 100644 --- a/metrics/linux-gcc8-release/render-tests/line-blur/property-function/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/line-blur/property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/line-cap/butt/metrics.json b/metrics/linux-gcc8-release/render-tests/line-cap/butt/metrics.json index 37218777d26..7187015593c 100644 --- a/metrics/linux-gcc8-release/render-tests/line-cap/butt/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/line-cap/butt/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/line-cap/round/metrics.json b/metrics/linux-gcc8-release/render-tests/line-cap/round/metrics.json index b8fd663961a..683e8869f74 100644 --- a/metrics/linux-gcc8-release/render-tests/line-cap/round/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/line-cap/round/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/line-cap/square/metrics.json b/metrics/linux-gcc8-release/render-tests/line-cap/square/metrics.json index 37218777d26..7187015593c 100644 --- a/metrics/linux-gcc8-release/render-tests/line-cap/square/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/line-cap/square/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/line-color/default/metrics.json b/metrics/linux-gcc8-release/render-tests/line-color/default/metrics.json index 37218777d26..7187015593c 100644 --- a/metrics/linux-gcc8-release/render-tests/line-color/default/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/line-color/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/line-color/function/metrics.json b/metrics/linux-gcc8-release/render-tests/line-color/function/metrics.json index 37218777d26..7187015593c 100644 --- a/metrics/linux-gcc8-release/render-tests/line-color/function/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/line-color/function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/line-color/literal/metrics.json b/metrics/linux-gcc8-release/render-tests/line-color/literal/metrics.json index 37218777d26..7187015593c 100644 --- a/metrics/linux-gcc8-release/render-tests/line-color/literal/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/line-color/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/line-color/property-function-identity/metrics.json b/metrics/linux-gcc8-release/render-tests/line-color/property-function-identity/metrics.json index 870d30daeb3..7cf6ee5d698 100644 --- a/metrics/linux-gcc8-release/render-tests/line-color/property-function-identity/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/line-color/property-function-identity/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/line-color/property-function/metrics.json b/metrics/linux-gcc8-release/render-tests/line-color/property-function/metrics.json index b8b502e177e..f00b3e53697 100644 --- a/metrics/linux-gcc8-release/render-tests/line-color/property-function/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/line-color/property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/line-dasharray/default/metrics.json b/metrics/linux-gcc8-release/render-tests/line-dasharray/default/metrics.json index f116462d86f..a5d7f6590c5 100644 --- a/metrics/linux-gcc8-release/render-tests/line-dasharray/default/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/line-dasharray/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/line-dasharray/fractional-zoom/metrics.json b/metrics/linux-gcc8-release/render-tests/line-dasharray/fractional-zoom/metrics.json index fc7077f38f8..d8d9dc5b94d 100644 --- a/metrics/linux-gcc8-release/render-tests/line-dasharray/fractional-zoom/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/line-dasharray/fractional-zoom/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/line-dasharray/function/line-width-composite-function/metrics.json b/metrics/linux-gcc8-release/render-tests/line-dasharray/function/line-width-composite-function/metrics.json index 089003eccef..6e68753380e 100644 --- a/metrics/linux-gcc8-release/render-tests/line-dasharray/function/line-width-composite-function/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/line-dasharray/function/line-width-composite-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/line-dasharray/function/line-width-constant/metrics.json b/metrics/linux-gcc8-release/render-tests/line-dasharray/function/line-width-constant/metrics.json index a6871325306..6f572a87257 100644 --- a/metrics/linux-gcc8-release/render-tests/line-dasharray/function/line-width-constant/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/line-dasharray/function/line-width-constant/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/line-dasharray/function/line-width-property-function/metrics.json b/metrics/linux-gcc8-release/render-tests/line-dasharray/function/line-width-property-function/metrics.json index 2b8782c8187..9af46410138 100644 --- a/metrics/linux-gcc8-release/render-tests/line-dasharray/function/line-width-property-function/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/line-dasharray/function/line-width-property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/line-dasharray/literal/line-width-composite-function/metrics.json b/metrics/linux-gcc8-release/render-tests/line-dasharray/literal/line-width-composite-function/metrics.json index 089003eccef..6e68753380e 100644 --- a/metrics/linux-gcc8-release/render-tests/line-dasharray/literal/line-width-composite-function/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/line-dasharray/literal/line-width-composite-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/line-dasharray/literal/line-width-constant/metrics.json b/metrics/linux-gcc8-release/render-tests/line-dasharray/literal/line-width-constant/metrics.json index 45bcb8f0af2..4e755b00c56 100644 --- a/metrics/linux-gcc8-release/render-tests/line-dasharray/literal/line-width-constant/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/line-dasharray/literal/line-width-constant/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/line-dasharray/literal/line-width-property-function/metrics.json b/metrics/linux-gcc8-release/render-tests/line-dasharray/literal/line-width-property-function/metrics.json index 2b8782c8187..9af46410138 100644 --- a/metrics/linux-gcc8-release/render-tests/line-dasharray/literal/line-width-property-function/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/line-dasharray/literal/line-width-property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/line-dasharray/literal/line-width-zoom-function/metrics.json b/metrics/linux-gcc8-release/render-tests/line-dasharray/literal/line-width-zoom-function/metrics.json index fc7077f38f8..d8d9dc5b94d 100644 --- a/metrics/linux-gcc8-release/render-tests/line-dasharray/literal/line-width-zoom-function/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/line-dasharray/literal/line-width-zoom-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/line-dasharray/long-segment/metrics.json b/metrics/linux-gcc8-release/render-tests/line-dasharray/long-segment/metrics.json index 22bd3284bd9..64acd288115 100644 --- a/metrics/linux-gcc8-release/render-tests/line-dasharray/long-segment/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/line-dasharray/long-segment/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/line-dasharray/overscaled/metrics.json b/metrics/linux-gcc8-release/render-tests/line-dasharray/overscaled/metrics.json index 747a2afbe15..553a80fc7f5 100644 --- a/metrics/linux-gcc8-release/render-tests/line-dasharray/overscaled/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/line-dasharray/overscaled/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/line-dasharray/round/segments/metrics.json b/metrics/linux-gcc8-release/render-tests/line-dasharray/round/segments/metrics.json index d3af311705d..7aa6ba0d1c7 100644 --- a/metrics/linux-gcc8-release/render-tests/line-dasharray/round/segments/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/line-dasharray/round/segments/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/line-dasharray/round/zero-gap-width/metrics.json b/metrics/linux-gcc8-release/render-tests/line-dasharray/round/zero-gap-width/metrics.json index d3af311705d..7aa6ba0d1c7 100644 --- a/metrics/linux-gcc8-release/render-tests/line-dasharray/round/zero-gap-width/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/line-dasharray/round/zero-gap-width/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/line-dasharray/slant/metrics.json b/metrics/linux-gcc8-release/render-tests/line-dasharray/slant/metrics.json index 5e55b94da8c..805008108ab 100644 --- a/metrics/linux-gcc8-release/render-tests/line-dasharray/slant/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/line-dasharray/slant/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/line-dasharray/zero-length-gap/metrics.json b/metrics/linux-gcc8-release/render-tests/line-dasharray/zero-length-gap/metrics.json index 32c56fe8f4f..01b82ca75e0 100644 --- a/metrics/linux-gcc8-release/render-tests/line-dasharray/zero-length-gap/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/line-dasharray/zero-length-gap/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/line-dasharray/zoom-history/metrics.json b/metrics/linux-gcc8-release/render-tests/line-dasharray/zoom-history/metrics.json index 0b59834ac4d..286060c9bda 100644 --- a/metrics/linux-gcc8-release/render-tests/line-dasharray/zoom-history/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/line-dasharray/zoom-history/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/line-gap-width/default/metrics.json b/metrics/linux-gcc8-release/render-tests/line-gap-width/default/metrics.json index d3fc3537952..3a4bc927281 100644 --- a/metrics/linux-gcc8-release/render-tests/line-gap-width/default/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/line-gap-width/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/line-gap-width/function/metrics.json b/metrics/linux-gcc8-release/render-tests/line-gap-width/function/metrics.json index d3fc3537952..3a4bc927281 100644 --- a/metrics/linux-gcc8-release/render-tests/line-gap-width/function/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/line-gap-width/function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/line-gap-width/literal/metrics.json b/metrics/linux-gcc8-release/render-tests/line-gap-width/literal/metrics.json index d3fc3537952..3a4bc927281 100644 --- a/metrics/linux-gcc8-release/render-tests/line-gap-width/literal/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/line-gap-width/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/line-gap-width/property-function/metrics.json b/metrics/linux-gcc8-release/render-tests/line-gap-width/property-function/metrics.json index 3a79bf07087..2a87a2adf26 100644 --- a/metrics/linux-gcc8-release/render-tests/line-gap-width/property-function/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/line-gap-width/property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/line-gradient/gradient-tile-boundaries/metrics.json b/metrics/linux-gcc8-release/render-tests/line-gradient/gradient-tile-boundaries/metrics.json index c5be22f7087..244ec12801d 100644 --- a/metrics/linux-gcc8-release/render-tests/line-gradient/gradient-tile-boundaries/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/line-gradient/gradient-tile-boundaries/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/line-gradient/gradient/metrics.json b/metrics/linux-gcc8-release/render-tests/line-gradient/gradient/metrics.json index 2452c64b4ac..598169b1d9b 100644 --- a/metrics/linux-gcc8-release/render-tests/line-gradient/gradient/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/line-gradient/gradient/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/line-gradient/translucent/metrics.json b/metrics/linux-gcc8-release/render-tests/line-gradient/translucent/metrics.json index 2452c64b4ac..598169b1d9b 100644 --- a/metrics/linux-gcc8-release/render-tests/line-gradient/translucent/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/line-gradient/translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/line-join/bevel-transparent/metrics.json b/metrics/linux-gcc8-release/render-tests/line-join/bevel-transparent/metrics.json index 418bfd0dac8..f58d7f3410c 100644 --- a/metrics/linux-gcc8-release/render-tests/line-join/bevel-transparent/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/line-join/bevel-transparent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/line-join/bevel/metrics.json b/metrics/linux-gcc8-release/render-tests/line-join/bevel/metrics.json index 418bfd0dac8..f58d7f3410c 100644 --- a/metrics/linux-gcc8-release/render-tests/line-join/bevel/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/line-join/bevel/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/line-join/default/metrics.json b/metrics/linux-gcc8-release/render-tests/line-join/default/metrics.json index 418bfd0dac8..f58d7f3410c 100644 --- a/metrics/linux-gcc8-release/render-tests/line-join/default/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/line-join/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/line-join/miter-transparent/metrics.json b/metrics/linux-gcc8-release/render-tests/line-join/miter-transparent/metrics.json index 418bfd0dac8..f58d7f3410c 100644 --- a/metrics/linux-gcc8-release/render-tests/line-join/miter-transparent/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/line-join/miter-transparent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/line-join/miter/metrics.json b/metrics/linux-gcc8-release/render-tests/line-join/miter/metrics.json index 418bfd0dac8..f58d7f3410c 100644 --- a/metrics/linux-gcc8-release/render-tests/line-join/miter/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/line-join/miter/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/line-join/property-function-dasharray/metrics.json b/metrics/linux-gcc8-release/render-tests/line-join/property-function-dasharray/metrics.json index c43da977410..6099d2b006d 100644 --- a/metrics/linux-gcc8-release/render-tests/line-join/property-function-dasharray/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/line-join/property-function-dasharray/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/line-join/property-function/metrics.json b/metrics/linux-gcc8-release/render-tests/line-join/property-function/metrics.json index 58f534192f0..a4a13eb4cda 100644 --- a/metrics/linux-gcc8-release/render-tests/line-join/property-function/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/line-join/property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/line-join/round-transparent/metrics.json b/metrics/linux-gcc8-release/render-tests/line-join/round-transparent/metrics.json index 8bb30bb81b6..0e02f323f19 100644 --- a/metrics/linux-gcc8-release/render-tests/line-join/round-transparent/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/line-join/round-transparent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/line-join/round/metrics.json b/metrics/linux-gcc8-release/render-tests/line-join/round/metrics.json index 8bb30bb81b6..0e02f323f19 100644 --- a/metrics/linux-gcc8-release/render-tests/line-join/round/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/line-join/round/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/line-offset/default/metrics.json b/metrics/linux-gcc8-release/render-tests/line-offset/default/metrics.json index 37218777d26..7187015593c 100644 --- a/metrics/linux-gcc8-release/render-tests/line-offset/default/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/line-offset/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/line-offset/function/metrics.json b/metrics/linux-gcc8-release/render-tests/line-offset/function/metrics.json index 37218777d26..7187015593c 100644 --- a/metrics/linux-gcc8-release/render-tests/line-offset/function/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/line-offset/function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/line-offset/literal-negative/metrics.json b/metrics/linux-gcc8-release/render-tests/line-offset/literal-negative/metrics.json index 37218777d26..7187015593c 100644 --- a/metrics/linux-gcc8-release/render-tests/line-offset/literal-negative/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/line-offset/literal-negative/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/line-offset/literal/metrics.json b/metrics/linux-gcc8-release/render-tests/line-offset/literal/metrics.json index 37218777d26..7187015593c 100644 --- a/metrics/linux-gcc8-release/render-tests/line-offset/literal/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/line-offset/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/line-offset/property-function/metrics.json b/metrics/linux-gcc8-release/render-tests/line-offset/property-function/metrics.json index 3a79bf07087..2a87a2adf26 100644 --- a/metrics/linux-gcc8-release/render-tests/line-offset/property-function/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/line-offset/property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/line-opacity/default/metrics.json b/metrics/linux-gcc8-release/render-tests/line-opacity/default/metrics.json index d3fc3537952..3a4bc927281 100644 --- a/metrics/linux-gcc8-release/render-tests/line-opacity/default/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/line-opacity/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/line-opacity/function/metrics.json b/metrics/linux-gcc8-release/render-tests/line-opacity/function/metrics.json index d3fc3537952..3a4bc927281 100644 --- a/metrics/linux-gcc8-release/render-tests/line-opacity/function/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/line-opacity/function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/line-opacity/literal/metrics.json b/metrics/linux-gcc8-release/render-tests/line-opacity/literal/metrics.json index d3fc3537952..3a4bc927281 100644 --- a/metrics/linux-gcc8-release/render-tests/line-opacity/literal/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/line-opacity/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/line-opacity/property-function/metrics.json b/metrics/linux-gcc8-release/render-tests/line-opacity/property-function/metrics.json index 3a79bf07087..2a87a2adf26 100644 --- a/metrics/linux-gcc8-release/render-tests/line-opacity/property-function/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/line-opacity/property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/line-opacity/step-curve/metrics.json b/metrics/linux-gcc8-release/render-tests/line-opacity/step-curve/metrics.json index 49ecdaab985..fed8cf9423c 100644 --- a/metrics/linux-gcc8-release/render-tests/line-opacity/step-curve/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/line-opacity/step-curve/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/line-pattern/@2x/metrics.json b/metrics/linux-gcc8-release/render-tests/line-pattern/@2x/metrics.json index 5163e6758e3..a2abf428c72 100644 --- a/metrics/linux-gcc8-release/render-tests/line-pattern/@2x/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/line-pattern/@2x/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/line-pattern/literal/metrics.json b/metrics/linux-gcc8-release/render-tests/line-pattern/literal/metrics.json index d4020db05c5..ef2bff8926e 100644 --- a/metrics/linux-gcc8-release/render-tests/line-pattern/literal/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/line-pattern/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/line-pattern/overscaled/metrics.json b/metrics/linux-gcc8-release/render-tests/line-pattern/overscaled/metrics.json index 94e778f0b45..3f043408c0e 100644 --- a/metrics/linux-gcc8-release/render-tests/line-pattern/overscaled/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/line-pattern/overscaled/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/line-pattern/pitch/metrics.json b/metrics/linux-gcc8-release/render-tests/line-pattern/pitch/metrics.json index d108f774d19..097e80cdffb 100644 --- a/metrics/linux-gcc8-release/render-tests/line-pattern/pitch/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/line-pattern/pitch/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/line-pattern/property-function/metrics.json b/metrics/linux-gcc8-release/render-tests/line-pattern/property-function/metrics.json index 136c1476151..7cc483d3f22 100644 --- a/metrics/linux-gcc8-release/render-tests/line-pattern/property-function/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/line-pattern/property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/line-pattern/step-curve/metrics.json b/metrics/linux-gcc8-release/render-tests/line-pattern/step-curve/metrics.json index fbbd2176a96..dc08e895971 100644 --- a/metrics/linux-gcc8-release/render-tests/line-pattern/step-curve/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/line-pattern/step-curve/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/line-pattern/zoom-expression/metrics.json b/metrics/linux-gcc8-release/render-tests/line-pattern/zoom-expression/metrics.json index 94e778f0b45..3f043408c0e 100644 --- a/metrics/linux-gcc8-release/render-tests/line-pattern/zoom-expression/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/line-pattern/zoom-expression/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/line-pitch/default/metrics.json b/metrics/linux-gcc8-release/render-tests/line-pitch/default/metrics.json index 37218777d26..7187015593c 100644 --- a/metrics/linux-gcc8-release/render-tests/line-pitch/default/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/line-pitch/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/line-pitch/pitch0/metrics.json b/metrics/linux-gcc8-release/render-tests/line-pitch/pitch0/metrics.json index 37218777d26..7187015593c 100644 --- a/metrics/linux-gcc8-release/render-tests/line-pitch/pitch0/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/line-pitch/pitch0/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/line-pitch/pitch15/metrics.json b/metrics/linux-gcc8-release/render-tests/line-pitch/pitch15/metrics.json index 37218777d26..7187015593c 100644 --- a/metrics/linux-gcc8-release/render-tests/line-pitch/pitch15/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/line-pitch/pitch15/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/line-pitch/pitch30/metrics.json b/metrics/linux-gcc8-release/render-tests/line-pitch/pitch30/metrics.json index 37218777d26..7187015593c 100644 --- a/metrics/linux-gcc8-release/render-tests/line-pitch/pitch30/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/line-pitch/pitch30/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/line-pitch/pitchAndBearing/metrics.json b/metrics/linux-gcc8-release/render-tests/line-pitch/pitchAndBearing/metrics.json index 37218777d26..7187015593c 100644 --- a/metrics/linux-gcc8-release/render-tests/line-pitch/pitchAndBearing/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/line-pitch/pitchAndBearing/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/line-sort-key/literal/metrics.json b/metrics/linux-gcc8-release/render-tests/line-sort-key/literal/metrics.json index 12a75988519..a0bfb2d61e6 100644 --- a/metrics/linux-gcc8-release/render-tests/line-sort-key/literal/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/line-sort-key/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/line-translate-anchor/map/metrics.json b/metrics/linux-gcc8-release/render-tests/line-translate-anchor/map/metrics.json index 5500efb2945..2bd27774108 100644 --- a/metrics/linux-gcc8-release/render-tests/line-translate-anchor/map/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/line-translate-anchor/map/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/line-translate-anchor/viewport/metrics.json b/metrics/linux-gcc8-release/render-tests/line-translate-anchor/viewport/metrics.json index 5500efb2945..2bd27774108 100644 --- a/metrics/linux-gcc8-release/render-tests/line-translate-anchor/viewport/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/line-translate-anchor/viewport/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/line-translate/default/metrics.json b/metrics/linux-gcc8-release/render-tests/line-translate/default/metrics.json index 37218777d26..7187015593c 100644 --- a/metrics/linux-gcc8-release/render-tests/line-translate/default/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/line-translate/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/line-translate/function/metrics.json b/metrics/linux-gcc8-release/render-tests/line-translate/function/metrics.json index 37218777d26..7187015593c 100644 --- a/metrics/linux-gcc8-release/render-tests/line-translate/function/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/line-translate/function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/line-triangulation/default/metrics.json b/metrics/linux-gcc8-release/render-tests/line-triangulation/default/metrics.json index 8e3ab38a23f..d79a560d5f7 100644 --- a/metrics/linux-gcc8-release/render-tests/line-triangulation/default/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/line-triangulation/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/line-triangulation/round/metrics.json b/metrics/linux-gcc8-release/render-tests/line-triangulation/round/metrics.json index 9d549815609..1cedbbe39f0 100644 --- a/metrics/linux-gcc8-release/render-tests/line-triangulation/round/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/line-triangulation/round/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/line-visibility/none/metrics.json b/metrics/linux-gcc8-release/render-tests/line-visibility/none/metrics.json index 50f1262c46f..5003122a5bc 100644 --- a/metrics/linux-gcc8-release/render-tests/line-visibility/none/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/line-visibility/none/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/line-visibility/visible/metrics.json b/metrics/linux-gcc8-release/render-tests/line-visibility/visible/metrics.json index 5500efb2945..2bd27774108 100644 --- a/metrics/linux-gcc8-release/render-tests/line-visibility/visible/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/line-visibility/visible/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/line-width/default/metrics.json b/metrics/linux-gcc8-release/render-tests/line-width/default/metrics.json index 37218777d26..7187015593c 100644 --- a/metrics/linux-gcc8-release/render-tests/line-width/default/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/line-width/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/line-width/function/metrics.json b/metrics/linux-gcc8-release/render-tests/line-width/function/metrics.json index 37218777d26..7187015593c 100644 --- a/metrics/linux-gcc8-release/render-tests/line-width/function/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/line-width/function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/line-width/literal/metrics.json b/metrics/linux-gcc8-release/render-tests/line-width/literal/metrics.json index 37218777d26..7187015593c 100644 --- a/metrics/linux-gcc8-release/render-tests/line-width/literal/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/line-width/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/line-width/property-function/metrics.json b/metrics/linux-gcc8-release/render-tests/line-width/property-function/metrics.json index e66ff128ba5..80ef087b584 100644 --- a/metrics/linux-gcc8-release/render-tests/line-width/property-function/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/line-width/property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/line-width/very-overscaled/metrics.json b/metrics/linux-gcc8-release/render-tests/line-width/very-overscaled/metrics.json index b93dcb82323..52a7d9a5f27 100644 --- a/metrics/linux-gcc8-release/render-tests/line-width/very-overscaled/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/line-width/very-overscaled/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/line-width/zero-width-function/metrics.json b/metrics/linux-gcc8-release/render-tests/line-width/zero-width-function/metrics.json index c6cefecd177..81eab93f96a 100644 --- a/metrics/linux-gcc8-release/render-tests/line-width/zero-width-function/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/line-width/zero-width-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/line-width/zero-width/metrics.json b/metrics/linux-gcc8-release/render-tests/line-width/zero-width/metrics.json index 2712b0b4fe0..b96101a10cc 100644 --- a/metrics/linux-gcc8-release/render-tests/line-width/zero-width/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/line-width/zero-width/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/linear-filter-opacity-edge/literal/metrics.json b/metrics/linux-gcc8-release/render-tests/linear-filter-opacity-edge/literal/metrics.json index bf9483fb78c..8cf4d01508c 100644 --- a/metrics/linux-gcc8-release/render-tests/linear-filter-opacity-edge/literal/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/linear-filter-opacity-edge/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/map-mode/static/metrics.json b/metrics/linux-gcc8-release/render-tests/map-mode/static/metrics.json index 290ed6328f6..23591d65d74 100644 --- a/metrics/linux-gcc8-release/render-tests/map-mode/static/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/map-mode/static/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/map-mode/tile-avoid-edges/metrics.json b/metrics/linux-gcc8-release/render-tests/map-mode/tile-avoid-edges/metrics.json index 12ed06367ea..6604cb4c9fe 100644 --- a/metrics/linux-gcc8-release/render-tests/map-mode/tile-avoid-edges/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/map-mode/tile-avoid-edges/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/map-mode/tile/metrics.json b/metrics/linux-gcc8-release/render-tests/map-mode/tile/metrics.json index 3510a6a2db7..995d9141c33 100644 --- a/metrics/linux-gcc8-release/render-tests/map-mode/tile/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/map-mode/tile/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/projection/axonometric-multiple/metrics.json b/metrics/linux-gcc8-release/render-tests/projection/axonometric-multiple/metrics.json index da78bc6af7b..202fe7d7294 100644 --- a/metrics/linux-gcc8-release/render-tests/projection/axonometric-multiple/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/projection/axonometric-multiple/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/projection/axonometric/metrics.json b/metrics/linux-gcc8-release/render-tests/projection/axonometric/metrics.json index b82f4dfc182..785d404f877 100644 --- a/metrics/linux-gcc8-release/render-tests/projection/axonometric/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/projection/axonometric/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/projection/perspective/metrics.json b/metrics/linux-gcc8-release/render-tests/projection/perspective/metrics.json index b82f4dfc182..785d404f877 100644 --- a/metrics/linux-gcc8-release/render-tests/projection/perspective/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/projection/perspective/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/projection/skew/metrics.json b/metrics/linux-gcc8-release/render-tests/projection/skew/metrics.json index b82f4dfc182..785d404f877 100644 --- a/metrics/linux-gcc8-release/render-tests/projection/skew/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/projection/skew/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/raster-alpha/default/metrics.json b/metrics/linux-gcc8-release/render-tests/raster-alpha/default/metrics.json index 08d8297db80..39f69f65b74 100644 --- a/metrics/linux-gcc8-release/render-tests/raster-alpha/default/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/raster-alpha/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/raster-brightness/default/metrics.json b/metrics/linux-gcc8-release/render-tests/raster-brightness/default/metrics.json index 4859f4afb12..0f05c16ab79 100644 --- a/metrics/linux-gcc8-release/render-tests/raster-brightness/default/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/raster-brightness/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/raster-brightness/function/metrics.json b/metrics/linux-gcc8-release/render-tests/raster-brightness/function/metrics.json index 4859f4afb12..0f05c16ab79 100644 --- a/metrics/linux-gcc8-release/render-tests/raster-brightness/function/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/raster-brightness/function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/raster-brightness/literal/metrics.json b/metrics/linux-gcc8-release/render-tests/raster-brightness/literal/metrics.json index 4859f4afb12..0f05c16ab79 100644 --- a/metrics/linux-gcc8-release/render-tests/raster-brightness/literal/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/raster-brightness/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/raster-contrast/default/metrics.json b/metrics/linux-gcc8-release/render-tests/raster-contrast/default/metrics.json index 4859f4afb12..0f05c16ab79 100644 --- a/metrics/linux-gcc8-release/render-tests/raster-contrast/default/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/raster-contrast/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/raster-contrast/function/metrics.json b/metrics/linux-gcc8-release/render-tests/raster-contrast/function/metrics.json index 4859f4afb12..0f05c16ab79 100644 --- a/metrics/linux-gcc8-release/render-tests/raster-contrast/function/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/raster-contrast/function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/raster-contrast/literal/metrics.json b/metrics/linux-gcc8-release/render-tests/raster-contrast/literal/metrics.json index 4859f4afb12..0f05c16ab79 100644 --- a/metrics/linux-gcc8-release/render-tests/raster-contrast/literal/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/raster-contrast/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/raster-extent/maxzoom/metrics.json b/metrics/linux-gcc8-release/render-tests/raster-extent/maxzoom/metrics.json index 50f1262c46f..5003122a5bc 100644 --- a/metrics/linux-gcc8-release/render-tests/raster-extent/maxzoom/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/raster-extent/maxzoom/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/raster-extent/minzoom/metrics.json b/metrics/linux-gcc8-release/render-tests/raster-extent/minzoom/metrics.json index 50f1262c46f..5003122a5bc 100644 --- a/metrics/linux-gcc8-release/render-tests/raster-extent/minzoom/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/raster-extent/minzoom/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/raster-hue-rotate/default/metrics.json b/metrics/linux-gcc8-release/render-tests/raster-hue-rotate/default/metrics.json index 4859f4afb12..0f05c16ab79 100644 --- a/metrics/linux-gcc8-release/render-tests/raster-hue-rotate/default/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/raster-hue-rotate/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/raster-hue-rotate/function/metrics.json b/metrics/linux-gcc8-release/render-tests/raster-hue-rotate/function/metrics.json index 4859f4afb12..0f05c16ab79 100644 --- a/metrics/linux-gcc8-release/render-tests/raster-hue-rotate/function/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/raster-hue-rotate/function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/raster-hue-rotate/literal/metrics.json b/metrics/linux-gcc8-release/render-tests/raster-hue-rotate/literal/metrics.json index 4859f4afb12..0f05c16ab79 100644 --- a/metrics/linux-gcc8-release/render-tests/raster-hue-rotate/literal/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/raster-hue-rotate/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/raster-loading/missing/metrics.json b/metrics/linux-gcc8-release/render-tests/raster-loading/missing/metrics.json index 4bd248b8fa5..e22f089e735 100644 --- a/metrics/linux-gcc8-release/render-tests/raster-loading/missing/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/raster-loading/missing/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/raster-masking/overlapping-vector/metrics.json b/metrics/linux-gcc8-release/render-tests/raster-masking/overlapping-vector/metrics.json index 12c856a6988..1ebeb723639 100644 --- a/metrics/linux-gcc8-release/render-tests/raster-masking/overlapping-vector/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/raster-masking/overlapping-vector/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/raster-masking/overlapping/metrics.json b/metrics/linux-gcc8-release/render-tests/raster-masking/overlapping/metrics.json index c0ad63d409d..0f00ecddb5a 100644 --- a/metrics/linux-gcc8-release/render-tests/raster-masking/overlapping/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/raster-masking/overlapping/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/raster-opacity/default/metrics.json b/metrics/linux-gcc8-release/render-tests/raster-opacity/default/metrics.json index 4859f4afb12..0f05c16ab79 100644 --- a/metrics/linux-gcc8-release/render-tests/raster-opacity/default/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/raster-opacity/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/raster-opacity/function/metrics.json b/metrics/linux-gcc8-release/render-tests/raster-opacity/function/metrics.json index 4859f4afb12..0f05c16ab79 100644 --- a/metrics/linux-gcc8-release/render-tests/raster-opacity/function/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/raster-opacity/function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/raster-opacity/literal/metrics.json b/metrics/linux-gcc8-release/render-tests/raster-opacity/literal/metrics.json index 4859f4afb12..0f05c16ab79 100644 --- a/metrics/linux-gcc8-release/render-tests/raster-opacity/literal/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/raster-opacity/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/raster-resampling/default/metrics.json b/metrics/linux-gcc8-release/render-tests/raster-resampling/default/metrics.json index 72910f7b105..239c8476e66 100644 --- a/metrics/linux-gcc8-release/render-tests/raster-resampling/default/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/raster-resampling/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/raster-resampling/function/metrics.json b/metrics/linux-gcc8-release/render-tests/raster-resampling/function/metrics.json index 72910f7b105..239c8476e66 100644 --- a/metrics/linux-gcc8-release/render-tests/raster-resampling/function/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/raster-resampling/function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/raster-resampling/literal/metrics.json b/metrics/linux-gcc8-release/render-tests/raster-resampling/literal/metrics.json index 72910f7b105..239c8476e66 100644 --- a/metrics/linux-gcc8-release/render-tests/raster-resampling/literal/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/raster-resampling/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/raster-rotation/0/metrics.json b/metrics/linux-gcc8-release/render-tests/raster-rotation/0/metrics.json index 4859f4afb12..0f05c16ab79 100644 --- a/metrics/linux-gcc8-release/render-tests/raster-rotation/0/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/raster-rotation/0/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/raster-rotation/180/metrics.json b/metrics/linux-gcc8-release/render-tests/raster-rotation/180/metrics.json index 4859f4afb12..0f05c16ab79 100644 --- a/metrics/linux-gcc8-release/render-tests/raster-rotation/180/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/raster-rotation/180/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/raster-rotation/270/metrics.json b/metrics/linux-gcc8-release/render-tests/raster-rotation/270/metrics.json index 0d1ecd18333..bbbb385613f 100644 --- a/metrics/linux-gcc8-release/render-tests/raster-rotation/270/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/raster-rotation/270/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/raster-rotation/45/metrics.json b/metrics/linux-gcc8-release/render-tests/raster-rotation/45/metrics.json index b4c21ad5c91..eaeea32d5f1 100644 --- a/metrics/linux-gcc8-release/render-tests/raster-rotation/45/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/raster-rotation/45/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/raster-rotation/90/metrics.json b/metrics/linux-gcc8-release/render-tests/raster-rotation/90/metrics.json index 0d1ecd18333..bbbb385613f 100644 --- a/metrics/linux-gcc8-release/render-tests/raster-rotation/90/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/raster-rotation/90/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/raster-saturation/default/metrics.json b/metrics/linux-gcc8-release/render-tests/raster-saturation/default/metrics.json index 4859f4afb12..0f05c16ab79 100644 --- a/metrics/linux-gcc8-release/render-tests/raster-saturation/default/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/raster-saturation/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/raster-saturation/function/metrics.json b/metrics/linux-gcc8-release/render-tests/raster-saturation/function/metrics.json index 4859f4afb12..0f05c16ab79 100644 --- a/metrics/linux-gcc8-release/render-tests/raster-saturation/function/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/raster-saturation/function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/raster-saturation/literal/metrics.json b/metrics/linux-gcc8-release/render-tests/raster-saturation/literal/metrics.json index 4859f4afb12..0f05c16ab79 100644 --- a/metrics/linux-gcc8-release/render-tests/raster-saturation/literal/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/raster-saturation/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/raster-visibility/none/metrics.json b/metrics/linux-gcc8-release/render-tests/raster-visibility/none/metrics.json index db64850e387..fb3082aa614 100644 --- a/metrics/linux-gcc8-release/render-tests/raster-visibility/none/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/raster-visibility/none/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/raster-visibility/visible/metrics.json b/metrics/linux-gcc8-release/render-tests/raster-visibility/visible/metrics.json index 4859f4afb12..0f05c16ab79 100644 --- a/metrics/linux-gcc8-release/render-tests/raster-visibility/visible/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/raster-visibility/visible/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/real-world/nepal/metrics.json b/metrics/linux-gcc8-release/render-tests/real-world/nepal/metrics.json index f1142e011c2..772e2784b65 100644 --- a/metrics/linux-gcc8-release/render-tests/real-world/nepal/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/real-world/nepal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/real-world/norway/metrics.json b/metrics/linux-gcc8-release/render-tests/real-world/norway/metrics.json index 45badb494a7..70157e715c3 100644 --- a/metrics/linux-gcc8-release/render-tests/real-world/norway/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/real-world/norway/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/real-world/uruguay/metrics.json b/metrics/linux-gcc8-release/render-tests/real-world/uruguay/metrics.json index 8c183cc9f3e..2d78407d2e2 100644 --- a/metrics/linux-gcc8-release/render-tests/real-world/uruguay/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/real-world/uruguay/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-js#2305/metrics.json b/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-js#2305/metrics.json index 96bd9fd98fe..e56676099d3 100644 --- a/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-js#2305/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-js#2305/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-js#2523/metrics.json b/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-js#2523/metrics.json index a48098b4aa6..df6ef6aa8c5 100644 --- a/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-js#2523/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-js#2523/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-js#2533/metrics.json b/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-js#2533/metrics.json index c527b4e09d2..89484ae7620 100644 --- a/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-js#2533/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-js#2533/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-js#2534/metrics.json b/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-js#2534/metrics.json index 7d15d2a7ad3..a6e9e855f6a 100644 --- a/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-js#2534/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-js#2534/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-js#2787/metrics.json b/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-js#2787/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-js#2787/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-js#2787/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-js#2846/metrics.json b/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-js#2846/metrics.json index 19c5ef85077..9764c56f837 100644 --- a/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-js#2846/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-js#2846/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-js#2929/metrics.json b/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-js#2929/metrics.json index 2052d5d52ee..7529eb1b86a 100644 --- a/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-js#2929/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-js#2929/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-js#3010/metrics.json b/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-js#3010/metrics.json index 3a2571d36aa..bdb24cbec79 100644 --- a/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-js#3010/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-js#3010/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-js#3107/metrics.json b/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-js#3107/metrics.json index fab92536d4c..44da94cb7f4 100644 --- a/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-js#3107/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-js#3107/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-js#3320/metrics.json b/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-js#3320/metrics.json index bcc2a3f74f9..26ccedcbcc6 100644 --- a/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-js#3320/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-js#3320/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-js#3365/metrics.json b/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-js#3365/metrics.json index 09d52d402e4..8e00f93fdad 100644 --- a/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-js#3365/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-js#3365/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-js#3394/metrics.json b/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-js#3394/metrics.json index 65f07ee5330..147feb028dc 100644 --- a/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-js#3394/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-js#3394/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-js#3426/metrics.json b/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-js#3426/metrics.json index c217fdfc61c..9ad682254db 100644 --- a/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-js#3426/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-js#3426/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-js#3548/metrics.json b/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-js#3548/metrics.json index 6e40c94905a..02b59466219 100644 --- a/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-js#3548/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-js#3548/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-js#3612/metrics.json b/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-js#3612/metrics.json index 35205631494..97a82f2c699 100644 --- a/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-js#3612/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-js#3612/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-js#3614/metrics.json b/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-js#3614/metrics.json index 2e017e0a393..1e9df4d1869 100644 --- a/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-js#3614/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-js#3614/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-js#3623/metrics.json b/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-js#3623/metrics.json index 7bca5d23fe0..e272933e899 100644 --- a/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-js#3623/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-js#3623/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-js#3633/metrics.json b/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-js#3633/metrics.json index e204a192de4..b762a231e10 100644 --- a/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-js#3633/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-js#3633/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-js#3682/metrics.json b/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-js#3682/metrics.json index 16485ab8b4a..29bd5d79b36 100644 --- a/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-js#3682/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-js#3682/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-js#3702/metrics.json b/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-js#3702/metrics.json index 0500eb4873c..9e161054551 100644 --- a/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-js#3702/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-js#3702/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-js#3723/metrics.json b/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-js#3723/metrics.json index a01add499ee..5bbb9e9e285 100644 --- a/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-js#3723/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-js#3723/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-js#3819/metrics.json b/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-js#3819/metrics.json index 50f1262c46f..5003122a5bc 100644 --- a/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-js#3819/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-js#3819/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-js#3903/metrics.json b/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-js#3903/metrics.json index ca19895c81d..385524356c4 100644 --- a/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-js#3903/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-js#3903/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-js#3910/metrics.json b/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-js#3910/metrics.json index f9443ff76e4..f3cf4089493 100644 --- a/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-js#3910/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-js#3910/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-js#3949/metrics.json b/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-js#3949/metrics.json index cfdc9c2e210..748caf4284e 100644 --- a/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-js#3949/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-js#3949/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-js#4124/metrics.json b/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-js#4124/metrics.json index d4eae544558..c2b50ed1f4f 100644 --- a/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-js#4124/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-js#4124/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-js#4144/metrics.json b/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-js#4144/metrics.json index d4eae544558..c2b50ed1f4f 100644 --- a/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-js#4144/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-js#4144/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-js#4146/metrics.json b/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-js#4146/metrics.json index d4eae544558..c2b50ed1f4f 100644 --- a/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-js#4146/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-js#4146/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-js#4150/metrics.json b/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-js#4150/metrics.json index 485b59ab36f..2087e1a0787 100644 --- a/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-js#4150/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-js#4150/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-js#4172/metrics.json b/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-js#4172/metrics.json index 3468eac0f2f..a2ec1ec242d 100644 --- a/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-js#4172/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-js#4172/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-js#4235/metrics.json b/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-js#4235/metrics.json index ba3ca00114d..8bd27264ef8 100644 --- a/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-js#4235/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-js#4235/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-js#4550/metrics.json b/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-js#4550/metrics.json index 3a2571d36aa..bdb24cbec79 100644 --- a/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-js#4550/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-js#4550/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-js#4551/metrics.json b/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-js#4551/metrics.json index 48541088a87..eb4921578f7 100644 --- a/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-js#4551/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-js#4551/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-js#4564/metrics.json b/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-js#4564/metrics.json index 54f55f390df..6187e2ef578 100644 --- a/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-js#4564/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-js#4564/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-js#4573/metrics.json b/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-js#4573/metrics.json index 3a2571d36aa..bdb24cbec79 100644 --- a/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-js#4573/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-js#4573/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-js#4579/metrics.json b/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-js#4579/metrics.json index 5068fa89b0a..c0275692b33 100644 --- a/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-js#4579/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-js#4579/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-js#4605/metrics.json b/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-js#4605/metrics.json index 026b6be0310..ab1502aa76c 100644 --- a/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-js#4605/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-js#4605/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-js#4617/metrics.json b/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-js#4617/metrics.json index 026b6be0310..ab1502aa76c 100644 --- a/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-js#4617/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-js#4617/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-js#4647/metrics.json b/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-js#4647/metrics.json index e348c71619e..759f85ee08f 100644 --- a/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-js#4647/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-js#4647/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-js#4651/metrics.json b/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-js#4651/metrics.json index 77e26663adf..75208b6254d 100644 --- a/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-js#4651/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-js#4651/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-js#4860/metrics.json b/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-js#4860/metrics.json index 2a11129cdd7..a12bda145e5 100644 --- a/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-js#4860/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-js#4860/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-js#4928/metrics.json b/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-js#4928/metrics.json index e78c7480085..87958b98822 100644 --- a/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-js#4928/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-js#4928/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-js#5171/metrics.json b/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-js#5171/metrics.json index f116462d86f..a5d7f6590c5 100644 --- a/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-js#5171/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-js#5171/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-js#5370/metrics.json b/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-js#5370/metrics.json index c2b157771ed..bd7801fad65 100644 --- a/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-js#5370/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-js#5370/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-js#5466/metrics.json b/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-js#5466/metrics.json index 5e66f07df06..f30c133db82 100644 --- a/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-js#5466/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-js#5466/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-js#5496/metrics.json b/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-js#5496/metrics.json index b7fcd045414..c5dc4e05e94 100644 --- a/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-js#5496/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-js#5496/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-js#5544/metrics.json b/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-js#5544/metrics.json index 20fa03d3244..17a5608e4c0 100644 --- a/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-js#5544/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-js#5544/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-js#5546/metrics.json b/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-js#5546/metrics.json index 6b144b9538d..25ad6d321cf 100644 --- a/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-js#5546/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-js#5546/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-js#5576/metrics.json b/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-js#5576/metrics.json index 63e089963e3..5e613a090bd 100644 --- a/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-js#5576/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-js#5576/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-js#5599/metrics.json b/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-js#5599/metrics.json index 4ab1b5696c5..3085211089b 100644 --- a/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-js#5599/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-js#5599/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-js#5631/metrics.json b/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-js#5631/metrics.json index 7ce4c132485..b4d99c9639a 100644 --- a/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-js#5631/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-js#5631/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-js#5776/metrics.json b/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-js#5776/metrics.json index 2ce8e21873a..1a05422da51 100644 --- a/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-js#5776/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-js#5776/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-js#5911/metrics.json b/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-js#5911/metrics.json index 2043a63e49b..d0665fd606f 100644 --- a/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-js#5911/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-js#5911/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-js#5911a/metrics.json b/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-js#5911a/metrics.json index 6603feaf8bf..13b901589d1 100644 --- a/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-js#5911a/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-js#5911a/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-js#5947/metrics.json b/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-js#5947/metrics.json index 9c7a3359c23..f946223a8d8 100644 --- a/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-js#5947/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-js#5947/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-js#5953/metrics.json b/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-js#5953/metrics.json index 873f47815fe..a1e24dbecc7 100644 --- a/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-js#5953/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-js#5953/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-js#5978/metrics.json b/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-js#5978/metrics.json index 7b8e778406e..34b13f90c07 100644 --- a/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-js#5978/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-js#5978/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-js#6160/metrics.json b/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-js#6160/metrics.json index f8108ef92fb..f89be7b1003 100644 --- a/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-js#6160/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-js#6160/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-js#6238/metrics.json b/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-js#6238/metrics.json index 873f47815fe..a1e24dbecc7 100644 --- a/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-js#6238/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-js#6238/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-js#6548/metrics.json b/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-js#6548/metrics.json index 64d5fea021d..3cf688b7a51 100644 --- a/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-js#6548/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-js#6548/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-js#6649/metrics.json b/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-js#6649/metrics.json index 89aa855d365..3d9e0fbbf80 100644 --- a/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-js#6649/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-js#6649/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-js#6660/metrics.json b/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-js#6660/metrics.json index 0206fc826fe..25471f81337 100644 --- a/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-js#6660/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-js#6660/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-js#6919/metrics.json b/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-js#6919/metrics.json index c8c3dee3946..d92cd64c54d 100644 --- a/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-js#6919/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-js#6919/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-js#7032/metrics.json b/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-js#7032/metrics.json index 693f7870426..e960f3f7cae 100644 --- a/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-js#7032/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-js#7032/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-js#7172/metrics.json b/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-js#7172/metrics.json index 79e78104863..a2643ebba77 100644 --- a/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-js#7172/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-js#7172/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-js#8273/metrics.json b/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-js#8273/metrics.json index 2e92924579b..4bc0d80686a 100644 --- a/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-js#8273/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-js#8273/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-js#9009/metrics.json b/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-js#9009/metrics.json index a5407ceb766..b82aa8853d3 100644 --- a/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-js#9009/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-js#9009/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-native#10849/metrics.json b/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-native#10849/metrics.json index a80aa837e47..9e3eb890c00 100644 --- a/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-native#10849/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-native#10849/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-native#11451/metrics.json b/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-native#11451/metrics.json index 501f64a004e..5ad8d61037a 100644 --- a/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-native#11451/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-native#11451/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-native#11729/metrics.json b/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-native#11729/metrics.json index 0be45de845d..51b147ed165 100644 --- a/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-native#11729/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-native#11729/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-native#12812/metrics.json b/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-native#12812/metrics.json index 89ccfdbed1f..70d140fcbe8 100644 --- a/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-native#12812/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-native#12812/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-native#14402/metrics.json b/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-native#14402/metrics.json index 98442c7f492..af60ac1aa34 100644 --- a/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-native#14402/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-native#14402/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-native#15139/metrics.json b/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-native#15139/metrics.json index 5cb2eb84281..366dde8ad6b 100644 --- a/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-native#15139/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-native#15139/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-native#3292/metrics.json b/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-native#3292/metrics.json index 873f47815fe..a1e24dbecc7 100644 --- a/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-native#3292/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-native#3292/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-native#5648/metrics.json b/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-native#5648/metrics.json index fb4e5552f7f..e85d091e9f4 100644 --- a/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-native#5648/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-native#5648/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-native#5701/metrics.json b/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-native#5701/metrics.json index 3420d4a3fc9..01cc0d1cc08 100644 --- a/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-native#5701/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-native#5701/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-native#5754/metrics.json b/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-native#5754/metrics.json index fea6fe2e598..94fd76f9f2e 100644 --- a/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-native#5754/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-native#5754/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-native#6063/metrics.json b/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-native#6063/metrics.json index 52ca3936645..d9af42ea277 100644 --- a/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-native#6063/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-native#6063/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-native#6233/metrics.json b/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-native#6233/metrics.json index 4bb79fe7179..d0ceb541407 100644 --- a/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-native#6233/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-native#6233/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-native#6820/metrics.json b/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-native#6820/metrics.json index b6bf3b9d007..87e18e45232 100644 --- a/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-native#6820/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-native#6820/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-native#6903/metrics.json b/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-native#6903/metrics.json index 71ac27d9d32..525a02be8bf 100644 --- a/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-native#6903/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-native#6903/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-native#7241/metrics.json b/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-native#7241/metrics.json index cbd01b37e00..08801eb3145 100644 --- a/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-native#7241/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-native#7241/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-native#7572/metrics.json b/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-native#7572/metrics.json index 38eab4e78e3..d0501b45165 100644 --- a/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-native#7572/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-native#7572/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-native#7714/metrics.json b/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-native#7714/metrics.json index 2bd3523e277..8c3137d8884 100644 --- a/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-native#7714/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-native#7714/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-native#7792/metrics.json b/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-native#7792/metrics.json index 01b432fe214..e30b6a8224f 100644 --- a/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-native#7792/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-native#7792/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-native#8078/metrics.json b/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-native#8078/metrics.json index 16c62d33f56..5448971d70e 100644 --- a/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-native#8078/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-native#8078/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-native#8303/metrics.json b/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-native#8303/metrics.json index fea6fe2e598..94fd76f9f2e 100644 --- a/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-native#8303/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-native#8303/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-native#8460/metrics.json b/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-native#8460/metrics.json index d4eae544558..c2b50ed1f4f 100644 --- a/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-native#8460/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-native#8460/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-native#8505/metrics.json b/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-native#8505/metrics.json index 4a3aa63475b..8ebdb56edb1 100644 --- a/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-native#8505/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-native#8505/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-native#8871/metrics.json b/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-native#8871/metrics.json index 6623f4879ee..3dc3a11db4d 100644 --- a/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-native#8871/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-native#8871/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-native#8952/metrics.json b/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-native#8952/metrics.json index 857fa5f5e3b..7bbb5e9e4ed 100644 --- a/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-native#8952/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-native#8952/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-native#9406/metrics.json b/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-native#9406/metrics.json index 4e5b247b073..36da688a67f 100644 --- a/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-native#9406/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-native#9406/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-native#9557/metrics.json b/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-native#9557/metrics.json index effeefa2aa8..0f0f725f705 100644 --- a/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-native#9557/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-native#9557/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-native#9792/metrics.json b/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-native#9792/metrics.json index 6de6aa8e28f..9ecafe55c84 100644 --- a/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-native#9792/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-native#9792/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-native#9900/metrics.json b/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-native#9900/metrics.json index 6e487ce43fb..7b805b46550 100644 --- a/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-native#9900/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-native#9900/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-native#9976/metrics.json b/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-native#9976/metrics.json index 4b5fdfaa4ab..2d7f93d1b91 100644 --- a/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-native#9976/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-native#9976/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-native#9979/metrics.json b/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-native#9979/metrics.json index 1b7a2185cc3..3e058d58ed6 100644 --- a/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-native#9979/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-native#9979/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-shaders#37/metrics.json b/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-shaders#37/metrics.json index eb891b578e4..596d5893bab 100644 --- a/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-shaders#37/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/regressions/mapbox-gl-shaders#37/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/remove-feature-state/composite-expression/metrics.json b/metrics/linux-gcc8-release/render-tests/remove-feature-state/composite-expression/metrics.json index 3653638ee2e..199b2b57550 100644 --- a/metrics/linux-gcc8-release/render-tests/remove-feature-state/composite-expression/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/remove-feature-state/composite-expression/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/remove-feature-state/data-expression/metrics.json b/metrics/linux-gcc8-release/render-tests/remove-feature-state/data-expression/metrics.json index f6bec0e0459..8b4cf7dabaf 100644 --- a/metrics/linux-gcc8-release/render-tests/remove-feature-state/data-expression/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/remove-feature-state/data-expression/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/remove-feature-state/vector-source/metrics.json b/metrics/linux-gcc8-release/render-tests/remove-feature-state/vector-source/metrics.json index 16026dacebf..bb5b3e0e76f 100644 --- a/metrics/linux-gcc8-release/render-tests/remove-feature-state/vector-source/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/remove-feature-state/vector-source/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/retina-raster/default/metrics.json b/metrics/linux-gcc8-release/render-tests/retina-raster/default/metrics.json index 10305579d18..bf90ca9af08 100644 --- a/metrics/linux-gcc8-release/render-tests/retina-raster/default/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/retina-raster/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/runtime-styling/filter-default-to-false/metrics.json b/metrics/linux-gcc8-release/render-tests/runtime-styling/filter-default-to-false/metrics.json index 7d39e182955..4c937ec3278 100644 --- a/metrics/linux-gcc8-release/render-tests/runtime-styling/filter-default-to-false/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/runtime-styling/filter-default-to-false/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/runtime-styling/filter-default-to-true/metrics.json b/metrics/linux-gcc8-release/render-tests/runtime-styling/filter-default-to-true/metrics.json index fea6fe2e598..94fd76f9f2e 100644 --- a/metrics/linux-gcc8-release/render-tests/runtime-styling/filter-default-to-true/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/runtime-styling/filter-default-to-true/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/runtime-styling/filter-false-to-default/metrics.json b/metrics/linux-gcc8-release/render-tests/runtime-styling/filter-false-to-default/metrics.json index fea6fe2e598..94fd76f9f2e 100644 --- a/metrics/linux-gcc8-release/render-tests/runtime-styling/filter-false-to-default/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/runtime-styling/filter-false-to-default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/runtime-styling/filter-false-to-true/metrics.json b/metrics/linux-gcc8-release/render-tests/runtime-styling/filter-false-to-true/metrics.json index fea6fe2e598..94fd76f9f2e 100644 --- a/metrics/linux-gcc8-release/render-tests/runtime-styling/filter-false-to-true/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/runtime-styling/filter-false-to-true/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/runtime-styling/filter-true-to-default/metrics.json b/metrics/linux-gcc8-release/render-tests/runtime-styling/filter-true-to-default/metrics.json index fea6fe2e598..94fd76f9f2e 100644 --- a/metrics/linux-gcc8-release/render-tests/runtime-styling/filter-true-to-default/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/runtime-styling/filter-true-to-default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/runtime-styling/filter-true-to-false/metrics.json b/metrics/linux-gcc8-release/render-tests/runtime-styling/filter-true-to-false/metrics.json index 7d39e182955..4c937ec3278 100644 --- a/metrics/linux-gcc8-release/render-tests/runtime-styling/filter-true-to-false/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/runtime-styling/filter-true-to-false/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/runtime-styling/image-add-1.5x-image-1x-screen/metrics.json b/metrics/linux-gcc8-release/render-tests/runtime-styling/image-add-1.5x-image-1x-screen/metrics.json index 4deb44f270c..9051b2dd8a0 100644 --- a/metrics/linux-gcc8-release/render-tests/runtime-styling/image-add-1.5x-image-1x-screen/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/runtime-styling/image-add-1.5x-image-1x-screen/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/runtime-styling/image-add-1.5x-image-2x-screen/metrics.json b/metrics/linux-gcc8-release/render-tests/runtime-styling/image-add-1.5x-image-2x-screen/metrics.json index 4deb44f270c..9051b2dd8a0 100644 --- a/metrics/linux-gcc8-release/render-tests/runtime-styling/image-add-1.5x-image-2x-screen/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/runtime-styling/image-add-1.5x-image-2x-screen/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/runtime-styling/image-add-1x-image-1x-screen/metrics.json b/metrics/linux-gcc8-release/render-tests/runtime-styling/image-add-1x-image-1x-screen/metrics.json index 6faf862e935..195626668e5 100644 --- a/metrics/linux-gcc8-release/render-tests/runtime-styling/image-add-1x-image-1x-screen/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/runtime-styling/image-add-1x-image-1x-screen/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/runtime-styling/image-add-1x-image-2x-screen/metrics.json b/metrics/linux-gcc8-release/render-tests/runtime-styling/image-add-1x-image-2x-screen/metrics.json index 6faf862e935..195626668e5 100644 --- a/metrics/linux-gcc8-release/render-tests/runtime-styling/image-add-1x-image-2x-screen/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/runtime-styling/image-add-1x-image-2x-screen/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/runtime-styling/image-add-2x-image-1x-screen/metrics.json b/metrics/linux-gcc8-release/render-tests/runtime-styling/image-add-2x-image-1x-screen/metrics.json index e0baa0c9f5a..b2ee8647e41 100644 --- a/metrics/linux-gcc8-release/render-tests/runtime-styling/image-add-2x-image-1x-screen/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/runtime-styling/image-add-2x-image-1x-screen/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/runtime-styling/image-add-2x-image-2x-screen/metrics.json b/metrics/linux-gcc8-release/render-tests/runtime-styling/image-add-2x-image-2x-screen/metrics.json index e0baa0c9f5a..b2ee8647e41 100644 --- a/metrics/linux-gcc8-release/render-tests/runtime-styling/image-add-2x-image-2x-screen/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/runtime-styling/image-add-2x-image-2x-screen/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/runtime-styling/image-add-alpha/metrics.json b/metrics/linux-gcc8-release/render-tests/runtime-styling/image-add-alpha/metrics.json index 7b309facc7a..e7846c68293 100644 --- a/metrics/linux-gcc8-release/render-tests/runtime-styling/image-add-alpha/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/runtime-styling/image-add-alpha/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/runtime-styling/image-add-nonsdf/metrics.json b/metrics/linux-gcc8-release/render-tests/runtime-styling/image-add-nonsdf/metrics.json index 672f6c43ed1..c58c3f22a42 100644 --- a/metrics/linux-gcc8-release/render-tests/runtime-styling/image-add-nonsdf/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/runtime-styling/image-add-nonsdf/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/runtime-styling/image-add-pattern/metrics.json b/metrics/linux-gcc8-release/render-tests/runtime-styling/image-add-pattern/metrics.json index b6e30d5e334..ba30b88ece1 100644 --- a/metrics/linux-gcc8-release/render-tests/runtime-styling/image-add-pattern/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/runtime-styling/image-add-pattern/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/runtime-styling/image-add-sdf/metrics.json b/metrics/linux-gcc8-release/render-tests/runtime-styling/image-add-sdf/metrics.json index 672f6c43ed1..c58c3f22a42 100644 --- a/metrics/linux-gcc8-release/render-tests/runtime-styling/image-add-sdf/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/runtime-styling/image-add-sdf/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/runtime-styling/image-remove/metrics.json b/metrics/linux-gcc8-release/render-tests/runtime-styling/image-remove/metrics.json index ac4b3251ff9..c47506deede 100644 --- a/metrics/linux-gcc8-release/render-tests/runtime-styling/image-remove/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/runtime-styling/image-remove/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/runtime-styling/image-update-icon/metrics.json b/metrics/linux-gcc8-release/render-tests/runtime-styling/image-update-icon/metrics.json index ff91a11d5ff..3866fc4356d 100644 --- a/metrics/linux-gcc8-release/render-tests/runtime-styling/image-update-icon/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/runtime-styling/image-update-icon/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/runtime-styling/image-update-pattern/metrics.json b/metrics/linux-gcc8-release/render-tests/runtime-styling/image-update-pattern/metrics.json index 31a94a030d8..1f47d186634 100644 --- a/metrics/linux-gcc8-release/render-tests/runtime-styling/image-update-pattern/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/runtime-styling/image-update-pattern/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/runtime-styling/layer-add-background/metrics.json b/metrics/linux-gcc8-release/render-tests/runtime-styling/layer-add-background/metrics.json index ca19895c81d..385524356c4 100644 --- a/metrics/linux-gcc8-release/render-tests/runtime-styling/layer-add-background/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/runtime-styling/layer-add-background/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/runtime-styling/layer-add-circle/metrics.json b/metrics/linux-gcc8-release/render-tests/runtime-styling/layer-add-circle/metrics.json index 01b432fe214..e30b6a8224f 100644 --- a/metrics/linux-gcc8-release/render-tests/runtime-styling/layer-add-circle/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/runtime-styling/layer-add-circle/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/runtime-styling/layer-add-fill/metrics.json b/metrics/linux-gcc8-release/render-tests/runtime-styling/layer-add-fill/metrics.json index 873f47815fe..a1e24dbecc7 100644 --- a/metrics/linux-gcc8-release/render-tests/runtime-styling/layer-add-fill/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/runtime-styling/layer-add-fill/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/runtime-styling/layer-add-line/metrics.json b/metrics/linux-gcc8-release/render-tests/runtime-styling/layer-add-line/metrics.json index bb8ac853884..5cfc25dfd95 100644 --- a/metrics/linux-gcc8-release/render-tests/runtime-styling/layer-add-line/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/runtime-styling/layer-add-line/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/runtime-styling/layer-add-raster/metrics.json b/metrics/linux-gcc8-release/render-tests/runtime-styling/layer-add-raster/metrics.json index 2e017e0a393..1e9df4d1869 100644 --- a/metrics/linux-gcc8-release/render-tests/runtime-styling/layer-add-raster/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/runtime-styling/layer-add-raster/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/runtime-styling/layer-add-symbol/metrics.json b/metrics/linux-gcc8-release/render-tests/runtime-styling/layer-add-symbol/metrics.json index fea6fe2e598..94fd76f9f2e 100644 --- a/metrics/linux-gcc8-release/render-tests/runtime-styling/layer-add-symbol/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/runtime-styling/layer-add-symbol/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/runtime-styling/layer-remove-background/metrics.json b/metrics/linux-gcc8-release/render-tests/runtime-styling/layer-remove-background/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/linux-gcc8-release/render-tests/runtime-styling/layer-remove-background/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/runtime-styling/layer-remove-background/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/runtime-styling/layer-remove-circle/metrics.json b/metrics/linux-gcc8-release/render-tests/runtime-styling/layer-remove-circle/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/linux-gcc8-release/render-tests/runtime-styling/layer-remove-circle/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/runtime-styling/layer-remove-circle/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/runtime-styling/layer-remove-fill/metrics.json b/metrics/linux-gcc8-release/render-tests/runtime-styling/layer-remove-fill/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/linux-gcc8-release/render-tests/runtime-styling/layer-remove-fill/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/runtime-styling/layer-remove-fill/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/runtime-styling/layer-remove-line/metrics.json b/metrics/linux-gcc8-release/render-tests/runtime-styling/layer-remove-line/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/linux-gcc8-release/render-tests/runtime-styling/layer-remove-line/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/runtime-styling/layer-remove-line/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/runtime-styling/layer-remove-raster/metrics.json b/metrics/linux-gcc8-release/render-tests/runtime-styling/layer-remove-raster/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/linux-gcc8-release/render-tests/runtime-styling/layer-remove-raster/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/runtime-styling/layer-remove-raster/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/runtime-styling/layer-remove-symbol/metrics.json b/metrics/linux-gcc8-release/render-tests/runtime-styling/layer-remove-symbol/metrics.json index d1d3c719b69..2cd5816ef0d 100644 --- a/metrics/linux-gcc8-release/render-tests/runtime-styling/layer-remove-symbol/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/runtime-styling/layer-remove-symbol/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/runtime-styling/layout-property-default-to-literal/metrics.json b/metrics/linux-gcc8-release/render-tests/runtime-styling/layout-property-default-to-literal/metrics.json index fea6fe2e598..94fd76f9f2e 100644 --- a/metrics/linux-gcc8-release/render-tests/runtime-styling/layout-property-default-to-literal/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/runtime-styling/layout-property-default-to-literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/runtime-styling/layout-property-default-to-property-expression/metrics.json b/metrics/linux-gcc8-release/render-tests/runtime-styling/layout-property-default-to-property-expression/metrics.json index 43f81ae9e8f..7b15f7584f8 100644 --- a/metrics/linux-gcc8-release/render-tests/runtime-styling/layout-property-default-to-property-expression/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/runtime-styling/layout-property-default-to-property-expression/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/runtime-styling/layout-property-default-to-property-function/metrics.json b/metrics/linux-gcc8-release/render-tests/runtime-styling/layout-property-default-to-property-function/metrics.json index 43f81ae9e8f..7b15f7584f8 100644 --- a/metrics/linux-gcc8-release/render-tests/runtime-styling/layout-property-default-to-property-function/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/runtime-styling/layout-property-default-to-property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/runtime-styling/layout-property-default-to-zoom-expression/metrics.json b/metrics/linux-gcc8-release/render-tests/runtime-styling/layout-property-default-to-zoom-expression/metrics.json index fea6fe2e598..94fd76f9f2e 100644 --- a/metrics/linux-gcc8-release/render-tests/runtime-styling/layout-property-default-to-zoom-expression/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/runtime-styling/layout-property-default-to-zoom-expression/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/runtime-styling/layout-property-default-to-zoom-function/metrics.json b/metrics/linux-gcc8-release/render-tests/runtime-styling/layout-property-default-to-zoom-function/metrics.json index fea6fe2e598..94fd76f9f2e 100644 --- a/metrics/linux-gcc8-release/render-tests/runtime-styling/layout-property-default-to-zoom-function/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/runtime-styling/layout-property-default-to-zoom-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/runtime-styling/layout-property-literal-to-default/metrics.json b/metrics/linux-gcc8-release/render-tests/runtime-styling/layout-property-literal-to-default/metrics.json index 7d39e182955..4c937ec3278 100644 --- a/metrics/linux-gcc8-release/render-tests/runtime-styling/layout-property-literal-to-default/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/runtime-styling/layout-property-literal-to-default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/runtime-styling/layout-property-literal-to-property-expression/metrics.json b/metrics/linux-gcc8-release/render-tests/runtime-styling/layout-property-literal-to-property-expression/metrics.json index 43f81ae9e8f..7b15f7584f8 100644 --- a/metrics/linux-gcc8-release/render-tests/runtime-styling/layout-property-literal-to-property-expression/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/runtime-styling/layout-property-literal-to-property-expression/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/runtime-styling/layout-property-literal-to-property-function/metrics.json b/metrics/linux-gcc8-release/render-tests/runtime-styling/layout-property-literal-to-property-function/metrics.json index 43f81ae9e8f..7b15f7584f8 100644 --- a/metrics/linux-gcc8-release/render-tests/runtime-styling/layout-property-literal-to-property-function/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/runtime-styling/layout-property-literal-to-property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/runtime-styling/layout-property-literal-to-zoom-expression/metrics.json b/metrics/linux-gcc8-release/render-tests/runtime-styling/layout-property-literal-to-zoom-expression/metrics.json index fea6fe2e598..94fd76f9f2e 100644 --- a/metrics/linux-gcc8-release/render-tests/runtime-styling/layout-property-literal-to-zoom-expression/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/runtime-styling/layout-property-literal-to-zoom-expression/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/runtime-styling/layout-property-literal-to-zoom-function/metrics.json b/metrics/linux-gcc8-release/render-tests/runtime-styling/layout-property-literal-to-zoom-function/metrics.json index fea6fe2e598..94fd76f9f2e 100644 --- a/metrics/linux-gcc8-release/render-tests/runtime-styling/layout-property-literal-to-zoom-function/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/runtime-styling/layout-property-literal-to-zoom-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/runtime-styling/layout-property-override-paint-property-expression/metrics.json b/metrics/linux-gcc8-release/render-tests/runtime-styling/layout-property-override-paint-property-expression/metrics.json index c4c12ce6ccf..8fc0848bdb8 100644 --- a/metrics/linux-gcc8-release/render-tests/runtime-styling/layout-property-override-paint-property-expression/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/runtime-styling/layout-property-override-paint-property-expression/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/runtime-styling/layout-property-override-paint-property-literal/metrics.json b/metrics/linux-gcc8-release/render-tests/runtime-styling/layout-property-override-paint-property-literal/metrics.json index ded111d5dbd..4a0222bf2cd 100644 --- a/metrics/linux-gcc8-release/render-tests/runtime-styling/layout-property-override-paint-property-literal/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/runtime-styling/layout-property-override-paint-property-literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/runtime-styling/layout-property-property-expression-to-default/metrics.json b/metrics/linux-gcc8-release/render-tests/runtime-styling/layout-property-property-expression-to-default/metrics.json index 43f81ae9e8f..7b15f7584f8 100644 --- a/metrics/linux-gcc8-release/render-tests/runtime-styling/layout-property-property-expression-to-default/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/runtime-styling/layout-property-property-expression-to-default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/runtime-styling/layout-property-property-expression-to-literal/metrics.json b/metrics/linux-gcc8-release/render-tests/runtime-styling/layout-property-property-expression-to-literal/metrics.json index 43f81ae9e8f..7b15f7584f8 100644 --- a/metrics/linux-gcc8-release/render-tests/runtime-styling/layout-property-property-expression-to-literal/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/runtime-styling/layout-property-property-expression-to-literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/runtime-styling/layout-property-property-expression-to-property-expression/metrics.json b/metrics/linux-gcc8-release/render-tests/runtime-styling/layout-property-property-expression-to-property-expression/metrics.json index 43f81ae9e8f..7b15f7584f8 100644 --- a/metrics/linux-gcc8-release/render-tests/runtime-styling/layout-property-property-expression-to-property-expression/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/runtime-styling/layout-property-property-expression-to-property-expression/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/runtime-styling/layout-property-property-expression-to-zoom-expression/metrics.json b/metrics/linux-gcc8-release/render-tests/runtime-styling/layout-property-property-expression-to-zoom-expression/metrics.json index fea6fe2e598..94fd76f9f2e 100644 --- a/metrics/linux-gcc8-release/render-tests/runtime-styling/layout-property-property-expression-to-zoom-expression/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/runtime-styling/layout-property-property-expression-to-zoom-expression/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/runtime-styling/layout-property-property-function-to-default/metrics.json b/metrics/linux-gcc8-release/render-tests/runtime-styling/layout-property-property-function-to-default/metrics.json index 43f81ae9e8f..7b15f7584f8 100644 --- a/metrics/linux-gcc8-release/render-tests/runtime-styling/layout-property-property-function-to-default/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/runtime-styling/layout-property-property-function-to-default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/runtime-styling/layout-property-property-function-to-literal/metrics.json b/metrics/linux-gcc8-release/render-tests/runtime-styling/layout-property-property-function-to-literal/metrics.json index 43f81ae9e8f..7b15f7584f8 100644 --- a/metrics/linux-gcc8-release/render-tests/runtime-styling/layout-property-property-function-to-literal/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/runtime-styling/layout-property-property-function-to-literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/runtime-styling/layout-property-text-variable-anchor/metrics.json b/metrics/linux-gcc8-release/render-tests/runtime-styling/layout-property-text-variable-anchor/metrics.json index 7c2bcc88a93..56d2c48830a 100644 --- a/metrics/linux-gcc8-release/render-tests/runtime-styling/layout-property-text-variable-anchor/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/runtime-styling/layout-property-text-variable-anchor/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/runtime-styling/layout-property-zoom-and-property-expression-to-property-expression/metrics.json b/metrics/linux-gcc8-release/render-tests/runtime-styling/layout-property-zoom-and-property-expression-to-property-expression/metrics.json index 43f81ae9e8f..7b15f7584f8 100644 --- a/metrics/linux-gcc8-release/render-tests/runtime-styling/layout-property-zoom-and-property-expression-to-property-expression/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/runtime-styling/layout-property-zoom-and-property-expression-to-property-expression/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/runtime-styling/layout-property-zoom-and-property-expression-to-zoom-and-property-expression/metrics.json b/metrics/linux-gcc8-release/render-tests/runtime-styling/layout-property-zoom-and-property-expression-to-zoom-and-property-expression/metrics.json index 43f81ae9e8f..7b15f7584f8 100644 --- a/metrics/linux-gcc8-release/render-tests/runtime-styling/layout-property-zoom-and-property-expression-to-zoom-and-property-expression/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/runtime-styling/layout-property-zoom-and-property-expression-to-zoom-and-property-expression/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/runtime-styling/layout-property-zoom-and-property-expression-to-zoom-expression/metrics.json b/metrics/linux-gcc8-release/render-tests/runtime-styling/layout-property-zoom-and-property-expression-to-zoom-expression/metrics.json index fea6fe2e598..94fd76f9f2e 100644 --- a/metrics/linux-gcc8-release/render-tests/runtime-styling/layout-property-zoom-and-property-expression-to-zoom-expression/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/runtime-styling/layout-property-zoom-and-property-expression-to-zoom-expression/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/runtime-styling/layout-property-zoom-expression-to-default/metrics.json b/metrics/linux-gcc8-release/render-tests/runtime-styling/layout-property-zoom-expression-to-default/metrics.json index 7d39e182955..4c937ec3278 100644 --- a/metrics/linux-gcc8-release/render-tests/runtime-styling/layout-property-zoom-expression-to-default/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/runtime-styling/layout-property-zoom-expression-to-default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/runtime-styling/layout-property-zoom-expression-to-literal/metrics.json b/metrics/linux-gcc8-release/render-tests/runtime-styling/layout-property-zoom-expression-to-literal/metrics.json index fea6fe2e598..94fd76f9f2e 100644 --- a/metrics/linux-gcc8-release/render-tests/runtime-styling/layout-property-zoom-expression-to-literal/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/runtime-styling/layout-property-zoom-expression-to-literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/runtime-styling/layout-property-zoom-expression-to-property-expression/metrics.json b/metrics/linux-gcc8-release/render-tests/runtime-styling/layout-property-zoom-expression-to-property-expression/metrics.json index 43f81ae9e8f..7b15f7584f8 100644 --- a/metrics/linux-gcc8-release/render-tests/runtime-styling/layout-property-zoom-expression-to-property-expression/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/runtime-styling/layout-property-zoom-expression-to-property-expression/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/runtime-styling/layout-property-zoom-expression-to-zoom-and-property-expression/metrics.json b/metrics/linux-gcc8-release/render-tests/runtime-styling/layout-property-zoom-expression-to-zoom-and-property-expression/metrics.json index 43f81ae9e8f..7b15f7584f8 100644 --- a/metrics/linux-gcc8-release/render-tests/runtime-styling/layout-property-zoom-expression-to-zoom-and-property-expression/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/runtime-styling/layout-property-zoom-expression-to-zoom-and-property-expression/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/runtime-styling/layout-property-zoom-expression-to-zoom-expression/metrics.json b/metrics/linux-gcc8-release/render-tests/runtime-styling/layout-property-zoom-expression-to-zoom-expression/metrics.json index fea6fe2e598..94fd76f9f2e 100644 --- a/metrics/linux-gcc8-release/render-tests/runtime-styling/layout-property-zoom-expression-to-zoom-expression/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/runtime-styling/layout-property-zoom-expression-to-zoom-expression/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/runtime-styling/layout-property-zoom-function-to-default/metrics.json b/metrics/linux-gcc8-release/render-tests/runtime-styling/layout-property-zoom-function-to-default/metrics.json index 7d39e182955..4c937ec3278 100644 --- a/metrics/linux-gcc8-release/render-tests/runtime-styling/layout-property-zoom-function-to-default/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/runtime-styling/layout-property-zoom-function-to-default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/runtime-styling/layout-property-zoom-function-to-literal/metrics.json b/metrics/linux-gcc8-release/render-tests/runtime-styling/layout-property-zoom-function-to-literal/metrics.json index fea6fe2e598..94fd76f9f2e 100644 --- a/metrics/linux-gcc8-release/render-tests/runtime-styling/layout-property-zoom-function-to-literal/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/runtime-styling/layout-property-zoom-function-to-literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/runtime-styling/paint-property-default-to-literal/metrics.json b/metrics/linux-gcc8-release/render-tests/runtime-styling/paint-property-default-to-literal/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/linux-gcc8-release/render-tests/runtime-styling/paint-property-default-to-literal/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/runtime-styling/paint-property-default-to-literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/runtime-styling/paint-property-default-to-property-expression/metrics.json b/metrics/linux-gcc8-release/render-tests/runtime-styling/paint-property-default-to-property-expression/metrics.json index bf5b94a7258..c5dccb9cead 100644 --- a/metrics/linux-gcc8-release/render-tests/runtime-styling/paint-property-default-to-property-expression/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/runtime-styling/paint-property-default-to-property-expression/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/runtime-styling/paint-property-default-to-property-function/metrics.json b/metrics/linux-gcc8-release/render-tests/runtime-styling/paint-property-default-to-property-function/metrics.json index bf5b94a7258..c5dccb9cead 100644 --- a/metrics/linux-gcc8-release/render-tests/runtime-styling/paint-property-default-to-property-function/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/runtime-styling/paint-property-default-to-property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/runtime-styling/paint-property-default-to-zoom-expression/metrics.json b/metrics/linux-gcc8-release/render-tests/runtime-styling/paint-property-default-to-zoom-expression/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/linux-gcc8-release/render-tests/runtime-styling/paint-property-default-to-zoom-expression/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/runtime-styling/paint-property-default-to-zoom-expression/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/runtime-styling/paint-property-default-to-zoom-function/metrics.json b/metrics/linux-gcc8-release/render-tests/runtime-styling/paint-property-default-to-zoom-function/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/linux-gcc8-release/render-tests/runtime-styling/paint-property-default-to-zoom-function/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/runtime-styling/paint-property-default-to-zoom-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/runtime-styling/paint-property-fill-flat-to-extrude/metrics.json b/metrics/linux-gcc8-release/render-tests/runtime-styling/paint-property-fill-flat-to-extrude/metrics.json index 869c4378bf3..f712c8f66dc 100644 --- a/metrics/linux-gcc8-release/render-tests/runtime-styling/paint-property-fill-flat-to-extrude/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/runtime-styling/paint-property-fill-flat-to-extrude/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/runtime-styling/paint-property-literal-to-default/metrics.json b/metrics/linux-gcc8-release/render-tests/runtime-styling/paint-property-literal-to-default/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/linux-gcc8-release/render-tests/runtime-styling/paint-property-literal-to-default/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/runtime-styling/paint-property-literal-to-default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/runtime-styling/paint-property-literal-to-expression/metrics.json b/metrics/linux-gcc8-release/render-tests/runtime-styling/paint-property-literal-to-expression/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/linux-gcc8-release/render-tests/runtime-styling/paint-property-literal-to-expression/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/runtime-styling/paint-property-literal-to-expression/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/runtime-styling/paint-property-literal-to-function/metrics.json b/metrics/linux-gcc8-release/render-tests/runtime-styling/paint-property-literal-to-function/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/linux-gcc8-release/render-tests/runtime-styling/paint-property-literal-to-function/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/runtime-styling/paint-property-literal-to-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/runtime-styling/paint-property-literal-to-property-expression/metrics.json b/metrics/linux-gcc8-release/render-tests/runtime-styling/paint-property-literal-to-property-expression/metrics.json index bf5b94a7258..c5dccb9cead 100644 --- a/metrics/linux-gcc8-release/render-tests/runtime-styling/paint-property-literal-to-property-expression/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/runtime-styling/paint-property-literal-to-property-expression/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/runtime-styling/paint-property-literal-to-property-function/metrics.json b/metrics/linux-gcc8-release/render-tests/runtime-styling/paint-property-literal-to-property-function/metrics.json index bf5b94a7258..c5dccb9cead 100644 --- a/metrics/linux-gcc8-release/render-tests/runtime-styling/paint-property-literal-to-property-function/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/runtime-styling/paint-property-literal-to-property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/runtime-styling/paint-property-overriden-default-to-expression/metrics.json b/metrics/linux-gcc8-release/render-tests/runtime-styling/paint-property-overriden-default-to-expression/metrics.json index 23b829f1681..663c3ce98a2 100644 --- a/metrics/linux-gcc8-release/render-tests/runtime-styling/paint-property-overriden-default-to-expression/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/runtime-styling/paint-property-overriden-default-to-expression/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/runtime-styling/paint-property-overriden-default-to-literal/metrics.json b/metrics/linux-gcc8-release/render-tests/runtime-styling/paint-property-overriden-default-to-literal/metrics.json index 47108b29bc1..1d0d7d25ccf 100644 --- a/metrics/linux-gcc8-release/render-tests/runtime-styling/paint-property-overriden-default-to-literal/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/runtime-styling/paint-property-overriden-default-to-literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/runtime-styling/paint-property-overriden-expression-to-literal/metrics.json b/metrics/linux-gcc8-release/render-tests/runtime-styling/paint-property-overriden-expression-to-literal/metrics.json index 9d89d5f2f3a..225b328f706 100644 --- a/metrics/linux-gcc8-release/render-tests/runtime-styling/paint-property-overriden-expression-to-literal/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/runtime-styling/paint-property-overriden-expression-to-literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/runtime-styling/paint-property-property-expression-to-default/metrics.json b/metrics/linux-gcc8-release/render-tests/runtime-styling/paint-property-property-expression-to-default/metrics.json index b7fcd045414..c5dc4e05e94 100644 --- a/metrics/linux-gcc8-release/render-tests/runtime-styling/paint-property-property-expression-to-default/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/runtime-styling/paint-property-property-expression-to-default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/runtime-styling/paint-property-property-expression-to-literal/metrics.json b/metrics/linux-gcc8-release/render-tests/runtime-styling/paint-property-property-expression-to-literal/metrics.json index cfdc9c2e210..748caf4284e 100644 --- a/metrics/linux-gcc8-release/render-tests/runtime-styling/paint-property-property-expression-to-literal/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/runtime-styling/paint-property-property-expression-to-literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/runtime-styling/paint-property-property-expression-to-property-expression/metrics.json b/metrics/linux-gcc8-release/render-tests/runtime-styling/paint-property-property-expression-to-property-expression/metrics.json index bf5b94a7258..c5dccb9cead 100644 --- a/metrics/linux-gcc8-release/render-tests/runtime-styling/paint-property-property-expression-to-property-expression/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/runtime-styling/paint-property-property-expression-to-property-expression/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/runtime-styling/paint-property-property-expression-to-zoom-expression/metrics.json b/metrics/linux-gcc8-release/render-tests/runtime-styling/paint-property-property-expression-to-zoom-expression/metrics.json index b7fcd045414..c5dc4e05e94 100644 --- a/metrics/linux-gcc8-release/render-tests/runtime-styling/paint-property-property-expression-to-zoom-expression/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/runtime-styling/paint-property-property-expression-to-zoom-expression/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/runtime-styling/paint-property-property-function-to-default/metrics.json b/metrics/linux-gcc8-release/render-tests/runtime-styling/paint-property-property-function-to-default/metrics.json index b7fcd045414..c5dc4e05e94 100644 --- a/metrics/linux-gcc8-release/render-tests/runtime-styling/paint-property-property-function-to-default/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/runtime-styling/paint-property-property-function-to-default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/runtime-styling/paint-property-property-function-to-literal/metrics.json b/metrics/linux-gcc8-release/render-tests/runtime-styling/paint-property-property-function-to-literal/metrics.json index cfdc9c2e210..748caf4284e 100644 --- a/metrics/linux-gcc8-release/render-tests/runtime-styling/paint-property-property-function-to-literal/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/runtime-styling/paint-property-property-function-to-literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/runtime-styling/paint-property-zoom-and-property-expression-to-property-expression/metrics.json b/metrics/linux-gcc8-release/render-tests/runtime-styling/paint-property-zoom-and-property-expression-to-property-expression/metrics.json index bf5b94a7258..c5dccb9cead 100644 --- a/metrics/linux-gcc8-release/render-tests/runtime-styling/paint-property-zoom-and-property-expression-to-property-expression/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/runtime-styling/paint-property-zoom-and-property-expression-to-property-expression/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/runtime-styling/paint-property-zoom-and-property-expression-to-zoom-and-property-expression/metrics.json b/metrics/linux-gcc8-release/render-tests/runtime-styling/paint-property-zoom-and-property-expression-to-zoom-and-property-expression/metrics.json index 2b00a4fa064..5c78b6b810e 100644 --- a/metrics/linux-gcc8-release/render-tests/runtime-styling/paint-property-zoom-and-property-expression-to-zoom-and-property-expression/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/runtime-styling/paint-property-zoom-and-property-expression-to-zoom-and-property-expression/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/runtime-styling/paint-property-zoom-and-property-expression-to-zoom-expression/metrics.json b/metrics/linux-gcc8-release/render-tests/runtime-styling/paint-property-zoom-and-property-expression-to-zoom-expression/metrics.json index b7fcd045414..c5dc4e05e94 100644 --- a/metrics/linux-gcc8-release/render-tests/runtime-styling/paint-property-zoom-and-property-expression-to-zoom-expression/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/runtime-styling/paint-property-zoom-and-property-expression-to-zoom-expression/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/runtime-styling/paint-property-zoom-expression-to-default/metrics.json b/metrics/linux-gcc8-release/render-tests/runtime-styling/paint-property-zoom-expression-to-default/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/linux-gcc8-release/render-tests/runtime-styling/paint-property-zoom-expression-to-default/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/runtime-styling/paint-property-zoom-expression-to-default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/runtime-styling/paint-property-zoom-expression-to-literal/metrics.json b/metrics/linux-gcc8-release/render-tests/runtime-styling/paint-property-zoom-expression-to-literal/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/linux-gcc8-release/render-tests/runtime-styling/paint-property-zoom-expression-to-literal/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/runtime-styling/paint-property-zoom-expression-to-literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/runtime-styling/paint-property-zoom-expression-to-property-expression/metrics.json b/metrics/linux-gcc8-release/render-tests/runtime-styling/paint-property-zoom-expression-to-property-expression/metrics.json index bf5b94a7258..c5dccb9cead 100644 --- a/metrics/linux-gcc8-release/render-tests/runtime-styling/paint-property-zoom-expression-to-property-expression/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/runtime-styling/paint-property-zoom-expression-to-property-expression/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/runtime-styling/paint-property-zoom-expression-to-zoom-and-property-expression/metrics.json b/metrics/linux-gcc8-release/render-tests/runtime-styling/paint-property-zoom-expression-to-zoom-and-property-expression/metrics.json index 2b00a4fa064..5c78b6b810e 100644 --- a/metrics/linux-gcc8-release/render-tests/runtime-styling/paint-property-zoom-expression-to-zoom-and-property-expression/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/runtime-styling/paint-property-zoom-expression-to-zoom-and-property-expression/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/runtime-styling/paint-property-zoom-expression-to-zoom-expression/metrics.json b/metrics/linux-gcc8-release/render-tests/runtime-styling/paint-property-zoom-expression-to-zoom-expression/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/linux-gcc8-release/render-tests/runtime-styling/paint-property-zoom-expression-to-zoom-expression/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/runtime-styling/paint-property-zoom-expression-to-zoom-expression/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/runtime-styling/paint-property-zoom-function-to-default/metrics.json b/metrics/linux-gcc8-release/render-tests/runtime-styling/paint-property-zoom-function-to-default/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/linux-gcc8-release/render-tests/runtime-styling/paint-property-zoom-function-to-default/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/runtime-styling/paint-property-zoom-function-to-default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/runtime-styling/paint-property-zoom-function-to-literal/metrics.json b/metrics/linux-gcc8-release/render-tests/runtime-styling/paint-property-zoom-function-to-literal/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/linux-gcc8-release/render-tests/runtime-styling/paint-property-zoom-function-to-literal/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/runtime-styling/paint-property-zoom-function-to-literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/runtime-styling/set-style-filter-default-to-false/metrics.json b/metrics/linux-gcc8-release/render-tests/runtime-styling/set-style-filter-default-to-false/metrics.json index 7d39e182955..4c937ec3278 100644 --- a/metrics/linux-gcc8-release/render-tests/runtime-styling/set-style-filter-default-to-false/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/runtime-styling/set-style-filter-default-to-false/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/runtime-styling/set-style-filter-default-to-true/metrics.json b/metrics/linux-gcc8-release/render-tests/runtime-styling/set-style-filter-default-to-true/metrics.json index fea6fe2e598..94fd76f9f2e 100644 --- a/metrics/linux-gcc8-release/render-tests/runtime-styling/set-style-filter-default-to-true/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/runtime-styling/set-style-filter-default-to-true/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/runtime-styling/set-style-filter-false-to-default/metrics.json b/metrics/linux-gcc8-release/render-tests/runtime-styling/set-style-filter-false-to-default/metrics.json index fea6fe2e598..94fd76f9f2e 100644 --- a/metrics/linux-gcc8-release/render-tests/runtime-styling/set-style-filter-false-to-default/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/runtime-styling/set-style-filter-false-to-default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/runtime-styling/set-style-filter-false-to-true/metrics.json b/metrics/linux-gcc8-release/render-tests/runtime-styling/set-style-filter-false-to-true/metrics.json index fea6fe2e598..94fd76f9f2e 100644 --- a/metrics/linux-gcc8-release/render-tests/runtime-styling/set-style-filter-false-to-true/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/runtime-styling/set-style-filter-false-to-true/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/runtime-styling/set-style-filter-true-to-default/metrics.json b/metrics/linux-gcc8-release/render-tests/runtime-styling/set-style-filter-true-to-default/metrics.json index fea6fe2e598..94fd76f9f2e 100644 --- a/metrics/linux-gcc8-release/render-tests/runtime-styling/set-style-filter-true-to-default/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/runtime-styling/set-style-filter-true-to-default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/runtime-styling/set-style-filter-true-to-false/metrics.json b/metrics/linux-gcc8-release/render-tests/runtime-styling/set-style-filter-true-to-false/metrics.json index 7d39e182955..4c937ec3278 100644 --- a/metrics/linux-gcc8-release/render-tests/runtime-styling/set-style-filter-true-to-false/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/runtime-styling/set-style-filter-true-to-false/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/runtime-styling/set-style-glyphs/metrics.json b/metrics/linux-gcc8-release/render-tests/runtime-styling/set-style-glyphs/metrics.json index dea2cb3857d..ea696c62b6b 100644 --- a/metrics/linux-gcc8-release/render-tests/runtime-styling/set-style-glyphs/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/runtime-styling/set-style-glyphs/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/runtime-styling/set-style-layer-add-background/metrics.json b/metrics/linux-gcc8-release/render-tests/runtime-styling/set-style-layer-add-background/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/linux-gcc8-release/render-tests/runtime-styling/set-style-layer-add-background/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/runtime-styling/set-style-layer-add-background/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/runtime-styling/set-style-layer-add-circle/metrics.json b/metrics/linux-gcc8-release/render-tests/runtime-styling/set-style-layer-add-circle/metrics.json index 01b432fe214..e30b6a8224f 100644 --- a/metrics/linux-gcc8-release/render-tests/runtime-styling/set-style-layer-add-circle/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/runtime-styling/set-style-layer-add-circle/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/runtime-styling/set-style-layer-add-fill/metrics.json b/metrics/linux-gcc8-release/render-tests/runtime-styling/set-style-layer-add-fill/metrics.json index 873f47815fe..a1e24dbecc7 100644 --- a/metrics/linux-gcc8-release/render-tests/runtime-styling/set-style-layer-add-fill/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/runtime-styling/set-style-layer-add-fill/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/runtime-styling/set-style-layer-add-line/metrics.json b/metrics/linux-gcc8-release/render-tests/runtime-styling/set-style-layer-add-line/metrics.json index bb8ac853884..5cfc25dfd95 100644 --- a/metrics/linux-gcc8-release/render-tests/runtime-styling/set-style-layer-add-line/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/runtime-styling/set-style-layer-add-line/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/runtime-styling/set-style-layer-add-raster/metrics.json b/metrics/linux-gcc8-release/render-tests/runtime-styling/set-style-layer-add-raster/metrics.json index 2e017e0a393..1e9df4d1869 100644 --- a/metrics/linux-gcc8-release/render-tests/runtime-styling/set-style-layer-add-raster/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/runtime-styling/set-style-layer-add-raster/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/runtime-styling/set-style-layer-add-symbol/metrics.json b/metrics/linux-gcc8-release/render-tests/runtime-styling/set-style-layer-add-symbol/metrics.json index fea6fe2e598..94fd76f9f2e 100644 --- a/metrics/linux-gcc8-release/render-tests/runtime-styling/set-style-layer-add-symbol/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/runtime-styling/set-style-layer-add-symbol/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/runtime-styling/set-style-layer-change-source-layer/metrics.json b/metrics/linux-gcc8-release/render-tests/runtime-styling/set-style-layer-change-source-layer/metrics.json index e0426e7b513..6acf36d07ec 100644 --- a/metrics/linux-gcc8-release/render-tests/runtime-styling/set-style-layer-change-source-layer/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/runtime-styling/set-style-layer-change-source-layer/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/runtime-styling/set-style-layer-change-source-type/metrics.json b/metrics/linux-gcc8-release/render-tests/runtime-styling/set-style-layer-change-source-type/metrics.json index e204a192de4..b762a231e10 100644 --- a/metrics/linux-gcc8-release/render-tests/runtime-styling/set-style-layer-change-source-type/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/runtime-styling/set-style-layer-change-source-type/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/runtime-styling/set-style-layer-change-source/metrics.json b/metrics/linux-gcc8-release/render-tests/runtime-styling/set-style-layer-change-source/metrics.json index 01b432fe214..e30b6a8224f 100644 --- a/metrics/linux-gcc8-release/render-tests/runtime-styling/set-style-layer-change-source/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/runtime-styling/set-style-layer-change-source/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/runtime-styling/set-style-layer-remove-background/metrics.json b/metrics/linux-gcc8-release/render-tests/runtime-styling/set-style-layer-remove-background/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/linux-gcc8-release/render-tests/runtime-styling/set-style-layer-remove-background/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/runtime-styling/set-style-layer-remove-background/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/runtime-styling/set-style-layer-remove-circle/metrics.json b/metrics/linux-gcc8-release/render-tests/runtime-styling/set-style-layer-remove-circle/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/linux-gcc8-release/render-tests/runtime-styling/set-style-layer-remove-circle/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/runtime-styling/set-style-layer-remove-circle/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/runtime-styling/set-style-layer-remove-fill/metrics.json b/metrics/linux-gcc8-release/render-tests/runtime-styling/set-style-layer-remove-fill/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/linux-gcc8-release/render-tests/runtime-styling/set-style-layer-remove-fill/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/runtime-styling/set-style-layer-remove-fill/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/runtime-styling/set-style-layer-remove-line/metrics.json b/metrics/linux-gcc8-release/render-tests/runtime-styling/set-style-layer-remove-line/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/linux-gcc8-release/render-tests/runtime-styling/set-style-layer-remove-line/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/runtime-styling/set-style-layer-remove-line/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/runtime-styling/set-style-layer-remove-raster/metrics.json b/metrics/linux-gcc8-release/render-tests/runtime-styling/set-style-layer-remove-raster/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/linux-gcc8-release/render-tests/runtime-styling/set-style-layer-remove-raster/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/runtime-styling/set-style-layer-remove-raster/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/runtime-styling/set-style-layer-remove-symbol/metrics.json b/metrics/linux-gcc8-release/render-tests/runtime-styling/set-style-layer-remove-symbol/metrics.json index d1d3c719b69..2cd5816ef0d 100644 --- a/metrics/linux-gcc8-release/render-tests/runtime-styling/set-style-layer-remove-symbol/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/runtime-styling/set-style-layer-remove-symbol/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/runtime-styling/set-style-layer-reorder/metrics.json b/metrics/linux-gcc8-release/render-tests/runtime-styling/set-style-layer-reorder/metrics.json index ecd1b9eaf55..3eacb71976a 100644 --- a/metrics/linux-gcc8-release/render-tests/runtime-styling/set-style-layer-reorder/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/runtime-styling/set-style-layer-reorder/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/runtime-styling/set-style-layout-property-default-to-literal/metrics.json b/metrics/linux-gcc8-release/render-tests/runtime-styling/set-style-layout-property-default-to-literal/metrics.json index fea6fe2e598..94fd76f9f2e 100644 --- a/metrics/linux-gcc8-release/render-tests/runtime-styling/set-style-layout-property-default-to-literal/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/runtime-styling/set-style-layout-property-default-to-literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/runtime-styling/set-style-layout-property-default-to-property-expression/metrics.json b/metrics/linux-gcc8-release/render-tests/runtime-styling/set-style-layout-property-default-to-property-expression/metrics.json index 43f81ae9e8f..7b15f7584f8 100644 --- a/metrics/linux-gcc8-release/render-tests/runtime-styling/set-style-layout-property-default-to-property-expression/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/runtime-styling/set-style-layout-property-default-to-property-expression/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/runtime-styling/set-style-layout-property-default-to-property-function/metrics.json b/metrics/linux-gcc8-release/render-tests/runtime-styling/set-style-layout-property-default-to-property-function/metrics.json index 43f81ae9e8f..7b15f7584f8 100644 --- a/metrics/linux-gcc8-release/render-tests/runtime-styling/set-style-layout-property-default-to-property-function/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/runtime-styling/set-style-layout-property-default-to-property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/runtime-styling/set-style-layout-property-default-to-zoom-expression/metrics.json b/metrics/linux-gcc8-release/render-tests/runtime-styling/set-style-layout-property-default-to-zoom-expression/metrics.json index fea6fe2e598..94fd76f9f2e 100644 --- a/metrics/linux-gcc8-release/render-tests/runtime-styling/set-style-layout-property-default-to-zoom-expression/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/runtime-styling/set-style-layout-property-default-to-zoom-expression/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/runtime-styling/set-style-layout-property-default-to-zoom-function/metrics.json b/metrics/linux-gcc8-release/render-tests/runtime-styling/set-style-layout-property-default-to-zoom-function/metrics.json index fea6fe2e598..94fd76f9f2e 100644 --- a/metrics/linux-gcc8-release/render-tests/runtime-styling/set-style-layout-property-default-to-zoom-function/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/runtime-styling/set-style-layout-property-default-to-zoom-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/runtime-styling/set-style-layout-property-literal-to-default/metrics.json b/metrics/linux-gcc8-release/render-tests/runtime-styling/set-style-layout-property-literal-to-default/metrics.json index 7d39e182955..4c937ec3278 100644 --- a/metrics/linux-gcc8-release/render-tests/runtime-styling/set-style-layout-property-literal-to-default/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/runtime-styling/set-style-layout-property-literal-to-default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/runtime-styling/set-style-layout-property-literal-to-property-expression/metrics.json b/metrics/linux-gcc8-release/render-tests/runtime-styling/set-style-layout-property-literal-to-property-expression/metrics.json index 43f81ae9e8f..7b15f7584f8 100644 --- a/metrics/linux-gcc8-release/render-tests/runtime-styling/set-style-layout-property-literal-to-property-expression/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/runtime-styling/set-style-layout-property-literal-to-property-expression/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/runtime-styling/set-style-layout-property-literal-to-property-function/metrics.json b/metrics/linux-gcc8-release/render-tests/runtime-styling/set-style-layout-property-literal-to-property-function/metrics.json index 43f81ae9e8f..7b15f7584f8 100644 --- a/metrics/linux-gcc8-release/render-tests/runtime-styling/set-style-layout-property-literal-to-property-function/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/runtime-styling/set-style-layout-property-literal-to-property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/runtime-styling/set-style-layout-property-literal-to-zoom-expression/metrics.json b/metrics/linux-gcc8-release/render-tests/runtime-styling/set-style-layout-property-literal-to-zoom-expression/metrics.json index fea6fe2e598..94fd76f9f2e 100644 --- a/metrics/linux-gcc8-release/render-tests/runtime-styling/set-style-layout-property-literal-to-zoom-expression/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/runtime-styling/set-style-layout-property-literal-to-zoom-expression/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/runtime-styling/set-style-layout-property-literal-to-zoom-function/metrics.json b/metrics/linux-gcc8-release/render-tests/runtime-styling/set-style-layout-property-literal-to-zoom-function/metrics.json index fea6fe2e598..94fd76f9f2e 100644 --- a/metrics/linux-gcc8-release/render-tests/runtime-styling/set-style-layout-property-literal-to-zoom-function/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/runtime-styling/set-style-layout-property-literal-to-zoom-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/runtime-styling/set-style-layout-property-property-expression-to-default/metrics.json b/metrics/linux-gcc8-release/render-tests/runtime-styling/set-style-layout-property-property-expression-to-default/metrics.json index 43f81ae9e8f..7b15f7584f8 100644 --- a/metrics/linux-gcc8-release/render-tests/runtime-styling/set-style-layout-property-property-expression-to-default/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/runtime-styling/set-style-layout-property-property-expression-to-default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/runtime-styling/set-style-layout-property-property-expression-to-literal/metrics.json b/metrics/linux-gcc8-release/render-tests/runtime-styling/set-style-layout-property-property-expression-to-literal/metrics.json index 43f81ae9e8f..7b15f7584f8 100644 --- a/metrics/linux-gcc8-release/render-tests/runtime-styling/set-style-layout-property-property-expression-to-literal/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/runtime-styling/set-style-layout-property-property-expression-to-literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/runtime-styling/set-style-layout-property-property-function-to-default/metrics.json b/metrics/linux-gcc8-release/render-tests/runtime-styling/set-style-layout-property-property-function-to-default/metrics.json index 43f81ae9e8f..7b15f7584f8 100644 --- a/metrics/linux-gcc8-release/render-tests/runtime-styling/set-style-layout-property-property-function-to-default/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/runtime-styling/set-style-layout-property-property-function-to-default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/runtime-styling/set-style-layout-property-property-function-to-literal/metrics.json b/metrics/linux-gcc8-release/render-tests/runtime-styling/set-style-layout-property-property-function-to-literal/metrics.json index 43f81ae9e8f..7b15f7584f8 100644 --- a/metrics/linux-gcc8-release/render-tests/runtime-styling/set-style-layout-property-property-function-to-literal/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/runtime-styling/set-style-layout-property-property-function-to-literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/runtime-styling/set-style-layout-property-zoom-expression-to-default/metrics.json b/metrics/linux-gcc8-release/render-tests/runtime-styling/set-style-layout-property-zoom-expression-to-default/metrics.json index 7d39e182955..4c937ec3278 100644 --- a/metrics/linux-gcc8-release/render-tests/runtime-styling/set-style-layout-property-zoom-expression-to-default/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/runtime-styling/set-style-layout-property-zoom-expression-to-default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/runtime-styling/set-style-layout-property-zoom-expression-to-literal/metrics.json b/metrics/linux-gcc8-release/render-tests/runtime-styling/set-style-layout-property-zoom-expression-to-literal/metrics.json index fea6fe2e598..94fd76f9f2e 100644 --- a/metrics/linux-gcc8-release/render-tests/runtime-styling/set-style-layout-property-zoom-expression-to-literal/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/runtime-styling/set-style-layout-property-zoom-expression-to-literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/runtime-styling/set-style-layout-property-zoom-function-to-default/metrics.json b/metrics/linux-gcc8-release/render-tests/runtime-styling/set-style-layout-property-zoom-function-to-default/metrics.json index 7d39e182955..4c937ec3278 100644 --- a/metrics/linux-gcc8-release/render-tests/runtime-styling/set-style-layout-property-zoom-function-to-default/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/runtime-styling/set-style-layout-property-zoom-function-to-default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/runtime-styling/set-style-layout-property-zoom-function-to-literal/metrics.json b/metrics/linux-gcc8-release/render-tests/runtime-styling/set-style-layout-property-zoom-function-to-literal/metrics.json index fea6fe2e598..94fd76f9f2e 100644 --- a/metrics/linux-gcc8-release/render-tests/runtime-styling/set-style-layout-property-zoom-function-to-literal/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/runtime-styling/set-style-layout-property-zoom-function-to-literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/runtime-styling/set-style-paint-property-default-to-literal/metrics.json b/metrics/linux-gcc8-release/render-tests/runtime-styling/set-style-paint-property-default-to-literal/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/linux-gcc8-release/render-tests/runtime-styling/set-style-paint-property-default-to-literal/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/runtime-styling/set-style-paint-property-default-to-literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/runtime-styling/set-style-paint-property-default-to-property-expression/metrics.json b/metrics/linux-gcc8-release/render-tests/runtime-styling/set-style-paint-property-default-to-property-expression/metrics.json index bf5b94a7258..c5dccb9cead 100644 --- a/metrics/linux-gcc8-release/render-tests/runtime-styling/set-style-paint-property-default-to-property-expression/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/runtime-styling/set-style-paint-property-default-to-property-expression/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/runtime-styling/set-style-paint-property-default-to-property-function/metrics.json b/metrics/linux-gcc8-release/render-tests/runtime-styling/set-style-paint-property-default-to-property-function/metrics.json index bf5b94a7258..c5dccb9cead 100644 --- a/metrics/linux-gcc8-release/render-tests/runtime-styling/set-style-paint-property-default-to-property-function/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/runtime-styling/set-style-paint-property-default-to-property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/runtime-styling/set-style-paint-property-default-to-zoom-expression/metrics.json b/metrics/linux-gcc8-release/render-tests/runtime-styling/set-style-paint-property-default-to-zoom-expression/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/linux-gcc8-release/render-tests/runtime-styling/set-style-paint-property-default-to-zoom-expression/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/runtime-styling/set-style-paint-property-default-to-zoom-expression/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/runtime-styling/set-style-paint-property-default-to-zoom-function/metrics.json b/metrics/linux-gcc8-release/render-tests/runtime-styling/set-style-paint-property-default-to-zoom-function/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/linux-gcc8-release/render-tests/runtime-styling/set-style-paint-property-default-to-zoom-function/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/runtime-styling/set-style-paint-property-default-to-zoom-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/runtime-styling/set-style-paint-property-fill-flat-to-extrude/metrics.json b/metrics/linux-gcc8-release/render-tests/runtime-styling/set-style-paint-property-fill-flat-to-extrude/metrics.json index 869c4378bf3..f712c8f66dc 100644 --- a/metrics/linux-gcc8-release/render-tests/runtime-styling/set-style-paint-property-fill-flat-to-extrude/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/runtime-styling/set-style-paint-property-fill-flat-to-extrude/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/runtime-styling/set-style-paint-property-literal-to-default/metrics.json b/metrics/linux-gcc8-release/render-tests/runtime-styling/set-style-paint-property-literal-to-default/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/linux-gcc8-release/render-tests/runtime-styling/set-style-paint-property-literal-to-default/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/runtime-styling/set-style-paint-property-literal-to-default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/runtime-styling/set-style-paint-property-literal-to-expression/metrics.json b/metrics/linux-gcc8-release/render-tests/runtime-styling/set-style-paint-property-literal-to-expression/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/linux-gcc8-release/render-tests/runtime-styling/set-style-paint-property-literal-to-expression/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/runtime-styling/set-style-paint-property-literal-to-expression/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/runtime-styling/set-style-paint-property-literal-to-function/metrics.json b/metrics/linux-gcc8-release/render-tests/runtime-styling/set-style-paint-property-literal-to-function/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/linux-gcc8-release/render-tests/runtime-styling/set-style-paint-property-literal-to-function/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/runtime-styling/set-style-paint-property-literal-to-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/runtime-styling/set-style-paint-property-literal-to-property-expression/metrics.json b/metrics/linux-gcc8-release/render-tests/runtime-styling/set-style-paint-property-literal-to-property-expression/metrics.json index bf5b94a7258..c5dccb9cead 100644 --- a/metrics/linux-gcc8-release/render-tests/runtime-styling/set-style-paint-property-literal-to-property-expression/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/runtime-styling/set-style-paint-property-literal-to-property-expression/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/runtime-styling/set-style-paint-property-literal-to-property-function/metrics.json b/metrics/linux-gcc8-release/render-tests/runtime-styling/set-style-paint-property-literal-to-property-function/metrics.json index bf5b94a7258..c5dccb9cead 100644 --- a/metrics/linux-gcc8-release/render-tests/runtime-styling/set-style-paint-property-literal-to-property-function/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/runtime-styling/set-style-paint-property-literal-to-property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/runtime-styling/set-style-paint-property-property-expression-to-default/metrics.json b/metrics/linux-gcc8-release/render-tests/runtime-styling/set-style-paint-property-property-expression-to-default/metrics.json index b7fcd045414..c5dc4e05e94 100644 --- a/metrics/linux-gcc8-release/render-tests/runtime-styling/set-style-paint-property-property-expression-to-default/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/runtime-styling/set-style-paint-property-property-expression-to-default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/runtime-styling/set-style-paint-property-property-expression-to-literal/metrics.json b/metrics/linux-gcc8-release/render-tests/runtime-styling/set-style-paint-property-property-expression-to-literal/metrics.json index b7fcd045414..c5dc4e05e94 100644 --- a/metrics/linux-gcc8-release/render-tests/runtime-styling/set-style-paint-property-property-expression-to-literal/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/runtime-styling/set-style-paint-property-property-expression-to-literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/runtime-styling/set-style-paint-property-property-function-to-default/metrics.json b/metrics/linux-gcc8-release/render-tests/runtime-styling/set-style-paint-property-property-function-to-default/metrics.json index b7fcd045414..c5dc4e05e94 100644 --- a/metrics/linux-gcc8-release/render-tests/runtime-styling/set-style-paint-property-property-function-to-default/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/runtime-styling/set-style-paint-property-property-function-to-default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/runtime-styling/set-style-paint-property-property-function-to-literal/metrics.json b/metrics/linux-gcc8-release/render-tests/runtime-styling/set-style-paint-property-property-function-to-literal/metrics.json index b7fcd045414..c5dc4e05e94 100644 --- a/metrics/linux-gcc8-release/render-tests/runtime-styling/set-style-paint-property-property-function-to-literal/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/runtime-styling/set-style-paint-property-property-function-to-literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/runtime-styling/set-style-paint-property-zoom-expression-to-default/metrics.json b/metrics/linux-gcc8-release/render-tests/runtime-styling/set-style-paint-property-zoom-expression-to-default/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/linux-gcc8-release/render-tests/runtime-styling/set-style-paint-property-zoom-expression-to-default/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/runtime-styling/set-style-paint-property-zoom-expression-to-default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/runtime-styling/set-style-paint-property-zoom-expression-to-literal/metrics.json b/metrics/linux-gcc8-release/render-tests/runtime-styling/set-style-paint-property-zoom-expression-to-literal/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/linux-gcc8-release/render-tests/runtime-styling/set-style-paint-property-zoom-expression-to-literal/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/runtime-styling/set-style-paint-property-zoom-expression-to-literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/runtime-styling/set-style-paint-property-zoom-function-to-default/metrics.json b/metrics/linux-gcc8-release/render-tests/runtime-styling/set-style-paint-property-zoom-function-to-default/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/linux-gcc8-release/render-tests/runtime-styling/set-style-paint-property-zoom-function-to-default/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/runtime-styling/set-style-paint-property-zoom-function-to-default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/runtime-styling/set-style-paint-property-zoom-function-to-literal/metrics.json b/metrics/linux-gcc8-release/render-tests/runtime-styling/set-style-paint-property-zoom-function-to-literal/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/linux-gcc8-release/render-tests/runtime-styling/set-style-paint-property-zoom-function-to-literal/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/runtime-styling/set-style-paint-property-zoom-function-to-literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/runtime-styling/set-style-source-add-geojson-inline/metrics.json b/metrics/linux-gcc8-release/render-tests/runtime-styling/set-style-source-add-geojson-inline/metrics.json index 01b432fe214..e30b6a8224f 100644 --- a/metrics/linux-gcc8-release/render-tests/runtime-styling/set-style-source-add-geojson-inline/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/runtime-styling/set-style-source-add-geojson-inline/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/runtime-styling/set-style-source-add-geojson-url/metrics.json b/metrics/linux-gcc8-release/render-tests/runtime-styling/set-style-source-add-geojson-url/metrics.json index 7f4a0466396..2cacd07ae36 100644 --- a/metrics/linux-gcc8-release/render-tests/runtime-styling/set-style-source-add-geojson-url/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/runtime-styling/set-style-source-add-geojson-url/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/runtime-styling/set-style-source-add-raster-inline/metrics.json b/metrics/linux-gcc8-release/render-tests/runtime-styling/set-style-source-add-raster-inline/metrics.json index 2e017e0a393..1e9df4d1869 100644 --- a/metrics/linux-gcc8-release/render-tests/runtime-styling/set-style-source-add-raster-inline/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/runtime-styling/set-style-source-add-raster-inline/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/runtime-styling/set-style-source-add-raster-url/metrics.json b/metrics/linux-gcc8-release/render-tests/runtime-styling/set-style-source-add-raster-url/metrics.json index 95c3df52a82..837ce203cf6 100644 --- a/metrics/linux-gcc8-release/render-tests/runtime-styling/set-style-source-add-raster-url/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/runtime-styling/set-style-source-add-raster-url/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/runtime-styling/set-style-source-add-vector-inline/metrics.json b/metrics/linux-gcc8-release/render-tests/runtime-styling/set-style-source-add-vector-inline/metrics.json index 9028b81da14..b6fa97f3499 100644 --- a/metrics/linux-gcc8-release/render-tests/runtime-styling/set-style-source-add-vector-inline/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/runtime-styling/set-style-source-add-vector-inline/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/runtime-styling/set-style-source-add-vector-url/metrics.json b/metrics/linux-gcc8-release/render-tests/runtime-styling/set-style-source-add-vector-url/metrics.json index 848e2d81c43..693d4819b79 100644 --- a/metrics/linux-gcc8-release/render-tests/runtime-styling/set-style-source-add-vector-url/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/runtime-styling/set-style-source-add-vector-url/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/runtime-styling/set-style-source-update/metrics.json b/metrics/linux-gcc8-release/render-tests/runtime-styling/set-style-source-update/metrics.json index 01b432fe214..e30b6a8224f 100644 --- a/metrics/linux-gcc8-release/render-tests/runtime-styling/set-style-source-update/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/runtime-styling/set-style-source-update/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/runtime-styling/set-style-sprite/metrics.json b/metrics/linux-gcc8-release/render-tests/runtime-styling/set-style-sprite/metrics.json index 79e78104863..a2643ebba77 100644 --- a/metrics/linux-gcc8-release/render-tests/runtime-styling/set-style-sprite/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/runtime-styling/set-style-sprite/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/runtime-styling/set-style-visibility-default-to-none/metrics.json b/metrics/linux-gcc8-release/render-tests/runtime-styling/set-style-visibility-default-to-none/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/linux-gcc8-release/render-tests/runtime-styling/set-style-visibility-default-to-none/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/runtime-styling/set-style-visibility-default-to-none/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/runtime-styling/set-style-visibility-default-to-visible/metrics.json b/metrics/linux-gcc8-release/render-tests/runtime-styling/set-style-visibility-default-to-visible/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/linux-gcc8-release/render-tests/runtime-styling/set-style-visibility-default-to-visible/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/runtime-styling/set-style-visibility-default-to-visible/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/runtime-styling/set-style-visibility-none-to-default/metrics.json b/metrics/linux-gcc8-release/render-tests/runtime-styling/set-style-visibility-none-to-default/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/linux-gcc8-release/render-tests/runtime-styling/set-style-visibility-none-to-default/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/runtime-styling/set-style-visibility-none-to-default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/runtime-styling/set-style-visibility-none-to-visible/metrics.json b/metrics/linux-gcc8-release/render-tests/runtime-styling/set-style-visibility-none-to-visible/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/linux-gcc8-release/render-tests/runtime-styling/set-style-visibility-none-to-visible/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/runtime-styling/set-style-visibility-none-to-visible/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/runtime-styling/set-style-visibility-visible-to-default/metrics.json b/metrics/linux-gcc8-release/render-tests/runtime-styling/set-style-visibility-visible-to-default/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/linux-gcc8-release/render-tests/runtime-styling/set-style-visibility-visible-to-default/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/runtime-styling/set-style-visibility-visible-to-default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/runtime-styling/set-style-visibility-visible-to-none/metrics.json b/metrics/linux-gcc8-release/render-tests/runtime-styling/set-style-visibility-visible-to-none/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/linux-gcc8-release/render-tests/runtime-styling/set-style-visibility-visible-to-none/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/runtime-styling/set-style-visibility-visible-to-none/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/runtime-styling/source-add-geojson-inline/metrics.json b/metrics/linux-gcc8-release/render-tests/runtime-styling/source-add-geojson-inline/metrics.json index 01b432fe214..e30b6a8224f 100644 --- a/metrics/linux-gcc8-release/render-tests/runtime-styling/source-add-geojson-inline/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/runtime-styling/source-add-geojson-inline/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/runtime-styling/source-add-geojson-url/metrics.json b/metrics/linux-gcc8-release/render-tests/runtime-styling/source-add-geojson-url/metrics.json index 7f4a0466396..2cacd07ae36 100644 --- a/metrics/linux-gcc8-release/render-tests/runtime-styling/source-add-geojson-url/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/runtime-styling/source-add-geojson-url/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/runtime-styling/source-add-raster-inline/metrics.json b/metrics/linux-gcc8-release/render-tests/runtime-styling/source-add-raster-inline/metrics.json index 2e017e0a393..1e9df4d1869 100644 --- a/metrics/linux-gcc8-release/render-tests/runtime-styling/source-add-raster-inline/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/runtime-styling/source-add-raster-inline/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/runtime-styling/source-add-raster-url/metrics.json b/metrics/linux-gcc8-release/render-tests/runtime-styling/source-add-raster-url/metrics.json index 95c3df52a82..837ce203cf6 100644 --- a/metrics/linux-gcc8-release/render-tests/runtime-styling/source-add-raster-url/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/runtime-styling/source-add-raster-url/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/runtime-styling/source-add-vector-inline/metrics.json b/metrics/linux-gcc8-release/render-tests/runtime-styling/source-add-vector-inline/metrics.json index 9028b81da14..b6fa97f3499 100644 --- a/metrics/linux-gcc8-release/render-tests/runtime-styling/source-add-vector-inline/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/runtime-styling/source-add-vector-inline/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/runtime-styling/source-add-vector-url/metrics.json b/metrics/linux-gcc8-release/render-tests/runtime-styling/source-add-vector-url/metrics.json index 848e2d81c43..693d4819b79 100644 --- a/metrics/linux-gcc8-release/render-tests/runtime-styling/source-add-vector-url/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/runtime-styling/source-add-vector-url/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/runtime-styling/visibility-default-to-none/metrics.json b/metrics/linux-gcc8-release/render-tests/runtime-styling/visibility-default-to-none/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/linux-gcc8-release/render-tests/runtime-styling/visibility-default-to-none/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/runtime-styling/visibility-default-to-none/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/runtime-styling/visibility-default-to-visible/metrics.json b/metrics/linux-gcc8-release/render-tests/runtime-styling/visibility-default-to-visible/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/linux-gcc8-release/render-tests/runtime-styling/visibility-default-to-visible/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/runtime-styling/visibility-default-to-visible/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/runtime-styling/visibility-none-to-default/metrics.json b/metrics/linux-gcc8-release/render-tests/runtime-styling/visibility-none-to-default/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/linux-gcc8-release/render-tests/runtime-styling/visibility-none-to-default/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/runtime-styling/visibility-none-to-default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/runtime-styling/visibility-none-to-visible/metrics.json b/metrics/linux-gcc8-release/render-tests/runtime-styling/visibility-none-to-visible/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/linux-gcc8-release/render-tests/runtime-styling/visibility-none-to-visible/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/runtime-styling/visibility-none-to-visible/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/runtime-styling/visibility-visible-to-default/metrics.json b/metrics/linux-gcc8-release/render-tests/runtime-styling/visibility-visible-to-default/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/linux-gcc8-release/render-tests/runtime-styling/visibility-visible-to-default/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/runtime-styling/visibility-visible-to-default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/runtime-styling/visibility-visible-to-none/metrics.json b/metrics/linux-gcc8-release/render-tests/runtime-styling/visibility-visible-to-none/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/linux-gcc8-release/render-tests/runtime-styling/visibility-visible-to-none/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/runtime-styling/visibility-visible-to-none/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/satellite-v9/z0/metrics.json b/metrics/linux-gcc8-release/render-tests/satellite-v9/z0/metrics.json index b3dedd944d2..7ab4dff21d4 100644 --- a/metrics/linux-gcc8-release/render-tests/satellite-v9/z0/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/satellite-v9/z0/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/sparse-tileset/overdraw/metrics.json b/metrics/linux-gcc8-release/render-tests/sparse-tileset/overdraw/metrics.json index 04af83427d6..ec1e0dd374c 100644 --- a/metrics/linux-gcc8-release/render-tests/sparse-tileset/overdraw/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/sparse-tileset/overdraw/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/sprites/1x-screen-1x-icon/metrics.json b/metrics/linux-gcc8-release/render-tests/sprites/1x-screen-1x-icon/metrics.json index 20bd7543c10..c08a49c598c 100644 --- a/metrics/linux-gcc8-release/render-tests/sprites/1x-screen-1x-icon/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/sprites/1x-screen-1x-icon/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/sprites/1x-screen-1x-pattern/metrics.json b/metrics/linux-gcc8-release/render-tests/sprites/1x-screen-1x-pattern/metrics.json index 450fd3b15f0..6d05bbbaa61 100644 --- a/metrics/linux-gcc8-release/render-tests/sprites/1x-screen-1x-pattern/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/sprites/1x-screen-1x-pattern/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/sprites/1x-screen-2x-icon/metrics.json b/metrics/linux-gcc8-release/render-tests/sprites/1x-screen-2x-icon/metrics.json index e962ac627ed..af537789248 100644 --- a/metrics/linux-gcc8-release/render-tests/sprites/1x-screen-2x-icon/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/sprites/1x-screen-2x-icon/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/sprites/1x-screen-2x-pattern/metrics.json b/metrics/linux-gcc8-release/render-tests/sprites/1x-screen-2x-pattern/metrics.json index fb033edaf0c..c0f6d012bee 100644 --- a/metrics/linux-gcc8-release/render-tests/sprites/1x-screen-2x-pattern/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/sprites/1x-screen-2x-pattern/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/sprites/2x-screen-1x-icon/metrics.json b/metrics/linux-gcc8-release/render-tests/sprites/2x-screen-1x-icon/metrics.json index 20bd7543c10..c08a49c598c 100644 --- a/metrics/linux-gcc8-release/render-tests/sprites/2x-screen-1x-icon/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/sprites/2x-screen-1x-icon/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/sprites/2x-screen-1x-pattern/metrics.json b/metrics/linux-gcc8-release/render-tests/sprites/2x-screen-1x-pattern/metrics.json index 450fd3b15f0..6d05bbbaa61 100644 --- a/metrics/linux-gcc8-release/render-tests/sprites/2x-screen-1x-pattern/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/sprites/2x-screen-1x-pattern/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/sprites/2x-screen-2x-icon/metrics.json b/metrics/linux-gcc8-release/render-tests/sprites/2x-screen-2x-icon/metrics.json index e962ac627ed..af537789248 100644 --- a/metrics/linux-gcc8-release/render-tests/sprites/2x-screen-2x-icon/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/sprites/2x-screen-2x-icon/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/sprites/2x-screen-2x-pattern/metrics.json b/metrics/linux-gcc8-release/render-tests/sprites/2x-screen-2x-pattern/metrics.json index fb033edaf0c..c0f6d012bee 100644 --- a/metrics/linux-gcc8-release/render-tests/sprites/2x-screen-2x-pattern/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/sprites/2x-screen-2x-pattern/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/sprites/array-default-only/metrics.json b/metrics/linux-gcc8-release/render-tests/sprites/array-default-only/metrics.json index 28c44c7705c..3f7e1d890f1 100644 --- a/metrics/linux-gcc8-release/render-tests/sprites/array-default-only/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/sprites/array-default-only/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/sprites/array-multiple/metrics.json b/metrics/linux-gcc8-release/render-tests/sprites/array-multiple/metrics.json index 45342fbc3d7..625ad67cbb7 100644 --- a/metrics/linux-gcc8-release/render-tests/sprites/array-multiple/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/sprites/array-multiple/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/symbol-geometry/linestring/metrics.json b/metrics/linux-gcc8-release/render-tests/symbol-geometry/linestring/metrics.json index 10e4e9f2ba1..aec759ba819 100644 --- a/metrics/linux-gcc8-release/render-tests/symbol-geometry/linestring/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/symbol-geometry/linestring/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/symbol-geometry/multilinestring/metrics.json b/metrics/linux-gcc8-release/render-tests/symbol-geometry/multilinestring/metrics.json index 9deff6e405c..6f60266cf89 100644 --- a/metrics/linux-gcc8-release/render-tests/symbol-geometry/multilinestring/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/symbol-geometry/multilinestring/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/symbol-geometry/multipoint/metrics.json b/metrics/linux-gcc8-release/render-tests/symbol-geometry/multipoint/metrics.json index 9deff6e405c..6f60266cf89 100644 --- a/metrics/linux-gcc8-release/render-tests/symbol-geometry/multipoint/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/symbol-geometry/multipoint/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/symbol-geometry/multipolygon/metrics.json b/metrics/linux-gcc8-release/render-tests/symbol-geometry/multipolygon/metrics.json index 9deff6e405c..6f60266cf89 100644 --- a/metrics/linux-gcc8-release/render-tests/symbol-geometry/multipolygon/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/symbol-geometry/multipolygon/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/symbol-geometry/point/metrics.json b/metrics/linux-gcc8-release/render-tests/symbol-geometry/point/metrics.json index 10e4e9f2ba1..aec759ba819 100644 --- a/metrics/linux-gcc8-release/render-tests/symbol-geometry/point/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/symbol-geometry/point/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/symbol-geometry/polygon/metrics.json b/metrics/linux-gcc8-release/render-tests/symbol-geometry/polygon/metrics.json index 10e4e9f2ba1..aec759ba819 100644 --- a/metrics/linux-gcc8-release/render-tests/symbol-geometry/polygon/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/symbol-geometry/polygon/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/symbol-placement/line-center-buffer-tile-map-mode/metrics.json b/metrics/linux-gcc8-release/render-tests/symbol-placement/line-center-buffer-tile-map-mode/metrics.json index 6f795d0ee80..7369b1a5556 100644 --- a/metrics/linux-gcc8-release/render-tests/symbol-placement/line-center-buffer-tile-map-mode/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/symbol-placement/line-center-buffer-tile-map-mode/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/symbol-placement/line-center-buffer/metrics.json b/metrics/linux-gcc8-release/render-tests/symbol-placement/line-center-buffer/metrics.json index 2bdb228c522..1b06ecb414c 100644 --- a/metrics/linux-gcc8-release/render-tests/symbol-placement/line-center-buffer/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/symbol-placement/line-center-buffer/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/symbol-placement/line-center-tile-map-mode/metrics.json b/metrics/linux-gcc8-release/render-tests/symbol-placement/line-center-tile-map-mode/metrics.json index 48f5e22ba5e..045c5d1688e 100644 --- a/metrics/linux-gcc8-release/render-tests/symbol-placement/line-center-tile-map-mode/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/symbol-placement/line-center-tile-map-mode/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/symbol-placement/line-center/metrics.json b/metrics/linux-gcc8-release/render-tests/symbol-placement/line-center/metrics.json index 480f8a18cdc..ae11e16aa4a 100644 --- a/metrics/linux-gcc8-release/render-tests/symbol-placement/line-center/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/symbol-placement/line-center/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/symbol-placement/line-overscaled/metrics.json b/metrics/linux-gcc8-release/render-tests/symbol-placement/line-overscaled/metrics.json index daaadcdba24..88efc5dd13c 100644 --- a/metrics/linux-gcc8-release/render-tests/symbol-placement/line-overscaled/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/symbol-placement/line-overscaled/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/symbol-placement/line/metrics.json b/metrics/linux-gcc8-release/render-tests/symbol-placement/line/metrics.json index 178821e1ca4..33339ca2639 100644 --- a/metrics/linux-gcc8-release/render-tests/symbol-placement/line/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/symbol-placement/line/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/symbol-placement/point-polygon/metrics.json b/metrics/linux-gcc8-release/render-tests/symbol-placement/point-polygon/metrics.json index 95aa395c60a..1147f972284 100644 --- a/metrics/linux-gcc8-release/render-tests/symbol-placement/point-polygon/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/symbol-placement/point-polygon/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/symbol-placement/point/metrics.json b/metrics/linux-gcc8-release/render-tests/symbol-placement/point/metrics.json index 178821e1ca4..33339ca2639 100644 --- a/metrics/linux-gcc8-release/render-tests/symbol-placement/point/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/symbol-placement/point/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/symbol-sort-key/icon-expression/metrics.json b/metrics/linux-gcc8-release/render-tests/symbol-sort-key/icon-expression/metrics.json index 6c810abb8ae..86bf8e915bc 100644 --- a/metrics/linux-gcc8-release/render-tests/symbol-sort-key/icon-expression/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/symbol-sort-key/icon-expression/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/symbol-sort-key/placement-tile-boundary-left-then-right/metrics.json b/metrics/linux-gcc8-release/render-tests/symbol-sort-key/placement-tile-boundary-left-then-right/metrics.json index 6c810abb8ae..86bf8e915bc 100644 --- a/metrics/linux-gcc8-release/render-tests/symbol-sort-key/placement-tile-boundary-left-then-right/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/symbol-sort-key/placement-tile-boundary-left-then-right/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/symbol-sort-key/text-expression/metrics.json b/metrics/linux-gcc8-release/render-tests/symbol-sort-key/text-expression/metrics.json index 7298ff45e05..435793eb902 100644 --- a/metrics/linux-gcc8-release/render-tests/symbol-sort-key/text-expression/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/symbol-sort-key/text-expression/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/symbol-sort-key/text-ignore-placement/metrics.json b/metrics/linux-gcc8-release/render-tests/symbol-sort-key/text-ignore-placement/metrics.json index c501cdfe8be..aad7ceb6948 100644 --- a/metrics/linux-gcc8-release/render-tests/symbol-sort-key/text-ignore-placement/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/symbol-sort-key/text-ignore-placement/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/symbol-sort-key/text-placement/metrics.json b/metrics/linux-gcc8-release/render-tests/symbol-sort-key/text-placement/metrics.json index b6cfd840ae3..eeb740f782a 100644 --- a/metrics/linux-gcc8-release/render-tests/symbol-sort-key/text-placement/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/symbol-sort-key/text-placement/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/symbol-spacing/line-close/metrics.json b/metrics/linux-gcc8-release/render-tests/symbol-spacing/line-close/metrics.json index bfed6ec2971..1f4e959c7eb 100644 --- a/metrics/linux-gcc8-release/render-tests/symbol-spacing/line-close/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/symbol-spacing/line-close/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/symbol-spacing/line-far/metrics.json b/metrics/linux-gcc8-release/render-tests/symbol-spacing/line-far/metrics.json index bfed6ec2971..1f4e959c7eb 100644 --- a/metrics/linux-gcc8-release/render-tests/symbol-spacing/line-far/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/symbol-spacing/line-far/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/symbol-spacing/line-overscaled/metrics.json b/metrics/linux-gcc8-release/render-tests/symbol-spacing/line-overscaled/metrics.json index 23e6cccadb7..6445ef0b27b 100644 --- a/metrics/linux-gcc8-release/render-tests/symbol-spacing/line-overscaled/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/symbol-spacing/line-overscaled/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/symbol-spacing/point-close/metrics.json b/metrics/linux-gcc8-release/render-tests/symbol-spacing/point-close/metrics.json index bfed6ec2971..1f4e959c7eb 100644 --- a/metrics/linux-gcc8-release/render-tests/symbol-spacing/point-close/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/symbol-spacing/point-close/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/symbol-spacing/point-far/metrics.json b/metrics/linux-gcc8-release/render-tests/symbol-spacing/point-far/metrics.json index bfed6ec2971..1f4e959c7eb 100644 --- a/metrics/linux-gcc8-release/render-tests/symbol-spacing/point-far/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/symbol-spacing/point-far/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/symbol-visibility/none/metrics.json b/metrics/linux-gcc8-release/render-tests/symbol-visibility/none/metrics.json index 95a181bd8c4..ee07c12cbd3 100644 --- a/metrics/linux-gcc8-release/render-tests/symbol-visibility/none/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/symbol-visibility/none/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/symbol-visibility/visible/metrics.json b/metrics/linux-gcc8-release/render-tests/symbol-visibility/visible/metrics.json index 1de5e049d89..9de5637253b 100644 --- a/metrics/linux-gcc8-release/render-tests/symbol-visibility/visible/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/symbol-visibility/visible/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/symbol-z-order/default/metrics.json b/metrics/linux-gcc8-release/render-tests/symbol-z-order/default/metrics.json index b5449900fc3..0ca3c5d6926 100644 --- a/metrics/linux-gcc8-release/render-tests/symbol-z-order/default/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/symbol-z-order/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/symbol-z-order/disabled/metrics.json b/metrics/linux-gcc8-release/render-tests/symbol-z-order/disabled/metrics.json index b5449900fc3..0ca3c5d6926 100644 --- a/metrics/linux-gcc8-release/render-tests/symbol-z-order/disabled/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/symbol-z-order/disabled/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/symbol-z-order/icon-with-text/metrics.json b/metrics/linux-gcc8-release/render-tests/symbol-z-order/icon-with-text/metrics.json index 2acbad453c7..6f58354de6b 100644 --- a/metrics/linux-gcc8-release/render-tests/symbol-z-order/icon-with-text/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/symbol-z-order/icon-with-text/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/symbol-z-order/pitched/metrics.json b/metrics/linux-gcc8-release/render-tests/symbol-z-order/pitched/metrics.json index b5449900fc3..0ca3c5d6926 100644 --- a/metrics/linux-gcc8-release/render-tests/symbol-z-order/pitched/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/symbol-z-order/pitched/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/symbol-z-order/viewport-y/metrics.json b/metrics/linux-gcc8-release/render-tests/symbol-z-order/viewport-y/metrics.json index 2acbad453c7..6f58354de6b 100644 --- a/metrics/linux-gcc8-release/render-tests/symbol-z-order/viewport-y/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/symbol-z-order/viewport-y/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/text-anchor/bottom-left/metrics.json b/metrics/linux-gcc8-release/render-tests/text-anchor/bottom-left/metrics.json index 7cdd3a48121..1dab2fc4043 100644 --- a/metrics/linux-gcc8-release/render-tests/text-anchor/bottom-left/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/text-anchor/bottom-left/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/text-anchor/bottom-right/metrics.json b/metrics/linux-gcc8-release/render-tests/text-anchor/bottom-right/metrics.json index 7cdd3a48121..1dab2fc4043 100644 --- a/metrics/linux-gcc8-release/render-tests/text-anchor/bottom-right/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/text-anchor/bottom-right/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/text-anchor/bottom/metrics.json b/metrics/linux-gcc8-release/render-tests/text-anchor/bottom/metrics.json index 7cdd3a48121..1dab2fc4043 100644 --- a/metrics/linux-gcc8-release/render-tests/text-anchor/bottom/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/text-anchor/bottom/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/text-anchor/center/metrics.json b/metrics/linux-gcc8-release/render-tests/text-anchor/center/metrics.json index 7cdd3a48121..1dab2fc4043 100644 --- a/metrics/linux-gcc8-release/render-tests/text-anchor/center/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/text-anchor/center/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/text-anchor/left/metrics.json b/metrics/linux-gcc8-release/render-tests/text-anchor/left/metrics.json index 7cdd3a48121..1dab2fc4043 100644 --- a/metrics/linux-gcc8-release/render-tests/text-anchor/left/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/text-anchor/left/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/text-anchor/property-function/metrics.json b/metrics/linux-gcc8-release/render-tests/text-anchor/property-function/metrics.json index 6d769f56489..f8232fdc316 100644 --- a/metrics/linux-gcc8-release/render-tests/text-anchor/property-function/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/text-anchor/property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/text-anchor/right/metrics.json b/metrics/linux-gcc8-release/render-tests/text-anchor/right/metrics.json index 7cdd3a48121..1dab2fc4043 100644 --- a/metrics/linux-gcc8-release/render-tests/text-anchor/right/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/text-anchor/right/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/text-anchor/top-left/metrics.json b/metrics/linux-gcc8-release/render-tests/text-anchor/top-left/metrics.json index 7cdd3a48121..1dab2fc4043 100644 --- a/metrics/linux-gcc8-release/render-tests/text-anchor/top-left/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/text-anchor/top-left/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/text-anchor/top-right/metrics.json b/metrics/linux-gcc8-release/render-tests/text-anchor/top-right/metrics.json index 7cdd3a48121..1dab2fc4043 100644 --- a/metrics/linux-gcc8-release/render-tests/text-anchor/top-right/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/text-anchor/top-right/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/text-anchor/top/metrics.json b/metrics/linux-gcc8-release/render-tests/text-anchor/top/metrics.json index 7cdd3a48121..1dab2fc4043 100644 --- a/metrics/linux-gcc8-release/render-tests/text-anchor/top/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/text-anchor/top/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/text-arabic/letter-spacing/metrics.json b/metrics/linux-gcc8-release/render-tests/text-arabic/letter-spacing/metrics.json index 932066a29ff..e09d6f41454 100644 --- a/metrics/linux-gcc8-release/render-tests/text-arabic/letter-spacing/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/text-arabic/letter-spacing/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/text-arabic/line-break-mixed/metrics.json b/metrics/linux-gcc8-release/render-tests/text-arabic/line-break-mixed/metrics.json index ed9a1358311..83245913acb 100644 --- a/metrics/linux-gcc8-release/render-tests/text-arabic/line-break-mixed/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/text-arabic/line-break-mixed/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/text-arabic/line-break/metrics.json b/metrics/linux-gcc8-release/render-tests/text-arabic/line-break/metrics.json index 8ebd514b428..579f22445b9 100644 --- a/metrics/linux-gcc8-release/render-tests/text-arabic/line-break/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/text-arabic/line-break/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/text-arabic/mixed-numeric/metrics.json b/metrics/linux-gcc8-release/render-tests/text-arabic/mixed-numeric/metrics.json index a2ea9c5fb7a..ce349c7a6f4 100644 --- a/metrics/linux-gcc8-release/render-tests/text-arabic/mixed-numeric/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/text-arabic/mixed-numeric/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/text-arabic/multi-paragraph/metrics.json b/metrics/linux-gcc8-release/render-tests/text-arabic/multi-paragraph/metrics.json index 987740be5e8..c55637c8d41 100644 --- a/metrics/linux-gcc8-release/render-tests/text-arabic/multi-paragraph/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/text-arabic/multi-paragraph/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/text-color/default/metrics.json b/metrics/linux-gcc8-release/render-tests/text-color/default/metrics.json index cd668f351a5..e87a6d1819e 100644 --- a/metrics/linux-gcc8-release/render-tests/text-color/default/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/text-color/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/text-color/function/metrics.json b/metrics/linux-gcc8-release/render-tests/text-color/function/metrics.json index cd668f351a5..e87a6d1819e 100644 --- a/metrics/linux-gcc8-release/render-tests/text-color/function/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/text-color/function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/text-color/literal/metrics.json b/metrics/linux-gcc8-release/render-tests/text-color/literal/metrics.json index cd668f351a5..e87a6d1819e 100644 --- a/metrics/linux-gcc8-release/render-tests/text-color/literal/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/text-color/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/text-color/property-function/metrics.json b/metrics/linux-gcc8-release/render-tests/text-color/property-function/metrics.json index 60c3ad345f2..73139e6820d 100644 --- a/metrics/linux-gcc8-release/render-tests/text-color/property-function/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/text-color/property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/text-field/formatted-arabic/metrics.json b/metrics/linux-gcc8-release/render-tests/text-field/formatted-arabic/metrics.json index 526f4071d82..222affd61ac 100644 --- a/metrics/linux-gcc8-release/render-tests/text-field/formatted-arabic/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/text-field/formatted-arabic/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/text-field/formatted-images-constant-size/metrics.json b/metrics/linux-gcc8-release/render-tests/text-field/formatted-images-constant-size/metrics.json index 62c000b2908..0651bd495a9 100644 --- a/metrics/linux-gcc8-release/render-tests/text-field/formatted-images-constant-size/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/text-field/formatted-images-constant-size/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/text-field/formatted-images-line/metrics.json b/metrics/linux-gcc8-release/render-tests/text-field/formatted-images-line/metrics.json index a02d0672473..d5b4bbeb562 100644 --- a/metrics/linux-gcc8-release/render-tests/text-field/formatted-images-line/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/text-field/formatted-images-line/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/text-field/formatted-images-multiline/metrics.json b/metrics/linux-gcc8-release/render-tests/text-field/formatted-images-multiline/metrics.json index 137e66bf148..62f32bae66d 100644 --- a/metrics/linux-gcc8-release/render-tests/text-field/formatted-images-multiline/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/text-field/formatted-images-multiline/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/text-field/formatted-images-variable-anchors-justification/metrics.json b/metrics/linux-gcc8-release/render-tests/text-field/formatted-images-variable-anchors-justification/metrics.json index a56a73a714c..691d4ace71c 100644 --- a/metrics/linux-gcc8-release/render-tests/text-field/formatted-images-variable-anchors-justification/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/text-field/formatted-images-variable-anchors-justification/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/text-field/formatted-images-vertical/metrics.json b/metrics/linux-gcc8-release/render-tests/text-field/formatted-images-vertical/metrics.json index 197cdb9b500..af7da93c877 100644 --- a/metrics/linux-gcc8-release/render-tests/text-field/formatted-images-vertical/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/text-field/formatted-images-vertical/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/text-field/formatted-images-zoom-dependent-size/metrics.json b/metrics/linux-gcc8-release/render-tests/text-field/formatted-images-zoom-dependent-size/metrics.json index 4b81074408a..2acfc02c635 100644 --- a/metrics/linux-gcc8-release/render-tests/text-field/formatted-images-zoom-dependent-size/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/text-field/formatted-images-zoom-dependent-size/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/text-field/formatted-images/metrics.json b/metrics/linux-gcc8-release/render-tests/text-field/formatted-images/metrics.json index 52b1978f293..9bc5091e3ad 100644 --- a/metrics/linux-gcc8-release/render-tests/text-field/formatted-images/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/text-field/formatted-images/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/text-field/formatted-line/metrics.json b/metrics/linux-gcc8-release/render-tests/text-field/formatted-line/metrics.json index 089da63a881..57cdbdbfbf1 100644 --- a/metrics/linux-gcc8-release/render-tests/text-field/formatted-line/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/text-field/formatted-line/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/text-field/formatted-text-color-overrides-nested-expression/metrics.json b/metrics/linux-gcc8-release/render-tests/text-field/formatted-text-color-overrides-nested-expression/metrics.json index 128115bae73..87eea7d36c2 100644 --- a/metrics/linux-gcc8-release/render-tests/text-field/formatted-text-color-overrides-nested-expression/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/text-field/formatted-text-color-overrides-nested-expression/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/text-field/formatted-text-color-overrides/metrics.json b/metrics/linux-gcc8-release/render-tests/text-field/formatted-text-color-overrides/metrics.json index 0f1b65a6db0..d34153252ac 100644 --- a/metrics/linux-gcc8-release/render-tests/text-field/formatted-text-color-overrides/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/text-field/formatted-text-color-overrides/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/text-field/formatted-text-color/metrics.json b/metrics/linux-gcc8-release/render-tests/text-field/formatted-text-color/metrics.json index 1640b2b40ba..0f9f3642b62 100644 --- a/metrics/linux-gcc8-release/render-tests/text-field/formatted-text-color/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/text-field/formatted-text-color/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/text-field/formatted/metrics.json b/metrics/linux-gcc8-release/render-tests/text-field/formatted/metrics.json index 883429ed733..e985f09179b 100644 --- a/metrics/linux-gcc8-release/render-tests/text-field/formatted/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/text-field/formatted/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/text-field/literal/metrics.json b/metrics/linux-gcc8-release/render-tests/text-field/literal/metrics.json index 0206fc826fe..25471f81337 100644 --- a/metrics/linux-gcc8-release/render-tests/text-field/literal/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/text-field/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/text-field/property-function/metrics.json b/metrics/linux-gcc8-release/render-tests/text-field/property-function/metrics.json index f20b89d82f2..a84be9b316a 100644 --- a/metrics/linux-gcc8-release/render-tests/text-field/property-function/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/text-field/property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/text-field/token/metrics.json b/metrics/linux-gcc8-release/render-tests/text-field/token/metrics.json index fa46462cc5a..b2eb00bfb73 100644 --- a/metrics/linux-gcc8-release/render-tests/text-field/token/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/text-field/token/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/text-font/camera-function/metrics.json b/metrics/linux-gcc8-release/render-tests/text-font/camera-function/metrics.json index 0206fc826fe..25471f81337 100644 --- a/metrics/linux-gcc8-release/render-tests/text-font/camera-function/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/text-font/camera-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/text-font/chinese/metrics.json b/metrics/linux-gcc8-release/render-tests/text-font/chinese/metrics.json index 46fdec9d053..147bf1ce648 100644 --- a/metrics/linux-gcc8-release/render-tests/text-font/chinese/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/text-font/chinese/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/text-font/data-expression/metrics.json b/metrics/linux-gcc8-release/render-tests/text-font/data-expression/metrics.json index aac1bbcfbce..e33d12c1328 100644 --- a/metrics/linux-gcc8-release/render-tests/text-font/data-expression/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/text-font/data-expression/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/text-font/literal/metrics.json b/metrics/linux-gcc8-release/render-tests/text-font/literal/metrics.json index cd668f351a5..e87a6d1819e 100644 --- a/metrics/linux-gcc8-release/render-tests/text-font/literal/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/text-font/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/text-halo-blur/default/metrics.json b/metrics/linux-gcc8-release/render-tests/text-halo-blur/default/metrics.json index 860834fedbb..4a929fd1bd4 100644 --- a/metrics/linux-gcc8-release/render-tests/text-halo-blur/default/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/text-halo-blur/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/text-halo-blur/function/metrics.json b/metrics/linux-gcc8-release/render-tests/text-halo-blur/function/metrics.json index 860834fedbb..4a929fd1bd4 100644 --- a/metrics/linux-gcc8-release/render-tests/text-halo-blur/function/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/text-halo-blur/function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/text-halo-blur/literal/metrics.json b/metrics/linux-gcc8-release/render-tests/text-halo-blur/literal/metrics.json index 860834fedbb..4a929fd1bd4 100644 --- a/metrics/linux-gcc8-release/render-tests/text-halo-blur/literal/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/text-halo-blur/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/text-halo-blur/property-function/metrics.json b/metrics/linux-gcc8-release/render-tests/text-halo-blur/property-function/metrics.json index 37f4af4128c..895a928afe6 100644 --- a/metrics/linux-gcc8-release/render-tests/text-halo-blur/property-function/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/text-halo-blur/property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/text-halo-color/default/metrics.json b/metrics/linux-gcc8-release/render-tests/text-halo-color/default/metrics.json index bf6832d42b7..0da18b6700e 100644 --- a/metrics/linux-gcc8-release/render-tests/text-halo-color/default/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/text-halo-color/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/text-halo-color/function/metrics.json b/metrics/linux-gcc8-release/render-tests/text-halo-color/function/metrics.json index 860834fedbb..4a929fd1bd4 100644 --- a/metrics/linux-gcc8-release/render-tests/text-halo-color/function/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/text-halo-color/function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/text-halo-color/literal/metrics.json b/metrics/linux-gcc8-release/render-tests/text-halo-color/literal/metrics.json index 860834fedbb..4a929fd1bd4 100644 --- a/metrics/linux-gcc8-release/render-tests/text-halo-color/literal/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/text-halo-color/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/text-halo-color/property-function/metrics.json b/metrics/linux-gcc8-release/render-tests/text-halo-color/property-function/metrics.json index 47cea62594c..4604bb28368 100644 --- a/metrics/linux-gcc8-release/render-tests/text-halo-color/property-function/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/text-halo-color/property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/text-halo-width/default/metrics.json b/metrics/linux-gcc8-release/render-tests/text-halo-width/default/metrics.json index bf6832d42b7..0da18b6700e 100644 --- a/metrics/linux-gcc8-release/render-tests/text-halo-width/default/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/text-halo-width/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/text-halo-width/function/metrics.json b/metrics/linux-gcc8-release/render-tests/text-halo-width/function/metrics.json index 860834fedbb..4a929fd1bd4 100644 --- a/metrics/linux-gcc8-release/render-tests/text-halo-width/function/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/text-halo-width/function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/text-halo-width/literal/metrics.json b/metrics/linux-gcc8-release/render-tests/text-halo-width/literal/metrics.json index 860834fedbb..4a929fd1bd4 100644 --- a/metrics/linux-gcc8-release/render-tests/text-halo-width/literal/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/text-halo-width/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/text-halo-width/property-function/metrics.json b/metrics/linux-gcc8-release/render-tests/text-halo-width/property-function/metrics.json index 37f4af4128c..895a928afe6 100644 --- a/metrics/linux-gcc8-release/render-tests/text-halo-width/property-function/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/text-halo-width/property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/text-justify/auto/metrics.json b/metrics/linux-gcc8-release/render-tests/text-justify/auto/metrics.json index 0f7801b2e47..863c1e62521 100644 --- a/metrics/linux-gcc8-release/render-tests/text-justify/auto/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/text-justify/auto/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/text-justify/left/metrics.json b/metrics/linux-gcc8-release/render-tests/text-justify/left/metrics.json index 41ff7515c7d..82bd5b085e5 100644 --- a/metrics/linux-gcc8-release/render-tests/text-justify/left/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/text-justify/left/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/text-justify/property-function/metrics.json b/metrics/linux-gcc8-release/render-tests/text-justify/property-function/metrics.json index 5c1e774f37b..7c404abd685 100644 --- a/metrics/linux-gcc8-release/render-tests/text-justify/property-function/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/text-justify/property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/text-justify/right/metrics.json b/metrics/linux-gcc8-release/render-tests/text-justify/right/metrics.json index 41ff7515c7d..82bd5b085e5 100644 --- a/metrics/linux-gcc8-release/render-tests/text-justify/right/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/text-justify/right/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/text-keep-upright/line-placement-false/metrics.json b/metrics/linux-gcc8-release/render-tests/text-keep-upright/line-placement-false/metrics.json index 8a117769b21..a814f827a9f 100644 --- a/metrics/linux-gcc8-release/render-tests/text-keep-upright/line-placement-false/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/text-keep-upright/line-placement-false/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/text-keep-upright/line-placement-true-offset/metrics.json b/metrics/linux-gcc8-release/render-tests/text-keep-upright/line-placement-true-offset/metrics.json index 1a478f98578..d161cae9206 100644 --- a/metrics/linux-gcc8-release/render-tests/text-keep-upright/line-placement-true-offset/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/text-keep-upright/line-placement-true-offset/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/text-keep-upright/line-placement-true-pitched/metrics.json b/metrics/linux-gcc8-release/render-tests/text-keep-upright/line-placement-true-pitched/metrics.json index 8a117769b21..a814f827a9f 100644 --- a/metrics/linux-gcc8-release/render-tests/text-keep-upright/line-placement-true-pitched/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/text-keep-upright/line-placement-true-pitched/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/text-keep-upright/line-placement-true-rotated/metrics.json b/metrics/linux-gcc8-release/render-tests/text-keep-upright/line-placement-true-rotated/metrics.json index 8a117769b21..a814f827a9f 100644 --- a/metrics/linux-gcc8-release/render-tests/text-keep-upright/line-placement-true-rotated/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/text-keep-upright/line-placement-true-rotated/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/text-keep-upright/line-placement-true-text-anchor/metrics.json b/metrics/linux-gcc8-release/render-tests/text-keep-upright/line-placement-true-text-anchor/metrics.json index 2412b1cc57c..c06d5652ab9 100644 --- a/metrics/linux-gcc8-release/render-tests/text-keep-upright/line-placement-true-text-anchor/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/text-keep-upright/line-placement-true-text-anchor/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/text-keep-upright/line-placement-true/metrics.json b/metrics/linux-gcc8-release/render-tests/text-keep-upright/line-placement-true/metrics.json index 8a117769b21..a814f827a9f 100644 --- a/metrics/linux-gcc8-release/render-tests/text-keep-upright/line-placement-true/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/text-keep-upright/line-placement-true/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/text-keep-upright/point-placement-align-map-false/metrics.json b/metrics/linux-gcc8-release/render-tests/text-keep-upright/point-placement-align-map-false/metrics.json index 68d8b35e758..f26776bcda2 100644 --- a/metrics/linux-gcc8-release/render-tests/text-keep-upright/point-placement-align-map-false/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/text-keep-upright/point-placement-align-map-false/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/text-keep-upright/point-placement-align-map-true/metrics.json b/metrics/linux-gcc8-release/render-tests/text-keep-upright/point-placement-align-map-true/metrics.json index 68d8b35e758..f26776bcda2 100644 --- a/metrics/linux-gcc8-release/render-tests/text-keep-upright/point-placement-align-map-true/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/text-keep-upright/point-placement-align-map-true/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/text-keep-upright/point-placement-align-viewport-false/metrics.json b/metrics/linux-gcc8-release/render-tests/text-keep-upright/point-placement-align-viewport-false/metrics.json index 68d8b35e758..f26776bcda2 100644 --- a/metrics/linux-gcc8-release/render-tests/text-keep-upright/point-placement-align-viewport-false/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/text-keep-upright/point-placement-align-viewport-false/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/text-keep-upright/point-placement-align-viewport-true/metrics.json b/metrics/linux-gcc8-release/render-tests/text-keep-upright/point-placement-align-viewport-true/metrics.json index 68d8b35e758..f26776bcda2 100644 --- a/metrics/linux-gcc8-release/render-tests/text-keep-upright/point-placement-align-viewport-true/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/text-keep-upright/point-placement-align-viewport-true/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/text-letter-spacing/function-close/metrics.json b/metrics/linux-gcc8-release/render-tests/text-letter-spacing/function-close/metrics.json index cd668f351a5..e87a6d1819e 100644 --- a/metrics/linux-gcc8-release/render-tests/text-letter-spacing/function-close/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/text-letter-spacing/function-close/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/text-letter-spacing/function-far/metrics.json b/metrics/linux-gcc8-release/render-tests/text-letter-spacing/function-far/metrics.json index cd668f351a5..e87a6d1819e 100644 --- a/metrics/linux-gcc8-release/render-tests/text-letter-spacing/function-far/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/text-letter-spacing/function-far/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/text-letter-spacing/literal/metrics.json b/metrics/linux-gcc8-release/render-tests/text-letter-spacing/literal/metrics.json index cd668f351a5..e87a6d1819e 100644 --- a/metrics/linux-gcc8-release/render-tests/text-letter-spacing/literal/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/text-letter-spacing/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/text-letter-spacing/property-function/metrics.json b/metrics/linux-gcc8-release/render-tests/text-letter-spacing/property-function/metrics.json index 97d7f27021a..f9c43e0ab08 100644 --- a/metrics/linux-gcc8-release/render-tests/text-letter-spacing/property-function/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/text-letter-spacing/property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/text-letter-spacing/zoom-and-property-function/metrics.json b/metrics/linux-gcc8-release/render-tests/text-letter-spacing/zoom-and-property-function/metrics.json index fd1ea83213d..ba13f3666cd 100644 --- a/metrics/linux-gcc8-release/render-tests/text-letter-spacing/zoom-and-property-function/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/text-letter-spacing/zoom-and-property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/text-line-height/literal/metrics.json b/metrics/linux-gcc8-release/render-tests/text-line-height/literal/metrics.json index 41ff7515c7d..82bd5b085e5 100644 --- a/metrics/linux-gcc8-release/render-tests/text-line-height/literal/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/text-line-height/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/text-max-angle/line-center/metrics.json b/metrics/linux-gcc8-release/render-tests/text-max-angle/line-center/metrics.json index 9551aabb147..e455ed04458 100644 --- a/metrics/linux-gcc8-release/render-tests/text-max-angle/line-center/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/text-max-angle/line-center/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/text-max-angle/literal/metrics.json b/metrics/linux-gcc8-release/render-tests/text-max-angle/literal/metrics.json index 2ad59dd984e..719c16bc68f 100644 --- a/metrics/linux-gcc8-release/render-tests/text-max-angle/literal/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/text-max-angle/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/text-max-width/force-double-newline/metrics.json b/metrics/linux-gcc8-release/render-tests/text-max-width/force-double-newline/metrics.json index b553d8692d0..9c8863e6884 100644 --- a/metrics/linux-gcc8-release/render-tests/text-max-width/force-double-newline/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/text-max-width/force-double-newline/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/text-max-width/force-newline-line-center/metrics.json b/metrics/linux-gcc8-release/render-tests/text-max-width/force-newline-line-center/metrics.json index 9ab164292be..b67a1a0819e 100644 --- a/metrics/linux-gcc8-release/render-tests/text-max-width/force-newline-line-center/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/text-max-width/force-newline-line-center/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/text-max-width/force-newline-line/metrics.json b/metrics/linux-gcc8-release/render-tests/text-max-width/force-newline-line/metrics.json index b553d8692d0..9c8863e6884 100644 --- a/metrics/linux-gcc8-release/render-tests/text-max-width/force-newline-line/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/text-max-width/force-newline-line/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/text-max-width/force-newline/metrics.json b/metrics/linux-gcc8-release/render-tests/text-max-width/force-newline/metrics.json index b553d8692d0..9c8863e6884 100644 --- a/metrics/linux-gcc8-release/render-tests/text-max-width/force-newline/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/text-max-width/force-newline/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/text-max-width/ideographic-breaking/metrics.json b/metrics/linux-gcc8-release/render-tests/text-max-width/ideographic-breaking/metrics.json index 4c0301c08db..bfba8c6501e 100644 --- a/metrics/linux-gcc8-release/render-tests/text-max-width/ideographic-breaking/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/text-max-width/ideographic-breaking/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/text-max-width/ideographic-punctuation-breaking/metrics.json b/metrics/linux-gcc8-release/render-tests/text-max-width/ideographic-punctuation-breaking/metrics.json index e6477234cc3..0bacf085d65 100644 --- a/metrics/linux-gcc8-release/render-tests/text-max-width/ideographic-punctuation-breaking/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/text-max-width/ideographic-punctuation-breaking/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/text-max-width/literal/metrics.json b/metrics/linux-gcc8-release/render-tests/text-max-width/literal/metrics.json index 05279818ae7..8fe82720b12 100644 --- a/metrics/linux-gcc8-release/render-tests/text-max-width/literal/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/text-max-width/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/text-max-width/property-function/metrics.json b/metrics/linux-gcc8-release/render-tests/text-max-width/property-function/metrics.json index 8eef9a41661..a997dce756f 100644 --- a/metrics/linux-gcc8-release/render-tests/text-max-width/property-function/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/text-max-width/property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/text-max-width/zero-width-line-center-placement/metrics.json b/metrics/linux-gcc8-release/render-tests/text-max-width/zero-width-line-center-placement/metrics.json index 539a5a8da93..3e57c87504a 100644 --- a/metrics/linux-gcc8-release/render-tests/text-max-width/zero-width-line-center-placement/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/text-max-width/zero-width-line-center-placement/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/text-max-width/zero-width-line-placement/metrics.json b/metrics/linux-gcc8-release/render-tests/text-max-width/zero-width-line-placement/metrics.json index 539a5a8da93..3e57c87504a 100644 --- a/metrics/linux-gcc8-release/render-tests/text-max-width/zero-width-line-placement/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/text-max-width/zero-width-line-placement/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/text-max-width/zoom-and-property-function/metrics.json b/metrics/linux-gcc8-release/render-tests/text-max-width/zoom-and-property-function/metrics.json index b95ec5af3cb..5a07d80519e 100644 --- a/metrics/linux-gcc8-release/render-tests/text-max-width/zoom-and-property-function/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/text-max-width/zoom-and-property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/text-no-cross-source-collision/default/metrics.json b/metrics/linux-gcc8-release/render-tests/text-no-cross-source-collision/default/metrics.json index 563004e9125..bc1581ced4b 100644 --- a/metrics/linux-gcc8-release/render-tests/text-no-cross-source-collision/default/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/text-no-cross-source-collision/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/text-offset/literal-multiline-anchorcenter-justifycenter-offsetnegative/metrics.json b/metrics/linux-gcc8-release/render-tests/text-offset/literal-multiline-anchorcenter-justifycenter-offsetnegative/metrics.json index 6ad395e0b52..9073a53d114 100644 --- a/metrics/linux-gcc8-release/render-tests/text-offset/literal-multiline-anchorcenter-justifycenter-offsetnegative/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/text-offset/literal-multiline-anchorcenter-justifycenter-offsetnegative/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/text-offset/literal-multiline-anchorcenter-justifycenter-offsetpositive/metrics.json b/metrics/linux-gcc8-release/render-tests/text-offset/literal-multiline-anchorcenter-justifycenter-offsetpositive/metrics.json index 6ad395e0b52..9073a53d114 100644 --- a/metrics/linux-gcc8-release/render-tests/text-offset/literal-multiline-anchorcenter-justifycenter-offsetpositive/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/text-offset/literal-multiline-anchorcenter-justifycenter-offsetpositive/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/text-offset/literal-multiline-anchorcenter-justifyleft-offsetnegative/metrics.json b/metrics/linux-gcc8-release/render-tests/text-offset/literal-multiline-anchorcenter-justifyleft-offsetnegative/metrics.json index 6ad395e0b52..9073a53d114 100644 --- a/metrics/linux-gcc8-release/render-tests/text-offset/literal-multiline-anchorcenter-justifyleft-offsetnegative/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/text-offset/literal-multiline-anchorcenter-justifyleft-offsetnegative/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/text-offset/literal-multiline-anchorcenter-justifyleft-offsetpositive/metrics.json b/metrics/linux-gcc8-release/render-tests/text-offset/literal-multiline-anchorcenter-justifyleft-offsetpositive/metrics.json index 6ad395e0b52..9073a53d114 100644 --- a/metrics/linux-gcc8-release/render-tests/text-offset/literal-multiline-anchorcenter-justifyleft-offsetpositive/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/text-offset/literal-multiline-anchorcenter-justifyleft-offsetpositive/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/text-offset/literal-multiline-anchorcenter-justifyright-offsetnegative/metrics.json b/metrics/linux-gcc8-release/render-tests/text-offset/literal-multiline-anchorcenter-justifyright-offsetnegative/metrics.json index 6ad395e0b52..9073a53d114 100644 --- a/metrics/linux-gcc8-release/render-tests/text-offset/literal-multiline-anchorcenter-justifyright-offsetnegative/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/text-offset/literal-multiline-anchorcenter-justifyright-offsetnegative/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/text-offset/literal-multiline-anchorcenter-justifyright-offsetpositive/metrics.json b/metrics/linux-gcc8-release/render-tests/text-offset/literal-multiline-anchorcenter-justifyright-offsetpositive/metrics.json index 6ad395e0b52..9073a53d114 100644 --- a/metrics/linux-gcc8-release/render-tests/text-offset/literal-multiline-anchorcenter-justifyright-offsetpositive/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/text-offset/literal-multiline-anchorcenter-justifyright-offsetpositive/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/text-offset/literal-multiline-anchorleft-justifycenter-offsetnegative/metrics.json b/metrics/linux-gcc8-release/render-tests/text-offset/literal-multiline-anchorleft-justifycenter-offsetnegative/metrics.json index 6ad395e0b52..9073a53d114 100644 --- a/metrics/linux-gcc8-release/render-tests/text-offset/literal-multiline-anchorleft-justifycenter-offsetnegative/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/text-offset/literal-multiline-anchorleft-justifycenter-offsetnegative/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/text-offset/literal-multiline-anchorleft-justifycenter-offsetpositive/metrics.json b/metrics/linux-gcc8-release/render-tests/text-offset/literal-multiline-anchorleft-justifycenter-offsetpositive/metrics.json index 6ad395e0b52..9073a53d114 100644 --- a/metrics/linux-gcc8-release/render-tests/text-offset/literal-multiline-anchorleft-justifycenter-offsetpositive/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/text-offset/literal-multiline-anchorleft-justifycenter-offsetpositive/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/text-offset/literal-multiline-anchorleft-justifyleft-offsetnegative/metrics.json b/metrics/linux-gcc8-release/render-tests/text-offset/literal-multiline-anchorleft-justifyleft-offsetnegative/metrics.json index 6ad395e0b52..9073a53d114 100644 --- a/metrics/linux-gcc8-release/render-tests/text-offset/literal-multiline-anchorleft-justifyleft-offsetnegative/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/text-offset/literal-multiline-anchorleft-justifyleft-offsetnegative/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/text-offset/literal-multiline-anchorleft-justifyleft-offsetpositive/metrics.json b/metrics/linux-gcc8-release/render-tests/text-offset/literal-multiline-anchorleft-justifyleft-offsetpositive/metrics.json index 6ad395e0b52..9073a53d114 100644 --- a/metrics/linux-gcc8-release/render-tests/text-offset/literal-multiline-anchorleft-justifyleft-offsetpositive/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/text-offset/literal-multiline-anchorleft-justifyleft-offsetpositive/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/text-offset/literal-multiline-anchorleft-justifyright-offsetnegative/metrics.json b/metrics/linux-gcc8-release/render-tests/text-offset/literal-multiline-anchorleft-justifyright-offsetnegative/metrics.json index 6ad395e0b52..9073a53d114 100644 --- a/metrics/linux-gcc8-release/render-tests/text-offset/literal-multiline-anchorleft-justifyright-offsetnegative/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/text-offset/literal-multiline-anchorleft-justifyright-offsetnegative/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/text-offset/literal-multiline-anchorleft-justifyright-offsetpositive/metrics.json b/metrics/linux-gcc8-release/render-tests/text-offset/literal-multiline-anchorleft-justifyright-offsetpositive/metrics.json index 6ad395e0b52..9073a53d114 100644 --- a/metrics/linux-gcc8-release/render-tests/text-offset/literal-multiline-anchorleft-justifyright-offsetpositive/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/text-offset/literal-multiline-anchorleft-justifyright-offsetpositive/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/text-offset/literal-multiline-anchorright-justifycenter-offsetnegative/metrics.json b/metrics/linux-gcc8-release/render-tests/text-offset/literal-multiline-anchorright-justifycenter-offsetnegative/metrics.json index 6ad395e0b52..9073a53d114 100644 --- a/metrics/linux-gcc8-release/render-tests/text-offset/literal-multiline-anchorright-justifycenter-offsetnegative/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/text-offset/literal-multiline-anchorright-justifycenter-offsetnegative/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/text-offset/literal-multiline-anchorright-justifycenter-offsetpositive/metrics.json b/metrics/linux-gcc8-release/render-tests/text-offset/literal-multiline-anchorright-justifycenter-offsetpositive/metrics.json index 6ad395e0b52..9073a53d114 100644 --- a/metrics/linux-gcc8-release/render-tests/text-offset/literal-multiline-anchorright-justifycenter-offsetpositive/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/text-offset/literal-multiline-anchorright-justifycenter-offsetpositive/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/text-offset/literal-multiline-anchorright-justifyleft-offsetnegative/metrics.json b/metrics/linux-gcc8-release/render-tests/text-offset/literal-multiline-anchorright-justifyleft-offsetnegative/metrics.json index 6ad395e0b52..9073a53d114 100644 --- a/metrics/linux-gcc8-release/render-tests/text-offset/literal-multiline-anchorright-justifyleft-offsetnegative/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/text-offset/literal-multiline-anchorright-justifyleft-offsetnegative/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/text-offset/literal-multiline-anchorright-justifyleft-offsetpositive/metrics.json b/metrics/linux-gcc8-release/render-tests/text-offset/literal-multiline-anchorright-justifyleft-offsetpositive/metrics.json index 6ad395e0b52..9073a53d114 100644 --- a/metrics/linux-gcc8-release/render-tests/text-offset/literal-multiline-anchorright-justifyleft-offsetpositive/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/text-offset/literal-multiline-anchorright-justifyleft-offsetpositive/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/text-offset/literal-multiline-anchorright-justifyright-offsetnegative/metrics.json b/metrics/linux-gcc8-release/render-tests/text-offset/literal-multiline-anchorright-justifyright-offsetnegative/metrics.json index 6ad395e0b52..9073a53d114 100644 --- a/metrics/linux-gcc8-release/render-tests/text-offset/literal-multiline-anchorright-justifyright-offsetnegative/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/text-offset/literal-multiline-anchorright-justifyright-offsetnegative/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/text-offset/literal-multiline-anchorright-justifyright-offsetpositive/metrics.json b/metrics/linux-gcc8-release/render-tests/text-offset/literal-multiline-anchorright-justifyright-offsetpositive/metrics.json index 6ad395e0b52..9073a53d114 100644 --- a/metrics/linux-gcc8-release/render-tests/text-offset/literal-multiline-anchorright-justifyright-offsetpositive/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/text-offset/literal-multiline-anchorright-justifyright-offsetpositive/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/text-offset/literal/metrics.json b/metrics/linux-gcc8-release/render-tests/text-offset/literal/metrics.json index cd668f351a5..e87a6d1819e 100644 --- a/metrics/linux-gcc8-release/render-tests/text-offset/literal/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/text-offset/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/text-offset/property-function/metrics.json b/metrics/linux-gcc8-release/render-tests/text-offset/property-function/metrics.json index 384ce4dadbc..b628e4f1fa4 100644 --- a/metrics/linux-gcc8-release/render-tests/text-offset/property-function/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/text-offset/property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/text-opacity/default/metrics.json b/metrics/linux-gcc8-release/render-tests/text-opacity/default/metrics.json index cd668f351a5..e87a6d1819e 100644 --- a/metrics/linux-gcc8-release/render-tests/text-opacity/default/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/text-opacity/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/text-opacity/function/metrics.json b/metrics/linux-gcc8-release/render-tests/text-opacity/function/metrics.json index cd668f351a5..e87a6d1819e 100644 --- a/metrics/linux-gcc8-release/render-tests/text-opacity/function/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/text-opacity/function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/text-opacity/literal/metrics.json b/metrics/linux-gcc8-release/render-tests/text-opacity/literal/metrics.json index cd668f351a5..e87a6d1819e 100644 --- a/metrics/linux-gcc8-release/render-tests/text-opacity/literal/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/text-opacity/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/text-opacity/property-function/metrics.json b/metrics/linux-gcc8-release/render-tests/text-opacity/property-function/metrics.json index 6734d0b0460..2bd94ca5323 100644 --- a/metrics/linux-gcc8-release/render-tests/text-opacity/property-function/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/text-opacity/property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/text-pitch-alignment/auto-text-rotation-alignment-map/metrics.json b/metrics/linux-gcc8-release/render-tests/text-pitch-alignment/auto-text-rotation-alignment-map/metrics.json index 1514cee615b..62e171b0cc7 100644 --- a/metrics/linux-gcc8-release/render-tests/text-pitch-alignment/auto-text-rotation-alignment-map/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/text-pitch-alignment/auto-text-rotation-alignment-map/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/text-pitch-alignment/auto-text-rotation-alignment-viewport/metrics.json b/metrics/linux-gcc8-release/render-tests/text-pitch-alignment/auto-text-rotation-alignment-viewport/metrics.json index 1514cee615b..62e171b0cc7 100644 --- a/metrics/linux-gcc8-release/render-tests/text-pitch-alignment/auto-text-rotation-alignment-viewport/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/text-pitch-alignment/auto-text-rotation-alignment-viewport/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/text-pitch-alignment/map-text-depthtest/metrics.json b/metrics/linux-gcc8-release/render-tests/text-pitch-alignment/map-text-depthtest/metrics.json index 2292400be69..8d77e25e27f 100644 --- a/metrics/linux-gcc8-release/render-tests/text-pitch-alignment/map-text-depthtest/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/text-pitch-alignment/map-text-depthtest/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/text-pitch-alignment/map-text-rotation-alignment-map/metrics.json b/metrics/linux-gcc8-release/render-tests/text-pitch-alignment/map-text-rotation-alignment-map/metrics.json index 1514cee615b..62e171b0cc7 100644 --- a/metrics/linux-gcc8-release/render-tests/text-pitch-alignment/map-text-rotation-alignment-map/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/text-pitch-alignment/map-text-rotation-alignment-map/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/text-pitch-alignment/map-text-rotation-alignment-viewport/metrics.json b/metrics/linux-gcc8-release/render-tests/text-pitch-alignment/map-text-rotation-alignment-viewport/metrics.json index 1514cee615b..62e171b0cc7 100644 --- a/metrics/linux-gcc8-release/render-tests/text-pitch-alignment/map-text-rotation-alignment-viewport/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/text-pitch-alignment/map-text-rotation-alignment-viewport/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/text-pitch-alignment/viewport-overzoomed-single-glyph/metrics.json b/metrics/linux-gcc8-release/render-tests/text-pitch-alignment/viewport-overzoomed-single-glyph/metrics.json index d05556cd14e..0ed9a3c07b9 100644 --- a/metrics/linux-gcc8-release/render-tests/text-pitch-alignment/viewport-overzoomed-single-glyph/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/text-pitch-alignment/viewport-overzoomed-single-glyph/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/text-pitch-alignment/viewport-overzoomed/metrics.json b/metrics/linux-gcc8-release/render-tests/text-pitch-alignment/viewport-overzoomed/metrics.json index edd93c6655a..338809341fd 100644 --- a/metrics/linux-gcc8-release/render-tests/text-pitch-alignment/viewport-overzoomed/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/text-pitch-alignment/viewport-overzoomed/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/text-pitch-alignment/viewport-text-depthtest/metrics.json b/metrics/linux-gcc8-release/render-tests/text-pitch-alignment/viewport-text-depthtest/metrics.json index 2292400be69..8d77e25e27f 100644 --- a/metrics/linux-gcc8-release/render-tests/text-pitch-alignment/viewport-text-depthtest/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/text-pitch-alignment/viewport-text-depthtest/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/text-pitch-alignment/viewport-text-rotation-alignment-map/metrics.json b/metrics/linux-gcc8-release/render-tests/text-pitch-alignment/viewport-text-rotation-alignment-map/metrics.json index 1514cee615b..62e171b0cc7 100644 --- a/metrics/linux-gcc8-release/render-tests/text-pitch-alignment/viewport-text-rotation-alignment-map/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/text-pitch-alignment/viewport-text-rotation-alignment-map/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/text-pitch-alignment/viewport-text-rotation-alignment-viewport/metrics.json b/metrics/linux-gcc8-release/render-tests/text-pitch-alignment/viewport-text-rotation-alignment-viewport/metrics.json index 1514cee615b..62e171b0cc7 100644 --- a/metrics/linux-gcc8-release/render-tests/text-pitch-alignment/viewport-text-rotation-alignment-viewport/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/text-pitch-alignment/viewport-text-rotation-alignment-viewport/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/text-pitch-scaling/line-half/metrics.json b/metrics/linux-gcc8-release/render-tests/text-pitch-scaling/line-half/metrics.json index 1514cee615b..62e171b0cc7 100644 --- a/metrics/linux-gcc8-release/render-tests/text-pitch-scaling/line-half/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/text-pitch-scaling/line-half/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/text-radial-offset/basic/metrics.json b/metrics/linux-gcc8-release/render-tests/text-radial-offset/basic/metrics.json index dfa75209163..12fe2bbe545 100644 --- a/metrics/linux-gcc8-release/render-tests/text-radial-offset/basic/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/text-radial-offset/basic/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/text-rotate/anchor-bottom/metrics.json b/metrics/linux-gcc8-release/render-tests/text-rotate/anchor-bottom/metrics.json index 789eb531ac2..6e235d123bd 100644 --- a/metrics/linux-gcc8-release/render-tests/text-rotate/anchor-bottom/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/text-rotate/anchor-bottom/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/text-rotate/anchor-left/metrics.json b/metrics/linux-gcc8-release/render-tests/text-rotate/anchor-left/metrics.json index 789eb531ac2..6e235d123bd 100644 --- a/metrics/linux-gcc8-release/render-tests/text-rotate/anchor-left/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/text-rotate/anchor-left/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/text-rotate/anchor-right/metrics.json b/metrics/linux-gcc8-release/render-tests/text-rotate/anchor-right/metrics.json index 789eb531ac2..6e235d123bd 100644 --- a/metrics/linux-gcc8-release/render-tests/text-rotate/anchor-right/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/text-rotate/anchor-right/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/text-rotate/anchor-top/metrics.json b/metrics/linux-gcc8-release/render-tests/text-rotate/anchor-top/metrics.json index 789eb531ac2..6e235d123bd 100644 --- a/metrics/linux-gcc8-release/render-tests/text-rotate/anchor-top/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/text-rotate/anchor-top/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/text-rotate/function/metrics.json b/metrics/linux-gcc8-release/render-tests/text-rotate/function/metrics.json index 0206fc826fe..25471f81337 100644 --- a/metrics/linux-gcc8-release/render-tests/text-rotate/function/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/text-rotate/function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/text-rotate/literal/metrics.json b/metrics/linux-gcc8-release/render-tests/text-rotate/literal/metrics.json index 0206fc826fe..25471f81337 100644 --- a/metrics/linux-gcc8-release/render-tests/text-rotate/literal/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/text-rotate/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/text-rotate/property-function/metrics.json b/metrics/linux-gcc8-release/render-tests/text-rotate/property-function/metrics.json index 08593319169..d736cae4602 100644 --- a/metrics/linux-gcc8-release/render-tests/text-rotate/property-function/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/text-rotate/property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/text-rotate/with-offset/metrics.json b/metrics/linux-gcc8-release/render-tests/text-rotate/with-offset/metrics.json index e348c71619e..759f85ee08f 100644 --- a/metrics/linux-gcc8-release/render-tests/text-rotate/with-offset/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/text-rotate/with-offset/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/text-rotation-alignment/auto-symbol-placement-line/metrics.json b/metrics/linux-gcc8-release/render-tests/text-rotation-alignment/auto-symbol-placement-line/metrics.json index 70ac3608a98..ad45e05ba62 100644 --- a/metrics/linux-gcc8-release/render-tests/text-rotation-alignment/auto-symbol-placement-line/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/text-rotation-alignment/auto-symbol-placement-line/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/text-rotation-alignment/auto-symbol-placement-point/metrics.json b/metrics/linux-gcc8-release/render-tests/text-rotation-alignment/auto-symbol-placement-point/metrics.json index 905846132df..880749e242a 100644 --- a/metrics/linux-gcc8-release/render-tests/text-rotation-alignment/auto-symbol-placement-point/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/text-rotation-alignment/auto-symbol-placement-point/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/text-rotation-alignment/map-symbol-placement-line/metrics.json b/metrics/linux-gcc8-release/render-tests/text-rotation-alignment/map-symbol-placement-line/metrics.json index 70ac3608a98..ad45e05ba62 100644 --- a/metrics/linux-gcc8-release/render-tests/text-rotation-alignment/map-symbol-placement-line/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/text-rotation-alignment/map-symbol-placement-line/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/text-rotation-alignment/map-symbol-placement-point/metrics.json b/metrics/linux-gcc8-release/render-tests/text-rotation-alignment/map-symbol-placement-point/metrics.json index 905846132df..880749e242a 100644 --- a/metrics/linux-gcc8-release/render-tests/text-rotation-alignment/map-symbol-placement-point/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/text-rotation-alignment/map-symbol-placement-point/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/text-rotation-alignment/viewport-symbol-placement-line/metrics.json b/metrics/linux-gcc8-release/render-tests/text-rotation-alignment/viewport-symbol-placement-line/metrics.json index 70ac3608a98..ad45e05ba62 100644 --- a/metrics/linux-gcc8-release/render-tests/text-rotation-alignment/viewport-symbol-placement-line/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/text-rotation-alignment/viewport-symbol-placement-line/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/text-rotation-alignment/viewport-symbol-placement-point/metrics.json b/metrics/linux-gcc8-release/render-tests/text-rotation-alignment/viewport-symbol-placement-point/metrics.json index 905846132df..880749e242a 100644 --- a/metrics/linux-gcc8-release/render-tests/text-rotation-alignment/viewport-symbol-placement-point/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/text-rotation-alignment/viewport-symbol-placement-point/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/text-size/camera-function-high-base/metrics.json b/metrics/linux-gcc8-release/render-tests/text-size/camera-function-high-base/metrics.json index 84fc4fe605e..2ff31eaf3ca 100644 --- a/metrics/linux-gcc8-release/render-tests/text-size/camera-function-high-base/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/text-size/camera-function-high-base/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/text-size/camera-function-interval/metrics.json b/metrics/linux-gcc8-release/render-tests/text-size/camera-function-interval/metrics.json index bf6832d42b7..0da18b6700e 100644 --- a/metrics/linux-gcc8-release/render-tests/text-size/camera-function-interval/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/text-size/camera-function-interval/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/text-size/composite-expression/metrics.json b/metrics/linux-gcc8-release/render-tests/text-size/composite-expression/metrics.json index be4621cd935..5feb61dd830 100644 --- a/metrics/linux-gcc8-release/render-tests/text-size/composite-expression/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/text-size/composite-expression/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/text-size/composite-function-line-placement/metrics.json b/metrics/linux-gcc8-release/render-tests/text-size/composite-function-line-placement/metrics.json index 5c85a420f3c..59269fd43d8 100644 --- a/metrics/linux-gcc8-release/render-tests/text-size/composite-function-line-placement/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/text-size/composite-function-line-placement/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/text-size/composite-function/metrics.json b/metrics/linux-gcc8-release/render-tests/text-size/composite-function/metrics.json index 84fc4fe605e..2ff31eaf3ca 100644 --- a/metrics/linux-gcc8-release/render-tests/text-size/composite-function/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/text-size/composite-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/text-size/default/metrics.json b/metrics/linux-gcc8-release/render-tests/text-size/default/metrics.json index bf6832d42b7..0da18b6700e 100644 --- a/metrics/linux-gcc8-release/render-tests/text-size/default/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/text-size/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/text-size/function/metrics.json b/metrics/linux-gcc8-release/render-tests/text-size/function/metrics.json index bf6832d42b7..0da18b6700e 100644 --- a/metrics/linux-gcc8-release/render-tests/text-size/function/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/text-size/function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/text-size/literal/metrics.json b/metrics/linux-gcc8-release/render-tests/text-size/literal/metrics.json index bf6832d42b7..0da18b6700e 100644 --- a/metrics/linux-gcc8-release/render-tests/text-size/literal/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/text-size/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/text-size/property-function/metrics.json b/metrics/linux-gcc8-release/render-tests/text-size/property-function/metrics.json index 84fc4fe605e..2ff31eaf3ca 100644 --- a/metrics/linux-gcc8-release/render-tests/text-size/property-function/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/text-size/property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/text-size/zero/metrics.json b/metrics/linux-gcc8-release/render-tests/text-size/zero/metrics.json index 7cc4d80c96b..3d3f3cb2738 100644 --- a/metrics/linux-gcc8-release/render-tests/text-size/zero/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/text-size/zero/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/text-tile-edge-clipping/default/metrics.json b/metrics/linux-gcc8-release/render-tests/text-tile-edge-clipping/default/metrics.json index 05d7f575551..e15389d880a 100644 --- a/metrics/linux-gcc8-release/render-tests/text-tile-edge-clipping/default/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/text-tile-edge-clipping/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/text-transform/lowercase/metrics.json b/metrics/linux-gcc8-release/render-tests/text-transform/lowercase/metrics.json index 2bf7d113546..2aaf4ac7ce5 100644 --- a/metrics/linux-gcc8-release/render-tests/text-transform/lowercase/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/text-transform/lowercase/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/text-transform/property-function/metrics.json b/metrics/linux-gcc8-release/render-tests/text-transform/property-function/metrics.json index 94f6c3ccd62..6ce00b87e18 100644 --- a/metrics/linux-gcc8-release/render-tests/text-transform/property-function/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/text-transform/property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/text-transform/uppercase/metrics.json b/metrics/linux-gcc8-release/render-tests/text-transform/uppercase/metrics.json index ecb73166999..684f6471f8a 100644 --- a/metrics/linux-gcc8-release/render-tests/text-transform/uppercase/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/text-transform/uppercase/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/text-translate-anchor/map/metrics.json b/metrics/linux-gcc8-release/render-tests/text-translate-anchor/map/metrics.json index 9162d111f6e..43da58ebcc0 100644 --- a/metrics/linux-gcc8-release/render-tests/text-translate-anchor/map/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/text-translate-anchor/map/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/text-translate-anchor/viewport/metrics.json b/metrics/linux-gcc8-release/render-tests/text-translate-anchor/viewport/metrics.json index 9162d111f6e..43da58ebcc0 100644 --- a/metrics/linux-gcc8-release/render-tests/text-translate-anchor/viewport/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/text-translate-anchor/viewport/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/text-translate/default/metrics.json b/metrics/linux-gcc8-release/render-tests/text-translate/default/metrics.json index cd668f351a5..e87a6d1819e 100644 --- a/metrics/linux-gcc8-release/render-tests/text-translate/default/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/text-translate/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/text-translate/function/metrics.json b/metrics/linux-gcc8-release/render-tests/text-translate/function/metrics.json index cd668f351a5..e87a6d1819e 100644 --- a/metrics/linux-gcc8-release/render-tests/text-translate/function/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/text-translate/function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/text-translate/literal/metrics.json b/metrics/linux-gcc8-release/render-tests/text-translate/literal/metrics.json index cd668f351a5..e87a6d1819e 100644 --- a/metrics/linux-gcc8-release/render-tests/text-translate/literal/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/text-translate/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/text-variable-anchor-offset/all-anchors-icon-text-fit/metrics.json b/metrics/linux-gcc8-release/render-tests/text-variable-anchor-offset/all-anchors-icon-text-fit/metrics.json index 9953c2ea9e9..5b52bc09273 100644 --- a/metrics/linux-gcc8-release/render-tests/text-variable-anchor-offset/all-anchors-icon-text-fit/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/text-variable-anchor-offset/all-anchors-icon-text-fit/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/text-variable-anchor-offset/all-anchors-text-allow-overlap/metrics.json b/metrics/linux-gcc8-release/render-tests/text-variable-anchor-offset/all-anchors-text-allow-overlap/metrics.json index dca033517bc..a5ae1ce41c0 100644 --- a/metrics/linux-gcc8-release/render-tests/text-variable-anchor-offset/all-anchors-text-allow-overlap/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/text-variable-anchor-offset/all-anchors-text-allow-overlap/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/text-variable-anchor-offset/all-anchors/metrics.json b/metrics/linux-gcc8-release/render-tests/text-variable-anchor-offset/all-anchors/metrics.json index dfa75209163..12fe2bbe545 100644 --- a/metrics/linux-gcc8-release/render-tests/text-variable-anchor-offset/all-anchors/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/text-variable-anchor-offset/all-anchors/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/text-variable-anchor-offset/databind-coalesce/metrics.json b/metrics/linux-gcc8-release/render-tests/text-variable-anchor-offset/databind-coalesce/metrics.json index d4202bfa226..23fc8ab5988 100644 --- a/metrics/linux-gcc8-release/render-tests/text-variable-anchor-offset/databind-coalesce/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/text-variable-anchor-offset/databind-coalesce/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/text-variable-anchor-offset/databind-interpolate/metrics.json b/metrics/linux-gcc8-release/render-tests/text-variable-anchor-offset/databind-interpolate/metrics.json index d4202bfa226..23fc8ab5988 100644 --- a/metrics/linux-gcc8-release/render-tests/text-variable-anchor-offset/databind-interpolate/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/text-variable-anchor-offset/databind-interpolate/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/text-variable-anchor-offset/icon-image-all-anchors/metrics.json b/metrics/linux-gcc8-release/render-tests/text-variable-anchor-offset/icon-image-all-anchors/metrics.json index 031fe71047b..8ccc0a429ec 100644 --- a/metrics/linux-gcc8-release/render-tests/text-variable-anchor-offset/icon-image-all-anchors/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/text-variable-anchor-offset/icon-image-all-anchors/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/text-variable-anchor-offset/icon-image-offset/metrics.json b/metrics/linux-gcc8-release/render-tests/text-variable-anchor-offset/icon-image-offset/metrics.json index 7bbece367a2..5556b79fa0c 100644 --- a/metrics/linux-gcc8-release/render-tests/text-variable-anchor-offset/icon-image-offset/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/text-variable-anchor-offset/icon-image-offset/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/text-variable-anchor-offset/icon-image/metrics.json b/metrics/linux-gcc8-release/render-tests/text-variable-anchor-offset/icon-image/metrics.json index 031fe71047b..8ccc0a429ec 100644 --- a/metrics/linux-gcc8-release/render-tests/text-variable-anchor-offset/icon-image/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/text-variable-anchor-offset/icon-image/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/text-variable-anchor-offset/icon-text-fit-collision-box/metrics.json b/metrics/linux-gcc8-release/render-tests/text-variable-anchor-offset/icon-text-fit-collision-box/metrics.json index 9f778921724..97a627d210f 100644 --- a/metrics/linux-gcc8-release/render-tests/text-variable-anchor-offset/icon-text-fit-collision-box/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/text-variable-anchor-offset/icon-text-fit-collision-box/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/text-variable-anchor-offset/no-animate-zoom/metrics.json b/metrics/linux-gcc8-release/render-tests/text-variable-anchor-offset/no-animate-zoom/metrics.json index 2a7b3b9cd61..e6630885fc9 100644 --- a/metrics/linux-gcc8-release/render-tests/text-variable-anchor-offset/no-animate-zoom/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/text-variable-anchor-offset/no-animate-zoom/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/text-variable-anchor-offset/pitched-offset/metrics.json b/metrics/linux-gcc8-release/render-tests/text-variable-anchor-offset/pitched-offset/metrics.json index b06ed0feb28..e946eeffb5b 100644 --- a/metrics/linux-gcc8-release/render-tests/text-variable-anchor-offset/pitched-offset/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/text-variable-anchor-offset/pitched-offset/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/text-variable-anchor-offset/pitched-with-map/metrics.json b/metrics/linux-gcc8-release/render-tests/text-variable-anchor-offset/pitched-with-map/metrics.json index b06ed0feb28..e946eeffb5b 100644 --- a/metrics/linux-gcc8-release/render-tests/text-variable-anchor-offset/pitched-with-map/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/text-variable-anchor-offset/pitched-with-map/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/text-variable-anchor-offset/pitched/metrics.json b/metrics/linux-gcc8-release/render-tests/text-variable-anchor-offset/pitched/metrics.json index b06ed0feb28..e946eeffb5b 100644 --- a/metrics/linux-gcc8-release/render-tests/text-variable-anchor-offset/pitched/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/text-variable-anchor-offset/pitched/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/text-variable-anchor-offset/rotated-offset/metrics.json b/metrics/linux-gcc8-release/render-tests/text-variable-anchor-offset/rotated-offset/metrics.json index 33eed36df4c..3eb290a1dfa 100644 --- a/metrics/linux-gcc8-release/render-tests/text-variable-anchor-offset/rotated-offset/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/text-variable-anchor-offset/rotated-offset/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/text-variable-anchor-offset/rotated-with-map/metrics.json b/metrics/linux-gcc8-release/render-tests/text-variable-anchor-offset/rotated-with-map/metrics.json index 33eed36df4c..3eb290a1dfa 100644 --- a/metrics/linux-gcc8-release/render-tests/text-variable-anchor-offset/rotated-with-map/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/text-variable-anchor-offset/rotated-with-map/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/text-variable-anchor-offset/rotated/metrics.json b/metrics/linux-gcc8-release/render-tests/text-variable-anchor-offset/rotated/metrics.json index 33eed36df4c..3eb290a1dfa 100644 --- a/metrics/linux-gcc8-release/render-tests/text-variable-anchor-offset/rotated/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/text-variable-anchor-offset/rotated/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/text-variable-anchor-offset/single-justification/metrics.json b/metrics/linux-gcc8-release/render-tests/text-variable-anchor-offset/single-justification/metrics.json index 9dca847cbba..7d32eb2d016 100644 --- a/metrics/linux-gcc8-release/render-tests/text-variable-anchor-offset/single-justification/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/text-variable-anchor-offset/single-justification/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/text-variable-anchor-offset/single-line/metrics.json b/metrics/linux-gcc8-release/render-tests/text-variable-anchor-offset/single-line/metrics.json index a8acd89723c..f654c1386cd 100644 --- a/metrics/linux-gcc8-release/render-tests/text-variable-anchor-offset/single-line/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/text-variable-anchor-offset/single-line/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/text-variable-anchor-offset/text-allow-overlap/metrics.json b/metrics/linux-gcc8-release/render-tests/text-variable-anchor-offset/text-allow-overlap/metrics.json index 40b67f14452..23048d8379d 100644 --- a/metrics/linux-gcc8-release/render-tests/text-variable-anchor-offset/text-allow-overlap/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/text-variable-anchor-offset/text-allow-overlap/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/text-variable-anchor-offset/top-bottom-left-right/metrics.json b/metrics/linux-gcc8-release/render-tests/text-variable-anchor-offset/top-bottom-left-right/metrics.json index 74f5df99b33..d9ed35b7a88 100644 --- a/metrics/linux-gcc8-release/render-tests/text-variable-anchor-offset/top-bottom-left-right/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/text-variable-anchor-offset/top-bottom-left-right/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/text-variable-anchor/all-anchors-icon-text-fit/metrics.json b/metrics/linux-gcc8-release/render-tests/text-variable-anchor/all-anchors-icon-text-fit/metrics.json index 9953c2ea9e9..5b52bc09273 100644 --- a/metrics/linux-gcc8-release/render-tests/text-variable-anchor/all-anchors-icon-text-fit/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/text-variable-anchor/all-anchors-icon-text-fit/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/text-variable-anchor/all-anchors-offset-zero/metrics.json b/metrics/linux-gcc8-release/render-tests/text-variable-anchor/all-anchors-offset-zero/metrics.json index dfa75209163..12fe2bbe545 100644 --- a/metrics/linux-gcc8-release/render-tests/text-variable-anchor/all-anchors-offset-zero/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/text-variable-anchor/all-anchors-offset-zero/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/text-variable-anchor/all-anchors-offset/metrics.json b/metrics/linux-gcc8-release/render-tests/text-variable-anchor/all-anchors-offset/metrics.json index dfa75209163..12fe2bbe545 100644 --- a/metrics/linux-gcc8-release/render-tests/text-variable-anchor/all-anchors-offset/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/text-variable-anchor/all-anchors-offset/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/text-variable-anchor/all-anchors-radial-offset-zero/metrics.json b/metrics/linux-gcc8-release/render-tests/text-variable-anchor/all-anchors-radial-offset-zero/metrics.json index dfa75209163..12fe2bbe545 100644 --- a/metrics/linux-gcc8-release/render-tests/text-variable-anchor/all-anchors-radial-offset-zero/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/text-variable-anchor/all-anchors-radial-offset-zero/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/text-variable-anchor/all-anchors-text-allow-overlap/metrics.json b/metrics/linux-gcc8-release/render-tests/text-variable-anchor/all-anchors-text-allow-overlap/metrics.json index dca033517bc..a5ae1ce41c0 100644 --- a/metrics/linux-gcc8-release/render-tests/text-variable-anchor/all-anchors-text-allow-overlap/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/text-variable-anchor/all-anchors-text-allow-overlap/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/text-variable-anchor/all-anchors-tile-map-mode/metrics.json b/metrics/linux-gcc8-release/render-tests/text-variable-anchor/all-anchors-tile-map-mode/metrics.json index 1ca57cbe487..c070b4ab095 100644 --- a/metrics/linux-gcc8-release/render-tests/text-variable-anchor/all-anchors-tile-map-mode/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/text-variable-anchor/all-anchors-tile-map-mode/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/text-variable-anchor/all-anchors-two-dimentional-offset-negative/metrics.json b/metrics/linux-gcc8-release/render-tests/text-variable-anchor/all-anchors-two-dimentional-offset-negative/metrics.json index dfa75209163..12fe2bbe545 100644 --- a/metrics/linux-gcc8-release/render-tests/text-variable-anchor/all-anchors-two-dimentional-offset-negative/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/text-variable-anchor/all-anchors-two-dimentional-offset-negative/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/text-variable-anchor/all-anchors-two-dimentional-offset-zero/metrics.json b/metrics/linux-gcc8-release/render-tests/text-variable-anchor/all-anchors-two-dimentional-offset-zero/metrics.json index dfa75209163..12fe2bbe545 100644 --- a/metrics/linux-gcc8-release/render-tests/text-variable-anchor/all-anchors-two-dimentional-offset-zero/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/text-variable-anchor/all-anchors-two-dimentional-offset-zero/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/text-variable-anchor/all-anchors-two-dimentional-offset/metrics.json b/metrics/linux-gcc8-release/render-tests/text-variable-anchor/all-anchors-two-dimentional-offset/metrics.json index dfa75209163..12fe2bbe545 100644 --- a/metrics/linux-gcc8-release/render-tests/text-variable-anchor/all-anchors-two-dimentional-offset/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/text-variable-anchor/all-anchors-two-dimentional-offset/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/text-variable-anchor/all-anchors/metrics.json b/metrics/linux-gcc8-release/render-tests/text-variable-anchor/all-anchors/metrics.json index 806d886e75c..2b9d167c6fb 100644 --- a/metrics/linux-gcc8-release/render-tests/text-variable-anchor/all-anchors/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/text-variable-anchor/all-anchors/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/text-variable-anchor/icon-image-all-anchors/metrics.json b/metrics/linux-gcc8-release/render-tests/text-variable-anchor/icon-image-all-anchors/metrics.json index 031fe71047b..8ccc0a429ec 100644 --- a/metrics/linux-gcc8-release/render-tests/text-variable-anchor/icon-image-all-anchors/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/text-variable-anchor/icon-image-all-anchors/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/text-variable-anchor/icon-image/metrics.json b/metrics/linux-gcc8-release/render-tests/text-variable-anchor/icon-image/metrics.json index 031fe71047b..8ccc0a429ec 100644 --- a/metrics/linux-gcc8-release/render-tests/text-variable-anchor/icon-image/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/text-variable-anchor/icon-image/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/text-variable-anchor/icon-text-fit-collision-box/metrics.json b/metrics/linux-gcc8-release/render-tests/text-variable-anchor/icon-text-fit-collision-box/metrics.json index 9f778921724..97a627d210f 100644 --- a/metrics/linux-gcc8-release/render-tests/text-variable-anchor/icon-text-fit-collision-box/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/text-variable-anchor/icon-text-fit-collision-box/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/text-variable-anchor/left-top-right-bottom-offset-tile-map-mode/metrics.json b/metrics/linux-gcc8-release/render-tests/text-variable-anchor/left-top-right-bottom-offset-tile-map-mode/metrics.json index 813a3d7f101..a579f5bf9b6 100644 --- a/metrics/linux-gcc8-release/render-tests/text-variable-anchor/left-top-right-bottom-offset-tile-map-mode/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/text-variable-anchor/left-top-right-bottom-offset-tile-map-mode/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/text-variable-anchor/no-animate-zoom/metrics.json b/metrics/linux-gcc8-release/render-tests/text-variable-anchor/no-animate-zoom/metrics.json index 2a7b3b9cd61..e6630885fc9 100644 --- a/metrics/linux-gcc8-release/render-tests/text-variable-anchor/no-animate-zoom/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/text-variable-anchor/no-animate-zoom/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/text-variable-anchor/pitched-offset/metrics.json b/metrics/linux-gcc8-release/render-tests/text-variable-anchor/pitched-offset/metrics.json index b06ed0feb28..e946eeffb5b 100644 --- a/metrics/linux-gcc8-release/render-tests/text-variable-anchor/pitched-offset/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/text-variable-anchor/pitched-offset/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/text-variable-anchor/pitched-rotated-debug/metrics.json b/metrics/linux-gcc8-release/render-tests/text-variable-anchor/pitched-rotated-debug/metrics.json index 102e62664bd..dc4294751f6 100644 --- a/metrics/linux-gcc8-release/render-tests/text-variable-anchor/pitched-rotated-debug/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/text-variable-anchor/pitched-rotated-debug/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/text-variable-anchor/pitched-with-map/metrics.json b/metrics/linux-gcc8-release/render-tests/text-variable-anchor/pitched-with-map/metrics.json index b06ed0feb28..e946eeffb5b 100644 --- a/metrics/linux-gcc8-release/render-tests/text-variable-anchor/pitched-with-map/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/text-variable-anchor/pitched-with-map/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/text-variable-anchor/pitched/metrics.json b/metrics/linux-gcc8-release/render-tests/text-variable-anchor/pitched/metrics.json index b06ed0feb28..e946eeffb5b 100644 --- a/metrics/linux-gcc8-release/render-tests/text-variable-anchor/pitched/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/text-variable-anchor/pitched/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/text-variable-anchor/rotated-offset/metrics.json b/metrics/linux-gcc8-release/render-tests/text-variable-anchor/rotated-offset/metrics.json index 33eed36df4c..3eb290a1dfa 100644 --- a/metrics/linux-gcc8-release/render-tests/text-variable-anchor/rotated-offset/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/text-variable-anchor/rotated-offset/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/text-variable-anchor/rotated-with-map/metrics.json b/metrics/linux-gcc8-release/render-tests/text-variable-anchor/rotated-with-map/metrics.json index 33eed36df4c..3eb290a1dfa 100644 --- a/metrics/linux-gcc8-release/render-tests/text-variable-anchor/rotated-with-map/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/text-variable-anchor/rotated-with-map/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/text-variable-anchor/rotated/metrics.json b/metrics/linux-gcc8-release/render-tests/text-variable-anchor/rotated/metrics.json index 33eed36df4c..3eb290a1dfa 100644 --- a/metrics/linux-gcc8-release/render-tests/text-variable-anchor/rotated/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/text-variable-anchor/rotated/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/text-variable-anchor/single-justification/metrics.json b/metrics/linux-gcc8-release/render-tests/text-variable-anchor/single-justification/metrics.json index 9dca847cbba..7d32eb2d016 100644 --- a/metrics/linux-gcc8-release/render-tests/text-variable-anchor/single-justification/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/text-variable-anchor/single-justification/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/text-variable-anchor/single-line/metrics.json b/metrics/linux-gcc8-release/render-tests/text-variable-anchor/single-line/metrics.json index a8acd89723c..f654c1386cd 100644 --- a/metrics/linux-gcc8-release/render-tests/text-variable-anchor/single-line/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/text-variable-anchor/single-line/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/text-variable-anchor/text-allow-overlap/metrics.json b/metrics/linux-gcc8-release/render-tests/text-variable-anchor/text-allow-overlap/metrics.json index 40b67f14452..23048d8379d 100644 --- a/metrics/linux-gcc8-release/render-tests/text-variable-anchor/text-allow-overlap/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/text-variable-anchor/text-allow-overlap/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/text-variable-anchor/top-bottom-left-right/metrics.json b/metrics/linux-gcc8-release/render-tests/text-variable-anchor/top-bottom-left-right/metrics.json index 74f5df99b33..d9ed35b7a88 100644 --- a/metrics/linux-gcc8-release/render-tests/text-variable-anchor/top-bottom-left-right/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/text-variable-anchor/top-bottom-left-right/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/text-visibility/none/metrics.json b/metrics/linux-gcc8-release/render-tests/text-visibility/none/metrics.json index 7da07969667..7c49193327f 100644 --- a/metrics/linux-gcc8-release/render-tests/text-visibility/none/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/text-visibility/none/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/text-visibility/visible/metrics.json b/metrics/linux-gcc8-release/render-tests/text-visibility/visible/metrics.json index d7ff42c1270..09a1f9f03cd 100644 --- a/metrics/linux-gcc8-release/render-tests/text-visibility/visible/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/text-visibility/visible/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/text-writing-mode/line_label/chinese-punctuation/metrics.json b/metrics/linux-gcc8-release/render-tests/text-writing-mode/line_label/chinese-punctuation/metrics.json index 4da17ca35c8..1e674f4ec88 100644 --- a/metrics/linux-gcc8-release/render-tests/text-writing-mode/line_label/chinese-punctuation/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/text-writing-mode/line_label/chinese-punctuation/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/text-writing-mode/line_label/chinese/metrics.json b/metrics/linux-gcc8-release/render-tests/text-writing-mode/line_label/chinese/metrics.json index 4c978ab6c2b..25c693e246c 100644 --- a/metrics/linux-gcc8-release/render-tests/text-writing-mode/line_label/chinese/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/text-writing-mode/line_label/chinese/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/text-writing-mode/line_label/latin/metrics.json b/metrics/linux-gcc8-release/render-tests/text-writing-mode/line_label/latin/metrics.json index 8c2cc0dbcb2..cc4ed080710 100644 --- a/metrics/linux-gcc8-release/render-tests/text-writing-mode/line_label/latin/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/text-writing-mode/line_label/latin/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/text-writing-mode/line_label/mixed/metrics.json b/metrics/linux-gcc8-release/render-tests/text-writing-mode/line_label/mixed/metrics.json index caf18baec7c..591800d8a39 100644 --- a/metrics/linux-gcc8-release/render-tests/text-writing-mode/line_label/mixed/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/text-writing-mode/line_label/mixed/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/text-writing-mode/point_label/cjk-arabic-vertical-mode/metrics.json b/metrics/linux-gcc8-release/render-tests/text-writing-mode/point_label/cjk-arabic-vertical-mode/metrics.json index 23e8621fe30..bca64dfb298 100644 --- a/metrics/linux-gcc8-release/render-tests/text-writing-mode/point_label/cjk-arabic-vertical-mode/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/text-writing-mode/point_label/cjk-arabic-vertical-mode/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/text-writing-mode/point_label/cjk-horizontal-vertical-mode/metrics.json b/metrics/linux-gcc8-release/render-tests/text-writing-mode/point_label/cjk-horizontal-vertical-mode/metrics.json index 7d4c49afdfb..250e6afdab5 100644 --- a/metrics/linux-gcc8-release/render-tests/text-writing-mode/point_label/cjk-horizontal-vertical-mode/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/text-writing-mode/point_label/cjk-horizontal-vertical-mode/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/text-writing-mode/point_label/cjk-multiline-vertical-horizontal-mode/metrics.json b/metrics/linux-gcc8-release/render-tests/text-writing-mode/point_label/cjk-multiline-vertical-horizontal-mode/metrics.json index eabb4022be5..6b909dcba83 100644 --- a/metrics/linux-gcc8-release/render-tests/text-writing-mode/point_label/cjk-multiline-vertical-horizontal-mode/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/text-writing-mode/point_label/cjk-multiline-vertical-horizontal-mode/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/text-writing-mode/point_label/cjk-punctuation-vertical-mode/metrics.json b/metrics/linux-gcc8-release/render-tests/text-writing-mode/point_label/cjk-punctuation-vertical-mode/metrics.json index 25fb8b4d1e0..d66c5516354 100644 --- a/metrics/linux-gcc8-release/render-tests/text-writing-mode/point_label/cjk-punctuation-vertical-mode/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/text-writing-mode/point_label/cjk-punctuation-vertical-mode/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/text-writing-mode/point_label/cjk-variable-anchors-vertical-horizontal-mode-icon-text-fit/metrics.json b/metrics/linux-gcc8-release/render-tests/text-writing-mode/point_label/cjk-variable-anchors-vertical-horizontal-mode-icon-text-fit/metrics.json index d8ccbe177ba..a573e66c767 100644 --- a/metrics/linux-gcc8-release/render-tests/text-writing-mode/point_label/cjk-variable-anchors-vertical-horizontal-mode-icon-text-fit/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/text-writing-mode/point_label/cjk-variable-anchors-vertical-horizontal-mode-icon-text-fit/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/text-writing-mode/point_label/cjk-variable-anchors-vertical-horizontal-mode/metrics.json b/metrics/linux-gcc8-release/render-tests/text-writing-mode/point_label/cjk-variable-anchors-vertical-horizontal-mode/metrics.json index 632a29ad175..1570a3859bd 100644 --- a/metrics/linux-gcc8-release/render-tests/text-writing-mode/point_label/cjk-variable-anchors-vertical-horizontal-mode/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/text-writing-mode/point_label/cjk-variable-anchors-vertical-horizontal-mode/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/text-writing-mode/point_label/cjk-variable-anchors-vertical-mode/metrics.json b/metrics/linux-gcc8-release/render-tests/text-writing-mode/point_label/cjk-variable-anchors-vertical-mode/metrics.json index 7d4c49afdfb..250e6afdab5 100644 --- a/metrics/linux-gcc8-release/render-tests/text-writing-mode/point_label/cjk-variable-anchors-vertical-mode/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/text-writing-mode/point_label/cjk-variable-anchors-vertical-mode/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/text-writing-mode/point_label/cjk-vertical-horizontal-mode/metrics.json b/metrics/linux-gcc8-release/render-tests/text-writing-mode/point_label/cjk-vertical-horizontal-mode/metrics.json index 7d4c49afdfb..250e6afdab5 100644 --- a/metrics/linux-gcc8-release/render-tests/text-writing-mode/point_label/cjk-vertical-horizontal-mode/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/text-writing-mode/point_label/cjk-vertical-horizontal-mode/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/text-writing-mode/point_label/cjk-vertical-mode/metrics.json b/metrics/linux-gcc8-release/render-tests/text-writing-mode/point_label/cjk-vertical-mode/metrics.json index 7d4c49afdfb..250e6afdab5 100644 --- a/metrics/linux-gcc8-release/render-tests/text-writing-mode/point_label/cjk-vertical-mode/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/text-writing-mode/point_label/cjk-vertical-mode/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/text-writing-mode/point_label/latin-vertical-mode/metrics.json b/metrics/linux-gcc8-release/render-tests/text-writing-mode/point_label/latin-vertical-mode/metrics.json index 5cf22c6b3e5..378f68df584 100644 --- a/metrics/linux-gcc8-release/render-tests/text-writing-mode/point_label/latin-vertical-mode/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/text-writing-mode/point_label/latin-vertical-mode/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/text-writing-mode/point_label/mixed-multiline-vertical-horizontal-mode-icon-text-fit/metrics.json b/metrics/linux-gcc8-release/render-tests/text-writing-mode/point_label/mixed-multiline-vertical-horizontal-mode-icon-text-fit/metrics.json index ad6e567fda4..05bcdf449e3 100644 --- a/metrics/linux-gcc8-release/render-tests/text-writing-mode/point_label/mixed-multiline-vertical-horizontal-mode-icon-text-fit/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/text-writing-mode/point_label/mixed-multiline-vertical-horizontal-mode-icon-text-fit/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/text-writing-mode/point_label/mixed-multiline-vertical-horizontal-mode/metrics.json b/metrics/linux-gcc8-release/render-tests/text-writing-mode/point_label/mixed-multiline-vertical-horizontal-mode/metrics.json index c1486937e1d..a98dfa19917 100644 --- a/metrics/linux-gcc8-release/render-tests/text-writing-mode/point_label/mixed-multiline-vertical-horizontal-mode/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/text-writing-mode/point_label/mixed-multiline-vertical-horizontal-mode/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/tile-mode/streets-v11/metrics.json b/metrics/linux-gcc8-release/render-tests/tile-mode/streets-v11/metrics.json index b8e6ac47c6a..cfd76afdc32 100644 --- a/metrics/linux-gcc8-release/render-tests/tile-mode/streets-v11/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/tile-mode/streets-v11/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/tilejson-bounds/default/metrics.json b/metrics/linux-gcc8-release/render-tests/tilejson-bounds/default/metrics.json index 9ff0b2697cf..179a2b73116 100644 --- a/metrics/linux-gcc8-release/render-tests/tilejson-bounds/default/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/tilejson-bounds/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/tilejson-bounds/overwrite-bounds/metrics.json b/metrics/linux-gcc8-release/render-tests/tilejson-bounds/overwrite-bounds/metrics.json index 9ff0b2697cf..179a2b73116 100644 --- a/metrics/linux-gcc8-release/render-tests/tilejson-bounds/overwrite-bounds/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/tilejson-bounds/overwrite-bounds/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/tms/tms/metrics.json b/metrics/linux-gcc8-release/render-tests/tms/tms/metrics.json index f7ca11c2324..8781deb0b2e 100644 --- a/metrics/linux-gcc8-release/render-tests/tms/tms/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/tms/tms/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/within/filter-with-inlined-geojson/metrics.json b/metrics/linux-gcc8-release/render-tests/within/filter-with-inlined-geojson/metrics.json index 12b2edda3bf..4a5dd3be30f 100644 --- a/metrics/linux-gcc8-release/render-tests/within/filter-with-inlined-geojson/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/within/filter-with-inlined-geojson/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/within/layout-text/metrics.json b/metrics/linux-gcc8-release/render-tests/within/layout-text/metrics.json index 022aba25a68..599a5b1a43d 100644 --- a/metrics/linux-gcc8-release/render-tests/within/layout-text/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/within/layout-text/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/within/paint-circle/metrics.json b/metrics/linux-gcc8-release/render-tests/within/paint-circle/metrics.json index e76ac664a03..4eb35bdc276 100644 --- a/metrics/linux-gcc8-release/render-tests/within/paint-circle/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/within/paint-circle/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/within/paint-icon/metrics.json b/metrics/linux-gcc8-release/render-tests/within/paint-icon/metrics.json index a65edfc8c98..a06ba3bc1ef 100644 --- a/metrics/linux-gcc8-release/render-tests/within/paint-icon/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/within/paint-icon/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/within/paint-line/metrics.json b/metrics/linux-gcc8-release/render-tests/within/paint-line/metrics.json index c32db503cbc..c97315898ef 100644 --- a/metrics/linux-gcc8-release/render-tests/within/paint-line/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/within/paint-line/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/within/paint-text/metrics.json b/metrics/linux-gcc8-release/render-tests/within/paint-text/metrics.json index b42b2f76347..52fa44e8b12 100644 --- a/metrics/linux-gcc8-release/render-tests/within/paint-text/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/within/paint-text/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/zoom-history/in/metrics.json b/metrics/linux-gcc8-release/render-tests/zoom-history/in/metrics.json index 084056a131e..b3c7f6690a6 100644 --- a/metrics/linux-gcc8-release/render-tests/zoom-history/in/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/zoom-history/in/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/zoom-history/out/metrics.json b/metrics/linux-gcc8-release/render-tests/zoom-history/out/metrics.json index 084056a131e..b3c7f6690a6 100644 --- a/metrics/linux-gcc8-release/render-tests/zoom-history/out/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/zoom-history/out/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/zoom-visibility/above/metrics.json b/metrics/linux-gcc8-release/render-tests/zoom-visibility/above/metrics.json index 8fbd5d92e32..1b60f77adfb 100644 --- a/metrics/linux-gcc8-release/render-tests/zoom-visibility/above/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/zoom-visibility/above/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/zoom-visibility/below/metrics.json b/metrics/linux-gcc8-release/render-tests/zoom-visibility/below/metrics.json index d11ea20c717..ad1ba7c6cf7 100644 --- a/metrics/linux-gcc8-release/render-tests/zoom-visibility/below/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/zoom-visibility/below/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/zoom-visibility/in-range/metrics.json b/metrics/linux-gcc8-release/render-tests/zoom-visibility/in-range/metrics.json index a9262cad3a1..0031781153a 100644 --- a/metrics/linux-gcc8-release/render-tests/zoom-visibility/in-range/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/zoom-visibility/in-range/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/zoom-visibility/out-of-range/metrics.json b/metrics/linux-gcc8-release/render-tests/zoom-visibility/out-of-range/metrics.json index a00f95be78e..1be13b07f38 100644 --- a/metrics/linux-gcc8-release/render-tests/zoom-visibility/out-of-range/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/zoom-visibility/out-of-range/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/zoom-visibility/was-above/metrics.json b/metrics/linux-gcc8-release/render-tests/zoom-visibility/was-above/metrics.json index b51667187e3..4d504053c7a 100644 --- a/metrics/linux-gcc8-release/render-tests/zoom-visibility/was-above/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/zoom-visibility/was-above/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/zoom-visibility/was-below/metrics.json b/metrics/linux-gcc8-release/render-tests/zoom-visibility/was-below/metrics.json index 01b432fe214..e30b6a8224f 100644 --- a/metrics/linux-gcc8-release/render-tests/zoom-visibility/was-below/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/zoom-visibility/was-below/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/zoomed-fill/default/metrics.json b/metrics/linux-gcc8-release/render-tests/zoomed-fill/default/metrics.json index ca6ff8e3338..15742bd2d9e 100644 --- a/metrics/linux-gcc8-release/render-tests/zoomed-fill/default/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/zoomed-fill/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/zoomed-raster/fractional/metrics.json b/metrics/linux-gcc8-release/render-tests/zoomed-raster/fractional/metrics.json index 4859f4afb12..0f05c16ab79 100644 --- a/metrics/linux-gcc8-release/render-tests/zoomed-raster/fractional/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/zoomed-raster/fractional/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/zoomed-raster/overzoom/metrics.json b/metrics/linux-gcc8-release/render-tests/zoomed-raster/overzoom/metrics.json index 10305579d18..bf90ca9af08 100644 --- a/metrics/linux-gcc8-release/render-tests/zoomed-raster/overzoom/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/zoomed-raster/overzoom/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/linux-gcc8-release/render-tests/zoomed-raster/underzoom/metrics.json b/metrics/linux-gcc8-release/render-tests/zoomed-raster/underzoom/metrics.json index 50f1262c46f..5003122a5bc 100644 --- a/metrics/linux-gcc8-release/render-tests/zoomed-raster/underzoom/metrics.json +++ b/metrics/linux-gcc8-release/render-tests/zoomed-raster/underzoom/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/probes/gfx/pass-double-probe/metrics.json b/metrics/macos-xcode11-release/probes/gfx/pass-double-probe/metrics.json index 024e1f6ecec..0036a36413d 100644 --- a/metrics/macos-xcode11-release/probes/gfx/pass-double-probe/metrics.json +++ b/metrics/macos-xcode11-release/probes/gfx/pass-double-probe/metrics.json @@ -82,4 +82,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/probes/gfx/pass-probe-reset/metrics.json b/metrics/macos-xcode11-release/probes/gfx/pass-probe-reset/metrics.json index 9b3f664d4b6..14cf728dfa0 100644 --- a/metrics/macos-xcode11-release/probes/gfx/pass-probe-reset/metrics.json +++ b/metrics/macos-xcode11-release/probes/gfx/pass-probe-reset/metrics.json @@ -82,4 +82,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/probes/gfx/pass/metrics.json b/metrics/macos-xcode11-release/probes/gfx/pass/metrics.json index c87c8e061c4..f1ee2a7e73b 100644 --- a/metrics/macos-xcode11-release/probes/gfx/pass/metrics.json +++ b/metrics/macos-xcode11-release/probes/gfx/pass/metrics.json @@ -63,4 +63,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/background-color/colorSpace-lab/metrics.json b/metrics/macos-xcode11-release/render-tests/background-color/colorSpace-lab/metrics.json index 7da07969667..7c49193327f 100644 --- a/metrics/macos-xcode11-release/render-tests/background-color/colorSpace-lab/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/background-color/colorSpace-lab/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/background-color/default/metrics.json b/metrics/macos-xcode11-release/render-tests/background-color/default/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/macos-xcode11-release/render-tests/background-color/default/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/background-color/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/background-color/function/metrics.json b/metrics/macos-xcode11-release/render-tests/background-color/function/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/macos-xcode11-release/render-tests/background-color/function/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/background-color/function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/background-color/literal/metrics.json b/metrics/macos-xcode11-release/render-tests/background-color/literal/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/macos-xcode11-release/render-tests/background-color/literal/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/background-color/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/background-opacity/color/metrics.json b/metrics/macos-xcode11-release/render-tests/background-opacity/color/metrics.json index d1d3c719b69..2cd5816ef0d 100644 --- a/metrics/macos-xcode11-release/render-tests/background-opacity/color/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/background-opacity/color/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/background-opacity/image/metrics.json b/metrics/macos-xcode11-release/render-tests/background-opacity/image/metrics.json index 7e01e8e9305..cc7daa38f8d 100644 --- a/metrics/macos-xcode11-release/render-tests/background-opacity/image/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/background-opacity/image/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/background-opacity/overlay/metrics.json b/metrics/macos-xcode11-release/render-tests/background-opacity/overlay/metrics.json index 12f80d05a3e..56ce0e291b1 100644 --- a/metrics/macos-xcode11-release/render-tests/background-opacity/overlay/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/background-opacity/overlay/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/background-pattern/@2x/metrics.json b/metrics/macos-xcode11-release/render-tests/background-pattern/@2x/metrics.json index 89a3b9090c0..b86d5bd0f27 100644 --- a/metrics/macos-xcode11-release/render-tests/background-pattern/@2x/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/background-pattern/@2x/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/background-pattern/literal/metrics.json b/metrics/macos-xcode11-release/render-tests/background-pattern/literal/metrics.json index b17c1d43cf3..9681b5edc26 100644 --- a/metrics/macos-xcode11-release/render-tests/background-pattern/literal/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/background-pattern/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/background-pattern/missing/metrics.json b/metrics/macos-xcode11-release/render-tests/background-pattern/missing/metrics.json index cdb304a90f8..0e57ec4706f 100644 --- a/metrics/macos-xcode11-release/render-tests/background-pattern/missing/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/background-pattern/missing/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/background-pattern/pitch/metrics.json b/metrics/macos-xcode11-release/render-tests/background-pattern/pitch/metrics.json index 77a63a3f585..c1c2c63efe9 100644 --- a/metrics/macos-xcode11-release/render-tests/background-pattern/pitch/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/background-pattern/pitch/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/background-pattern/rotated/metrics.json b/metrics/macos-xcode11-release/render-tests/background-pattern/rotated/metrics.json index b17c1d43cf3..9681b5edc26 100644 --- a/metrics/macos-xcode11-release/render-tests/background-pattern/rotated/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/background-pattern/rotated/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/background-pattern/zoomed/metrics.json b/metrics/macos-xcode11-release/render-tests/background-pattern/zoomed/metrics.json index b17c1d43cf3..9681b5edc26 100644 --- a/metrics/macos-xcode11-release/render-tests/background-pattern/zoomed/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/background-pattern/zoomed/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/background-visibility/none/metrics.json b/metrics/macos-xcode11-release/render-tests/background-visibility/none/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/macos-xcode11-release/render-tests/background-visibility/none/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/background-visibility/none/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/background-visibility/visible/metrics.json b/metrics/macos-xcode11-release/render-tests/background-visibility/visible/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/macos-xcode11-release/render-tests/background-visibility/visible/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/background-visibility/visible/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/basic-v9/z0-narrow-y/metrics.json b/metrics/macos-xcode11-release/render-tests/basic-v9/z0-narrow-y/metrics.json index d149583eac7..c738e3b757b 100644 --- a/metrics/macos-xcode11-release/render-tests/basic-v9/z0-narrow-y/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/basic-v9/z0-narrow-y/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/basic-v9/z0-wide-x/metrics.json b/metrics/macos-xcode11-release/render-tests/basic-v9/z0-wide-x/metrics.json index d149583eac7..c738e3b757b 100644 --- a/metrics/macos-xcode11-release/render-tests/basic-v9/z0-wide-x/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/basic-v9/z0-wide-x/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/basic-v9/z0/metrics.json b/metrics/macos-xcode11-release/render-tests/basic-v9/z0/metrics.json index f5baf3924a9..29b4d5d491e 100644 --- a/metrics/macos-xcode11-release/render-tests/basic-v9/z0/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/basic-v9/z0/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/bright-v9/z0/metrics.json b/metrics/macos-xcode11-release/render-tests/bright-v9/z0/metrics.json index bc753ead908..7ea96e3a64f 100644 --- a/metrics/macos-xcode11-release/render-tests/bright-v9/z0/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/bright-v9/z0/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/circle-blur/blending/metrics.json b/metrics/macos-xcode11-release/render-tests/circle-blur/blending/metrics.json index 3e29447ea9a..7288b67ed1c 100644 --- a/metrics/macos-xcode11-release/render-tests/circle-blur/blending/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/circle-blur/blending/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/circle-blur/default/metrics.json b/metrics/macos-xcode11-release/render-tests/circle-blur/default/metrics.json index b7fcd045414..c5dc4e05e94 100644 --- a/metrics/macos-xcode11-release/render-tests/circle-blur/default/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/circle-blur/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/circle-blur/function/metrics.json b/metrics/macos-xcode11-release/render-tests/circle-blur/function/metrics.json index b7fcd045414..c5dc4e05e94 100644 --- a/metrics/macos-xcode11-release/render-tests/circle-blur/function/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/circle-blur/function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/circle-blur/literal-stroke/metrics.json b/metrics/macos-xcode11-release/render-tests/circle-blur/literal-stroke/metrics.json index b7fcd045414..c5dc4e05e94 100644 --- a/metrics/macos-xcode11-release/render-tests/circle-blur/literal-stroke/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/circle-blur/literal-stroke/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/circle-blur/literal/metrics.json b/metrics/macos-xcode11-release/render-tests/circle-blur/literal/metrics.json index b7fcd045414..c5dc4e05e94 100644 --- a/metrics/macos-xcode11-release/render-tests/circle-blur/literal/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/circle-blur/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/circle-blur/property-function/metrics.json b/metrics/macos-xcode11-release/render-tests/circle-blur/property-function/metrics.json index bf5b94a7258..c5dccb9cead 100644 --- a/metrics/macos-xcode11-release/render-tests/circle-blur/property-function/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/circle-blur/property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/circle-blur/zoom-and-property-function/metrics.json b/metrics/macos-xcode11-release/render-tests/circle-blur/zoom-and-property-function/metrics.json index 2b00a4fa064..5c78b6b810e 100644 --- a/metrics/macos-xcode11-release/render-tests/circle-blur/zoom-and-property-function/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/circle-blur/zoom-and-property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/circle-color/default/metrics.json b/metrics/macos-xcode11-release/render-tests/circle-color/default/metrics.json index b7fcd045414..c5dc4e05e94 100644 --- a/metrics/macos-xcode11-release/render-tests/circle-color/default/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/circle-color/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/circle-color/function/metrics.json b/metrics/macos-xcode11-release/render-tests/circle-color/function/metrics.json index b7fcd045414..c5dc4e05e94 100644 --- a/metrics/macos-xcode11-release/render-tests/circle-color/function/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/circle-color/function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/circle-color/literal/metrics.json b/metrics/macos-xcode11-release/render-tests/circle-color/literal/metrics.json index b7fcd045414..c5dc4e05e94 100644 --- a/metrics/macos-xcode11-release/render-tests/circle-color/literal/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/circle-color/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/circle-color/property-function/metrics.json b/metrics/macos-xcode11-release/render-tests/circle-color/property-function/metrics.json index 2b00a4fa064..5c78b6b810e 100644 --- a/metrics/macos-xcode11-release/render-tests/circle-color/property-function/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/circle-color/property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/circle-color/zoom-and-property-function/metrics.json b/metrics/macos-xcode11-release/render-tests/circle-color/zoom-and-property-function/metrics.json index cd37b906a56..6dc76e6fad1 100644 --- a/metrics/macos-xcode11-release/render-tests/circle-color/zoom-and-property-function/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/circle-color/zoom-and-property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/circle-geometry/linestring/metrics.json b/metrics/macos-xcode11-release/render-tests/circle-geometry/linestring/metrics.json index b7fcd045414..c5dc4e05e94 100644 --- a/metrics/macos-xcode11-release/render-tests/circle-geometry/linestring/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/circle-geometry/linestring/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/circle-geometry/multilinestring/metrics.json b/metrics/macos-xcode11-release/render-tests/circle-geometry/multilinestring/metrics.json index b9307738e09..baa04769a3d 100644 --- a/metrics/macos-xcode11-release/render-tests/circle-geometry/multilinestring/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/circle-geometry/multilinestring/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/circle-geometry/multipoint/metrics.json b/metrics/macos-xcode11-release/render-tests/circle-geometry/multipoint/metrics.json index b7fcd045414..c5dc4e05e94 100644 --- a/metrics/macos-xcode11-release/render-tests/circle-geometry/multipoint/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/circle-geometry/multipoint/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/circle-geometry/multipolygon/metrics.json b/metrics/macos-xcode11-release/render-tests/circle-geometry/multipolygon/metrics.json index 742ac68192d..967e8fa527d 100644 --- a/metrics/macos-xcode11-release/render-tests/circle-geometry/multipolygon/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/circle-geometry/multipolygon/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/circle-geometry/point/metrics.json b/metrics/macos-xcode11-release/render-tests/circle-geometry/point/metrics.json index 01b432fe214..e30b6a8224f 100644 --- a/metrics/macos-xcode11-release/render-tests/circle-geometry/point/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/circle-geometry/point/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/circle-geometry/polygon/metrics.json b/metrics/macos-xcode11-release/render-tests/circle-geometry/polygon/metrics.json index b65ae23a753..089b0be4abb 100644 --- a/metrics/macos-xcode11-release/render-tests/circle-geometry/polygon/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/circle-geometry/polygon/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/circle-opacity/blending/metrics.json b/metrics/macos-xcode11-release/render-tests/circle-opacity/blending/metrics.json index bf5b94a7258..c5dccb9cead 100644 --- a/metrics/macos-xcode11-release/render-tests/circle-opacity/blending/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/circle-opacity/blending/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/circle-opacity/default/metrics.json b/metrics/macos-xcode11-release/render-tests/circle-opacity/default/metrics.json index b7fcd045414..c5dc4e05e94 100644 --- a/metrics/macos-xcode11-release/render-tests/circle-opacity/default/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/circle-opacity/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/circle-opacity/function/metrics.json b/metrics/macos-xcode11-release/render-tests/circle-opacity/function/metrics.json index b7fcd045414..c5dc4e05e94 100644 --- a/metrics/macos-xcode11-release/render-tests/circle-opacity/function/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/circle-opacity/function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/circle-opacity/literal/metrics.json b/metrics/macos-xcode11-release/render-tests/circle-opacity/literal/metrics.json index b7fcd045414..c5dc4e05e94 100644 --- a/metrics/macos-xcode11-release/render-tests/circle-opacity/literal/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/circle-opacity/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/circle-opacity/property-function/metrics.json b/metrics/macos-xcode11-release/render-tests/circle-opacity/property-function/metrics.json index bf5b94a7258..c5dccb9cead 100644 --- a/metrics/macos-xcode11-release/render-tests/circle-opacity/property-function/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/circle-opacity/property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/circle-opacity/zoom-and-property-function/metrics.json b/metrics/macos-xcode11-release/render-tests/circle-opacity/zoom-and-property-function/metrics.json index 2b00a4fa064..5c78b6b810e 100644 --- a/metrics/macos-xcode11-release/render-tests/circle-opacity/zoom-and-property-function/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/circle-opacity/zoom-and-property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/circle-pitch-alignment/map-scale-map/metrics.json b/metrics/macos-xcode11-release/render-tests/circle-pitch-alignment/map-scale-map/metrics.json index 62ea5c7dea0..82a579190aa 100644 --- a/metrics/macos-xcode11-release/render-tests/circle-pitch-alignment/map-scale-map/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/circle-pitch-alignment/map-scale-map/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/circle-pitch-alignment/map-scale-viewport/metrics.json b/metrics/macos-xcode11-release/render-tests/circle-pitch-alignment/map-scale-viewport/metrics.json index 62ea5c7dea0..82a579190aa 100644 --- a/metrics/macos-xcode11-release/render-tests/circle-pitch-alignment/map-scale-viewport/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/circle-pitch-alignment/map-scale-viewport/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/circle-pitch-alignment/viewport-scale-map/metrics.json b/metrics/macos-xcode11-release/render-tests/circle-pitch-alignment/viewport-scale-map/metrics.json index 62ea5c7dea0..82a579190aa 100644 --- a/metrics/macos-xcode11-release/render-tests/circle-pitch-alignment/viewport-scale-map/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/circle-pitch-alignment/viewport-scale-map/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/circle-pitch-alignment/viewport-scale-viewport/metrics.json b/metrics/macos-xcode11-release/render-tests/circle-pitch-alignment/viewport-scale-viewport/metrics.json index 62ea5c7dea0..82a579190aa 100644 --- a/metrics/macos-xcode11-release/render-tests/circle-pitch-alignment/viewport-scale-viewport/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/circle-pitch-alignment/viewport-scale-viewport/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/circle-pitch-scale/default/metrics.json b/metrics/macos-xcode11-release/render-tests/circle-pitch-scale/default/metrics.json index 62ea5c7dea0..82a579190aa 100644 --- a/metrics/macos-xcode11-release/render-tests/circle-pitch-scale/default/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/circle-pitch-scale/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/circle-pitch-scale/map/metrics.json b/metrics/macos-xcode11-release/render-tests/circle-pitch-scale/map/metrics.json index 62ea5c7dea0..82a579190aa 100644 --- a/metrics/macos-xcode11-release/render-tests/circle-pitch-scale/map/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/circle-pitch-scale/map/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/circle-pitch-scale/viewport/metrics.json b/metrics/macos-xcode11-release/render-tests/circle-pitch-scale/viewport/metrics.json index 62ea5c7dea0..82a579190aa 100644 --- a/metrics/macos-xcode11-release/render-tests/circle-pitch-scale/viewport/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/circle-pitch-scale/viewport/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/circle-radius/antimeridian/metrics.json b/metrics/macos-xcode11-release/render-tests/circle-radius/antimeridian/metrics.json index b7fcd045414..c5dc4e05e94 100644 --- a/metrics/macos-xcode11-release/render-tests/circle-radius/antimeridian/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/circle-radius/antimeridian/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/circle-radius/default/metrics.json b/metrics/macos-xcode11-release/render-tests/circle-radius/default/metrics.json index b7fcd045414..c5dc4e05e94 100644 --- a/metrics/macos-xcode11-release/render-tests/circle-radius/default/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/circle-radius/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/circle-radius/function/metrics.json b/metrics/macos-xcode11-release/render-tests/circle-radius/function/metrics.json index b7fcd045414..c5dc4e05e94 100644 --- a/metrics/macos-xcode11-release/render-tests/circle-radius/function/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/circle-radius/function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/circle-radius/literal/metrics.json b/metrics/macos-xcode11-release/render-tests/circle-radius/literal/metrics.json index b7fcd045414..c5dc4e05e94 100644 --- a/metrics/macos-xcode11-release/render-tests/circle-radius/literal/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/circle-radius/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/circle-radius/property-function/metrics.json b/metrics/macos-xcode11-release/render-tests/circle-radius/property-function/metrics.json index bf5b94a7258..c5dccb9cead 100644 --- a/metrics/macos-xcode11-release/render-tests/circle-radius/property-function/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/circle-radius/property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/circle-radius/zoom-and-property-function/metrics.json b/metrics/macos-xcode11-release/render-tests/circle-radius/zoom-and-property-function/metrics.json index 2b00a4fa064..5c78b6b810e 100644 --- a/metrics/macos-xcode11-release/render-tests/circle-radius/zoom-and-property-function/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/circle-radius/zoom-and-property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/circle-sort-key/literal/metrics.json b/metrics/macos-xcode11-release/render-tests/circle-sort-key/literal/metrics.json index a7ecf0458cb..9bd7de306eb 100644 --- a/metrics/macos-xcode11-release/render-tests/circle-sort-key/literal/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/circle-sort-key/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/circle-stroke-color/default/metrics.json b/metrics/macos-xcode11-release/render-tests/circle-stroke-color/default/metrics.json index b7fcd045414..c5dc4e05e94 100644 --- a/metrics/macos-xcode11-release/render-tests/circle-stroke-color/default/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/circle-stroke-color/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/circle-stroke-color/function/metrics.json b/metrics/macos-xcode11-release/render-tests/circle-stroke-color/function/metrics.json index b7fcd045414..c5dc4e05e94 100644 --- a/metrics/macos-xcode11-release/render-tests/circle-stroke-color/function/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/circle-stroke-color/function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/circle-stroke-color/literal/metrics.json b/metrics/macos-xcode11-release/render-tests/circle-stroke-color/literal/metrics.json index b7fcd045414..c5dc4e05e94 100644 --- a/metrics/macos-xcode11-release/render-tests/circle-stroke-color/literal/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/circle-stroke-color/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/circle-stroke-color/property-function/metrics.json b/metrics/macos-xcode11-release/render-tests/circle-stroke-color/property-function/metrics.json index 2b00a4fa064..5c78b6b810e 100644 --- a/metrics/macos-xcode11-release/render-tests/circle-stroke-color/property-function/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/circle-stroke-color/property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/circle-stroke-color/zoom-and-property-function/metrics.json b/metrics/macos-xcode11-release/render-tests/circle-stroke-color/zoom-and-property-function/metrics.json index cd37b906a56..6dc76e6fad1 100644 --- a/metrics/macos-xcode11-release/render-tests/circle-stroke-color/zoom-and-property-function/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/circle-stroke-color/zoom-and-property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/circle-stroke-opacity/default/metrics.json b/metrics/macos-xcode11-release/render-tests/circle-stroke-opacity/default/metrics.json index b7fcd045414..c5dc4e05e94 100644 --- a/metrics/macos-xcode11-release/render-tests/circle-stroke-opacity/default/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/circle-stroke-opacity/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/circle-stroke-opacity/function/metrics.json b/metrics/macos-xcode11-release/render-tests/circle-stroke-opacity/function/metrics.json index b7fcd045414..c5dc4e05e94 100644 --- a/metrics/macos-xcode11-release/render-tests/circle-stroke-opacity/function/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/circle-stroke-opacity/function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/circle-stroke-opacity/literal/metrics.json b/metrics/macos-xcode11-release/render-tests/circle-stroke-opacity/literal/metrics.json index b7fcd045414..c5dc4e05e94 100644 --- a/metrics/macos-xcode11-release/render-tests/circle-stroke-opacity/literal/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/circle-stroke-opacity/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/circle-stroke-opacity/property-function/metrics.json b/metrics/macos-xcode11-release/render-tests/circle-stroke-opacity/property-function/metrics.json index bf5b94a7258..c5dccb9cead 100644 --- a/metrics/macos-xcode11-release/render-tests/circle-stroke-opacity/property-function/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/circle-stroke-opacity/property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/circle-stroke-opacity/stroke-only/metrics.json b/metrics/macos-xcode11-release/render-tests/circle-stroke-opacity/stroke-only/metrics.json index b7fcd045414..c5dc4e05e94 100644 --- a/metrics/macos-xcode11-release/render-tests/circle-stroke-opacity/stroke-only/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/circle-stroke-opacity/stroke-only/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/circle-stroke-opacity/zoom-and-property-function/metrics.json b/metrics/macos-xcode11-release/render-tests/circle-stroke-opacity/zoom-and-property-function/metrics.json index 2b00a4fa064..5c78b6b810e 100644 --- a/metrics/macos-xcode11-release/render-tests/circle-stroke-opacity/zoom-and-property-function/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/circle-stroke-opacity/zoom-and-property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/circle-stroke-width/default/metrics.json b/metrics/macos-xcode11-release/render-tests/circle-stroke-width/default/metrics.json index b7fcd045414..c5dc4e05e94 100644 --- a/metrics/macos-xcode11-release/render-tests/circle-stroke-width/default/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/circle-stroke-width/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/circle-stroke-width/function/metrics.json b/metrics/macos-xcode11-release/render-tests/circle-stroke-width/function/metrics.json index b7fcd045414..c5dc4e05e94 100644 --- a/metrics/macos-xcode11-release/render-tests/circle-stroke-width/function/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/circle-stroke-width/function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/circle-stroke-width/literal/metrics.json b/metrics/macos-xcode11-release/render-tests/circle-stroke-width/literal/metrics.json index b7fcd045414..c5dc4e05e94 100644 --- a/metrics/macos-xcode11-release/render-tests/circle-stroke-width/literal/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/circle-stroke-width/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/circle-stroke-width/property-function/metrics.json b/metrics/macos-xcode11-release/render-tests/circle-stroke-width/property-function/metrics.json index bf5b94a7258..c5dccb9cead 100644 --- a/metrics/macos-xcode11-release/render-tests/circle-stroke-width/property-function/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/circle-stroke-width/property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/circle-stroke-width/zoom-and-property-function/metrics.json b/metrics/macos-xcode11-release/render-tests/circle-stroke-width/zoom-and-property-function/metrics.json index 2b00a4fa064..5c78b6b810e 100644 --- a/metrics/macos-xcode11-release/render-tests/circle-stroke-width/zoom-and-property-function/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/circle-stroke-width/zoom-and-property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/circle-translate-anchor/map/metrics.json b/metrics/macos-xcode11-release/render-tests/circle-translate-anchor/map/metrics.json index b7fcd045414..c5dc4e05e94 100644 --- a/metrics/macos-xcode11-release/render-tests/circle-translate-anchor/map/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/circle-translate-anchor/map/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/circle-translate-anchor/viewport/metrics.json b/metrics/macos-xcode11-release/render-tests/circle-translate-anchor/viewport/metrics.json index b7fcd045414..c5dc4e05e94 100644 --- a/metrics/macos-xcode11-release/render-tests/circle-translate-anchor/viewport/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/circle-translate-anchor/viewport/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/circle-translate/default/metrics.json b/metrics/macos-xcode11-release/render-tests/circle-translate/default/metrics.json index b7fcd045414..c5dc4e05e94 100644 --- a/metrics/macos-xcode11-release/render-tests/circle-translate/default/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/circle-translate/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/circle-translate/function/metrics.json b/metrics/macos-xcode11-release/render-tests/circle-translate/function/metrics.json index b7fcd045414..c5dc4e05e94 100644 --- a/metrics/macos-xcode11-release/render-tests/circle-translate/function/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/circle-translate/function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/circle-translate/literal/metrics.json b/metrics/macos-xcode11-release/render-tests/circle-translate/literal/metrics.json index b7fcd045414..c5dc4e05e94 100644 --- a/metrics/macos-xcode11-release/render-tests/circle-translate/literal/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/circle-translate/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/combinations/background-opaque--background-opaque/metrics.json b/metrics/macos-xcode11-release/render-tests/combinations/background-opaque--background-opaque/metrics.json index ca19895c81d..385524356c4 100644 --- a/metrics/macos-xcode11-release/render-tests/combinations/background-opaque--background-opaque/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/combinations/background-opaque--background-opaque/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/combinations/background-opaque--background-translucent/metrics.json b/metrics/macos-xcode11-release/render-tests/combinations/background-opaque--background-translucent/metrics.json index ca19895c81d..385524356c4 100644 --- a/metrics/macos-xcode11-release/render-tests/combinations/background-opaque--background-translucent/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/combinations/background-opaque--background-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/combinations/background-opaque--circle-translucent/metrics.json b/metrics/macos-xcode11-release/render-tests/combinations/background-opaque--circle-translucent/metrics.json index b65ae23a753..089b0be4abb 100644 --- a/metrics/macos-xcode11-release/render-tests/combinations/background-opaque--circle-translucent/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/combinations/background-opaque--circle-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/combinations/background-opaque--fill-extrusion-translucent/metrics.json b/metrics/macos-xcode11-release/render-tests/combinations/background-opaque--fill-extrusion-translucent/metrics.json index 869c4378bf3..f712c8f66dc 100644 --- a/metrics/macos-xcode11-release/render-tests/combinations/background-opaque--fill-extrusion-translucent/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/combinations/background-opaque--fill-extrusion-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/combinations/background-opaque--fill-opaque/metrics.json b/metrics/macos-xcode11-release/render-tests/combinations/background-opaque--fill-opaque/metrics.json index 873f47815fe..a1e24dbecc7 100644 --- a/metrics/macos-xcode11-release/render-tests/combinations/background-opaque--fill-opaque/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/combinations/background-opaque--fill-opaque/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/combinations/background-opaque--fill-translucent/metrics.json b/metrics/macos-xcode11-release/render-tests/combinations/background-opaque--fill-translucent/metrics.json index 873f47815fe..a1e24dbecc7 100644 --- a/metrics/macos-xcode11-release/render-tests/combinations/background-opaque--fill-translucent/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/combinations/background-opaque--fill-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/combinations/background-opaque--heatmap-translucent/metrics.json b/metrics/macos-xcode11-release/render-tests/combinations/background-opaque--heatmap-translucent/metrics.json index 5cc4b977fff..459db2373ea 100644 --- a/metrics/macos-xcode11-release/render-tests/combinations/background-opaque--heatmap-translucent/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/combinations/background-opaque--heatmap-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/combinations/background-opaque--hillshade-translucent/metrics.json b/metrics/macos-xcode11-release/render-tests/combinations/background-opaque--hillshade-translucent/metrics.json index fe9af55d561..3341db244c6 100644 --- a/metrics/macos-xcode11-release/render-tests/combinations/background-opaque--hillshade-translucent/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/combinations/background-opaque--hillshade-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/combinations/background-opaque--line-translucent/metrics.json b/metrics/macos-xcode11-release/render-tests/combinations/background-opaque--line-translucent/metrics.json index 43b92c8fd62..bf9465ff8aa 100644 --- a/metrics/macos-xcode11-release/render-tests/combinations/background-opaque--line-translucent/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/combinations/background-opaque--line-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/combinations/background-opaque--raster-translucent/metrics.json b/metrics/macos-xcode11-release/render-tests/combinations/background-opaque--raster-translucent/metrics.json index aeff97a9b28..4c90b1a1026 100644 --- a/metrics/macos-xcode11-release/render-tests/combinations/background-opaque--raster-translucent/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/combinations/background-opaque--raster-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/combinations/background-opaque--symbol-translucent/metrics.json b/metrics/macos-xcode11-release/render-tests/combinations/background-opaque--symbol-translucent/metrics.json index ff10b87fe60..80efc975536 100644 --- a/metrics/macos-xcode11-release/render-tests/combinations/background-opaque--symbol-translucent/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/combinations/background-opaque--symbol-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/combinations/background-translucent--background-opaque/metrics.json b/metrics/macos-xcode11-release/render-tests/combinations/background-translucent--background-opaque/metrics.json index ca19895c81d..385524356c4 100644 --- a/metrics/macos-xcode11-release/render-tests/combinations/background-translucent--background-opaque/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/combinations/background-translucent--background-opaque/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/combinations/background-translucent--background-translucent/metrics.json b/metrics/macos-xcode11-release/render-tests/combinations/background-translucent--background-translucent/metrics.json index ca19895c81d..385524356c4 100644 --- a/metrics/macos-xcode11-release/render-tests/combinations/background-translucent--background-translucent/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/combinations/background-translucent--background-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/combinations/background-translucent--circle-translucent/metrics.json b/metrics/macos-xcode11-release/render-tests/combinations/background-translucent--circle-translucent/metrics.json index b65ae23a753..089b0be4abb 100644 --- a/metrics/macos-xcode11-release/render-tests/combinations/background-translucent--circle-translucent/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/combinations/background-translucent--circle-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/combinations/background-translucent--fill-extrusion-translucent/metrics.json b/metrics/macos-xcode11-release/render-tests/combinations/background-translucent--fill-extrusion-translucent/metrics.json index 869c4378bf3..f712c8f66dc 100644 --- a/metrics/macos-xcode11-release/render-tests/combinations/background-translucent--fill-extrusion-translucent/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/combinations/background-translucent--fill-extrusion-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/combinations/background-translucent--fill-opaque/metrics.json b/metrics/macos-xcode11-release/render-tests/combinations/background-translucent--fill-opaque/metrics.json index 873f47815fe..a1e24dbecc7 100644 --- a/metrics/macos-xcode11-release/render-tests/combinations/background-translucent--fill-opaque/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/combinations/background-translucent--fill-opaque/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/combinations/background-translucent--fill-translucent/metrics.json b/metrics/macos-xcode11-release/render-tests/combinations/background-translucent--fill-translucent/metrics.json index 873f47815fe..a1e24dbecc7 100644 --- a/metrics/macos-xcode11-release/render-tests/combinations/background-translucent--fill-translucent/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/combinations/background-translucent--fill-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/combinations/background-translucent--heatmap-translucent/metrics.json b/metrics/macos-xcode11-release/render-tests/combinations/background-translucent--heatmap-translucent/metrics.json index 5cc4b977fff..459db2373ea 100644 --- a/metrics/macos-xcode11-release/render-tests/combinations/background-translucent--heatmap-translucent/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/combinations/background-translucent--heatmap-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/combinations/background-translucent--hillshade-translucent/metrics.json b/metrics/macos-xcode11-release/render-tests/combinations/background-translucent--hillshade-translucent/metrics.json index fe9af55d561..3341db244c6 100644 --- a/metrics/macos-xcode11-release/render-tests/combinations/background-translucent--hillshade-translucent/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/combinations/background-translucent--hillshade-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/combinations/background-translucent--line-translucent/metrics.json b/metrics/macos-xcode11-release/render-tests/combinations/background-translucent--line-translucent/metrics.json index 43b92c8fd62..bf9465ff8aa 100644 --- a/metrics/macos-xcode11-release/render-tests/combinations/background-translucent--line-translucent/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/combinations/background-translucent--line-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/combinations/background-translucent--raster-translucent/metrics.json b/metrics/macos-xcode11-release/render-tests/combinations/background-translucent--raster-translucent/metrics.json index aeff97a9b28..4c90b1a1026 100644 --- a/metrics/macos-xcode11-release/render-tests/combinations/background-translucent--raster-translucent/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/combinations/background-translucent--raster-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/combinations/background-translucent--symbol-translucent/metrics.json b/metrics/macos-xcode11-release/render-tests/combinations/background-translucent--symbol-translucent/metrics.json index ff10b87fe60..80efc975536 100644 --- a/metrics/macos-xcode11-release/render-tests/combinations/background-translucent--symbol-translucent/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/combinations/background-translucent--symbol-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/combinations/circle-translucent--background-opaque/metrics.json b/metrics/macos-xcode11-release/render-tests/combinations/circle-translucent--background-opaque/metrics.json index d5ad1d9303d..dc413c28a83 100644 --- a/metrics/macos-xcode11-release/render-tests/combinations/circle-translucent--background-opaque/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/combinations/circle-translucent--background-opaque/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/combinations/circle-translucent--background-translucent/metrics.json b/metrics/macos-xcode11-release/render-tests/combinations/circle-translucent--background-translucent/metrics.json index d5ad1d9303d..dc413c28a83 100644 --- a/metrics/macos-xcode11-release/render-tests/combinations/circle-translucent--background-translucent/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/combinations/circle-translucent--background-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/combinations/circle-translucent--circle-translucent/metrics.json b/metrics/macos-xcode11-release/render-tests/combinations/circle-translucent--circle-translucent/metrics.json index d5ad1d9303d..dc413c28a83 100644 --- a/metrics/macos-xcode11-release/render-tests/combinations/circle-translucent--circle-translucent/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/combinations/circle-translucent--circle-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/combinations/circle-translucent--fill-extrusion-translucent/metrics.json b/metrics/macos-xcode11-release/render-tests/combinations/circle-translucent--fill-extrusion-translucent/metrics.json index d0a09330c38..02e32b225c1 100644 --- a/metrics/macos-xcode11-release/render-tests/combinations/circle-translucent--fill-extrusion-translucent/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/combinations/circle-translucent--fill-extrusion-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/combinations/circle-translucent--fill-opaque/metrics.json b/metrics/macos-xcode11-release/render-tests/combinations/circle-translucent--fill-opaque/metrics.json index 54232a88593..3589506596e 100644 --- a/metrics/macos-xcode11-release/render-tests/combinations/circle-translucent--fill-opaque/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/combinations/circle-translucent--fill-opaque/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/combinations/circle-translucent--fill-translucent/metrics.json b/metrics/macos-xcode11-release/render-tests/combinations/circle-translucent--fill-translucent/metrics.json index 54232a88593..3589506596e 100644 --- a/metrics/macos-xcode11-release/render-tests/combinations/circle-translucent--fill-translucent/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/combinations/circle-translucent--fill-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/combinations/circle-translucent--heatmap-translucent/metrics.json b/metrics/macos-xcode11-release/render-tests/combinations/circle-translucent--heatmap-translucent/metrics.json index b342e18183b..04e5de8e775 100644 --- a/metrics/macos-xcode11-release/render-tests/combinations/circle-translucent--heatmap-translucent/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/combinations/circle-translucent--heatmap-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/combinations/circle-translucent--hillshade-translucent/metrics.json b/metrics/macos-xcode11-release/render-tests/combinations/circle-translucent--hillshade-translucent/metrics.json index 2ecd93ab0db..008f32728a9 100644 --- a/metrics/macos-xcode11-release/render-tests/combinations/circle-translucent--hillshade-translucent/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/combinations/circle-translucent--hillshade-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/combinations/circle-translucent--line-translucent/metrics.json b/metrics/macos-xcode11-release/render-tests/combinations/circle-translucent--line-translucent/metrics.json index 34e16412442..848c8eed8f1 100644 --- a/metrics/macos-xcode11-release/render-tests/combinations/circle-translucent--line-translucent/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/combinations/circle-translucent--line-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/combinations/circle-translucent--raster-translucent/metrics.json b/metrics/macos-xcode11-release/render-tests/combinations/circle-translucent--raster-translucent/metrics.json index 8543c93e3fb..313c9a78216 100644 --- a/metrics/macos-xcode11-release/render-tests/combinations/circle-translucent--raster-translucent/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/combinations/circle-translucent--raster-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/combinations/circle-translucent--symbol-translucent/metrics.json b/metrics/macos-xcode11-release/render-tests/combinations/circle-translucent--symbol-translucent/metrics.json index 7f048825740..509f08c45c2 100644 --- a/metrics/macos-xcode11-release/render-tests/combinations/circle-translucent--symbol-translucent/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/combinations/circle-translucent--symbol-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/combinations/fill-extrusion--fill-opaque/metrics.json b/metrics/macos-xcode11-release/render-tests/combinations/fill-extrusion--fill-opaque/metrics.json index 158f4a877cf..7c68a9b0ae7 100644 --- a/metrics/macos-xcode11-release/render-tests/combinations/fill-extrusion--fill-opaque/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/combinations/fill-extrusion--fill-opaque/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/combinations/fill-extrusion--fill-translucent/metrics.json b/metrics/macos-xcode11-release/render-tests/combinations/fill-extrusion--fill-translucent/metrics.json index 158f4a877cf..7c68a9b0ae7 100644 --- a/metrics/macos-xcode11-release/render-tests/combinations/fill-extrusion--fill-translucent/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/combinations/fill-extrusion--fill-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/combinations/fill-extrusion-translucent--background-opaque/metrics.json b/metrics/macos-xcode11-release/render-tests/combinations/fill-extrusion-translucent--background-opaque/metrics.json index 070982798d7..ddd80ebcd4a 100644 --- a/metrics/macos-xcode11-release/render-tests/combinations/fill-extrusion-translucent--background-opaque/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/combinations/fill-extrusion-translucent--background-opaque/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/combinations/fill-extrusion-translucent--background-translucent/metrics.json b/metrics/macos-xcode11-release/render-tests/combinations/fill-extrusion-translucent--background-translucent/metrics.json index 070982798d7..ddd80ebcd4a 100644 --- a/metrics/macos-xcode11-release/render-tests/combinations/fill-extrusion-translucent--background-translucent/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/combinations/fill-extrusion-translucent--background-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/combinations/fill-extrusion-translucent--circle-translucent/metrics.json b/metrics/macos-xcode11-release/render-tests/combinations/fill-extrusion-translucent--circle-translucent/metrics.json index d0a09330c38..02e32b225c1 100644 --- a/metrics/macos-xcode11-release/render-tests/combinations/fill-extrusion-translucent--circle-translucent/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/combinations/fill-extrusion-translucent--circle-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/combinations/fill-extrusion-translucent--fill-extrusion-translucent/metrics.json b/metrics/macos-xcode11-release/render-tests/combinations/fill-extrusion-translucent--fill-extrusion-translucent/metrics.json index 070982798d7..ddd80ebcd4a 100644 --- a/metrics/macos-xcode11-release/render-tests/combinations/fill-extrusion-translucent--fill-extrusion-translucent/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/combinations/fill-extrusion-translucent--fill-extrusion-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/combinations/fill-extrusion-translucent--fill-opaque/metrics.json b/metrics/macos-xcode11-release/render-tests/combinations/fill-extrusion-translucent--fill-opaque/metrics.json index 9dd47aeeeb5..42b4e6f9890 100644 --- a/metrics/macos-xcode11-release/render-tests/combinations/fill-extrusion-translucent--fill-opaque/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/combinations/fill-extrusion-translucent--fill-opaque/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/combinations/fill-extrusion-translucent--fill-translucent/metrics.json b/metrics/macos-xcode11-release/render-tests/combinations/fill-extrusion-translucent--fill-translucent/metrics.json index f460f1be9e6..758831370f8 100644 --- a/metrics/macos-xcode11-release/render-tests/combinations/fill-extrusion-translucent--fill-translucent/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/combinations/fill-extrusion-translucent--fill-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/combinations/fill-extrusion-translucent--heatmap-translucent/metrics.json b/metrics/macos-xcode11-release/render-tests/combinations/fill-extrusion-translucent--heatmap-translucent/metrics.json index a4c2b929c75..ab72e118cc7 100644 --- a/metrics/macos-xcode11-release/render-tests/combinations/fill-extrusion-translucent--heatmap-translucent/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/combinations/fill-extrusion-translucent--heatmap-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/combinations/fill-extrusion-translucent--hillshade-translucent/metrics.json b/metrics/macos-xcode11-release/render-tests/combinations/fill-extrusion-translucent--hillshade-translucent/metrics.json index f9f2c55c050..a404300fa4e 100644 --- a/metrics/macos-xcode11-release/render-tests/combinations/fill-extrusion-translucent--hillshade-translucent/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/combinations/fill-extrusion-translucent--hillshade-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/combinations/fill-extrusion-translucent--line-translucent/metrics.json b/metrics/macos-xcode11-release/render-tests/combinations/fill-extrusion-translucent--line-translucent/metrics.json index b9a70d7457b..dff1b0cc4e1 100644 --- a/metrics/macos-xcode11-release/render-tests/combinations/fill-extrusion-translucent--line-translucent/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/combinations/fill-extrusion-translucent--line-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/combinations/fill-extrusion-translucent--raster-translucent/metrics.json b/metrics/macos-xcode11-release/render-tests/combinations/fill-extrusion-translucent--raster-translucent/metrics.json index ba3da4f660c..87a7cf57671 100644 --- a/metrics/macos-xcode11-release/render-tests/combinations/fill-extrusion-translucent--raster-translucent/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/combinations/fill-extrusion-translucent--raster-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/combinations/fill-extrusion-translucent--symbol-translucent/metrics.json b/metrics/macos-xcode11-release/render-tests/combinations/fill-extrusion-translucent--symbol-translucent/metrics.json index e06f8fc8fc1..7c9e77d5811 100644 --- a/metrics/macos-xcode11-release/render-tests/combinations/fill-extrusion-translucent--symbol-translucent/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/combinations/fill-extrusion-translucent--symbol-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/combinations/fill-opaque--background-opaque/metrics.json b/metrics/macos-xcode11-release/render-tests/combinations/fill-opaque--background-opaque/metrics.json index d9701f6181e..e3f653570e1 100644 --- a/metrics/macos-xcode11-release/render-tests/combinations/fill-opaque--background-opaque/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/combinations/fill-opaque--background-opaque/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/combinations/fill-opaque--background-translucent/metrics.json b/metrics/macos-xcode11-release/render-tests/combinations/fill-opaque--background-translucent/metrics.json index d9701f6181e..e3f653570e1 100644 --- a/metrics/macos-xcode11-release/render-tests/combinations/fill-opaque--background-translucent/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/combinations/fill-opaque--background-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/combinations/fill-opaque--circle-translucent/metrics.json b/metrics/macos-xcode11-release/render-tests/combinations/fill-opaque--circle-translucent/metrics.json index 54232a88593..3589506596e 100644 --- a/metrics/macos-xcode11-release/render-tests/combinations/fill-opaque--circle-translucent/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/combinations/fill-opaque--circle-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/combinations/fill-opaque--fill-extrusion-translucent/metrics.json b/metrics/macos-xcode11-release/render-tests/combinations/fill-opaque--fill-extrusion-translucent/metrics.json index 158f4a877cf..7c68a9b0ae7 100644 --- a/metrics/macos-xcode11-release/render-tests/combinations/fill-opaque--fill-extrusion-translucent/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/combinations/fill-opaque--fill-extrusion-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/combinations/fill-opaque--fill-opaque/metrics.json b/metrics/macos-xcode11-release/render-tests/combinations/fill-opaque--fill-opaque/metrics.json index 511b43f4d27..0c3fa00030f 100644 --- a/metrics/macos-xcode11-release/render-tests/combinations/fill-opaque--fill-opaque/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/combinations/fill-opaque--fill-opaque/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/combinations/fill-opaque--fill-translucent/metrics.json b/metrics/macos-xcode11-release/render-tests/combinations/fill-opaque--fill-translucent/metrics.json index 511b43f4d27..0c3fa00030f 100644 --- a/metrics/macos-xcode11-release/render-tests/combinations/fill-opaque--fill-translucent/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/combinations/fill-opaque--fill-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/combinations/fill-opaque--heatmap-translucent/metrics.json b/metrics/macos-xcode11-release/render-tests/combinations/fill-opaque--heatmap-translucent/metrics.json index 5565a4dd482..8a2c3875148 100644 --- a/metrics/macos-xcode11-release/render-tests/combinations/fill-opaque--heatmap-translucent/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/combinations/fill-opaque--heatmap-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/combinations/fill-opaque--hillshade-translucent/metrics.json b/metrics/macos-xcode11-release/render-tests/combinations/fill-opaque--hillshade-translucent/metrics.json index 130eb528504..9de2075c67f 100644 --- a/metrics/macos-xcode11-release/render-tests/combinations/fill-opaque--hillshade-translucent/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/combinations/fill-opaque--hillshade-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/combinations/fill-opaque--line-translucent/metrics.json b/metrics/macos-xcode11-release/render-tests/combinations/fill-opaque--line-translucent/metrics.json index aac3c6d3088..3fa48c6a965 100644 --- a/metrics/macos-xcode11-release/render-tests/combinations/fill-opaque--line-translucent/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/combinations/fill-opaque--line-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/combinations/fill-opaque--raster-translucent/metrics.json b/metrics/macos-xcode11-release/render-tests/combinations/fill-opaque--raster-translucent/metrics.json index a6e96270b25..3f327cb1242 100644 --- a/metrics/macos-xcode11-release/render-tests/combinations/fill-opaque--raster-translucent/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/combinations/fill-opaque--raster-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/combinations/fill-opaque--symbol-translucent/metrics.json b/metrics/macos-xcode11-release/render-tests/combinations/fill-opaque--symbol-translucent/metrics.json index c1bede4b522..b7c8916479b 100644 --- a/metrics/macos-xcode11-release/render-tests/combinations/fill-opaque--symbol-translucent/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/combinations/fill-opaque--symbol-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/combinations/fill-translucent--background-opaque/metrics.json b/metrics/macos-xcode11-release/render-tests/combinations/fill-translucent--background-opaque/metrics.json index d9701f6181e..e3f653570e1 100644 --- a/metrics/macos-xcode11-release/render-tests/combinations/fill-translucent--background-opaque/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/combinations/fill-translucent--background-opaque/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/combinations/fill-translucent--background-translucent/metrics.json b/metrics/macos-xcode11-release/render-tests/combinations/fill-translucent--background-translucent/metrics.json index d9701f6181e..e3f653570e1 100644 --- a/metrics/macos-xcode11-release/render-tests/combinations/fill-translucent--background-translucent/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/combinations/fill-translucent--background-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/combinations/fill-translucent--circle-translucent/metrics.json b/metrics/macos-xcode11-release/render-tests/combinations/fill-translucent--circle-translucent/metrics.json index 54232a88593..3589506596e 100644 --- a/metrics/macos-xcode11-release/render-tests/combinations/fill-translucent--circle-translucent/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/combinations/fill-translucent--circle-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/combinations/fill-translucent--fill-extrusion-translucent/metrics.json b/metrics/macos-xcode11-release/render-tests/combinations/fill-translucent--fill-extrusion-translucent/metrics.json index 158f4a877cf..7c68a9b0ae7 100644 --- a/metrics/macos-xcode11-release/render-tests/combinations/fill-translucent--fill-extrusion-translucent/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/combinations/fill-translucent--fill-extrusion-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/combinations/fill-translucent--fill-opaque/metrics.json b/metrics/macos-xcode11-release/render-tests/combinations/fill-translucent--fill-opaque/metrics.json index 511b43f4d27..0c3fa00030f 100644 --- a/metrics/macos-xcode11-release/render-tests/combinations/fill-translucent--fill-opaque/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/combinations/fill-translucent--fill-opaque/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/combinations/fill-translucent--fill-translucent/metrics.json b/metrics/macos-xcode11-release/render-tests/combinations/fill-translucent--fill-translucent/metrics.json index 511b43f4d27..0c3fa00030f 100644 --- a/metrics/macos-xcode11-release/render-tests/combinations/fill-translucent--fill-translucent/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/combinations/fill-translucent--fill-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/combinations/fill-translucent--heatmap-translucent/metrics.json b/metrics/macos-xcode11-release/render-tests/combinations/fill-translucent--heatmap-translucent/metrics.json index 5565a4dd482..8a2c3875148 100644 --- a/metrics/macos-xcode11-release/render-tests/combinations/fill-translucent--heatmap-translucent/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/combinations/fill-translucent--heatmap-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/combinations/fill-translucent--hillshade-translucent/metrics.json b/metrics/macos-xcode11-release/render-tests/combinations/fill-translucent--hillshade-translucent/metrics.json index 130eb528504..9de2075c67f 100644 --- a/metrics/macos-xcode11-release/render-tests/combinations/fill-translucent--hillshade-translucent/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/combinations/fill-translucent--hillshade-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/combinations/fill-translucent--line-translucent/metrics.json b/metrics/macos-xcode11-release/render-tests/combinations/fill-translucent--line-translucent/metrics.json index aac3c6d3088..3fa48c6a965 100644 --- a/metrics/macos-xcode11-release/render-tests/combinations/fill-translucent--line-translucent/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/combinations/fill-translucent--line-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/combinations/fill-translucent--raster-translucent/metrics.json b/metrics/macos-xcode11-release/render-tests/combinations/fill-translucent--raster-translucent/metrics.json index a6e96270b25..3f327cb1242 100644 --- a/metrics/macos-xcode11-release/render-tests/combinations/fill-translucent--raster-translucent/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/combinations/fill-translucent--raster-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/combinations/fill-translucent--symbol-translucent/metrics.json b/metrics/macos-xcode11-release/render-tests/combinations/fill-translucent--symbol-translucent/metrics.json index c1bede4b522..b7c8916479b 100644 --- a/metrics/macos-xcode11-release/render-tests/combinations/fill-translucent--symbol-translucent/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/combinations/fill-translucent--symbol-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/combinations/heatmap-translucent--background-opaque/metrics.json b/metrics/macos-xcode11-release/render-tests/combinations/heatmap-translucent--background-opaque/metrics.json index 046dcc83f87..7e8e12d4e5c 100644 --- a/metrics/macos-xcode11-release/render-tests/combinations/heatmap-translucent--background-opaque/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/combinations/heatmap-translucent--background-opaque/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/combinations/heatmap-translucent--background-translucent/metrics.json b/metrics/macos-xcode11-release/render-tests/combinations/heatmap-translucent--background-translucent/metrics.json index 046dcc83f87..7e8e12d4e5c 100644 --- a/metrics/macos-xcode11-release/render-tests/combinations/heatmap-translucent--background-translucent/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/combinations/heatmap-translucent--background-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/combinations/heatmap-translucent--circle-translucent/metrics.json b/metrics/macos-xcode11-release/render-tests/combinations/heatmap-translucent--circle-translucent/metrics.json index b342e18183b..04e5de8e775 100644 --- a/metrics/macos-xcode11-release/render-tests/combinations/heatmap-translucent--circle-translucent/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/combinations/heatmap-translucent--circle-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/combinations/heatmap-translucent--fill-extrusion-translucent/metrics.json b/metrics/macos-xcode11-release/render-tests/combinations/heatmap-translucent--fill-extrusion-translucent/metrics.json index a4c2b929c75..ab72e118cc7 100644 --- a/metrics/macos-xcode11-release/render-tests/combinations/heatmap-translucent--fill-extrusion-translucent/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/combinations/heatmap-translucent--fill-extrusion-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/combinations/heatmap-translucent--fill-opaque/metrics.json b/metrics/macos-xcode11-release/render-tests/combinations/heatmap-translucent--fill-opaque/metrics.json index 5565a4dd482..8a2c3875148 100644 --- a/metrics/macos-xcode11-release/render-tests/combinations/heatmap-translucent--fill-opaque/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/combinations/heatmap-translucent--fill-opaque/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/combinations/heatmap-translucent--fill-translucent/metrics.json b/metrics/macos-xcode11-release/render-tests/combinations/heatmap-translucent--fill-translucent/metrics.json index 5565a4dd482..8a2c3875148 100644 --- a/metrics/macos-xcode11-release/render-tests/combinations/heatmap-translucent--fill-translucent/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/combinations/heatmap-translucent--fill-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/combinations/heatmap-translucent--heatmap-translucent/metrics.json b/metrics/macos-xcode11-release/render-tests/combinations/heatmap-translucent--heatmap-translucent/metrics.json index 94161dda76b..6f5af7fb644 100644 --- a/metrics/macos-xcode11-release/render-tests/combinations/heatmap-translucent--heatmap-translucent/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/combinations/heatmap-translucent--heatmap-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/combinations/heatmap-translucent--hillshade-translucent/metrics.json b/metrics/macos-xcode11-release/render-tests/combinations/heatmap-translucent--hillshade-translucent/metrics.json index eb8235bd221..e643b72cc24 100644 --- a/metrics/macos-xcode11-release/render-tests/combinations/heatmap-translucent--hillshade-translucent/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/combinations/heatmap-translucent--hillshade-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/combinations/heatmap-translucent--line-translucent/metrics.json b/metrics/macos-xcode11-release/render-tests/combinations/heatmap-translucent--line-translucent/metrics.json index e6b45ea3c9c..e7b5f516339 100644 --- a/metrics/macos-xcode11-release/render-tests/combinations/heatmap-translucent--line-translucent/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/combinations/heatmap-translucent--line-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/combinations/heatmap-translucent--raster-translucent/metrics.json b/metrics/macos-xcode11-release/render-tests/combinations/heatmap-translucent--raster-translucent/metrics.json index 46ae22eb392..43d09834abb 100644 --- a/metrics/macos-xcode11-release/render-tests/combinations/heatmap-translucent--raster-translucent/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/combinations/heatmap-translucent--raster-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/combinations/heatmap-translucent--symbol-translucent/metrics.json b/metrics/macos-xcode11-release/render-tests/combinations/heatmap-translucent--symbol-translucent/metrics.json index 60f01ff9e36..2914d385f21 100644 --- a/metrics/macos-xcode11-release/render-tests/combinations/heatmap-translucent--symbol-translucent/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/combinations/heatmap-translucent--symbol-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/combinations/hillshade-translucent--background-opaque/metrics.json b/metrics/macos-xcode11-release/render-tests/combinations/hillshade-translucent--background-opaque/metrics.json index 019fd54df32..9d85d6b956f 100644 --- a/metrics/macos-xcode11-release/render-tests/combinations/hillshade-translucent--background-opaque/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/combinations/hillshade-translucent--background-opaque/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/combinations/hillshade-translucent--background-translucent/metrics.json b/metrics/macos-xcode11-release/render-tests/combinations/hillshade-translucent--background-translucent/metrics.json index 019fd54df32..9d85d6b956f 100644 --- a/metrics/macos-xcode11-release/render-tests/combinations/hillshade-translucent--background-translucent/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/combinations/hillshade-translucent--background-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/combinations/hillshade-translucent--circle-translucent/metrics.json b/metrics/macos-xcode11-release/render-tests/combinations/hillshade-translucent--circle-translucent/metrics.json index 2ecd93ab0db..008f32728a9 100644 --- a/metrics/macos-xcode11-release/render-tests/combinations/hillshade-translucent--circle-translucent/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/combinations/hillshade-translucent--circle-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/combinations/hillshade-translucent--fill-extrusion-translucent/metrics.json b/metrics/macos-xcode11-release/render-tests/combinations/hillshade-translucent--fill-extrusion-translucent/metrics.json index f9f2c55c050..a404300fa4e 100644 --- a/metrics/macos-xcode11-release/render-tests/combinations/hillshade-translucent--fill-extrusion-translucent/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/combinations/hillshade-translucent--fill-extrusion-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/combinations/hillshade-translucent--fill-opaque/metrics.json b/metrics/macos-xcode11-release/render-tests/combinations/hillshade-translucent--fill-opaque/metrics.json index 130eb528504..9de2075c67f 100644 --- a/metrics/macos-xcode11-release/render-tests/combinations/hillshade-translucent--fill-opaque/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/combinations/hillshade-translucent--fill-opaque/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/combinations/hillshade-translucent--fill-translucent/metrics.json b/metrics/macos-xcode11-release/render-tests/combinations/hillshade-translucent--fill-translucent/metrics.json index 130eb528504..9de2075c67f 100644 --- a/metrics/macos-xcode11-release/render-tests/combinations/hillshade-translucent--fill-translucent/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/combinations/hillshade-translucent--fill-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/combinations/hillshade-translucent--heatmap-translucent/metrics.json b/metrics/macos-xcode11-release/render-tests/combinations/hillshade-translucent--heatmap-translucent/metrics.json index eb8235bd221..e643b72cc24 100644 --- a/metrics/macos-xcode11-release/render-tests/combinations/hillshade-translucent--heatmap-translucent/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/combinations/hillshade-translucent--heatmap-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/combinations/hillshade-translucent--hillshade-translucent/metrics.json b/metrics/macos-xcode11-release/render-tests/combinations/hillshade-translucent--hillshade-translucent/metrics.json index 6cdf449a0c7..10759b737f0 100644 --- a/metrics/macos-xcode11-release/render-tests/combinations/hillshade-translucent--hillshade-translucent/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/combinations/hillshade-translucent--hillshade-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/combinations/hillshade-translucent--line-translucent/metrics.json b/metrics/macos-xcode11-release/render-tests/combinations/hillshade-translucent--line-translucent/metrics.json index 1d0c8f8153b..1b513e2875e 100644 --- a/metrics/macos-xcode11-release/render-tests/combinations/hillshade-translucent--line-translucent/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/combinations/hillshade-translucent--line-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/combinations/hillshade-translucent--raster-translucent/metrics.json b/metrics/macos-xcode11-release/render-tests/combinations/hillshade-translucent--raster-translucent/metrics.json index 40f09a93051..2e3add06208 100644 --- a/metrics/macos-xcode11-release/render-tests/combinations/hillshade-translucent--raster-translucent/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/combinations/hillshade-translucent--raster-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/combinations/hillshade-translucent--symbol-translucent/metrics.json b/metrics/macos-xcode11-release/render-tests/combinations/hillshade-translucent--symbol-translucent/metrics.json index 1b23d9d85c9..3496bc37bfb 100644 --- a/metrics/macos-xcode11-release/render-tests/combinations/hillshade-translucent--symbol-translucent/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/combinations/hillshade-translucent--symbol-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/combinations/line-translucent--background-opaque/metrics.json b/metrics/macos-xcode11-release/render-tests/combinations/line-translucent--background-opaque/metrics.json index 2fb82f10860..dbbe87baf8b 100644 --- a/metrics/macos-xcode11-release/render-tests/combinations/line-translucent--background-opaque/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/combinations/line-translucent--background-opaque/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/combinations/line-translucent--background-translucent/metrics.json b/metrics/macos-xcode11-release/render-tests/combinations/line-translucent--background-translucent/metrics.json index 2fb82f10860..dbbe87baf8b 100644 --- a/metrics/macos-xcode11-release/render-tests/combinations/line-translucent--background-translucent/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/combinations/line-translucent--background-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/combinations/line-translucent--circle-translucent/metrics.json b/metrics/macos-xcode11-release/render-tests/combinations/line-translucent--circle-translucent/metrics.json index 34e16412442..848c8eed8f1 100644 --- a/metrics/macos-xcode11-release/render-tests/combinations/line-translucent--circle-translucent/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/combinations/line-translucent--circle-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/combinations/line-translucent--fill-extrusion-translucent/metrics.json b/metrics/macos-xcode11-release/render-tests/combinations/line-translucent--fill-extrusion-translucent/metrics.json index b9a70d7457b..dff1b0cc4e1 100644 --- a/metrics/macos-xcode11-release/render-tests/combinations/line-translucent--fill-extrusion-translucent/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/combinations/line-translucent--fill-extrusion-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/combinations/line-translucent--fill-opaque/metrics.json b/metrics/macos-xcode11-release/render-tests/combinations/line-translucent--fill-opaque/metrics.json index aac3c6d3088..3fa48c6a965 100644 --- a/metrics/macos-xcode11-release/render-tests/combinations/line-translucent--fill-opaque/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/combinations/line-translucent--fill-opaque/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/combinations/line-translucent--fill-translucent/metrics.json b/metrics/macos-xcode11-release/render-tests/combinations/line-translucent--fill-translucent/metrics.json index aac3c6d3088..3fa48c6a965 100644 --- a/metrics/macos-xcode11-release/render-tests/combinations/line-translucent--fill-translucent/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/combinations/line-translucent--fill-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/combinations/line-translucent--heatmap-translucent/metrics.json b/metrics/macos-xcode11-release/render-tests/combinations/line-translucent--heatmap-translucent/metrics.json index e6b45ea3c9c..e7b5f516339 100644 --- a/metrics/macos-xcode11-release/render-tests/combinations/line-translucent--heatmap-translucent/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/combinations/line-translucent--heatmap-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/combinations/line-translucent--hillshade-translucent/metrics.json b/metrics/macos-xcode11-release/render-tests/combinations/line-translucent--hillshade-translucent/metrics.json index 1d0c8f8153b..1b513e2875e 100644 --- a/metrics/macos-xcode11-release/render-tests/combinations/line-translucent--hillshade-translucent/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/combinations/line-translucent--hillshade-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/combinations/line-translucent--line-translucent/metrics.json b/metrics/macos-xcode11-release/render-tests/combinations/line-translucent--line-translucent/metrics.json index 2fb82f10860..dbbe87baf8b 100644 --- a/metrics/macos-xcode11-release/render-tests/combinations/line-translucent--line-translucent/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/combinations/line-translucent--line-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/combinations/line-translucent--raster-translucent/metrics.json b/metrics/macos-xcode11-release/render-tests/combinations/line-translucent--raster-translucent/metrics.json index dfb24aaa91b..47dea3c28e0 100644 --- a/metrics/macos-xcode11-release/render-tests/combinations/line-translucent--raster-translucent/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/combinations/line-translucent--raster-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/combinations/line-translucent--symbol-translucent/metrics.json b/metrics/macos-xcode11-release/render-tests/combinations/line-translucent--symbol-translucent/metrics.json index cafdf6fa100..76f5b1043c9 100644 --- a/metrics/macos-xcode11-release/render-tests/combinations/line-translucent--symbol-translucent/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/combinations/line-translucent--symbol-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/combinations/raster-translucent--background-opaque/metrics.json b/metrics/macos-xcode11-release/render-tests/combinations/raster-translucent--background-opaque/metrics.json index 9297ddb669b..62d9f6ef55d 100644 --- a/metrics/macos-xcode11-release/render-tests/combinations/raster-translucent--background-opaque/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/combinations/raster-translucent--background-opaque/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/combinations/raster-translucent--background-translucent/metrics.json b/metrics/macos-xcode11-release/render-tests/combinations/raster-translucent--background-translucent/metrics.json index 9297ddb669b..62d9f6ef55d 100644 --- a/metrics/macos-xcode11-release/render-tests/combinations/raster-translucent--background-translucent/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/combinations/raster-translucent--background-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/combinations/raster-translucent--circle-translucent/metrics.json b/metrics/macos-xcode11-release/render-tests/combinations/raster-translucent--circle-translucent/metrics.json index 8543c93e3fb..313c9a78216 100644 --- a/metrics/macos-xcode11-release/render-tests/combinations/raster-translucent--circle-translucent/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/combinations/raster-translucent--circle-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/combinations/raster-translucent--fill-extrusion-translucent/metrics.json b/metrics/macos-xcode11-release/render-tests/combinations/raster-translucent--fill-extrusion-translucent/metrics.json index ba3da4f660c..87a7cf57671 100644 --- a/metrics/macos-xcode11-release/render-tests/combinations/raster-translucent--fill-extrusion-translucent/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/combinations/raster-translucent--fill-extrusion-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/combinations/raster-translucent--fill-opaque/metrics.json b/metrics/macos-xcode11-release/render-tests/combinations/raster-translucent--fill-opaque/metrics.json index a6e96270b25..3f327cb1242 100644 --- a/metrics/macos-xcode11-release/render-tests/combinations/raster-translucent--fill-opaque/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/combinations/raster-translucent--fill-opaque/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/combinations/raster-translucent--fill-translucent/metrics.json b/metrics/macos-xcode11-release/render-tests/combinations/raster-translucent--fill-translucent/metrics.json index a6e96270b25..3f327cb1242 100644 --- a/metrics/macos-xcode11-release/render-tests/combinations/raster-translucent--fill-translucent/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/combinations/raster-translucent--fill-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/combinations/raster-translucent--heatmap-translucent/metrics.json b/metrics/macos-xcode11-release/render-tests/combinations/raster-translucent--heatmap-translucent/metrics.json index 46ae22eb392..43d09834abb 100644 --- a/metrics/macos-xcode11-release/render-tests/combinations/raster-translucent--heatmap-translucent/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/combinations/raster-translucent--heatmap-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/combinations/raster-translucent--hillshade-translucent/metrics.json b/metrics/macos-xcode11-release/render-tests/combinations/raster-translucent--hillshade-translucent/metrics.json index 40f09a93051..2e3add06208 100644 --- a/metrics/macos-xcode11-release/render-tests/combinations/raster-translucent--hillshade-translucent/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/combinations/raster-translucent--hillshade-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/combinations/raster-translucent--line-translucent/metrics.json b/metrics/macos-xcode11-release/render-tests/combinations/raster-translucent--line-translucent/metrics.json index dfb24aaa91b..47dea3c28e0 100644 --- a/metrics/macos-xcode11-release/render-tests/combinations/raster-translucent--line-translucent/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/combinations/raster-translucent--line-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/combinations/raster-translucent--raster-translucent/metrics.json b/metrics/macos-xcode11-release/render-tests/combinations/raster-translucent--raster-translucent/metrics.json index 11aca40c023..c842bf39097 100644 --- a/metrics/macos-xcode11-release/render-tests/combinations/raster-translucent--raster-translucent/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/combinations/raster-translucent--raster-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/combinations/raster-translucent--symbol-translucent/metrics.json b/metrics/macos-xcode11-release/render-tests/combinations/raster-translucent--symbol-translucent/metrics.json index 1900b992490..5e9f2726e80 100644 --- a/metrics/macos-xcode11-release/render-tests/combinations/raster-translucent--symbol-translucent/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/combinations/raster-translucent--symbol-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/combinations/symbol-translucent--background-opaque/metrics.json b/metrics/macos-xcode11-release/render-tests/combinations/symbol-translucent--background-opaque/metrics.json index 7f17773165c..b25ac99b3bb 100644 --- a/metrics/macos-xcode11-release/render-tests/combinations/symbol-translucent--background-opaque/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/combinations/symbol-translucent--background-opaque/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/combinations/symbol-translucent--background-translucent/metrics.json b/metrics/macos-xcode11-release/render-tests/combinations/symbol-translucent--background-translucent/metrics.json index 7f17773165c..b25ac99b3bb 100644 --- a/metrics/macos-xcode11-release/render-tests/combinations/symbol-translucent--background-translucent/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/combinations/symbol-translucent--background-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/combinations/symbol-translucent--circle-translucent/metrics.json b/metrics/macos-xcode11-release/render-tests/combinations/symbol-translucent--circle-translucent/metrics.json index 7f048825740..509f08c45c2 100644 --- a/metrics/macos-xcode11-release/render-tests/combinations/symbol-translucent--circle-translucent/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/combinations/symbol-translucent--circle-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/combinations/symbol-translucent--fill-extrusion-translucent/metrics.json b/metrics/macos-xcode11-release/render-tests/combinations/symbol-translucent--fill-extrusion-translucent/metrics.json index e06f8fc8fc1..7c9e77d5811 100644 --- a/metrics/macos-xcode11-release/render-tests/combinations/symbol-translucent--fill-extrusion-translucent/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/combinations/symbol-translucent--fill-extrusion-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/combinations/symbol-translucent--fill-opaque/metrics.json b/metrics/macos-xcode11-release/render-tests/combinations/symbol-translucent--fill-opaque/metrics.json index c1bede4b522..b7c8916479b 100644 --- a/metrics/macos-xcode11-release/render-tests/combinations/symbol-translucent--fill-opaque/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/combinations/symbol-translucent--fill-opaque/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/combinations/symbol-translucent--fill-translucent/metrics.json b/metrics/macos-xcode11-release/render-tests/combinations/symbol-translucent--fill-translucent/metrics.json index c1bede4b522..b7c8916479b 100644 --- a/metrics/macos-xcode11-release/render-tests/combinations/symbol-translucent--fill-translucent/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/combinations/symbol-translucent--fill-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/combinations/symbol-translucent--heatmap-translucent/metrics.json b/metrics/macos-xcode11-release/render-tests/combinations/symbol-translucent--heatmap-translucent/metrics.json index 60f01ff9e36..2914d385f21 100644 --- a/metrics/macos-xcode11-release/render-tests/combinations/symbol-translucent--heatmap-translucent/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/combinations/symbol-translucent--heatmap-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/combinations/symbol-translucent--hillshade-translucent/metrics.json b/metrics/macos-xcode11-release/render-tests/combinations/symbol-translucent--hillshade-translucent/metrics.json index 1b23d9d85c9..3496bc37bfb 100644 --- a/metrics/macos-xcode11-release/render-tests/combinations/symbol-translucent--hillshade-translucent/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/combinations/symbol-translucent--hillshade-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/combinations/symbol-translucent--line-translucent/metrics.json b/metrics/macos-xcode11-release/render-tests/combinations/symbol-translucent--line-translucent/metrics.json index cafdf6fa100..76f5b1043c9 100644 --- a/metrics/macos-xcode11-release/render-tests/combinations/symbol-translucent--line-translucent/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/combinations/symbol-translucent--line-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/combinations/symbol-translucent--raster-translucent/metrics.json b/metrics/macos-xcode11-release/render-tests/combinations/symbol-translucent--raster-translucent/metrics.json index 1900b992490..5e9f2726e80 100644 --- a/metrics/macos-xcode11-release/render-tests/combinations/symbol-translucent--raster-translucent/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/combinations/symbol-translucent--raster-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/combinations/symbol-translucent--symbol-translucent/metrics.json b/metrics/macos-xcode11-release/render-tests/combinations/symbol-translucent--symbol-translucent/metrics.json index 501f64a004e..5ad8d61037a 100644 --- a/metrics/macos-xcode11-release/render-tests/combinations/symbol-translucent--symbol-translucent/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/combinations/symbol-translucent--symbol-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/debug/collision-icon-text-line-translate/metrics.json b/metrics/macos-xcode11-release/render-tests/debug/collision-icon-text-line-translate/metrics.json index a99484c47cc..48ccfb3d10f 100644 --- a/metrics/macos-xcode11-release/render-tests/debug/collision-icon-text-line-translate/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/debug/collision-icon-text-line-translate/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/debug/collision-icon-text-point-translate/metrics.json b/metrics/macos-xcode11-release/render-tests/debug/collision-icon-text-point-translate/metrics.json index 17fba0446e8..ae2716da045 100644 --- a/metrics/macos-xcode11-release/render-tests/debug/collision-icon-text-point-translate/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/debug/collision-icon-text-point-translate/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/debug/collision-lines-overscaled/metrics.json b/metrics/macos-xcode11-release/render-tests/debug/collision-lines-overscaled/metrics.json index 89d36a35a27..0642fb166cb 100644 --- a/metrics/macos-xcode11-release/render-tests/debug/collision-lines-overscaled/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/debug/collision-lines-overscaled/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/debug/collision-lines-pitched/metrics.json b/metrics/macos-xcode11-release/render-tests/debug/collision-lines-pitched/metrics.json index fdbd1532eb1..bd18f217fd0 100644 --- a/metrics/macos-xcode11-release/render-tests/debug/collision-lines-pitched/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/debug/collision-lines-pitched/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/debug/collision-lines/metrics.json b/metrics/macos-xcode11-release/render-tests/debug/collision-lines/metrics.json index fdbd1532eb1..bd18f217fd0 100644 --- a/metrics/macos-xcode11-release/render-tests/debug/collision-lines/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/debug/collision-lines/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/debug/collision-overscaled/metrics.json b/metrics/macos-xcode11-release/render-tests/debug/collision-overscaled/metrics.json index a06fb7ad37e..06b80cfa71a 100644 --- a/metrics/macos-xcode11-release/render-tests/debug/collision-overscaled/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/debug/collision-overscaled/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/debug/collision-pitched-wrapped/metrics.json b/metrics/macos-xcode11-release/render-tests/debug/collision-pitched-wrapped/metrics.json index 6168495707b..1c5d5aa4a88 100644 --- a/metrics/macos-xcode11-release/render-tests/debug/collision-pitched-wrapped/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/debug/collision-pitched-wrapped/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/debug/collision-pitched/metrics.json b/metrics/macos-xcode11-release/render-tests/debug/collision-pitched/metrics.json index a4fade43b7e..11ce04a115e 100644 --- a/metrics/macos-xcode11-release/render-tests/debug/collision-pitched/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/debug/collision-pitched/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/empty/empty/metrics.json b/metrics/macos-xcode11-release/render-tests/empty/empty/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/macos-xcode11-release/render-tests/empty/empty/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/empty/empty/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/extent/1024-fill/metrics.json b/metrics/macos-xcode11-release/render-tests/extent/1024-fill/metrics.json index 705eaa2c4e5..5f03b19103d 100644 --- a/metrics/macos-xcode11-release/render-tests/extent/1024-fill/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/extent/1024-fill/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/extent/1024-line/metrics.json b/metrics/macos-xcode11-release/render-tests/extent/1024-line/metrics.json index b0ad84b7b6a..9a39558581f 100644 --- a/metrics/macos-xcode11-release/render-tests/extent/1024-line/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/extent/1024-line/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/extent/1024-symbol/metrics.json b/metrics/macos-xcode11-release/render-tests/extent/1024-symbol/metrics.json index b5f9604d8e9..db8d7dd5284 100644 --- a/metrics/macos-xcode11-release/render-tests/extent/1024-symbol/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/extent/1024-symbol/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/feature-state/composite-expression/metrics.json b/metrics/macos-xcode11-release/render-tests/feature-state/composite-expression/metrics.json index 3653638ee2e..199b2b57550 100644 --- a/metrics/macos-xcode11-release/render-tests/feature-state/composite-expression/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/feature-state/composite-expression/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/feature-state/data-expression/metrics.json b/metrics/macos-xcode11-release/render-tests/feature-state/data-expression/metrics.json index f6bec0e0459..8b4cf7dabaf 100644 --- a/metrics/macos-xcode11-release/render-tests/feature-state/data-expression/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/feature-state/data-expression/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/feature-state/vector-source/metrics.json b/metrics/macos-xcode11-release/render-tests/feature-state/vector-source/metrics.json index 16026dacebf..bb5b3e0e76f 100644 --- a/metrics/macos-xcode11-release/render-tests/feature-state/vector-source/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/feature-state/vector-source/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/fill-antialias/false/metrics.json b/metrics/macos-xcode11-release/render-tests/fill-antialias/false/metrics.json index ec5a8327773..6da0bff6839 100644 --- a/metrics/macos-xcode11-release/render-tests/fill-antialias/false/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/fill-antialias/false/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/fill-color/default/metrics.json b/metrics/macos-xcode11-release/render-tests/fill-color/default/metrics.json index ec5a8327773..6da0bff6839 100644 --- a/metrics/macos-xcode11-release/render-tests/fill-color/default/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/fill-color/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/fill-color/function/metrics.json b/metrics/macos-xcode11-release/render-tests/fill-color/function/metrics.json index ec5a8327773..6da0bff6839 100644 --- a/metrics/macos-xcode11-release/render-tests/fill-color/function/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/fill-color/function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/fill-color/literal/metrics.json b/metrics/macos-xcode11-release/render-tests/fill-color/literal/metrics.json index ec5a8327773..6da0bff6839 100644 --- a/metrics/macos-xcode11-release/render-tests/fill-color/literal/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/fill-color/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/fill-color/multiply/metrics.json b/metrics/macos-xcode11-release/render-tests/fill-color/multiply/metrics.json index ec5a8327773..6da0bff6839 100644 --- a/metrics/macos-xcode11-release/render-tests/fill-color/multiply/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/fill-color/multiply/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/fill-color/opacity/metrics.json b/metrics/macos-xcode11-release/render-tests/fill-color/opacity/metrics.json index ec5a8327773..6da0bff6839 100644 --- a/metrics/macos-xcode11-release/render-tests/fill-color/opacity/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/fill-color/opacity/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/fill-color/property-function/metrics.json b/metrics/macos-xcode11-release/render-tests/fill-color/property-function/metrics.json index 8ae66783ec9..9c8a014abdd 100644 --- a/metrics/macos-xcode11-release/render-tests/fill-color/property-function/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/fill-color/property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/fill-color/zoom-and-property-function/metrics.json b/metrics/macos-xcode11-release/render-tests/fill-color/zoom-and-property-function/metrics.json index 424e3e22c86..93a93494e02 100644 --- a/metrics/macos-xcode11-release/render-tests/fill-color/zoom-and-property-function/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/fill-color/zoom-and-property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/fill-extrusion-base/default/metrics.json b/metrics/macos-xcode11-release/render-tests/fill-extrusion-base/default/metrics.json index 6e40c94905a..02b59466219 100644 --- a/metrics/macos-xcode11-release/render-tests/fill-extrusion-base/default/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/fill-extrusion-base/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/fill-extrusion-base/function/metrics.json b/metrics/macos-xcode11-release/render-tests/fill-extrusion-base/function/metrics.json index 6e40c94905a..02b59466219 100644 --- a/metrics/macos-xcode11-release/render-tests/fill-extrusion-base/function/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/fill-extrusion-base/function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/fill-extrusion-base/literal/metrics.json b/metrics/macos-xcode11-release/render-tests/fill-extrusion-base/literal/metrics.json index 6e40c94905a..02b59466219 100644 --- a/metrics/macos-xcode11-release/render-tests/fill-extrusion-base/literal/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/fill-extrusion-base/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/fill-extrusion-base/negative/metrics.json b/metrics/macos-xcode11-release/render-tests/fill-extrusion-base/negative/metrics.json index ccd42b0ddee..798f9e75d8c 100644 --- a/metrics/macos-xcode11-release/render-tests/fill-extrusion-base/negative/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/fill-extrusion-base/negative/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/fill-extrusion-base/property-function/metrics.json b/metrics/macos-xcode11-release/render-tests/fill-extrusion-base/property-function/metrics.json index ccd42b0ddee..798f9e75d8c 100644 --- a/metrics/macos-xcode11-release/render-tests/fill-extrusion-base/property-function/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/fill-extrusion-base/property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/fill-extrusion-base/zoom-and-property-function/metrics.json b/metrics/macos-xcode11-release/render-tests/fill-extrusion-base/zoom-and-property-function/metrics.json index 5c12ec1c1ea..76b87e9c913 100644 --- a/metrics/macos-xcode11-release/render-tests/fill-extrusion-base/zoom-and-property-function/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/fill-extrusion-base/zoom-and-property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/fill-extrusion-color/default/metrics.json b/metrics/macos-xcode11-release/render-tests/fill-extrusion-color/default/metrics.json index 47ec0bb2c6f..76af83d49f0 100644 --- a/metrics/macos-xcode11-release/render-tests/fill-extrusion-color/default/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/fill-extrusion-color/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/fill-extrusion-color/function/metrics.json b/metrics/macos-xcode11-release/render-tests/fill-extrusion-color/function/metrics.json index 47ec0bb2c6f..76af83d49f0 100644 --- a/metrics/macos-xcode11-release/render-tests/fill-extrusion-color/function/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/fill-extrusion-color/function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/fill-extrusion-color/literal/metrics.json b/metrics/macos-xcode11-release/render-tests/fill-extrusion-color/literal/metrics.json index 47ec0bb2c6f..76af83d49f0 100644 --- a/metrics/macos-xcode11-release/render-tests/fill-extrusion-color/literal/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/fill-extrusion-color/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/fill-extrusion-color/no-alpha-no-multiply/metrics.json b/metrics/macos-xcode11-release/render-tests/fill-extrusion-color/no-alpha-no-multiply/metrics.json index 47ec0bb2c6f..76af83d49f0 100644 --- a/metrics/macos-xcode11-release/render-tests/fill-extrusion-color/no-alpha-no-multiply/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/fill-extrusion-color/no-alpha-no-multiply/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/fill-extrusion-color/property-function/metrics.json b/metrics/macos-xcode11-release/render-tests/fill-extrusion-color/property-function/metrics.json index ffe069ce460..ffcf48a10f6 100644 --- a/metrics/macos-xcode11-release/render-tests/fill-extrusion-color/property-function/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/fill-extrusion-color/property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/fill-extrusion-color/zoom-and-property-function/metrics.json b/metrics/macos-xcode11-release/render-tests/fill-extrusion-color/zoom-and-property-function/metrics.json index e3548b740c8..a36c7336497 100644 --- a/metrics/macos-xcode11-release/render-tests/fill-extrusion-color/zoom-and-property-function/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/fill-extrusion-color/zoom-and-property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/fill-extrusion-height/default/metrics.json b/metrics/macos-xcode11-release/render-tests/fill-extrusion-height/default/metrics.json index 47ec0bb2c6f..76af83d49f0 100644 --- a/metrics/macos-xcode11-release/render-tests/fill-extrusion-height/default/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/fill-extrusion-height/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/fill-extrusion-height/function/metrics.json b/metrics/macos-xcode11-release/render-tests/fill-extrusion-height/function/metrics.json index 47ec0bb2c6f..76af83d49f0 100644 --- a/metrics/macos-xcode11-release/render-tests/fill-extrusion-height/function/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/fill-extrusion-height/function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/fill-extrusion-height/negative/metrics.json b/metrics/macos-xcode11-release/render-tests/fill-extrusion-height/negative/metrics.json index 4f179c4d25e..f0b7c44e5dc 100644 --- a/metrics/macos-xcode11-release/render-tests/fill-extrusion-height/negative/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/fill-extrusion-height/negative/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/fill-extrusion-height/property-function/metrics.json b/metrics/macos-xcode11-release/render-tests/fill-extrusion-height/property-function/metrics.json index 4f179c4d25e..f0b7c44e5dc 100644 --- a/metrics/macos-xcode11-release/render-tests/fill-extrusion-height/property-function/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/fill-extrusion-height/property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/fill-extrusion-height/zoom-and-property-function/metrics.json b/metrics/macos-xcode11-release/render-tests/fill-extrusion-height/zoom-and-property-function/metrics.json index ffe069ce460..ffcf48a10f6 100644 --- a/metrics/macos-xcode11-release/render-tests/fill-extrusion-height/zoom-and-property-function/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/fill-extrusion-height/zoom-and-property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/fill-extrusion-multiple/interleaved-layers/metrics.json b/metrics/macos-xcode11-release/render-tests/fill-extrusion-multiple/interleaved-layers/metrics.json index c272c32be15..b2113a21d5e 100644 --- a/metrics/macos-xcode11-release/render-tests/fill-extrusion-multiple/interleaved-layers/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/fill-extrusion-multiple/interleaved-layers/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/fill-extrusion-multiple/multiple/metrics.json b/metrics/macos-xcode11-release/render-tests/fill-extrusion-multiple/multiple/metrics.json index da78bc6af7b..202fe7d7294 100644 --- a/metrics/macos-xcode11-release/render-tests/fill-extrusion-multiple/multiple/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/fill-extrusion-multiple/multiple/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/fill-extrusion-opacity/default/metrics.json b/metrics/macos-xcode11-release/render-tests/fill-extrusion-opacity/default/metrics.json index e7b07b6e255..70de23c6ba2 100644 --- a/metrics/macos-xcode11-release/render-tests/fill-extrusion-opacity/default/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/fill-extrusion-opacity/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/fill-extrusion-opacity/function/metrics.json b/metrics/macos-xcode11-release/render-tests/fill-extrusion-opacity/function/metrics.json index d0cf84edc1c..9cadd158ea7 100644 --- a/metrics/macos-xcode11-release/render-tests/fill-extrusion-opacity/function/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/fill-extrusion-opacity/function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/fill-extrusion-opacity/literal/metrics.json b/metrics/macos-xcode11-release/render-tests/fill-extrusion-opacity/literal/metrics.json index d0cf84edc1c..9cadd158ea7 100644 --- a/metrics/macos-xcode11-release/render-tests/fill-extrusion-opacity/literal/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/fill-extrusion-opacity/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/fill-extrusion-pattern/missing/metrics.json b/metrics/macos-xcode11-release/render-tests/fill-extrusion-pattern/missing/metrics.json index 808337bb3d6..b020cef1e7b 100644 --- a/metrics/macos-xcode11-release/render-tests/fill-extrusion-pattern/missing/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/fill-extrusion-pattern/missing/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/fill-extrusion-translate-anchor/map/metrics.json b/metrics/macos-xcode11-release/render-tests/fill-extrusion-translate-anchor/map/metrics.json index 0fa04703186..478bf76ca22 100644 --- a/metrics/macos-xcode11-release/render-tests/fill-extrusion-translate-anchor/map/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/fill-extrusion-translate-anchor/map/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/fill-extrusion-translate-anchor/viewport/metrics.json b/metrics/macos-xcode11-release/render-tests/fill-extrusion-translate-anchor/viewport/metrics.json index 0fa04703186..478bf76ca22 100644 --- a/metrics/macos-xcode11-release/render-tests/fill-extrusion-translate-anchor/viewport/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/fill-extrusion-translate-anchor/viewport/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/fill-extrusion-translate/default/metrics.json b/metrics/macos-xcode11-release/render-tests/fill-extrusion-translate/default/metrics.json index 082bdc32eb1..b6166c3cef0 100644 --- a/metrics/macos-xcode11-release/render-tests/fill-extrusion-translate/default/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/fill-extrusion-translate/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/fill-extrusion-translate/function/metrics.json b/metrics/macos-xcode11-release/render-tests/fill-extrusion-translate/function/metrics.json index 2c2af11696a..96bd92fda38 100644 --- a/metrics/macos-xcode11-release/render-tests/fill-extrusion-translate/function/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/fill-extrusion-translate/function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/fill-extrusion-translate/literal-opacity/metrics.json b/metrics/macos-xcode11-release/render-tests/fill-extrusion-translate/literal-opacity/metrics.json index 082bdc32eb1..b6166c3cef0 100644 --- a/metrics/macos-xcode11-release/render-tests/fill-extrusion-translate/literal-opacity/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/fill-extrusion-translate/literal-opacity/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/fill-extrusion-translate/literal/metrics.json b/metrics/macos-xcode11-release/render-tests/fill-extrusion-translate/literal/metrics.json index 2c2af11696a..96bd92fda38 100644 --- a/metrics/macos-xcode11-release/render-tests/fill-extrusion-translate/literal/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/fill-extrusion-translate/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/fill-extrusion-vertical-gradient/default/metrics.json b/metrics/macos-xcode11-release/render-tests/fill-extrusion-vertical-gradient/default/metrics.json index 1b222aa3146..07be5a620f3 100644 --- a/metrics/macos-xcode11-release/render-tests/fill-extrusion-vertical-gradient/default/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/fill-extrusion-vertical-gradient/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/fill-extrusion-vertical-gradient/false/metrics.json b/metrics/macos-xcode11-release/render-tests/fill-extrusion-vertical-gradient/false/metrics.json index 1b222aa3146..07be5a620f3 100644 --- a/metrics/macos-xcode11-release/render-tests/fill-extrusion-vertical-gradient/false/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/fill-extrusion-vertical-gradient/false/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/fill-opacity/default/metrics.json b/metrics/macos-xcode11-release/render-tests/fill-opacity/default/metrics.json index 873f47815fe..a1e24dbecc7 100644 --- a/metrics/macos-xcode11-release/render-tests/fill-opacity/default/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/fill-opacity/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/fill-opacity/function/metrics.json b/metrics/macos-xcode11-release/render-tests/fill-opacity/function/metrics.json index 873f47815fe..a1e24dbecc7 100644 --- a/metrics/macos-xcode11-release/render-tests/fill-opacity/function/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/fill-opacity/function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/fill-opacity/literal/metrics.json b/metrics/macos-xcode11-release/render-tests/fill-opacity/literal/metrics.json index 873f47815fe..a1e24dbecc7 100644 --- a/metrics/macos-xcode11-release/render-tests/fill-opacity/literal/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/fill-opacity/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/fill-opacity/opaque-fill-over-symbol-layer/metrics.json b/metrics/macos-xcode11-release/render-tests/fill-opacity/opaque-fill-over-symbol-layer/metrics.json index 6b55634a1cb..ea8b468e21d 100644 --- a/metrics/macos-xcode11-release/render-tests/fill-opacity/opaque-fill-over-symbol-layer/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/fill-opacity/opaque-fill-over-symbol-layer/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/fill-opacity/overlapping/metrics.json b/metrics/macos-xcode11-release/render-tests/fill-opacity/overlapping/metrics.json index f9de3e6600d..cb8de5f161b 100644 --- a/metrics/macos-xcode11-release/render-tests/fill-opacity/overlapping/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/fill-opacity/overlapping/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/fill-opacity/property-function-pattern/metrics.json b/metrics/macos-xcode11-release/render-tests/fill-opacity/property-function-pattern/metrics.json index 0923fe04bb0..30523c33b4b 100644 --- a/metrics/macos-xcode11-release/render-tests/fill-opacity/property-function-pattern/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/fill-opacity/property-function-pattern/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/fill-opacity/property-function/metrics.json b/metrics/macos-xcode11-release/render-tests/fill-opacity/property-function/metrics.json index 19c5ef85077..9764c56f837 100644 --- a/metrics/macos-xcode11-release/render-tests/fill-opacity/property-function/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/fill-opacity/property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/fill-opacity/zoom-and-property-function-pattern/metrics.json b/metrics/macos-xcode11-release/render-tests/fill-opacity/zoom-and-property-function-pattern/metrics.json index cc32c1d1077..b9b9efc9617 100644 --- a/metrics/macos-xcode11-release/render-tests/fill-opacity/zoom-and-property-function-pattern/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/fill-opacity/zoom-and-property-function-pattern/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/fill-opacity/zoom-and-property-function/metrics.json b/metrics/macos-xcode11-release/render-tests/fill-opacity/zoom-and-property-function/metrics.json index 08002428420..3406ae49de1 100644 --- a/metrics/macos-xcode11-release/render-tests/fill-opacity/zoom-and-property-function/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/fill-opacity/zoom-and-property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/fill-outline-color/default/metrics.json b/metrics/macos-xcode11-release/render-tests/fill-outline-color/default/metrics.json index 873f47815fe..a1e24dbecc7 100644 --- a/metrics/macos-xcode11-release/render-tests/fill-outline-color/default/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/fill-outline-color/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/fill-outline-color/fill/metrics.json b/metrics/macos-xcode11-release/render-tests/fill-outline-color/fill/metrics.json index 873f47815fe..a1e24dbecc7 100644 --- a/metrics/macos-xcode11-release/render-tests/fill-outline-color/fill/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/fill-outline-color/fill/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/fill-outline-color/function/metrics.json b/metrics/macos-xcode11-release/render-tests/fill-outline-color/function/metrics.json index 873f47815fe..a1e24dbecc7 100644 --- a/metrics/macos-xcode11-release/render-tests/fill-outline-color/function/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/fill-outline-color/function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/fill-outline-color/literal/metrics.json b/metrics/macos-xcode11-release/render-tests/fill-outline-color/literal/metrics.json index 873f47815fe..a1e24dbecc7 100644 --- a/metrics/macos-xcode11-release/render-tests/fill-outline-color/literal/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/fill-outline-color/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/fill-outline-color/multiply/metrics.json b/metrics/macos-xcode11-release/render-tests/fill-outline-color/multiply/metrics.json index 873f47815fe..a1e24dbecc7 100644 --- a/metrics/macos-xcode11-release/render-tests/fill-outline-color/multiply/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/fill-outline-color/multiply/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/fill-outline-color/opacity/metrics.json b/metrics/macos-xcode11-release/render-tests/fill-outline-color/opacity/metrics.json index 873f47815fe..a1e24dbecc7 100644 --- a/metrics/macos-xcode11-release/render-tests/fill-outline-color/opacity/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/fill-outline-color/opacity/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/fill-outline-color/property-function/metrics.json b/metrics/macos-xcode11-release/render-tests/fill-outline-color/property-function/metrics.json index c3e66bb650f..b5a72b5db26 100644 --- a/metrics/macos-xcode11-release/render-tests/fill-outline-color/property-function/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/fill-outline-color/property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/fill-outline-color/zoom-and-property-function/metrics.json b/metrics/macos-xcode11-release/render-tests/fill-outline-color/zoom-and-property-function/metrics.json index 0bf5f29188d..1b006a9df81 100644 --- a/metrics/macos-xcode11-release/render-tests/fill-outline-color/zoom-and-property-function/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/fill-outline-color/zoom-and-property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/fill-pattern/@2x/metrics.json b/metrics/macos-xcode11-release/render-tests/fill-pattern/@2x/metrics.json index 51c11b8e4ab..d3e6f4ec2f2 100644 --- a/metrics/macos-xcode11-release/render-tests/fill-pattern/@2x/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/fill-pattern/@2x/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/fill-pattern/case-data-expression/metrics.json b/metrics/macos-xcode11-release/render-tests/fill-pattern/case-data-expression/metrics.json index 5b0f25c103a..166dd8572f6 100644 --- a/metrics/macos-xcode11-release/render-tests/fill-pattern/case-data-expression/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/fill-pattern/case-data-expression/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/fill-pattern/invalid-feature-expression/metrics.json b/metrics/macos-xcode11-release/render-tests/fill-pattern/invalid-feature-expression/metrics.json index 714f677bd60..0b237d59572 100644 --- a/metrics/macos-xcode11-release/render-tests/fill-pattern/invalid-feature-expression/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/fill-pattern/invalid-feature-expression/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/fill-pattern/literal/metrics.json b/metrics/macos-xcode11-release/render-tests/fill-pattern/literal/metrics.json index fab92536d4c..44da94cb7f4 100644 --- a/metrics/macos-xcode11-release/render-tests/fill-pattern/literal/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/fill-pattern/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/fill-pattern/missing/metrics.json b/metrics/macos-xcode11-release/render-tests/fill-pattern/missing/metrics.json index 07184a47f62..b0d20d47569 100644 --- a/metrics/macos-xcode11-release/render-tests/fill-pattern/missing/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/fill-pattern/missing/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/fill-pattern/opacity/metrics.json b/metrics/macos-xcode11-release/render-tests/fill-pattern/opacity/metrics.json index fab92536d4c..44da94cb7f4 100644 --- a/metrics/macos-xcode11-release/render-tests/fill-pattern/opacity/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/fill-pattern/opacity/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/fill-pattern/uneven-pattern/metrics.json b/metrics/macos-xcode11-release/render-tests/fill-pattern/uneven-pattern/metrics.json index 0b64b9c6e2f..d282554f58e 100644 --- a/metrics/macos-xcode11-release/render-tests/fill-pattern/uneven-pattern/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/fill-pattern/uneven-pattern/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/fill-pattern/wrapping-with-interpolation/metrics.json b/metrics/macos-xcode11-release/render-tests/fill-pattern/wrapping-with-interpolation/metrics.json index 8107ea65750..4ad2ae03951 100644 --- a/metrics/macos-xcode11-release/render-tests/fill-pattern/wrapping-with-interpolation/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/fill-pattern/wrapping-with-interpolation/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/fill-pattern/zoomed/metrics.json b/metrics/macos-xcode11-release/render-tests/fill-pattern/zoomed/metrics.json index fab92536d4c..44da94cb7f4 100644 --- a/metrics/macos-xcode11-release/render-tests/fill-pattern/zoomed/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/fill-pattern/zoomed/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/fill-sort-key/literal/metrics.json b/metrics/macos-xcode11-release/render-tests/fill-sort-key/literal/metrics.json index a3bacd4632a..76cbcdd189b 100644 --- a/metrics/macos-xcode11-release/render-tests/fill-sort-key/literal/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/fill-sort-key/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/fill-translate-anchor/map/metrics.json b/metrics/macos-xcode11-release/render-tests/fill-translate-anchor/map/metrics.json index ec5a8327773..6da0bff6839 100644 --- a/metrics/macos-xcode11-release/render-tests/fill-translate-anchor/map/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/fill-translate-anchor/map/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/fill-translate-anchor/viewport/metrics.json b/metrics/macos-xcode11-release/render-tests/fill-translate-anchor/viewport/metrics.json index ec5a8327773..6da0bff6839 100644 --- a/metrics/macos-xcode11-release/render-tests/fill-translate-anchor/viewport/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/fill-translate-anchor/viewport/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/fill-translate/default/metrics.json b/metrics/macos-xcode11-release/render-tests/fill-translate/default/metrics.json index ec5a8327773..6da0bff6839 100644 --- a/metrics/macos-xcode11-release/render-tests/fill-translate/default/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/fill-translate/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/fill-translate/function/metrics.json b/metrics/macos-xcode11-release/render-tests/fill-translate/function/metrics.json index ec5a8327773..6da0bff6839 100644 --- a/metrics/macos-xcode11-release/render-tests/fill-translate/function/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/fill-translate/function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/fill-translate/literal/metrics.json b/metrics/macos-xcode11-release/render-tests/fill-translate/literal/metrics.json index ec5a8327773..6da0bff6839 100644 --- a/metrics/macos-xcode11-release/render-tests/fill-translate/literal/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/fill-translate/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/fill-visibility/none/metrics.json b/metrics/macos-xcode11-release/render-tests/fill-visibility/none/metrics.json index 9028b81da14..b6fa97f3499 100644 --- a/metrics/macos-xcode11-release/render-tests/fill-visibility/none/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/fill-visibility/none/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/fill-visibility/visible/metrics.json b/metrics/macos-xcode11-release/render-tests/fill-visibility/visible/metrics.json index 9028b81da14..b6fa97f3499 100644 --- a/metrics/macos-xcode11-release/render-tests/fill-visibility/visible/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/fill-visibility/visible/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/filter/equality/metrics.json b/metrics/macos-xcode11-release/render-tests/filter/equality/metrics.json index 01b432fe214..e30b6a8224f 100644 --- a/metrics/macos-xcode11-release/render-tests/filter/equality/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/filter/equality/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/filter/in/metrics.json b/metrics/macos-xcode11-release/render-tests/filter/in/metrics.json index f955deb5a34..57beeda8776 100644 --- a/metrics/macos-xcode11-release/render-tests/filter/in/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/filter/in/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/filter/legacy-equality/metrics.json b/metrics/macos-xcode11-release/render-tests/filter/legacy-equality/metrics.json index 01b432fe214..e30b6a8224f 100644 --- a/metrics/macos-xcode11-release/render-tests/filter/legacy-equality/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/filter/legacy-equality/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/filter/none/metrics.json b/metrics/macos-xcode11-release/render-tests/filter/none/metrics.json index b7fcd045414..c5dc4e05e94 100644 --- a/metrics/macos-xcode11-release/render-tests/filter/none/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/filter/none/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/geojson/clustered-properties/metrics.json b/metrics/macos-xcode11-release/render-tests/geojson/clustered-properties/metrics.json index 921bb225292..72b49ab9b0e 100644 --- a/metrics/macos-xcode11-release/render-tests/geojson/clustered-properties/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/geojson/clustered-properties/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/geojson/clustered/metrics.json b/metrics/macos-xcode11-release/render-tests/geojson/clustered/metrics.json index e4de306451f..2145b19b0bd 100644 --- a/metrics/macos-xcode11-release/render-tests/geojson/clustered/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/geojson/clustered/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/geojson/external-feature/metrics.json b/metrics/macos-xcode11-release/render-tests/geojson/external-feature/metrics.json index 1f4a35b3797..a87ccb1bc27 100644 --- a/metrics/macos-xcode11-release/render-tests/geojson/external-feature/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/geojson/external-feature/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/geojson/external-invalid/metrics.json b/metrics/macos-xcode11-release/render-tests/geojson/external-invalid/metrics.json index c050c4e8ce0..865b69114a4 100644 --- a/metrics/macos-xcode11-release/render-tests/geojson/external-invalid/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/geojson/external-invalid/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/geojson/external-linestring/metrics.json b/metrics/macos-xcode11-release/render-tests/geojson/external-linestring/metrics.json index 1f4a35b3797..a87ccb1bc27 100644 --- a/metrics/macos-xcode11-release/render-tests/geojson/external-linestring/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/geojson/external-linestring/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/geojson/external-malformed/metrics.json b/metrics/macos-xcode11-release/render-tests/geojson/external-malformed/metrics.json index c35eb5d5264..ac8e38686ab 100644 --- a/metrics/macos-xcode11-release/render-tests/geojson/external-malformed/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/geojson/external-malformed/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/geojson/inconsistent-winding-order/metrics.json b/metrics/macos-xcode11-release/render-tests/geojson/inconsistent-winding-order/metrics.json index 92d02167a9f..c960e36e9ef 100644 --- a/metrics/macos-xcode11-release/render-tests/geojson/inconsistent-winding-order/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/geojson/inconsistent-winding-order/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/geojson/inline-feature/metrics.json b/metrics/macos-xcode11-release/render-tests/geojson/inline-feature/metrics.json index 0d433cec13d..bf1f7abb8e4 100644 --- a/metrics/macos-xcode11-release/render-tests/geojson/inline-feature/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/geojson/inline-feature/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/geojson/inline-invalid/metrics.json b/metrics/macos-xcode11-release/render-tests/geojson/inline-invalid/metrics.json index 7da07969667..7c49193327f 100644 --- a/metrics/macos-xcode11-release/render-tests/geojson/inline-invalid/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/geojson/inline-invalid/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/geojson/inline-linestring-circle/metrics.json b/metrics/macos-xcode11-release/render-tests/geojson/inline-linestring-circle/metrics.json index 87bafb2c593..5a0e0d76acc 100644 --- a/metrics/macos-xcode11-release/render-tests/geojson/inline-linestring-circle/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/geojson/inline-linestring-circle/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/geojson/inline-linestring-line/metrics.json b/metrics/macos-xcode11-release/render-tests/geojson/inline-linestring-line/metrics.json index b947079d6ba..ab0feaf4bae 100644 --- a/metrics/macos-xcode11-release/render-tests/geojson/inline-linestring-line/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/geojson/inline-linestring-line/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/geojson/inline-linestring-symbol/metrics.json b/metrics/macos-xcode11-release/render-tests/geojson/inline-linestring-symbol/metrics.json index fea6fe2e598..94fd76f9f2e 100644 --- a/metrics/macos-xcode11-release/render-tests/geojson/inline-linestring-symbol/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/geojson/inline-linestring-symbol/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/geojson/inline-malformed/metrics.json b/metrics/macos-xcode11-release/render-tests/geojson/inline-malformed/metrics.json index 7da07969667..7c49193327f 100644 --- a/metrics/macos-xcode11-release/render-tests/geojson/inline-malformed/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/geojson/inline-malformed/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/geojson/inline-point-circle/metrics.json b/metrics/macos-xcode11-release/render-tests/geojson/inline-point-circle/metrics.json index e204a192de4..b762a231e10 100644 --- a/metrics/macos-xcode11-release/render-tests/geojson/inline-point-circle/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/geojson/inline-point-circle/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/geojson/inline-point-fill/metrics.json b/metrics/macos-xcode11-release/render-tests/geojson/inline-point-fill/metrics.json index 676dd680b35..8895a742d9d 100644 --- a/metrics/macos-xcode11-release/render-tests/geojson/inline-point-fill/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/geojson/inline-point-fill/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/geojson/inline-point-line/metrics.json b/metrics/macos-xcode11-release/render-tests/geojson/inline-point-line/metrics.json index fb542cead0b..cd495183345 100644 --- a/metrics/macos-xcode11-release/render-tests/geojson/inline-point-line/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/geojson/inline-point-line/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/geojson/inline-point-symbol/metrics.json b/metrics/macos-xcode11-release/render-tests/geojson/inline-point-symbol/metrics.json index fea6fe2e598..94fd76f9f2e 100644 --- a/metrics/macos-xcode11-release/render-tests/geojson/inline-point-symbol/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/geojson/inline-point-symbol/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/geojson/inline-polygon-circle/metrics.json b/metrics/macos-xcode11-release/render-tests/geojson/inline-polygon-circle/metrics.json index d01fbee1843..33724cb2822 100644 --- a/metrics/macos-xcode11-release/render-tests/geojson/inline-polygon-circle/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/geojson/inline-polygon-circle/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/geojson/inline-polygon-fill/metrics.json b/metrics/macos-xcode11-release/render-tests/geojson/inline-polygon-fill/metrics.json index 5b035beb41a..d0105f8502b 100644 --- a/metrics/macos-xcode11-release/render-tests/geojson/inline-polygon-fill/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/geojson/inline-polygon-fill/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/geojson/inline-polygon-line/metrics.json b/metrics/macos-xcode11-release/render-tests/geojson/inline-polygon-line/metrics.json index c031604857e..e0c7bef27f4 100644 --- a/metrics/macos-xcode11-release/render-tests/geojson/inline-polygon-line/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/geojson/inline-polygon-line/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/geojson/inline-polygon-symbol/metrics.json b/metrics/macos-xcode11-release/render-tests/geojson/inline-polygon-symbol/metrics.json index fea6fe2e598..94fd76f9f2e 100644 --- a/metrics/macos-xcode11-release/render-tests/geojson/inline-polygon-symbol/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/geojson/inline-polygon-symbol/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/geojson/missing/metrics.json b/metrics/macos-xcode11-release/render-tests/geojson/missing/metrics.json index 7da07969667..7c49193327f 100644 --- a/metrics/macos-xcode11-release/render-tests/geojson/missing/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/geojson/missing/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/geojson/reparse-overscaled/metrics.json b/metrics/macos-xcode11-release/render-tests/geojson/reparse-overscaled/metrics.json index f1bf8426ca6..ffeae8cac59 100644 --- a/metrics/macos-xcode11-release/render-tests/geojson/reparse-overscaled/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/geojson/reparse-overscaled/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/heatmap-color/default/metrics.json b/metrics/macos-xcode11-release/render-tests/heatmap-color/default/metrics.json index e300a2d0a64..766fc7cb1b0 100644 --- a/metrics/macos-xcode11-release/render-tests/heatmap-color/default/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/heatmap-color/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/heatmap-color/expression/metrics.json b/metrics/macos-xcode11-release/render-tests/heatmap-color/expression/metrics.json index e300a2d0a64..766fc7cb1b0 100644 --- a/metrics/macos-xcode11-release/render-tests/heatmap-color/expression/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/heatmap-color/expression/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/heatmap-intensity/default/metrics.json b/metrics/macos-xcode11-release/render-tests/heatmap-intensity/default/metrics.json index 098f2da894f..bcd4cb2e304 100644 --- a/metrics/macos-xcode11-release/render-tests/heatmap-intensity/default/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/heatmap-intensity/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/heatmap-intensity/function/metrics.json b/metrics/macos-xcode11-release/render-tests/heatmap-intensity/function/metrics.json index 098f2da894f..bcd4cb2e304 100644 --- a/metrics/macos-xcode11-release/render-tests/heatmap-intensity/function/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/heatmap-intensity/function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/heatmap-intensity/literal/metrics.json b/metrics/macos-xcode11-release/render-tests/heatmap-intensity/literal/metrics.json index 098f2da894f..bcd4cb2e304 100644 --- a/metrics/macos-xcode11-release/render-tests/heatmap-intensity/literal/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/heatmap-intensity/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/heatmap-opacity/default/metrics.json b/metrics/macos-xcode11-release/render-tests/heatmap-opacity/default/metrics.json index 4daf3ff957d..5ec8159e411 100644 --- a/metrics/macos-xcode11-release/render-tests/heatmap-opacity/default/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/heatmap-opacity/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/heatmap-opacity/function/metrics.json b/metrics/macos-xcode11-release/render-tests/heatmap-opacity/function/metrics.json index 4daf3ff957d..5ec8159e411 100644 --- a/metrics/macos-xcode11-release/render-tests/heatmap-opacity/function/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/heatmap-opacity/function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/heatmap-opacity/literal/metrics.json b/metrics/macos-xcode11-release/render-tests/heatmap-opacity/literal/metrics.json index 4daf3ff957d..5ec8159e411 100644 --- a/metrics/macos-xcode11-release/render-tests/heatmap-opacity/literal/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/heatmap-opacity/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/heatmap-radius/antimeridian/metrics.json b/metrics/macos-xcode11-release/render-tests/heatmap-radius/antimeridian/metrics.json index 08b7ca1c86e..fa00147edfa 100644 --- a/metrics/macos-xcode11-release/render-tests/heatmap-radius/antimeridian/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/heatmap-radius/antimeridian/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/heatmap-radius/data-expression/metrics.json b/metrics/macos-xcode11-release/render-tests/heatmap-radius/data-expression/metrics.json index e12b8004626..b71ca144ee1 100644 --- a/metrics/macos-xcode11-release/render-tests/heatmap-radius/data-expression/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/heatmap-radius/data-expression/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/heatmap-radius/default/metrics.json b/metrics/macos-xcode11-release/render-tests/heatmap-radius/default/metrics.json index 098f2da894f..bcd4cb2e304 100644 --- a/metrics/macos-xcode11-release/render-tests/heatmap-radius/default/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/heatmap-radius/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/heatmap-radius/function/metrics.json b/metrics/macos-xcode11-release/render-tests/heatmap-radius/function/metrics.json index 098f2da894f..bcd4cb2e304 100644 --- a/metrics/macos-xcode11-release/render-tests/heatmap-radius/function/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/heatmap-radius/function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/heatmap-radius/literal/metrics.json b/metrics/macos-xcode11-release/render-tests/heatmap-radius/literal/metrics.json index 098f2da894f..bcd4cb2e304 100644 --- a/metrics/macos-xcode11-release/render-tests/heatmap-radius/literal/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/heatmap-radius/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/heatmap-radius/pitch30/metrics.json b/metrics/macos-xcode11-release/render-tests/heatmap-radius/pitch30/metrics.json index 098f2da894f..bcd4cb2e304 100644 --- a/metrics/macos-xcode11-release/render-tests/heatmap-radius/pitch30/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/heatmap-radius/pitch30/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/heatmap-weight/default/metrics.json b/metrics/macos-xcode11-release/render-tests/heatmap-weight/default/metrics.json index 098f2da894f..bcd4cb2e304 100644 --- a/metrics/macos-xcode11-release/render-tests/heatmap-weight/default/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/heatmap-weight/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/heatmap-weight/identity-property-function/metrics.json b/metrics/macos-xcode11-release/render-tests/heatmap-weight/identity-property-function/metrics.json index 3c0b3e0c7f7..8dcd28a36d0 100644 --- a/metrics/macos-xcode11-release/render-tests/heatmap-weight/identity-property-function/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/heatmap-weight/identity-property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/heatmap-weight/literal/metrics.json b/metrics/macos-xcode11-release/render-tests/heatmap-weight/literal/metrics.json index 098f2da894f..bcd4cb2e304 100644 --- a/metrics/macos-xcode11-release/render-tests/heatmap-weight/literal/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/heatmap-weight/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/hillshade-accent-color/default/metrics.json b/metrics/macos-xcode11-release/render-tests/hillshade-accent-color/default/metrics.json index da22284860b..f86f9785308 100644 --- a/metrics/macos-xcode11-release/render-tests/hillshade-accent-color/default/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/hillshade-accent-color/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/hillshade-accent-color/literal/metrics.json b/metrics/macos-xcode11-release/render-tests/hillshade-accent-color/literal/metrics.json index da22284860b..f86f9785308 100644 --- a/metrics/macos-xcode11-release/render-tests/hillshade-accent-color/literal/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/hillshade-accent-color/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/hillshade-accent-color/terrarium/metrics.json b/metrics/macos-xcode11-release/render-tests/hillshade-accent-color/terrarium/metrics.json index 0af79815296..6bd4ade1170 100644 --- a/metrics/macos-xcode11-release/render-tests/hillshade-accent-color/terrarium/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/hillshade-accent-color/terrarium/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/hillshade-accent-color/zoom-function/metrics.json b/metrics/macos-xcode11-release/render-tests/hillshade-accent-color/zoom-function/metrics.json index da22284860b..f86f9785308 100644 --- a/metrics/macos-xcode11-release/render-tests/hillshade-accent-color/zoom-function/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/hillshade-accent-color/zoom-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/hillshade-highlight-color/default/metrics.json b/metrics/macos-xcode11-release/render-tests/hillshade-highlight-color/default/metrics.json index da22284860b..f86f9785308 100644 --- a/metrics/macos-xcode11-release/render-tests/hillshade-highlight-color/default/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/hillshade-highlight-color/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/hillshade-highlight-color/literal/metrics.json b/metrics/macos-xcode11-release/render-tests/hillshade-highlight-color/literal/metrics.json index da22284860b..f86f9785308 100644 --- a/metrics/macos-xcode11-release/render-tests/hillshade-highlight-color/literal/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/hillshade-highlight-color/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/hillshade-highlight-color/zoom-function/metrics.json b/metrics/macos-xcode11-release/render-tests/hillshade-highlight-color/zoom-function/metrics.json index da22284860b..f86f9785308 100644 --- a/metrics/macos-xcode11-release/render-tests/hillshade-highlight-color/zoom-function/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/hillshade-highlight-color/zoom-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/hillshade-shadow-color/default/metrics.json b/metrics/macos-xcode11-release/render-tests/hillshade-shadow-color/default/metrics.json index da22284860b..f86f9785308 100644 --- a/metrics/macos-xcode11-release/render-tests/hillshade-shadow-color/default/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/hillshade-shadow-color/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/hillshade-shadow-color/literal/metrics.json b/metrics/macos-xcode11-release/render-tests/hillshade-shadow-color/literal/metrics.json index da22284860b..f86f9785308 100644 --- a/metrics/macos-xcode11-release/render-tests/hillshade-shadow-color/literal/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/hillshade-shadow-color/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/hillshade-shadow-color/zoom-function/metrics.json b/metrics/macos-xcode11-release/render-tests/hillshade-shadow-color/zoom-function/metrics.json index da22284860b..f86f9785308 100644 --- a/metrics/macos-xcode11-release/render-tests/hillshade-shadow-color/zoom-function/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/hillshade-shadow-color/zoom-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/icon-anchor/bottom-left/metrics.json b/metrics/macos-xcode11-release/render-tests/icon-anchor/bottom-left/metrics.json index ff10b87fe60..80efc975536 100644 --- a/metrics/macos-xcode11-release/render-tests/icon-anchor/bottom-left/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/icon-anchor/bottom-left/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/icon-anchor/bottom-right/metrics.json b/metrics/macos-xcode11-release/render-tests/icon-anchor/bottom-right/metrics.json index ff10b87fe60..80efc975536 100644 --- a/metrics/macos-xcode11-release/render-tests/icon-anchor/bottom-right/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/icon-anchor/bottom-right/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/icon-anchor/bottom/metrics.json b/metrics/macos-xcode11-release/render-tests/icon-anchor/bottom/metrics.json index ff10b87fe60..80efc975536 100644 --- a/metrics/macos-xcode11-release/render-tests/icon-anchor/bottom/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/icon-anchor/bottom/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/icon-anchor/center/metrics.json b/metrics/macos-xcode11-release/render-tests/icon-anchor/center/metrics.json index ff10b87fe60..80efc975536 100644 --- a/metrics/macos-xcode11-release/render-tests/icon-anchor/center/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/icon-anchor/center/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/icon-anchor/default/metrics.json b/metrics/macos-xcode11-release/render-tests/icon-anchor/default/metrics.json index ff10b87fe60..80efc975536 100644 --- a/metrics/macos-xcode11-release/render-tests/icon-anchor/default/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/icon-anchor/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/icon-anchor/left/metrics.json b/metrics/macos-xcode11-release/render-tests/icon-anchor/left/metrics.json index ff10b87fe60..80efc975536 100644 --- a/metrics/macos-xcode11-release/render-tests/icon-anchor/left/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/icon-anchor/left/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/icon-anchor/property-function/metrics.json b/metrics/macos-xcode11-release/render-tests/icon-anchor/property-function/metrics.json index 06c60d080b8..db5c47df0e4 100644 --- a/metrics/macos-xcode11-release/render-tests/icon-anchor/property-function/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/icon-anchor/property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/icon-anchor/right/metrics.json b/metrics/macos-xcode11-release/render-tests/icon-anchor/right/metrics.json index ff10b87fe60..80efc975536 100644 --- a/metrics/macos-xcode11-release/render-tests/icon-anchor/right/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/icon-anchor/right/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/icon-anchor/top-left/metrics.json b/metrics/macos-xcode11-release/render-tests/icon-anchor/top-left/metrics.json index ff10b87fe60..80efc975536 100644 --- a/metrics/macos-xcode11-release/render-tests/icon-anchor/top-left/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/icon-anchor/top-left/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/icon-anchor/top-right/metrics.json b/metrics/macos-xcode11-release/render-tests/icon-anchor/top-right/metrics.json index ff10b87fe60..80efc975536 100644 --- a/metrics/macos-xcode11-release/render-tests/icon-anchor/top-right/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/icon-anchor/top-right/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/icon-anchor/top/metrics.json b/metrics/macos-xcode11-release/render-tests/icon-anchor/top/metrics.json index ff10b87fe60..80efc975536 100644 --- a/metrics/macos-xcode11-release/render-tests/icon-anchor/top/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/icon-anchor/top/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/icon-color/default/metrics.json b/metrics/macos-xcode11-release/render-tests/icon-color/default/metrics.json index ff10b87fe60..80efc975536 100644 --- a/metrics/macos-xcode11-release/render-tests/icon-color/default/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/icon-color/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/icon-color/function/metrics.json b/metrics/macos-xcode11-release/render-tests/icon-color/function/metrics.json index ff10b87fe60..80efc975536 100644 --- a/metrics/macos-xcode11-release/render-tests/icon-color/function/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/icon-color/function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/icon-color/literal/metrics.json b/metrics/macos-xcode11-release/render-tests/icon-color/literal/metrics.json index ff10b87fe60..80efc975536 100644 --- a/metrics/macos-xcode11-release/render-tests/icon-color/literal/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/icon-color/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/icon-color/property-function/metrics.json b/metrics/macos-xcode11-release/render-tests/icon-color/property-function/metrics.json index 4c633b42377..2c5e151a40d 100644 --- a/metrics/macos-xcode11-release/render-tests/icon-color/property-function/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/icon-color/property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/icon-halo-blur/default/metrics.json b/metrics/macos-xcode11-release/render-tests/icon-halo-blur/default/metrics.json index 7f17773165c..b25ac99b3bb 100644 --- a/metrics/macos-xcode11-release/render-tests/icon-halo-blur/default/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/icon-halo-blur/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/icon-halo-blur/function/metrics.json b/metrics/macos-xcode11-release/render-tests/icon-halo-blur/function/metrics.json index 7f17773165c..b25ac99b3bb 100644 --- a/metrics/macos-xcode11-release/render-tests/icon-halo-blur/function/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/icon-halo-blur/function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/icon-halo-blur/literal/metrics.json b/metrics/macos-xcode11-release/render-tests/icon-halo-blur/literal/metrics.json index 7f17773165c..b25ac99b3bb 100644 --- a/metrics/macos-xcode11-release/render-tests/icon-halo-blur/literal/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/icon-halo-blur/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/icon-halo-blur/property-function/metrics.json b/metrics/macos-xcode11-release/render-tests/icon-halo-blur/property-function/metrics.json index 836b87b16e2..4c4eb5074cd 100644 --- a/metrics/macos-xcode11-release/render-tests/icon-halo-blur/property-function/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/icon-halo-blur/property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/icon-halo-color/default/metrics.json b/metrics/macos-xcode11-release/render-tests/icon-halo-color/default/metrics.json index ff10b87fe60..80efc975536 100644 --- a/metrics/macos-xcode11-release/render-tests/icon-halo-color/default/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/icon-halo-color/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/icon-halo-color/function/metrics.json b/metrics/macos-xcode11-release/render-tests/icon-halo-color/function/metrics.json index 7f17773165c..b25ac99b3bb 100644 --- a/metrics/macos-xcode11-release/render-tests/icon-halo-color/function/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/icon-halo-color/function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/icon-halo-color/literal/metrics.json b/metrics/macos-xcode11-release/render-tests/icon-halo-color/literal/metrics.json index 7f17773165c..b25ac99b3bb 100644 --- a/metrics/macos-xcode11-release/render-tests/icon-halo-color/literal/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/icon-halo-color/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/icon-halo-color/multiply/metrics.json b/metrics/macos-xcode11-release/render-tests/icon-halo-color/multiply/metrics.json index 7f17773165c..b25ac99b3bb 100644 --- a/metrics/macos-xcode11-release/render-tests/icon-halo-color/multiply/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/icon-halo-color/multiply/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/icon-halo-color/opacity/metrics.json b/metrics/macos-xcode11-release/render-tests/icon-halo-color/opacity/metrics.json index 7f17773165c..b25ac99b3bb 100644 --- a/metrics/macos-xcode11-release/render-tests/icon-halo-color/opacity/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/icon-halo-color/opacity/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/icon-halo-color/property-function/metrics.json b/metrics/macos-xcode11-release/render-tests/icon-halo-color/property-function/metrics.json index 77eaf969580..94201e4ae17 100644 --- a/metrics/macos-xcode11-release/render-tests/icon-halo-color/property-function/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/icon-halo-color/property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/icon-halo-color/transparent/metrics.json b/metrics/macos-xcode11-release/render-tests/icon-halo-color/transparent/metrics.json index 7f17773165c..b25ac99b3bb 100644 --- a/metrics/macos-xcode11-release/render-tests/icon-halo-color/transparent/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/icon-halo-color/transparent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/icon-halo-width/default/metrics.json b/metrics/macos-xcode11-release/render-tests/icon-halo-width/default/metrics.json index ff10b87fe60..80efc975536 100644 --- a/metrics/macos-xcode11-release/render-tests/icon-halo-width/default/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/icon-halo-width/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/icon-halo-width/function/metrics.json b/metrics/macos-xcode11-release/render-tests/icon-halo-width/function/metrics.json index 7f17773165c..b25ac99b3bb 100644 --- a/metrics/macos-xcode11-release/render-tests/icon-halo-width/function/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/icon-halo-width/function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/icon-halo-width/literal/metrics.json b/metrics/macos-xcode11-release/render-tests/icon-halo-width/literal/metrics.json index 7f17773165c..b25ac99b3bb 100644 --- a/metrics/macos-xcode11-release/render-tests/icon-halo-width/literal/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/icon-halo-width/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/icon-halo-width/property-function/metrics.json b/metrics/macos-xcode11-release/render-tests/icon-halo-width/property-function/metrics.json index 836b87b16e2..4c4eb5074cd 100644 --- a/metrics/macos-xcode11-release/render-tests/icon-halo-width/property-function/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/icon-halo-width/property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/icon-image/icon-sdf-non-sdf-one-layer/metrics.json b/metrics/macos-xcode11-release/render-tests/icon-image/icon-sdf-non-sdf-one-layer/metrics.json index 9689f984072..b9c1f8822ec 100644 --- a/metrics/macos-xcode11-release/render-tests/icon-image/icon-sdf-non-sdf-one-layer/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/icon-image/icon-sdf-non-sdf-one-layer/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/icon-image/image-expression/metrics.json b/metrics/macos-xcode11-release/render-tests/icon-image/image-expression/metrics.json index ff10b87fe60..80efc975536 100644 --- a/metrics/macos-xcode11-release/render-tests/icon-image/image-expression/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/icon-image/image-expression/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/icon-image/literal/metrics.json b/metrics/macos-xcode11-release/render-tests/icon-image/literal/metrics.json index ff10b87fe60..80efc975536 100644 --- a/metrics/macos-xcode11-release/render-tests/icon-image/literal/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/icon-image/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/icon-image/property-function/metrics.json b/metrics/macos-xcode11-release/render-tests/icon-image/property-function/metrics.json index c291562544c..f0325df7b68 100644 --- a/metrics/macos-xcode11-release/render-tests/icon-image/property-function/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/icon-image/property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/icon-image/stretchable-content/metrics.json b/metrics/macos-xcode11-release/render-tests/icon-image/stretchable-content/metrics.json index 253fc965aa4..e54853543f7 100644 --- a/metrics/macos-xcode11-release/render-tests/icon-image/stretchable-content/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/icon-image/stretchable-content/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/icon-image/stretchable/metrics.json b/metrics/macos-xcode11-release/render-tests/icon-image/stretchable/metrics.json index 253fc965aa4..e54853543f7 100644 --- a/metrics/macos-xcode11-release/render-tests/icon-image/stretchable/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/icon-image/stretchable/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/icon-image/token/metrics.json b/metrics/macos-xcode11-release/render-tests/icon-image/token/metrics.json index c291562544c..f0325df7b68 100644 --- a/metrics/macos-xcode11-release/render-tests/icon-image/token/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/icon-image/token/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/icon-no-cross-source-collision/default/metrics.json b/metrics/macos-xcode11-release/render-tests/icon-no-cross-source-collision/default/metrics.json index ef86c597d38..84efce9404e 100644 --- a/metrics/macos-xcode11-release/render-tests/icon-no-cross-source-collision/default/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/icon-no-cross-source-collision/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/icon-offset/literal/metrics.json b/metrics/macos-xcode11-release/render-tests/icon-offset/literal/metrics.json index 79e78104863..a2643ebba77 100644 --- a/metrics/macos-xcode11-release/render-tests/icon-offset/literal/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/icon-offset/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/icon-offset/property-function/metrics.json b/metrics/macos-xcode11-release/render-tests/icon-offset/property-function/metrics.json index 79e78104863..a2643ebba77 100644 --- a/metrics/macos-xcode11-release/render-tests/icon-offset/property-function/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/icon-offset/property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/icon-offset/zoom-and-property-function/metrics.json b/metrics/macos-xcode11-release/render-tests/icon-offset/zoom-and-property-function/metrics.json index 79e78104863..a2643ebba77 100644 --- a/metrics/macos-xcode11-release/render-tests/icon-offset/zoom-and-property-function/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/icon-offset/zoom-and-property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/icon-opacity/default/metrics.json b/metrics/macos-xcode11-release/render-tests/icon-opacity/default/metrics.json index 79e78104863..a2643ebba77 100644 --- a/metrics/macos-xcode11-release/render-tests/icon-opacity/default/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/icon-opacity/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/icon-opacity/function/metrics.json b/metrics/macos-xcode11-release/render-tests/icon-opacity/function/metrics.json index 79e78104863..a2643ebba77 100644 --- a/metrics/macos-xcode11-release/render-tests/icon-opacity/function/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/icon-opacity/function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/icon-opacity/icon-only/metrics.json b/metrics/macos-xcode11-release/render-tests/icon-opacity/icon-only/metrics.json index 9ff18b8ec13..d4ca48808d6 100644 --- a/metrics/macos-xcode11-release/render-tests/icon-opacity/icon-only/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/icon-opacity/icon-only/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/icon-opacity/literal/metrics.json b/metrics/macos-xcode11-release/render-tests/icon-opacity/literal/metrics.json index 79e78104863..a2643ebba77 100644 --- a/metrics/macos-xcode11-release/render-tests/icon-opacity/literal/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/icon-opacity/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/icon-opacity/property-function/metrics.json b/metrics/macos-xcode11-release/render-tests/icon-opacity/property-function/metrics.json index 0760437163b..53898e1973f 100644 --- a/metrics/macos-xcode11-release/render-tests/icon-opacity/property-function/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/icon-opacity/property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/icon-opacity/text-and-icon/metrics.json b/metrics/macos-xcode11-release/render-tests/icon-opacity/text-and-icon/metrics.json index 9ff18b8ec13..d4ca48808d6 100644 --- a/metrics/macos-xcode11-release/render-tests/icon-opacity/text-and-icon/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/icon-opacity/text-and-icon/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/icon-opacity/text-only/metrics.json b/metrics/macos-xcode11-release/render-tests/icon-opacity/text-only/metrics.json index 9ff18b8ec13..d4ca48808d6 100644 --- a/metrics/macos-xcode11-release/render-tests/icon-opacity/text-only/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/icon-opacity/text-only/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/icon-pitch-alignment/auto-rotation-alignment-map/metrics.json b/metrics/macos-xcode11-release/render-tests/icon-pitch-alignment/auto-rotation-alignment-map/metrics.json index fdaf27673e2..46fcadb2431 100644 --- a/metrics/macos-xcode11-release/render-tests/icon-pitch-alignment/auto-rotation-alignment-map/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/icon-pitch-alignment/auto-rotation-alignment-map/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/icon-pitch-alignment/auto-rotation-alignment-viewport/metrics.json b/metrics/macos-xcode11-release/render-tests/icon-pitch-alignment/auto-rotation-alignment-viewport/metrics.json index fdaf27673e2..46fcadb2431 100644 --- a/metrics/macos-xcode11-release/render-tests/icon-pitch-alignment/auto-rotation-alignment-viewport/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/icon-pitch-alignment/auto-rotation-alignment-viewport/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/icon-pitch-alignment/map-rotation-alignment-viewport/metrics.json b/metrics/macos-xcode11-release/render-tests/icon-pitch-alignment/map-rotation-alignment-viewport/metrics.json index fdaf27673e2..46fcadb2431 100644 --- a/metrics/macos-xcode11-release/render-tests/icon-pitch-alignment/map-rotation-alignment-viewport/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/icon-pitch-alignment/map-rotation-alignment-viewport/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/icon-pitch-alignment/viewport-rotation-alignment-map/metrics.json b/metrics/macos-xcode11-release/render-tests/icon-pitch-alignment/viewport-rotation-alignment-map/metrics.json index fdaf27673e2..46fcadb2431 100644 --- a/metrics/macos-xcode11-release/render-tests/icon-pitch-alignment/viewport-rotation-alignment-map/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/icon-pitch-alignment/viewport-rotation-alignment-map/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/icon-pitch-scaling/rotation-alignment-map/metrics.json b/metrics/macos-xcode11-release/render-tests/icon-pitch-scaling/rotation-alignment-map/metrics.json index 79e78104863..a2643ebba77 100644 --- a/metrics/macos-xcode11-release/render-tests/icon-pitch-scaling/rotation-alignment-map/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/icon-pitch-scaling/rotation-alignment-map/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/icon-pitch-scaling/rotation-alignment-viewport/metrics.json b/metrics/macos-xcode11-release/render-tests/icon-pitch-scaling/rotation-alignment-viewport/metrics.json index 79e78104863..a2643ebba77 100644 --- a/metrics/macos-xcode11-release/render-tests/icon-pitch-scaling/rotation-alignment-viewport/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/icon-pitch-scaling/rotation-alignment-viewport/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/icon-pixelratio-mismatch/default/metrics.json b/metrics/macos-xcode11-release/render-tests/icon-pixelratio-mismatch/default/metrics.json index f1cb4ead5fd..73f69e541c6 100644 --- a/metrics/macos-xcode11-release/render-tests/icon-pixelratio-mismatch/default/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/icon-pixelratio-mismatch/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/icon-rotate/literal/metrics.json b/metrics/macos-xcode11-release/render-tests/icon-rotate/literal/metrics.json index 43f81ae9e8f..7b15f7584f8 100644 --- a/metrics/macos-xcode11-release/render-tests/icon-rotate/literal/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/icon-rotate/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/icon-rotate/property-function/metrics.json b/metrics/macos-xcode11-release/render-tests/icon-rotate/property-function/metrics.json index 43f81ae9e8f..7b15f7584f8 100644 --- a/metrics/macos-xcode11-release/render-tests/icon-rotate/property-function/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/icon-rotate/property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/icon-rotate/with-offset/metrics.json b/metrics/macos-xcode11-release/render-tests/icon-rotate/with-offset/metrics.json index 39cea2f7a81..3c36120ef15 100644 --- a/metrics/macos-xcode11-release/render-tests/icon-rotate/with-offset/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/icon-rotate/with-offset/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/icon-rotation-alignment/auto-symbol-placement-line/metrics.json b/metrics/macos-xcode11-release/render-tests/icon-rotation-alignment/auto-symbol-placement-line/metrics.json index fdaf27673e2..46fcadb2431 100644 --- a/metrics/macos-xcode11-release/render-tests/icon-rotation-alignment/auto-symbol-placement-line/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/icon-rotation-alignment/auto-symbol-placement-line/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/icon-rotation-alignment/auto-symbol-placement-point/metrics.json b/metrics/macos-xcode11-release/render-tests/icon-rotation-alignment/auto-symbol-placement-point/metrics.json index fdaf27673e2..46fcadb2431 100644 --- a/metrics/macos-xcode11-release/render-tests/icon-rotation-alignment/auto-symbol-placement-point/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/icon-rotation-alignment/auto-symbol-placement-point/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/icon-rotation-alignment/map-symbol-placement-line/metrics.json b/metrics/macos-xcode11-release/render-tests/icon-rotation-alignment/map-symbol-placement-line/metrics.json index fdaf27673e2..46fcadb2431 100644 --- a/metrics/macos-xcode11-release/render-tests/icon-rotation-alignment/map-symbol-placement-line/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/icon-rotation-alignment/map-symbol-placement-line/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/icon-rotation-alignment/map-symbol-placement-point/metrics.json b/metrics/macos-xcode11-release/render-tests/icon-rotation-alignment/map-symbol-placement-point/metrics.json index fdaf27673e2..46fcadb2431 100644 --- a/metrics/macos-xcode11-release/render-tests/icon-rotation-alignment/map-symbol-placement-point/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/icon-rotation-alignment/map-symbol-placement-point/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/icon-rotation-alignment/viewport-symbol-placement-line/metrics.json b/metrics/macos-xcode11-release/render-tests/icon-rotation-alignment/viewport-symbol-placement-line/metrics.json index fdaf27673e2..46fcadb2431 100644 --- a/metrics/macos-xcode11-release/render-tests/icon-rotation-alignment/viewport-symbol-placement-line/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/icon-rotation-alignment/viewport-symbol-placement-line/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/icon-rotation-alignment/viewport-symbol-placement-point/metrics.json b/metrics/macos-xcode11-release/render-tests/icon-rotation-alignment/viewport-symbol-placement-point/metrics.json index fdaf27673e2..46fcadb2431 100644 --- a/metrics/macos-xcode11-release/render-tests/icon-rotation-alignment/viewport-symbol-placement-point/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/icon-rotation-alignment/viewport-symbol-placement-point/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/icon-size/camera-function-high-base-plain/metrics.json b/metrics/macos-xcode11-release/render-tests/icon-size/camera-function-high-base-plain/metrics.json index fea6fe2e598..94fd76f9f2e 100644 --- a/metrics/macos-xcode11-release/render-tests/icon-size/camera-function-high-base-plain/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/icon-size/camera-function-high-base-plain/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/icon-size/camera-function-high-base-sdf/metrics.json b/metrics/macos-xcode11-release/render-tests/icon-size/camera-function-high-base-sdf/metrics.json index ff10b87fe60..80efc975536 100644 --- a/metrics/macos-xcode11-release/render-tests/icon-size/camera-function-high-base-sdf/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/icon-size/camera-function-high-base-sdf/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/icon-size/camera-function-plain/metrics.json b/metrics/macos-xcode11-release/render-tests/icon-size/camera-function-plain/metrics.json index fea6fe2e598..94fd76f9f2e 100644 --- a/metrics/macos-xcode11-release/render-tests/icon-size/camera-function-plain/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/icon-size/camera-function-plain/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/icon-size/camera-function-sdf/metrics.json b/metrics/macos-xcode11-release/render-tests/icon-size/camera-function-sdf/metrics.json index ff10b87fe60..80efc975536 100644 --- a/metrics/macos-xcode11-release/render-tests/icon-size/camera-function-sdf/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/icon-size/camera-function-sdf/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/icon-size/composite-function-plain/metrics.json b/metrics/macos-xcode11-release/render-tests/icon-size/composite-function-plain/metrics.json index fea6fe2e598..94fd76f9f2e 100644 --- a/metrics/macos-xcode11-release/render-tests/icon-size/composite-function-plain/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/icon-size/composite-function-plain/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/icon-size/composite-function-sdf/metrics.json b/metrics/macos-xcode11-release/render-tests/icon-size/composite-function-sdf/metrics.json index ff10b87fe60..80efc975536 100644 --- a/metrics/macos-xcode11-release/render-tests/icon-size/composite-function-sdf/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/icon-size/composite-function-sdf/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/icon-size/default/metrics.json b/metrics/macos-xcode11-release/render-tests/icon-size/default/metrics.json index e85e6b42dc7..600dae24320 100644 --- a/metrics/macos-xcode11-release/render-tests/icon-size/default/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/icon-size/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/icon-size/function/metrics.json b/metrics/macos-xcode11-release/render-tests/icon-size/function/metrics.json index e85e6b42dc7..600dae24320 100644 --- a/metrics/macos-xcode11-release/render-tests/icon-size/function/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/icon-size/function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/icon-size/literal/metrics.json b/metrics/macos-xcode11-release/render-tests/icon-size/literal/metrics.json index e85e6b42dc7..600dae24320 100644 --- a/metrics/macos-xcode11-release/render-tests/icon-size/literal/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/icon-size/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/icon-size/property-function-plain/metrics.json b/metrics/macos-xcode11-release/render-tests/icon-size/property-function-plain/metrics.json index 6e8125cf625..6cacde2bc1c 100644 --- a/metrics/macos-xcode11-release/render-tests/icon-size/property-function-plain/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/icon-size/property-function-plain/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/icon-size/property-function-sdf/metrics.json b/metrics/macos-xcode11-release/render-tests/icon-size/property-function-sdf/metrics.json index 18164e288a0..91e76593beb 100644 --- a/metrics/macos-xcode11-release/render-tests/icon-size/property-function-sdf/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/icon-size/property-function-sdf/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/icon-text-fit/both-collision-variable-anchor-text-fit/metrics.json b/metrics/macos-xcode11-release/render-tests/icon-text-fit/both-collision-variable-anchor-text-fit/metrics.json index 533e640ba85..e0b501a8bb9 100644 --- a/metrics/macos-xcode11-release/render-tests/icon-text-fit/both-collision-variable-anchor-text-fit/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/icon-text-fit/both-collision-variable-anchor-text-fit/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/icon-text-fit/both-collision-variable-anchor/metrics.json b/metrics/macos-xcode11-release/render-tests/icon-text-fit/both-collision-variable-anchor/metrics.json index 27c166e4fad..ed10acda227 100644 --- a/metrics/macos-xcode11-release/render-tests/icon-text-fit/both-collision-variable-anchor/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/icon-text-fit/both-collision-variable-anchor/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/icon-text-fit/both-collision/metrics.json b/metrics/macos-xcode11-release/render-tests/icon-text-fit/both-collision/metrics.json index f8a34973b45..46c8d636819 100644 --- a/metrics/macos-xcode11-release/render-tests/icon-text-fit/both-collision/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/icon-text-fit/both-collision/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/icon-text-fit/both-padding/metrics.json b/metrics/macos-xcode11-release/render-tests/icon-text-fit/both-padding/metrics.json index 3731e0fcb28..f27a5555fb8 100644 --- a/metrics/macos-xcode11-release/render-tests/icon-text-fit/both-padding/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/icon-text-fit/both-padding/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/icon-text-fit/both-text-anchor-1x-image-2x-screen/metrics.json b/metrics/macos-xcode11-release/render-tests/icon-text-fit/both-text-anchor-1x-image-2x-screen/metrics.json index fd38a33aafc..47257c2ced0 100644 --- a/metrics/macos-xcode11-release/render-tests/icon-text-fit/both-text-anchor-1x-image-2x-screen/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/icon-text-fit/both-text-anchor-1x-image-2x-screen/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/icon-text-fit/both-text-anchor-2x-image-1x-screen/metrics.json b/metrics/macos-xcode11-release/render-tests/icon-text-fit/both-text-anchor-2x-image-1x-screen/metrics.json index 60e56e89fb7..4b7d57c2bbb 100644 --- a/metrics/macos-xcode11-release/render-tests/icon-text-fit/both-text-anchor-2x-image-1x-screen/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/icon-text-fit/both-text-anchor-2x-image-1x-screen/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/icon-text-fit/both-text-anchor-2x-image-2x-screen/metrics.json b/metrics/macos-xcode11-release/render-tests/icon-text-fit/both-text-anchor-2x-image-2x-screen/metrics.json index 60e56e89fb7..4b7d57c2bbb 100644 --- a/metrics/macos-xcode11-release/render-tests/icon-text-fit/both-text-anchor-2x-image-2x-screen/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/icon-text-fit/both-text-anchor-2x-image-2x-screen/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/icon-text-fit/both-text-anchor-icon-anchor/metrics.json b/metrics/macos-xcode11-release/render-tests/icon-text-fit/both-text-anchor-icon-anchor/metrics.json index fd38a33aafc..47257c2ced0 100644 --- a/metrics/macos-xcode11-release/render-tests/icon-text-fit/both-text-anchor-icon-anchor/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/icon-text-fit/both-text-anchor-icon-anchor/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/icon-text-fit/both-text-anchor-icon-offset/metrics.json b/metrics/macos-xcode11-release/render-tests/icon-text-fit/both-text-anchor-icon-offset/metrics.json index fd38a33aafc..47257c2ced0 100644 --- a/metrics/macos-xcode11-release/render-tests/icon-text-fit/both-text-anchor-icon-offset/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/icon-text-fit/both-text-anchor-icon-offset/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/icon-text-fit/both-text-anchor-padding/metrics.json b/metrics/macos-xcode11-release/render-tests/icon-text-fit/both-text-anchor-padding/metrics.json index fd38a33aafc..47257c2ced0 100644 --- a/metrics/macos-xcode11-release/render-tests/icon-text-fit/both-text-anchor-padding/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/icon-text-fit/both-text-anchor-padding/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/icon-text-fit/both-text-anchor/metrics.json b/metrics/macos-xcode11-release/render-tests/icon-text-fit/both-text-anchor/metrics.json index fd38a33aafc..47257c2ced0 100644 --- a/metrics/macos-xcode11-release/render-tests/icon-text-fit/both-text-anchor/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/icon-text-fit/both-text-anchor/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/icon-text-fit/both/metrics.json b/metrics/macos-xcode11-release/render-tests/icon-text-fit/both/metrics.json index 3731e0fcb28..f27a5555fb8 100644 --- a/metrics/macos-xcode11-release/render-tests/icon-text-fit/both/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/icon-text-fit/both/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/icon-text-fit/enlargen-both-padding/metrics.json b/metrics/macos-xcode11-release/render-tests/icon-text-fit/enlargen-both-padding/metrics.json index d6bdd89b213..0ad2f87fd7e 100644 --- a/metrics/macos-xcode11-release/render-tests/icon-text-fit/enlargen-both-padding/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/icon-text-fit/enlargen-both-padding/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/icon-text-fit/enlargen-both/metrics.json b/metrics/macos-xcode11-release/render-tests/icon-text-fit/enlargen-both/metrics.json index d6bdd89b213..0ad2f87fd7e 100644 --- a/metrics/macos-xcode11-release/render-tests/icon-text-fit/enlargen-both/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/icon-text-fit/enlargen-both/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/icon-text-fit/enlargen-height/metrics.json b/metrics/macos-xcode11-release/render-tests/icon-text-fit/enlargen-height/metrics.json index d6bdd89b213..0ad2f87fd7e 100644 --- a/metrics/macos-xcode11-release/render-tests/icon-text-fit/enlargen-height/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/icon-text-fit/enlargen-height/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/icon-text-fit/enlargen-width/metrics.json b/metrics/macos-xcode11-release/render-tests/icon-text-fit/enlargen-width/metrics.json index d6bdd89b213..0ad2f87fd7e 100644 --- a/metrics/macos-xcode11-release/render-tests/icon-text-fit/enlargen-width/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/icon-text-fit/enlargen-width/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/icon-text-fit/height-padding/metrics.json b/metrics/macos-xcode11-release/render-tests/icon-text-fit/height-padding/metrics.json index 3731e0fcb28..f27a5555fb8 100644 --- a/metrics/macos-xcode11-release/render-tests/icon-text-fit/height-padding/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/icon-text-fit/height-padding/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/icon-text-fit/height-text-anchor-padding/metrics.json b/metrics/macos-xcode11-release/render-tests/icon-text-fit/height-text-anchor-padding/metrics.json index fd38a33aafc..47257c2ced0 100644 --- a/metrics/macos-xcode11-release/render-tests/icon-text-fit/height-text-anchor-padding/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/icon-text-fit/height-text-anchor-padding/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/icon-text-fit/height-text-anchor/metrics.json b/metrics/macos-xcode11-release/render-tests/icon-text-fit/height-text-anchor/metrics.json index fd38a33aafc..47257c2ced0 100644 --- a/metrics/macos-xcode11-release/render-tests/icon-text-fit/height-text-anchor/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/icon-text-fit/height-text-anchor/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/icon-text-fit/height/metrics.json b/metrics/macos-xcode11-release/render-tests/icon-text-fit/height/metrics.json index 3731e0fcb28..f27a5555fb8 100644 --- a/metrics/macos-xcode11-release/render-tests/icon-text-fit/height/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/icon-text-fit/height/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/icon-text-fit/none/metrics.json b/metrics/macos-xcode11-release/render-tests/icon-text-fit/none/metrics.json index 3731e0fcb28..f27a5555fb8 100644 --- a/metrics/macos-xcode11-release/render-tests/icon-text-fit/none/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/icon-text-fit/none/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/icon-text-fit/placement-line/metrics.json b/metrics/macos-xcode11-release/render-tests/icon-text-fit/placement-line/metrics.json index f879907a019..a21185cfed0 100644 --- a/metrics/macos-xcode11-release/render-tests/icon-text-fit/placement-line/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/icon-text-fit/placement-line/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/icon-text-fit/stretch-fifteen-part/metrics.json b/metrics/macos-xcode11-release/render-tests/icon-text-fit/stretch-fifteen-part/metrics.json index 37cfb3b5fd3..5020340b5dd 100644 --- a/metrics/macos-xcode11-release/render-tests/icon-text-fit/stretch-fifteen-part/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/icon-text-fit/stretch-fifteen-part/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/icon-text-fit/stretch-nine-part-@2x/metrics.json b/metrics/macos-xcode11-release/render-tests/icon-text-fit/stretch-nine-part-@2x/metrics.json index 52972bf07ee..b0dc3e86664 100644 --- a/metrics/macos-xcode11-release/render-tests/icon-text-fit/stretch-nine-part-@2x/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/icon-text-fit/stretch-nine-part-@2x/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/icon-text-fit/stretch-nine-part-content-collision/metrics.json b/metrics/macos-xcode11-release/render-tests/icon-text-fit/stretch-nine-part-content-collision/metrics.json index a96054ffb96..2fa4ebaed65 100644 --- a/metrics/macos-xcode11-release/render-tests/icon-text-fit/stretch-nine-part-content-collision/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/icon-text-fit/stretch-nine-part-content-collision/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/icon-text-fit/stretch-nine-part-content/metrics.json b/metrics/macos-xcode11-release/render-tests/icon-text-fit/stretch-nine-part-content/metrics.json index a96054ffb96..2fa4ebaed65 100644 --- a/metrics/macos-xcode11-release/render-tests/icon-text-fit/stretch-nine-part-content/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/icon-text-fit/stretch-nine-part-content/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/icon-text-fit/stretch-nine-part-just-height/metrics.json b/metrics/macos-xcode11-release/render-tests/icon-text-fit/stretch-nine-part-just-height/metrics.json index c410a69d195..3dd72765262 100644 --- a/metrics/macos-xcode11-release/render-tests/icon-text-fit/stretch-nine-part-just-height/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/icon-text-fit/stretch-nine-part-just-height/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/icon-text-fit/stretch-nine-part-just-width/metrics.json b/metrics/macos-xcode11-release/render-tests/icon-text-fit/stretch-nine-part-just-width/metrics.json index c410a69d195..3dd72765262 100644 --- a/metrics/macos-xcode11-release/render-tests/icon-text-fit/stretch-nine-part-just-width/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/icon-text-fit/stretch-nine-part-just-width/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/icon-text-fit/stretch-nine-part/metrics.json b/metrics/macos-xcode11-release/render-tests/icon-text-fit/stretch-nine-part/metrics.json index 5bec05e5841..3e8b0447fdf 100644 --- a/metrics/macos-xcode11-release/render-tests/icon-text-fit/stretch-nine-part/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/icon-text-fit/stretch-nine-part/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/icon-text-fit/stretch-three-part/metrics.json b/metrics/macos-xcode11-release/render-tests/icon-text-fit/stretch-three-part/metrics.json index 0cd910a99ac..2a65586061c 100644 --- a/metrics/macos-xcode11-release/render-tests/icon-text-fit/stretch-three-part/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/icon-text-fit/stretch-three-part/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/icon-text-fit/stretch-two-part/metrics.json b/metrics/macos-xcode11-release/render-tests/icon-text-fit/stretch-two-part/metrics.json index 3e848e85338..8935bee6fcc 100644 --- a/metrics/macos-xcode11-release/render-tests/icon-text-fit/stretch-two-part/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/icon-text-fit/stretch-two-part/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/icon-text-fit/stretch-underscale/metrics.json b/metrics/macos-xcode11-release/render-tests/icon-text-fit/stretch-underscale/metrics.json index 6048fc7e0b6..3a57c7e24ca 100644 --- a/metrics/macos-xcode11-release/render-tests/icon-text-fit/stretch-underscale/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/icon-text-fit/stretch-underscale/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/icon-text-fit/text-variable-anchor/metrics.json b/metrics/macos-xcode11-release/render-tests/icon-text-fit/text-variable-anchor/metrics.json index 3c52c61f527..7dfedd1e1a0 100644 --- a/metrics/macos-xcode11-release/render-tests/icon-text-fit/text-variable-anchor/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/icon-text-fit/text-variable-anchor/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/icon-text-fit/width-padding/metrics.json b/metrics/macos-xcode11-release/render-tests/icon-text-fit/width-padding/metrics.json index 3731e0fcb28..f27a5555fb8 100644 --- a/metrics/macos-xcode11-release/render-tests/icon-text-fit/width-padding/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/icon-text-fit/width-padding/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/icon-text-fit/width-text-anchor-padding/metrics.json b/metrics/macos-xcode11-release/render-tests/icon-text-fit/width-text-anchor-padding/metrics.json index fd38a33aafc..47257c2ced0 100644 --- a/metrics/macos-xcode11-release/render-tests/icon-text-fit/width-text-anchor-padding/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/icon-text-fit/width-text-anchor-padding/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/icon-text-fit/width-text-anchor/metrics.json b/metrics/macos-xcode11-release/render-tests/icon-text-fit/width-text-anchor/metrics.json index fd38a33aafc..47257c2ced0 100644 --- a/metrics/macos-xcode11-release/render-tests/icon-text-fit/width-text-anchor/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/icon-text-fit/width-text-anchor/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/icon-text-fit/width/metrics.json b/metrics/macos-xcode11-release/render-tests/icon-text-fit/width/metrics.json index 3731e0fcb28..f27a5555fb8 100644 --- a/metrics/macos-xcode11-release/render-tests/icon-text-fit/width/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/icon-text-fit/width/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/icon-translate-anchor/map/metrics.json b/metrics/macos-xcode11-release/render-tests/icon-translate-anchor/map/metrics.json index 40b289ac738..69dc134352d 100644 --- a/metrics/macos-xcode11-release/render-tests/icon-translate-anchor/map/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/icon-translate-anchor/map/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/icon-translate-anchor/viewport/metrics.json b/metrics/macos-xcode11-release/render-tests/icon-translate-anchor/viewport/metrics.json index 40b289ac738..69dc134352d 100644 --- a/metrics/macos-xcode11-release/render-tests/icon-translate-anchor/viewport/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/icon-translate-anchor/viewport/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/icon-translate/default/metrics.json b/metrics/macos-xcode11-release/render-tests/icon-translate/default/metrics.json index 79e78104863..a2643ebba77 100644 --- a/metrics/macos-xcode11-release/render-tests/icon-translate/default/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/icon-translate/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/icon-translate/function/metrics.json b/metrics/macos-xcode11-release/render-tests/icon-translate/function/metrics.json index 79e78104863..a2643ebba77 100644 --- a/metrics/macos-xcode11-release/render-tests/icon-translate/function/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/icon-translate/function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/icon-translate/literal/metrics.json b/metrics/macos-xcode11-release/render-tests/icon-translate/literal/metrics.json index 79e78104863..a2643ebba77 100644 --- a/metrics/macos-xcode11-release/render-tests/icon-translate/literal/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/icon-translate/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/icon-visibility/none/metrics.json b/metrics/macos-xcode11-release/render-tests/icon-visibility/none/metrics.json index 95a181bd8c4..ee07c12cbd3 100644 --- a/metrics/macos-xcode11-release/render-tests/icon-visibility/none/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/icon-visibility/none/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/icon-visibility/visible/metrics.json b/metrics/macos-xcode11-release/render-tests/icon-visibility/visible/metrics.json index 79e78104863..a2643ebba77 100644 --- a/metrics/macos-xcode11-release/render-tests/icon-visibility/visible/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/icon-visibility/visible/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/image/default/metrics.json b/metrics/macos-xcode11-release/render-tests/image/default/metrics.json index a5e1a3ae1af..0d755432617 100644 --- a/metrics/macos-xcode11-release/render-tests/image/default/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/image/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/image/pitched/metrics.json b/metrics/macos-xcode11-release/render-tests/image/pitched/metrics.json index 2d59478140b..516f2bb9de7 100644 --- a/metrics/macos-xcode11-release/render-tests/image/pitched/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/image/pitched/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/image/raster-brightness/metrics.json b/metrics/macos-xcode11-release/render-tests/image/raster-brightness/metrics.json index a5e1a3ae1af..0d755432617 100644 --- a/metrics/macos-xcode11-release/render-tests/image/raster-brightness/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/image/raster-brightness/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/image/raster-contrast/metrics.json b/metrics/macos-xcode11-release/render-tests/image/raster-contrast/metrics.json index a5e1a3ae1af..0d755432617 100644 --- a/metrics/macos-xcode11-release/render-tests/image/raster-contrast/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/image/raster-contrast/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/image/raster-hue-rotate/metrics.json b/metrics/macos-xcode11-release/render-tests/image/raster-hue-rotate/metrics.json index a5e1a3ae1af..0d755432617 100644 --- a/metrics/macos-xcode11-release/render-tests/image/raster-hue-rotate/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/image/raster-hue-rotate/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/image/raster-opacity/metrics.json b/metrics/macos-xcode11-release/render-tests/image/raster-opacity/metrics.json index a5e1a3ae1af..0d755432617 100644 --- a/metrics/macos-xcode11-release/render-tests/image/raster-opacity/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/image/raster-opacity/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/image/raster-resampling/metrics.json b/metrics/macos-xcode11-release/render-tests/image/raster-resampling/metrics.json index 3a2571d36aa..bdb24cbec79 100644 --- a/metrics/macos-xcode11-release/render-tests/image/raster-resampling/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/image/raster-resampling/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/image/raster-saturation/metrics.json b/metrics/macos-xcode11-release/render-tests/image/raster-saturation/metrics.json index a5e1a3ae1af..0d755432617 100644 --- a/metrics/macos-xcode11-release/render-tests/image/raster-saturation/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/image/raster-saturation/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/image/raster-visibility/metrics.json b/metrics/macos-xcode11-release/render-tests/image/raster-visibility/metrics.json index a5e1a3ae1af..0d755432617 100644 --- a/metrics/macos-xcode11-release/render-tests/image/raster-visibility/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/image/raster-visibility/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/is-supported-script/filter/metrics.json b/metrics/macos-xcode11-release/render-tests/is-supported-script/filter/metrics.json index a2ea9c5fb7a..ce349c7a6f4 100644 --- a/metrics/macos-xcode11-release/render-tests/is-supported-script/filter/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/is-supported-script/filter/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/is-supported-script/layout/metrics.json b/metrics/macos-xcode11-release/render-tests/is-supported-script/layout/metrics.json index f7dd7ee4c04..94eaf35036e 100644 --- a/metrics/macos-xcode11-release/render-tests/is-supported-script/layout/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/is-supported-script/layout/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/line-blur/default/metrics.json b/metrics/macos-xcode11-release/render-tests/line-blur/default/metrics.json index 37218777d26..7187015593c 100644 --- a/metrics/macos-xcode11-release/render-tests/line-blur/default/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/line-blur/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/line-blur/function/metrics.json b/metrics/macos-xcode11-release/render-tests/line-blur/function/metrics.json index 37218777d26..7187015593c 100644 --- a/metrics/macos-xcode11-release/render-tests/line-blur/function/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/line-blur/function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/line-blur/literal/metrics.json b/metrics/macos-xcode11-release/render-tests/line-blur/literal/metrics.json index 37218777d26..7187015593c 100644 --- a/metrics/macos-xcode11-release/render-tests/line-blur/literal/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/line-blur/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/line-blur/property-function/metrics.json b/metrics/macos-xcode11-release/render-tests/line-blur/property-function/metrics.json index 3a79bf07087..2a87a2adf26 100644 --- a/metrics/macos-xcode11-release/render-tests/line-blur/property-function/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/line-blur/property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/line-cap/butt/metrics.json b/metrics/macos-xcode11-release/render-tests/line-cap/butt/metrics.json index 37218777d26..7187015593c 100644 --- a/metrics/macos-xcode11-release/render-tests/line-cap/butt/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/line-cap/butt/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/line-cap/round/metrics.json b/metrics/macos-xcode11-release/render-tests/line-cap/round/metrics.json index b8fd663961a..683e8869f74 100644 --- a/metrics/macos-xcode11-release/render-tests/line-cap/round/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/line-cap/round/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/line-cap/square/metrics.json b/metrics/macos-xcode11-release/render-tests/line-cap/square/metrics.json index 37218777d26..7187015593c 100644 --- a/metrics/macos-xcode11-release/render-tests/line-cap/square/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/line-cap/square/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/line-color/default/metrics.json b/metrics/macos-xcode11-release/render-tests/line-color/default/metrics.json index 37218777d26..7187015593c 100644 --- a/metrics/macos-xcode11-release/render-tests/line-color/default/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/line-color/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/line-color/function/metrics.json b/metrics/macos-xcode11-release/render-tests/line-color/function/metrics.json index 37218777d26..7187015593c 100644 --- a/metrics/macos-xcode11-release/render-tests/line-color/function/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/line-color/function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/line-color/literal/metrics.json b/metrics/macos-xcode11-release/render-tests/line-color/literal/metrics.json index 37218777d26..7187015593c 100644 --- a/metrics/macos-xcode11-release/render-tests/line-color/literal/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/line-color/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/line-color/property-function-identity/metrics.json b/metrics/macos-xcode11-release/render-tests/line-color/property-function-identity/metrics.json index 870d30daeb3..7cf6ee5d698 100644 --- a/metrics/macos-xcode11-release/render-tests/line-color/property-function-identity/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/line-color/property-function-identity/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/line-color/property-function/metrics.json b/metrics/macos-xcode11-release/render-tests/line-color/property-function/metrics.json index b8b502e177e..f00b3e53697 100644 --- a/metrics/macos-xcode11-release/render-tests/line-color/property-function/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/line-color/property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/line-dasharray/default/metrics.json b/metrics/macos-xcode11-release/render-tests/line-dasharray/default/metrics.json index f116462d86f..a5d7f6590c5 100644 --- a/metrics/macos-xcode11-release/render-tests/line-dasharray/default/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/line-dasharray/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/line-dasharray/fractional-zoom/metrics.json b/metrics/macos-xcode11-release/render-tests/line-dasharray/fractional-zoom/metrics.json index fc7077f38f8..d8d9dc5b94d 100644 --- a/metrics/macos-xcode11-release/render-tests/line-dasharray/fractional-zoom/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/line-dasharray/fractional-zoom/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/line-dasharray/function/line-width-composite-function/metrics.json b/metrics/macos-xcode11-release/render-tests/line-dasharray/function/line-width-composite-function/metrics.json index 089003eccef..6e68753380e 100644 --- a/metrics/macos-xcode11-release/render-tests/line-dasharray/function/line-width-composite-function/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/line-dasharray/function/line-width-composite-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/line-dasharray/function/line-width-constant/metrics.json b/metrics/macos-xcode11-release/render-tests/line-dasharray/function/line-width-constant/metrics.json index a6871325306..6f572a87257 100644 --- a/metrics/macos-xcode11-release/render-tests/line-dasharray/function/line-width-constant/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/line-dasharray/function/line-width-constant/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/line-dasharray/function/line-width-property-function/metrics.json b/metrics/macos-xcode11-release/render-tests/line-dasharray/function/line-width-property-function/metrics.json index 2b8782c8187..9af46410138 100644 --- a/metrics/macos-xcode11-release/render-tests/line-dasharray/function/line-width-property-function/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/line-dasharray/function/line-width-property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/line-dasharray/literal/line-width-composite-function/metrics.json b/metrics/macos-xcode11-release/render-tests/line-dasharray/literal/line-width-composite-function/metrics.json index 089003eccef..6e68753380e 100644 --- a/metrics/macos-xcode11-release/render-tests/line-dasharray/literal/line-width-composite-function/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/line-dasharray/literal/line-width-composite-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/line-dasharray/literal/line-width-constant/metrics.json b/metrics/macos-xcode11-release/render-tests/line-dasharray/literal/line-width-constant/metrics.json index 45bcb8f0af2..4e755b00c56 100644 --- a/metrics/macos-xcode11-release/render-tests/line-dasharray/literal/line-width-constant/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/line-dasharray/literal/line-width-constant/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/line-dasharray/literal/line-width-property-function/metrics.json b/metrics/macos-xcode11-release/render-tests/line-dasharray/literal/line-width-property-function/metrics.json index 2b8782c8187..9af46410138 100644 --- a/metrics/macos-xcode11-release/render-tests/line-dasharray/literal/line-width-property-function/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/line-dasharray/literal/line-width-property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/line-dasharray/literal/line-width-zoom-function/metrics.json b/metrics/macos-xcode11-release/render-tests/line-dasharray/literal/line-width-zoom-function/metrics.json index fc7077f38f8..d8d9dc5b94d 100644 --- a/metrics/macos-xcode11-release/render-tests/line-dasharray/literal/line-width-zoom-function/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/line-dasharray/literal/line-width-zoom-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/line-dasharray/long-segment/metrics.json b/metrics/macos-xcode11-release/render-tests/line-dasharray/long-segment/metrics.json index 22bd3284bd9..64acd288115 100644 --- a/metrics/macos-xcode11-release/render-tests/line-dasharray/long-segment/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/line-dasharray/long-segment/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/line-dasharray/overscaled/metrics.json b/metrics/macos-xcode11-release/render-tests/line-dasharray/overscaled/metrics.json index 747a2afbe15..553a80fc7f5 100644 --- a/metrics/macos-xcode11-release/render-tests/line-dasharray/overscaled/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/line-dasharray/overscaled/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/line-dasharray/round/segments/metrics.json b/metrics/macos-xcode11-release/render-tests/line-dasharray/round/segments/metrics.json index d3af311705d..7aa6ba0d1c7 100644 --- a/metrics/macos-xcode11-release/render-tests/line-dasharray/round/segments/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/line-dasharray/round/segments/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/line-dasharray/round/zero-gap-width/metrics.json b/metrics/macos-xcode11-release/render-tests/line-dasharray/round/zero-gap-width/metrics.json index d3af311705d..7aa6ba0d1c7 100644 --- a/metrics/macos-xcode11-release/render-tests/line-dasharray/round/zero-gap-width/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/line-dasharray/round/zero-gap-width/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/line-dasharray/slant/metrics.json b/metrics/macos-xcode11-release/render-tests/line-dasharray/slant/metrics.json index 5e55b94da8c..805008108ab 100644 --- a/metrics/macos-xcode11-release/render-tests/line-dasharray/slant/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/line-dasharray/slant/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/line-dasharray/zero-length-gap/metrics.json b/metrics/macos-xcode11-release/render-tests/line-dasharray/zero-length-gap/metrics.json index 32c56fe8f4f..01b82ca75e0 100644 --- a/metrics/macos-xcode11-release/render-tests/line-dasharray/zero-length-gap/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/line-dasharray/zero-length-gap/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/line-dasharray/zoom-history/metrics.json b/metrics/macos-xcode11-release/render-tests/line-dasharray/zoom-history/metrics.json index b4f03708c45..18b105187aa 100644 --- a/metrics/macos-xcode11-release/render-tests/line-dasharray/zoom-history/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/line-dasharray/zoom-history/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/line-gap-width/default/metrics.json b/metrics/macos-xcode11-release/render-tests/line-gap-width/default/metrics.json index d3fc3537952..3a4bc927281 100644 --- a/metrics/macos-xcode11-release/render-tests/line-gap-width/default/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/line-gap-width/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/line-gap-width/function/metrics.json b/metrics/macos-xcode11-release/render-tests/line-gap-width/function/metrics.json index d3fc3537952..3a4bc927281 100644 --- a/metrics/macos-xcode11-release/render-tests/line-gap-width/function/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/line-gap-width/function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/line-gap-width/literal/metrics.json b/metrics/macos-xcode11-release/render-tests/line-gap-width/literal/metrics.json index d3fc3537952..3a4bc927281 100644 --- a/metrics/macos-xcode11-release/render-tests/line-gap-width/literal/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/line-gap-width/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/line-gap-width/property-function/metrics.json b/metrics/macos-xcode11-release/render-tests/line-gap-width/property-function/metrics.json index 3a79bf07087..2a87a2adf26 100644 --- a/metrics/macos-xcode11-release/render-tests/line-gap-width/property-function/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/line-gap-width/property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/line-gradient/gradient-tile-boundaries/metrics.json b/metrics/macos-xcode11-release/render-tests/line-gradient/gradient-tile-boundaries/metrics.json index c5be22f7087..244ec12801d 100644 --- a/metrics/macos-xcode11-release/render-tests/line-gradient/gradient-tile-boundaries/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/line-gradient/gradient-tile-boundaries/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/line-gradient/gradient/metrics.json b/metrics/macos-xcode11-release/render-tests/line-gradient/gradient/metrics.json index 2452c64b4ac..598169b1d9b 100644 --- a/metrics/macos-xcode11-release/render-tests/line-gradient/gradient/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/line-gradient/gradient/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/line-gradient/translucent/metrics.json b/metrics/macos-xcode11-release/render-tests/line-gradient/translucent/metrics.json index 2452c64b4ac..598169b1d9b 100644 --- a/metrics/macos-xcode11-release/render-tests/line-gradient/translucent/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/line-gradient/translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/line-join/bevel-transparent/metrics.json b/metrics/macos-xcode11-release/render-tests/line-join/bevel-transparent/metrics.json index 418bfd0dac8..f58d7f3410c 100644 --- a/metrics/macos-xcode11-release/render-tests/line-join/bevel-transparent/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/line-join/bevel-transparent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/line-join/bevel/metrics.json b/metrics/macos-xcode11-release/render-tests/line-join/bevel/metrics.json index 418bfd0dac8..f58d7f3410c 100644 --- a/metrics/macos-xcode11-release/render-tests/line-join/bevel/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/line-join/bevel/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/line-join/default/metrics.json b/metrics/macos-xcode11-release/render-tests/line-join/default/metrics.json index 418bfd0dac8..f58d7f3410c 100644 --- a/metrics/macos-xcode11-release/render-tests/line-join/default/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/line-join/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/line-join/miter-transparent/metrics.json b/metrics/macos-xcode11-release/render-tests/line-join/miter-transparent/metrics.json index 418bfd0dac8..f58d7f3410c 100644 --- a/metrics/macos-xcode11-release/render-tests/line-join/miter-transparent/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/line-join/miter-transparent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/line-join/miter/metrics.json b/metrics/macos-xcode11-release/render-tests/line-join/miter/metrics.json index 418bfd0dac8..f58d7f3410c 100644 --- a/metrics/macos-xcode11-release/render-tests/line-join/miter/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/line-join/miter/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/line-join/property-function-dasharray/metrics.json b/metrics/macos-xcode11-release/render-tests/line-join/property-function-dasharray/metrics.json index c43da977410..6099d2b006d 100644 --- a/metrics/macos-xcode11-release/render-tests/line-join/property-function-dasharray/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/line-join/property-function-dasharray/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/line-join/property-function/metrics.json b/metrics/macos-xcode11-release/render-tests/line-join/property-function/metrics.json index 58f534192f0..a4a13eb4cda 100644 --- a/metrics/macos-xcode11-release/render-tests/line-join/property-function/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/line-join/property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/line-join/round-transparent/metrics.json b/metrics/macos-xcode11-release/render-tests/line-join/round-transparent/metrics.json index 8bb30bb81b6..0e02f323f19 100644 --- a/metrics/macos-xcode11-release/render-tests/line-join/round-transparent/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/line-join/round-transparent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/line-join/round/metrics.json b/metrics/macos-xcode11-release/render-tests/line-join/round/metrics.json index 8bb30bb81b6..0e02f323f19 100644 --- a/metrics/macos-xcode11-release/render-tests/line-join/round/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/line-join/round/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/line-offset/default/metrics.json b/metrics/macos-xcode11-release/render-tests/line-offset/default/metrics.json index 37218777d26..7187015593c 100644 --- a/metrics/macos-xcode11-release/render-tests/line-offset/default/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/line-offset/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/line-offset/function/metrics.json b/metrics/macos-xcode11-release/render-tests/line-offset/function/metrics.json index 37218777d26..7187015593c 100644 --- a/metrics/macos-xcode11-release/render-tests/line-offset/function/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/line-offset/function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/line-offset/literal-negative/metrics.json b/metrics/macos-xcode11-release/render-tests/line-offset/literal-negative/metrics.json index 37218777d26..7187015593c 100644 --- a/metrics/macos-xcode11-release/render-tests/line-offset/literal-negative/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/line-offset/literal-negative/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/line-offset/literal/metrics.json b/metrics/macos-xcode11-release/render-tests/line-offset/literal/metrics.json index 37218777d26..7187015593c 100644 --- a/metrics/macos-xcode11-release/render-tests/line-offset/literal/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/line-offset/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/line-offset/property-function/metrics.json b/metrics/macos-xcode11-release/render-tests/line-offset/property-function/metrics.json index 3a79bf07087..2a87a2adf26 100644 --- a/metrics/macos-xcode11-release/render-tests/line-offset/property-function/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/line-offset/property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/line-opacity/default/metrics.json b/metrics/macos-xcode11-release/render-tests/line-opacity/default/metrics.json index d3fc3537952..3a4bc927281 100644 --- a/metrics/macos-xcode11-release/render-tests/line-opacity/default/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/line-opacity/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/line-opacity/function/metrics.json b/metrics/macos-xcode11-release/render-tests/line-opacity/function/metrics.json index d3fc3537952..3a4bc927281 100644 --- a/metrics/macos-xcode11-release/render-tests/line-opacity/function/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/line-opacity/function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/line-opacity/literal/metrics.json b/metrics/macos-xcode11-release/render-tests/line-opacity/literal/metrics.json index d3fc3537952..3a4bc927281 100644 --- a/metrics/macos-xcode11-release/render-tests/line-opacity/literal/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/line-opacity/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/line-opacity/property-function/metrics.json b/metrics/macos-xcode11-release/render-tests/line-opacity/property-function/metrics.json index 3a79bf07087..2a87a2adf26 100644 --- a/metrics/macos-xcode11-release/render-tests/line-opacity/property-function/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/line-opacity/property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/line-opacity/step-curve/metrics.json b/metrics/macos-xcode11-release/render-tests/line-opacity/step-curve/metrics.json index 49ecdaab985..fed8cf9423c 100644 --- a/metrics/macos-xcode11-release/render-tests/line-opacity/step-curve/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/line-opacity/step-curve/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/line-pattern/@2x/metrics.json b/metrics/macos-xcode11-release/render-tests/line-pattern/@2x/metrics.json index 5163e6758e3..a2abf428c72 100644 --- a/metrics/macos-xcode11-release/render-tests/line-pattern/@2x/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/line-pattern/@2x/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/line-pattern/literal/metrics.json b/metrics/macos-xcode11-release/render-tests/line-pattern/literal/metrics.json index d4020db05c5..ef2bff8926e 100644 --- a/metrics/macos-xcode11-release/render-tests/line-pattern/literal/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/line-pattern/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/line-pattern/opacity/metrics.json b/metrics/macos-xcode11-release/render-tests/line-pattern/opacity/metrics.json index d4020db05c5..ef2bff8926e 100644 --- a/metrics/macos-xcode11-release/render-tests/line-pattern/opacity/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/line-pattern/opacity/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/line-pattern/overscaled/metrics.json b/metrics/macos-xcode11-release/render-tests/line-pattern/overscaled/metrics.json index 94e778f0b45..3f043408c0e 100644 --- a/metrics/macos-xcode11-release/render-tests/line-pattern/overscaled/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/line-pattern/overscaled/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/line-pattern/pitch/metrics.json b/metrics/macos-xcode11-release/render-tests/line-pattern/pitch/metrics.json index d108f774d19..097e80cdffb 100644 --- a/metrics/macos-xcode11-release/render-tests/line-pattern/pitch/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/line-pattern/pitch/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/line-pattern/property-function/metrics.json b/metrics/macos-xcode11-release/render-tests/line-pattern/property-function/metrics.json index 136c1476151..7cc483d3f22 100644 --- a/metrics/macos-xcode11-release/render-tests/line-pattern/property-function/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/line-pattern/property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/line-pattern/step-curve/metrics.json b/metrics/macos-xcode11-release/render-tests/line-pattern/step-curve/metrics.json index fbbd2176a96..dc08e895971 100644 --- a/metrics/macos-xcode11-release/render-tests/line-pattern/step-curve/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/line-pattern/step-curve/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/line-pattern/zoom-expression/metrics.json b/metrics/macos-xcode11-release/render-tests/line-pattern/zoom-expression/metrics.json index 94e778f0b45..3f043408c0e 100644 --- a/metrics/macos-xcode11-release/render-tests/line-pattern/zoom-expression/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/line-pattern/zoom-expression/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/line-pitch/default/metrics.json b/metrics/macos-xcode11-release/render-tests/line-pitch/default/metrics.json index 37218777d26..7187015593c 100644 --- a/metrics/macos-xcode11-release/render-tests/line-pitch/default/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/line-pitch/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/line-pitch/pitch0/metrics.json b/metrics/macos-xcode11-release/render-tests/line-pitch/pitch0/metrics.json index 37218777d26..7187015593c 100644 --- a/metrics/macos-xcode11-release/render-tests/line-pitch/pitch0/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/line-pitch/pitch0/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/line-pitch/pitch15/metrics.json b/metrics/macos-xcode11-release/render-tests/line-pitch/pitch15/metrics.json index 37218777d26..7187015593c 100644 --- a/metrics/macos-xcode11-release/render-tests/line-pitch/pitch15/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/line-pitch/pitch15/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/line-pitch/pitch30/metrics.json b/metrics/macos-xcode11-release/render-tests/line-pitch/pitch30/metrics.json index 37218777d26..7187015593c 100644 --- a/metrics/macos-xcode11-release/render-tests/line-pitch/pitch30/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/line-pitch/pitch30/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/line-pitch/pitchAndBearing/metrics.json b/metrics/macos-xcode11-release/render-tests/line-pitch/pitchAndBearing/metrics.json index 37218777d26..7187015593c 100644 --- a/metrics/macos-xcode11-release/render-tests/line-pitch/pitchAndBearing/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/line-pitch/pitchAndBearing/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/line-sort-key/literal/metrics.json b/metrics/macos-xcode11-release/render-tests/line-sort-key/literal/metrics.json index 12a75988519..a0bfb2d61e6 100644 --- a/metrics/macos-xcode11-release/render-tests/line-sort-key/literal/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/line-sort-key/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/line-translate-anchor/map/metrics.json b/metrics/macos-xcode11-release/render-tests/line-translate-anchor/map/metrics.json index 5500efb2945..2bd27774108 100644 --- a/metrics/macos-xcode11-release/render-tests/line-translate-anchor/map/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/line-translate-anchor/map/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/line-translate-anchor/viewport/metrics.json b/metrics/macos-xcode11-release/render-tests/line-translate-anchor/viewport/metrics.json index 5500efb2945..2bd27774108 100644 --- a/metrics/macos-xcode11-release/render-tests/line-translate-anchor/viewport/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/line-translate-anchor/viewport/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/line-translate/default/metrics.json b/metrics/macos-xcode11-release/render-tests/line-translate/default/metrics.json index 37218777d26..7187015593c 100644 --- a/metrics/macos-xcode11-release/render-tests/line-translate/default/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/line-translate/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/line-translate/function/metrics.json b/metrics/macos-xcode11-release/render-tests/line-translate/function/metrics.json index 37218777d26..7187015593c 100644 --- a/metrics/macos-xcode11-release/render-tests/line-translate/function/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/line-translate/function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/line-translate/literal/metrics.json b/metrics/macos-xcode11-release/render-tests/line-translate/literal/metrics.json index 37218777d26..7187015593c 100644 --- a/metrics/macos-xcode11-release/render-tests/line-translate/literal/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/line-translate/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/line-triangulation/default/metrics.json b/metrics/macos-xcode11-release/render-tests/line-triangulation/default/metrics.json index 8e3ab38a23f..d79a560d5f7 100644 --- a/metrics/macos-xcode11-release/render-tests/line-triangulation/default/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/line-triangulation/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/line-triangulation/round/metrics.json b/metrics/macos-xcode11-release/render-tests/line-triangulation/round/metrics.json index 9d549815609..1cedbbe39f0 100644 --- a/metrics/macos-xcode11-release/render-tests/line-triangulation/round/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/line-triangulation/round/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/line-visibility/none/metrics.json b/metrics/macos-xcode11-release/render-tests/line-visibility/none/metrics.json index 50f1262c46f..5003122a5bc 100644 --- a/metrics/macos-xcode11-release/render-tests/line-visibility/none/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/line-visibility/none/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/line-visibility/visible/metrics.json b/metrics/macos-xcode11-release/render-tests/line-visibility/visible/metrics.json index 5500efb2945..2bd27774108 100644 --- a/metrics/macos-xcode11-release/render-tests/line-visibility/visible/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/line-visibility/visible/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/line-width/default/metrics.json b/metrics/macos-xcode11-release/render-tests/line-width/default/metrics.json index 37218777d26..7187015593c 100644 --- a/metrics/macos-xcode11-release/render-tests/line-width/default/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/line-width/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/line-width/function/metrics.json b/metrics/macos-xcode11-release/render-tests/line-width/function/metrics.json index 37218777d26..7187015593c 100644 --- a/metrics/macos-xcode11-release/render-tests/line-width/function/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/line-width/function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/line-width/literal/metrics.json b/metrics/macos-xcode11-release/render-tests/line-width/literal/metrics.json index 37218777d26..7187015593c 100644 --- a/metrics/macos-xcode11-release/render-tests/line-width/literal/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/line-width/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/line-width/property-function/metrics.json b/metrics/macos-xcode11-release/render-tests/line-width/property-function/metrics.json index e66ff128ba5..80ef087b584 100644 --- a/metrics/macos-xcode11-release/render-tests/line-width/property-function/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/line-width/property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/line-width/very-overscaled/metrics.json b/metrics/macos-xcode11-release/render-tests/line-width/very-overscaled/metrics.json index b93dcb82323..52a7d9a5f27 100644 --- a/metrics/macos-xcode11-release/render-tests/line-width/very-overscaled/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/line-width/very-overscaled/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/line-width/zero-width-function/metrics.json b/metrics/macos-xcode11-release/render-tests/line-width/zero-width-function/metrics.json index c6cefecd177..81eab93f96a 100644 --- a/metrics/macos-xcode11-release/render-tests/line-width/zero-width-function/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/line-width/zero-width-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/line-width/zero-width/metrics.json b/metrics/macos-xcode11-release/render-tests/line-width/zero-width/metrics.json index 2712b0b4fe0..b96101a10cc 100644 --- a/metrics/macos-xcode11-release/render-tests/line-width/zero-width/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/line-width/zero-width/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/linear-filter-opacity-edge/literal/metrics.json b/metrics/macos-xcode11-release/render-tests/linear-filter-opacity-edge/literal/metrics.json index bf9483fb78c..8cf4d01508c 100644 --- a/metrics/macos-xcode11-release/render-tests/linear-filter-opacity-edge/literal/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/linear-filter-opacity-edge/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/map-mode/static/metrics.json b/metrics/macos-xcode11-release/render-tests/map-mode/static/metrics.json index 290ed6328f6..23591d65d74 100644 --- a/metrics/macos-xcode11-release/render-tests/map-mode/static/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/map-mode/static/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/map-mode/tile-avoid-edges/metrics.json b/metrics/macos-xcode11-release/render-tests/map-mode/tile-avoid-edges/metrics.json index c158d2da3de..032f3000b08 100644 --- a/metrics/macos-xcode11-release/render-tests/map-mode/tile-avoid-edges/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/map-mode/tile-avoid-edges/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/map-mode/tile/metrics.json b/metrics/macos-xcode11-release/render-tests/map-mode/tile/metrics.json index 3510a6a2db7..995d9141c33 100644 --- a/metrics/macos-xcode11-release/render-tests/map-mode/tile/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/map-mode/tile/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/projection/axonometric-multiple/metrics.json b/metrics/macos-xcode11-release/render-tests/projection/axonometric-multiple/metrics.json index da78bc6af7b..202fe7d7294 100644 --- a/metrics/macos-xcode11-release/render-tests/projection/axonometric-multiple/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/projection/axonometric-multiple/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/projection/axonometric/metrics.json b/metrics/macos-xcode11-release/render-tests/projection/axonometric/metrics.json index b82f4dfc182..785d404f877 100644 --- a/metrics/macos-xcode11-release/render-tests/projection/axonometric/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/projection/axonometric/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/projection/perspective/metrics.json b/metrics/macos-xcode11-release/render-tests/projection/perspective/metrics.json index b82f4dfc182..785d404f877 100644 --- a/metrics/macos-xcode11-release/render-tests/projection/perspective/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/projection/perspective/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/projection/skew/metrics.json b/metrics/macos-xcode11-release/render-tests/projection/skew/metrics.json index b82f4dfc182..785d404f877 100644 --- a/metrics/macos-xcode11-release/render-tests/projection/skew/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/projection/skew/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/raster-alpha/default/metrics.json b/metrics/macos-xcode11-release/render-tests/raster-alpha/default/metrics.json index 08d8297db80..39f69f65b74 100644 --- a/metrics/macos-xcode11-release/render-tests/raster-alpha/default/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/raster-alpha/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/raster-brightness/default/metrics.json b/metrics/macos-xcode11-release/render-tests/raster-brightness/default/metrics.json index 4859f4afb12..0f05c16ab79 100644 --- a/metrics/macos-xcode11-release/render-tests/raster-brightness/default/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/raster-brightness/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/raster-brightness/function/metrics.json b/metrics/macos-xcode11-release/render-tests/raster-brightness/function/metrics.json index 4859f4afb12..0f05c16ab79 100644 --- a/metrics/macos-xcode11-release/render-tests/raster-brightness/function/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/raster-brightness/function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/raster-brightness/literal/metrics.json b/metrics/macos-xcode11-release/render-tests/raster-brightness/literal/metrics.json index 4859f4afb12..0f05c16ab79 100644 --- a/metrics/macos-xcode11-release/render-tests/raster-brightness/literal/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/raster-brightness/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/raster-contrast/default/metrics.json b/metrics/macos-xcode11-release/render-tests/raster-contrast/default/metrics.json index 4859f4afb12..0f05c16ab79 100644 --- a/metrics/macos-xcode11-release/render-tests/raster-contrast/default/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/raster-contrast/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/raster-contrast/function/metrics.json b/metrics/macos-xcode11-release/render-tests/raster-contrast/function/metrics.json index 4859f4afb12..0f05c16ab79 100644 --- a/metrics/macos-xcode11-release/render-tests/raster-contrast/function/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/raster-contrast/function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/raster-contrast/literal/metrics.json b/metrics/macos-xcode11-release/render-tests/raster-contrast/literal/metrics.json index 4859f4afb12..0f05c16ab79 100644 --- a/metrics/macos-xcode11-release/render-tests/raster-contrast/literal/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/raster-contrast/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/raster-extent/maxzoom/metrics.json b/metrics/macos-xcode11-release/render-tests/raster-extent/maxzoom/metrics.json index 50f1262c46f..5003122a5bc 100644 --- a/metrics/macos-xcode11-release/render-tests/raster-extent/maxzoom/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/raster-extent/maxzoom/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/raster-extent/minzoom/metrics.json b/metrics/macos-xcode11-release/render-tests/raster-extent/minzoom/metrics.json index 50f1262c46f..5003122a5bc 100644 --- a/metrics/macos-xcode11-release/render-tests/raster-extent/minzoom/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/raster-extent/minzoom/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/raster-hue-rotate/default/metrics.json b/metrics/macos-xcode11-release/render-tests/raster-hue-rotate/default/metrics.json index 4859f4afb12..0f05c16ab79 100644 --- a/metrics/macos-xcode11-release/render-tests/raster-hue-rotate/default/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/raster-hue-rotate/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/raster-hue-rotate/function/metrics.json b/metrics/macos-xcode11-release/render-tests/raster-hue-rotate/function/metrics.json index 4859f4afb12..0f05c16ab79 100644 --- a/metrics/macos-xcode11-release/render-tests/raster-hue-rotate/function/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/raster-hue-rotate/function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/raster-hue-rotate/literal/metrics.json b/metrics/macos-xcode11-release/render-tests/raster-hue-rotate/literal/metrics.json index 4859f4afb12..0f05c16ab79 100644 --- a/metrics/macos-xcode11-release/render-tests/raster-hue-rotate/literal/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/raster-hue-rotate/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/raster-loading/missing/metrics.json b/metrics/macos-xcode11-release/render-tests/raster-loading/missing/metrics.json index 4bd248b8fa5..e22f089e735 100644 --- a/metrics/macos-xcode11-release/render-tests/raster-loading/missing/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/raster-loading/missing/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/raster-masking/overlapping-vector/metrics.json b/metrics/macos-xcode11-release/render-tests/raster-masking/overlapping-vector/metrics.json index 12c856a6988..1ebeb723639 100644 --- a/metrics/macos-xcode11-release/render-tests/raster-masking/overlapping-vector/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/raster-masking/overlapping-vector/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/raster-masking/overlapping/metrics.json b/metrics/macos-xcode11-release/render-tests/raster-masking/overlapping/metrics.json index c0ad63d409d..0f00ecddb5a 100644 --- a/metrics/macos-xcode11-release/render-tests/raster-masking/overlapping/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/raster-masking/overlapping/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/raster-opacity/default/metrics.json b/metrics/macos-xcode11-release/render-tests/raster-opacity/default/metrics.json index 4859f4afb12..0f05c16ab79 100644 --- a/metrics/macos-xcode11-release/render-tests/raster-opacity/default/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/raster-opacity/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/raster-opacity/function/metrics.json b/metrics/macos-xcode11-release/render-tests/raster-opacity/function/metrics.json index 4859f4afb12..0f05c16ab79 100644 --- a/metrics/macos-xcode11-release/render-tests/raster-opacity/function/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/raster-opacity/function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/raster-opacity/literal/metrics.json b/metrics/macos-xcode11-release/render-tests/raster-opacity/literal/metrics.json index 4859f4afb12..0f05c16ab79 100644 --- a/metrics/macos-xcode11-release/render-tests/raster-opacity/literal/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/raster-opacity/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/raster-resampling/default/metrics.json b/metrics/macos-xcode11-release/render-tests/raster-resampling/default/metrics.json index 72910f7b105..239c8476e66 100644 --- a/metrics/macos-xcode11-release/render-tests/raster-resampling/default/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/raster-resampling/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/raster-resampling/function/metrics.json b/metrics/macos-xcode11-release/render-tests/raster-resampling/function/metrics.json index 72910f7b105..239c8476e66 100644 --- a/metrics/macos-xcode11-release/render-tests/raster-resampling/function/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/raster-resampling/function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/raster-resampling/literal/metrics.json b/metrics/macos-xcode11-release/render-tests/raster-resampling/literal/metrics.json index 72910f7b105..239c8476e66 100644 --- a/metrics/macos-xcode11-release/render-tests/raster-resampling/literal/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/raster-resampling/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/raster-rotation/0/metrics.json b/metrics/macos-xcode11-release/render-tests/raster-rotation/0/metrics.json index 4859f4afb12..0f05c16ab79 100644 --- a/metrics/macos-xcode11-release/render-tests/raster-rotation/0/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/raster-rotation/0/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/raster-rotation/180/metrics.json b/metrics/macos-xcode11-release/render-tests/raster-rotation/180/metrics.json index 4859f4afb12..0f05c16ab79 100644 --- a/metrics/macos-xcode11-release/render-tests/raster-rotation/180/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/raster-rotation/180/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/raster-rotation/270/metrics.json b/metrics/macos-xcode11-release/render-tests/raster-rotation/270/metrics.json index 0d1ecd18333..bbbb385613f 100644 --- a/metrics/macos-xcode11-release/render-tests/raster-rotation/270/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/raster-rotation/270/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/raster-rotation/45/metrics.json b/metrics/macos-xcode11-release/render-tests/raster-rotation/45/metrics.json index b4c21ad5c91..eaeea32d5f1 100644 --- a/metrics/macos-xcode11-release/render-tests/raster-rotation/45/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/raster-rotation/45/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/raster-rotation/90/metrics.json b/metrics/macos-xcode11-release/render-tests/raster-rotation/90/metrics.json index 0d1ecd18333..bbbb385613f 100644 --- a/metrics/macos-xcode11-release/render-tests/raster-rotation/90/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/raster-rotation/90/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/raster-saturation/default/metrics.json b/metrics/macos-xcode11-release/render-tests/raster-saturation/default/metrics.json index 4859f4afb12..0f05c16ab79 100644 --- a/metrics/macos-xcode11-release/render-tests/raster-saturation/default/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/raster-saturation/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/raster-saturation/function/metrics.json b/metrics/macos-xcode11-release/render-tests/raster-saturation/function/metrics.json index 4859f4afb12..0f05c16ab79 100644 --- a/metrics/macos-xcode11-release/render-tests/raster-saturation/function/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/raster-saturation/function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/raster-saturation/literal/metrics.json b/metrics/macos-xcode11-release/render-tests/raster-saturation/literal/metrics.json index 4859f4afb12..0f05c16ab79 100644 --- a/metrics/macos-xcode11-release/render-tests/raster-saturation/literal/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/raster-saturation/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/raster-visibility/none/metrics.json b/metrics/macos-xcode11-release/render-tests/raster-visibility/none/metrics.json index db64850e387..fb3082aa614 100644 --- a/metrics/macos-xcode11-release/render-tests/raster-visibility/none/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/raster-visibility/none/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/raster-visibility/visible/metrics.json b/metrics/macos-xcode11-release/render-tests/raster-visibility/visible/metrics.json index 4859f4afb12..0f05c16ab79 100644 --- a/metrics/macos-xcode11-release/render-tests/raster-visibility/visible/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/raster-visibility/visible/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/real-world/nepal/metrics.json b/metrics/macos-xcode11-release/render-tests/real-world/nepal/metrics.json index f1142e011c2..772e2784b65 100644 --- a/metrics/macos-xcode11-release/render-tests/real-world/nepal/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/real-world/nepal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/real-world/norway/metrics.json b/metrics/macos-xcode11-release/render-tests/real-world/norway/metrics.json index 45badb494a7..70157e715c3 100644 --- a/metrics/macos-xcode11-release/render-tests/real-world/norway/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/real-world/norway/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/real-world/uruguay/metrics.json b/metrics/macos-xcode11-release/render-tests/real-world/uruguay/metrics.json index 8c183cc9f3e..2d78407d2e2 100644 --- a/metrics/macos-xcode11-release/render-tests/real-world/uruguay/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/real-world/uruguay/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-js#2305/metrics.json b/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-js#2305/metrics.json index 96bd9fd98fe..e56676099d3 100644 --- a/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-js#2305/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-js#2305/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-js#2523/metrics.json b/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-js#2523/metrics.json index a48098b4aa6..df6ef6aa8c5 100644 --- a/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-js#2523/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-js#2523/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-js#2533/metrics.json b/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-js#2533/metrics.json index c527b4e09d2..89484ae7620 100644 --- a/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-js#2533/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-js#2533/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-js#2534/metrics.json b/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-js#2534/metrics.json index 7d15d2a7ad3..a6e9e855f6a 100644 --- a/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-js#2534/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-js#2534/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-js#2787/metrics.json b/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-js#2787/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-js#2787/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-js#2787/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-js#2846/metrics.json b/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-js#2846/metrics.json index 19c5ef85077..9764c56f837 100644 --- a/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-js#2846/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-js#2846/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-js#2929/metrics.json b/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-js#2929/metrics.json index 2052d5d52ee..7529eb1b86a 100644 --- a/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-js#2929/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-js#2929/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-js#3010/metrics.json b/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-js#3010/metrics.json index 3a2571d36aa..bdb24cbec79 100644 --- a/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-js#3010/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-js#3010/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-js#3107/metrics.json b/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-js#3107/metrics.json index fab92536d4c..44da94cb7f4 100644 --- a/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-js#3107/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-js#3107/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-js#3320/metrics.json b/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-js#3320/metrics.json index bcc2a3f74f9..26ccedcbcc6 100644 --- a/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-js#3320/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-js#3320/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-js#3365/metrics.json b/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-js#3365/metrics.json index 09d52d402e4..8e00f93fdad 100644 --- a/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-js#3365/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-js#3365/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-js#3394/metrics.json b/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-js#3394/metrics.json index 65f07ee5330..147feb028dc 100644 --- a/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-js#3394/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-js#3394/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-js#3426/metrics.json b/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-js#3426/metrics.json index c217fdfc61c..9ad682254db 100644 --- a/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-js#3426/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-js#3426/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-js#3548/metrics.json b/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-js#3548/metrics.json index 6e40c94905a..02b59466219 100644 --- a/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-js#3548/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-js#3548/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-js#3612/metrics.json b/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-js#3612/metrics.json index 35205631494..97a82f2c699 100644 --- a/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-js#3612/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-js#3612/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-js#3614/metrics.json b/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-js#3614/metrics.json index 2e017e0a393..1e9df4d1869 100644 --- a/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-js#3614/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-js#3614/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-js#3623/metrics.json b/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-js#3623/metrics.json index bc237525bb2..b508cf45785 100644 --- a/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-js#3623/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-js#3623/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-js#3633/metrics.json b/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-js#3633/metrics.json index e204a192de4..b762a231e10 100644 --- a/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-js#3633/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-js#3633/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-js#3682/metrics.json b/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-js#3682/metrics.json index 16485ab8b4a..29bd5d79b36 100644 --- a/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-js#3682/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-js#3682/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-js#3702/metrics.json b/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-js#3702/metrics.json index 0500eb4873c..9e161054551 100644 --- a/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-js#3702/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-js#3702/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-js#3723/metrics.json b/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-js#3723/metrics.json index a01add499ee..5bbb9e9e285 100644 --- a/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-js#3723/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-js#3723/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-js#3819/metrics.json b/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-js#3819/metrics.json index 50f1262c46f..5003122a5bc 100644 --- a/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-js#3819/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-js#3819/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-js#3903/metrics.json b/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-js#3903/metrics.json index ca19895c81d..385524356c4 100644 --- a/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-js#3903/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-js#3903/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-js#3910/metrics.json b/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-js#3910/metrics.json index f9443ff76e4..f3cf4089493 100644 --- a/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-js#3910/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-js#3910/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-js#3949/metrics.json b/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-js#3949/metrics.json index b7fcd045414..c5dc4e05e94 100644 --- a/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-js#3949/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-js#3949/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-js#4124/metrics.json b/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-js#4124/metrics.json index d4eae544558..c2b50ed1f4f 100644 --- a/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-js#4124/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-js#4124/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-js#4144/metrics.json b/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-js#4144/metrics.json index d4eae544558..c2b50ed1f4f 100644 --- a/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-js#4144/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-js#4144/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-js#4146/metrics.json b/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-js#4146/metrics.json index d4eae544558..c2b50ed1f4f 100644 --- a/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-js#4146/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-js#4146/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-js#4150/metrics.json b/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-js#4150/metrics.json index 485b59ab36f..2087e1a0787 100644 --- a/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-js#4150/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-js#4150/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-js#4172/metrics.json b/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-js#4172/metrics.json index 3468eac0f2f..a2ec1ec242d 100644 --- a/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-js#4172/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-js#4172/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-js#4235/metrics.json b/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-js#4235/metrics.json index ba3ca00114d..8bd27264ef8 100644 --- a/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-js#4235/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-js#4235/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-js#4550/metrics.json b/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-js#4550/metrics.json index 3a2571d36aa..bdb24cbec79 100644 --- a/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-js#4550/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-js#4550/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-js#4551/metrics.json b/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-js#4551/metrics.json index 48541088a87..eb4921578f7 100644 --- a/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-js#4551/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-js#4551/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-js#4564/metrics.json b/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-js#4564/metrics.json index 54f55f390df..6187e2ef578 100644 --- a/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-js#4564/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-js#4564/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-js#4573/metrics.json b/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-js#4573/metrics.json index 3a2571d36aa..bdb24cbec79 100644 --- a/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-js#4573/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-js#4573/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-js#4579/metrics.json b/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-js#4579/metrics.json index 5068fa89b0a..c0275692b33 100644 --- a/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-js#4579/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-js#4579/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-js#4605/metrics.json b/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-js#4605/metrics.json index 026b6be0310..ab1502aa76c 100644 --- a/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-js#4605/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-js#4605/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-js#4617/metrics.json b/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-js#4617/metrics.json index 026b6be0310..ab1502aa76c 100644 --- a/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-js#4617/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-js#4617/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-js#4647/metrics.json b/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-js#4647/metrics.json index e348c71619e..759f85ee08f 100644 --- a/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-js#4647/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-js#4647/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-js#4651/metrics.json b/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-js#4651/metrics.json index 77e26663adf..75208b6254d 100644 --- a/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-js#4651/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-js#4651/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-js#4860/metrics.json b/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-js#4860/metrics.json index 2a11129cdd7..a12bda145e5 100644 --- a/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-js#4860/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-js#4860/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-js#4928/metrics.json b/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-js#4928/metrics.json index e78c7480085..87958b98822 100644 --- a/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-js#4928/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-js#4928/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-js#5171/metrics.json b/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-js#5171/metrics.json index f116462d86f..a5d7f6590c5 100644 --- a/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-js#5171/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-js#5171/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-js#5370/metrics.json b/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-js#5370/metrics.json index bf5b94a7258..c5dccb9cead 100644 --- a/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-js#5370/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-js#5370/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-js#5466/metrics.json b/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-js#5466/metrics.json index 5e66f07df06..f30c133db82 100644 --- a/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-js#5466/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-js#5466/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-js#5496/metrics.json b/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-js#5496/metrics.json index b7fcd045414..c5dc4e05e94 100644 --- a/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-js#5496/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-js#5496/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-js#5544/metrics.json b/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-js#5544/metrics.json index 20fa03d3244..17a5608e4c0 100644 --- a/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-js#5544/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-js#5544/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-js#5546/metrics.json b/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-js#5546/metrics.json index 6b144b9538d..25ad6d321cf 100644 --- a/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-js#5546/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-js#5546/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-js#5576/metrics.json b/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-js#5576/metrics.json index 63e089963e3..5e613a090bd 100644 --- a/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-js#5576/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-js#5576/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-js#5599/metrics.json b/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-js#5599/metrics.json index 4ab1b5696c5..3085211089b 100644 --- a/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-js#5599/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-js#5599/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-js#5631/metrics.json b/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-js#5631/metrics.json index 7ce4c132485..b4d99c9639a 100644 --- a/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-js#5631/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-js#5631/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-js#5776/metrics.json b/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-js#5776/metrics.json index 2ce8e21873a..1a05422da51 100644 --- a/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-js#5776/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-js#5776/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-js#5911/metrics.json b/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-js#5911/metrics.json index 2043a63e49b..d0665fd606f 100644 --- a/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-js#5911/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-js#5911/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-js#5911a/metrics.json b/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-js#5911a/metrics.json index 6603feaf8bf..13b901589d1 100644 --- a/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-js#5911a/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-js#5911a/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-js#5947/metrics.json b/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-js#5947/metrics.json index 9c7a3359c23..f946223a8d8 100644 --- a/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-js#5947/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-js#5947/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-js#5953/metrics.json b/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-js#5953/metrics.json index 873f47815fe..a1e24dbecc7 100644 --- a/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-js#5953/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-js#5953/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-js#5978/metrics.json b/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-js#5978/metrics.json index 7b8e778406e..34b13f90c07 100644 --- a/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-js#5978/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-js#5978/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-js#6160/metrics.json b/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-js#6160/metrics.json index f8108ef92fb..f89be7b1003 100644 --- a/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-js#6160/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-js#6160/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-js#6238/metrics.json b/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-js#6238/metrics.json index 873f47815fe..a1e24dbecc7 100644 --- a/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-js#6238/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-js#6238/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-js#6548/metrics.json b/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-js#6548/metrics.json index 64d5fea021d..3cf688b7a51 100644 --- a/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-js#6548/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-js#6548/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-js#6649/metrics.json b/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-js#6649/metrics.json index 89aa855d365..3d9e0fbbf80 100644 --- a/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-js#6649/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-js#6649/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-js#6660/metrics.json b/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-js#6660/metrics.json index 0206fc826fe..25471f81337 100644 --- a/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-js#6660/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-js#6660/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-js#6919/metrics.json b/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-js#6919/metrics.json index c8c3dee3946..d92cd64c54d 100644 --- a/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-js#6919/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-js#6919/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-js#7032/metrics.json b/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-js#7032/metrics.json index 693f7870426..e960f3f7cae 100644 --- a/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-js#7032/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-js#7032/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-js#7172/metrics.json b/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-js#7172/metrics.json index 79e78104863..a2643ebba77 100644 --- a/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-js#7172/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-js#7172/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-js#8273/metrics.json b/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-js#8273/metrics.json index 2e92924579b..4bc0d80686a 100644 --- a/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-js#8273/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-js#8273/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-js#9009/metrics.json b/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-js#9009/metrics.json index a5407ceb766..b82aa8853d3 100644 --- a/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-js#9009/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-js#9009/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-native#10849/metrics.json b/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-native#10849/metrics.json index a80aa837e47..9e3eb890c00 100644 --- a/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-native#10849/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-native#10849/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-native#11451/metrics.json b/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-native#11451/metrics.json index 501f64a004e..5ad8d61037a 100644 --- a/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-native#11451/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-native#11451/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-native#11729/metrics.json b/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-native#11729/metrics.json index 0be45de845d..51b147ed165 100644 --- a/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-native#11729/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-native#11729/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-native#12812/metrics.json b/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-native#12812/metrics.json index 89ccfdbed1f..70d140fcbe8 100644 --- a/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-native#12812/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-native#12812/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-native#14402/metrics.json b/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-native#14402/metrics.json index 98442c7f492..af60ac1aa34 100644 --- a/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-native#14402/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-native#14402/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-native#15139/metrics.json b/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-native#15139/metrics.json index 5cb2eb84281..366dde8ad6b 100644 --- a/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-native#15139/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-native#15139/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-native#3292/metrics.json b/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-native#3292/metrics.json index 873f47815fe..a1e24dbecc7 100644 --- a/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-native#3292/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-native#3292/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-native#5648/metrics.json b/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-native#5648/metrics.json index fb4e5552f7f..e85d091e9f4 100644 --- a/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-native#5648/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-native#5648/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-native#5701/metrics.json b/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-native#5701/metrics.json index fea6fe2e598..94fd76f9f2e 100644 --- a/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-native#5701/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-native#5701/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-native#5754/metrics.json b/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-native#5754/metrics.json index fea6fe2e598..94fd76f9f2e 100644 --- a/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-native#5754/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-native#5754/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-native#6063/metrics.json b/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-native#6063/metrics.json index ad0cf8a2675..96b40f548e9 100644 --- a/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-native#6063/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-native#6063/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-native#6233/metrics.json b/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-native#6233/metrics.json index bb8ac853884..5cfc25dfd95 100644 --- a/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-native#6233/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-native#6233/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-native#6820/metrics.json b/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-native#6820/metrics.json index daa3b24ba11..76c12734be8 100644 --- a/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-native#6820/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-native#6820/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-native#6903/metrics.json b/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-native#6903/metrics.json index e85e6b42dc7..600dae24320 100644 --- a/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-native#6903/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-native#6903/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-native#7241/metrics.json b/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-native#7241/metrics.json index 01b432fe214..e30b6a8224f 100644 --- a/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-native#7241/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-native#7241/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-native#7572/metrics.json b/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-native#7572/metrics.json index 38eab4e78e3..d0501b45165 100644 --- a/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-native#7572/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-native#7572/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-native#7714/metrics.json b/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-native#7714/metrics.json index 2bd3523e277..8c3137d8884 100644 --- a/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-native#7714/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-native#7714/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-native#7792/metrics.json b/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-native#7792/metrics.json index 01b432fe214..e30b6a8224f 100644 --- a/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-native#7792/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-native#7792/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-native#8078/metrics.json b/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-native#8078/metrics.json index 16c62d33f56..5448971d70e 100644 --- a/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-native#8078/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-native#8078/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-native#8303/metrics.json b/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-native#8303/metrics.json index fea6fe2e598..94fd76f9f2e 100644 --- a/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-native#8303/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-native#8303/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-native#8460/metrics.json b/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-native#8460/metrics.json index d4eae544558..c2b50ed1f4f 100644 --- a/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-native#8460/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-native#8460/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-native#8505/metrics.json b/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-native#8505/metrics.json index 50f1262c46f..5003122a5bc 100644 --- a/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-native#8505/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-native#8505/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-native#8871/metrics.json b/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-native#8871/metrics.json index ecd1b9eaf55..3eacb71976a 100644 --- a/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-native#8871/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-native#8871/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-native#8952/metrics.json b/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-native#8952/metrics.json index 7da07969667..7c49193327f 100644 --- a/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-native#8952/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-native#8952/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-native#9406/metrics.json b/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-native#9406/metrics.json index 4e5b247b073..36da688a67f 100644 --- a/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-native#9406/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-native#9406/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-native#9557/metrics.json b/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-native#9557/metrics.json index 7f54e748035..b9a7b5fe648 100644 --- a/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-native#9557/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-native#9557/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-native#9792/metrics.json b/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-native#9792/metrics.json index 6de6aa8e28f..9ecafe55c84 100644 --- a/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-native#9792/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-native#9792/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-native#9900/metrics.json b/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-native#9900/metrics.json index 662a5ca35c5..44aa3db9ce1 100644 --- a/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-native#9900/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-native#9900/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-native#9976/metrics.json b/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-native#9976/metrics.json index 4b5fdfaa4ab..2d7f93d1b91 100644 --- a/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-native#9976/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-native#9976/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-native#9979/metrics.json b/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-native#9979/metrics.json index 5068fa89b0a..c0275692b33 100644 --- a/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-native#9979/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-native#9979/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-shaders#37/metrics.json b/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-shaders#37/metrics.json index eb891b578e4..596d5893bab 100644 --- a/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-shaders#37/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/regressions/mapbox-gl-shaders#37/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/remove-feature-state/composite-expression/metrics.json b/metrics/macos-xcode11-release/render-tests/remove-feature-state/composite-expression/metrics.json index 3653638ee2e..199b2b57550 100644 --- a/metrics/macos-xcode11-release/render-tests/remove-feature-state/composite-expression/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/remove-feature-state/composite-expression/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/remove-feature-state/data-expression/metrics.json b/metrics/macos-xcode11-release/render-tests/remove-feature-state/data-expression/metrics.json index f6bec0e0459..8b4cf7dabaf 100644 --- a/metrics/macos-xcode11-release/render-tests/remove-feature-state/data-expression/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/remove-feature-state/data-expression/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/remove-feature-state/vector-source/metrics.json b/metrics/macos-xcode11-release/render-tests/remove-feature-state/vector-source/metrics.json index 16026dacebf..bb5b3e0e76f 100644 --- a/metrics/macos-xcode11-release/render-tests/remove-feature-state/vector-source/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/remove-feature-state/vector-source/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/retina-raster/default/metrics.json b/metrics/macos-xcode11-release/render-tests/retina-raster/default/metrics.json index 10305579d18..bf90ca9af08 100644 --- a/metrics/macos-xcode11-release/render-tests/retina-raster/default/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/retina-raster/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/runtime-styling/filter-default-to-false/metrics.json b/metrics/macos-xcode11-release/render-tests/runtime-styling/filter-default-to-false/metrics.json index 7d39e182955..4c937ec3278 100644 --- a/metrics/macos-xcode11-release/render-tests/runtime-styling/filter-default-to-false/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/runtime-styling/filter-default-to-false/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/runtime-styling/filter-default-to-true/metrics.json b/metrics/macos-xcode11-release/render-tests/runtime-styling/filter-default-to-true/metrics.json index fea6fe2e598..94fd76f9f2e 100644 --- a/metrics/macos-xcode11-release/render-tests/runtime-styling/filter-default-to-true/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/runtime-styling/filter-default-to-true/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/runtime-styling/filter-false-to-default/metrics.json b/metrics/macos-xcode11-release/render-tests/runtime-styling/filter-false-to-default/metrics.json index fea6fe2e598..94fd76f9f2e 100644 --- a/metrics/macos-xcode11-release/render-tests/runtime-styling/filter-false-to-default/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/runtime-styling/filter-false-to-default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/runtime-styling/filter-false-to-true/metrics.json b/metrics/macos-xcode11-release/render-tests/runtime-styling/filter-false-to-true/metrics.json index fea6fe2e598..94fd76f9f2e 100644 --- a/metrics/macos-xcode11-release/render-tests/runtime-styling/filter-false-to-true/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/runtime-styling/filter-false-to-true/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/runtime-styling/filter-true-to-default/metrics.json b/metrics/macos-xcode11-release/render-tests/runtime-styling/filter-true-to-default/metrics.json index fea6fe2e598..94fd76f9f2e 100644 --- a/metrics/macos-xcode11-release/render-tests/runtime-styling/filter-true-to-default/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/runtime-styling/filter-true-to-default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/runtime-styling/filter-true-to-false/metrics.json b/metrics/macos-xcode11-release/render-tests/runtime-styling/filter-true-to-false/metrics.json index 7d39e182955..4c937ec3278 100644 --- a/metrics/macos-xcode11-release/render-tests/runtime-styling/filter-true-to-false/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/runtime-styling/filter-true-to-false/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/runtime-styling/image-add-1.5x-image-1x-screen/metrics.json b/metrics/macos-xcode11-release/render-tests/runtime-styling/image-add-1.5x-image-1x-screen/metrics.json index 4deb44f270c..9051b2dd8a0 100644 --- a/metrics/macos-xcode11-release/render-tests/runtime-styling/image-add-1.5x-image-1x-screen/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/runtime-styling/image-add-1.5x-image-1x-screen/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/runtime-styling/image-add-1.5x-image-2x-screen/metrics.json b/metrics/macos-xcode11-release/render-tests/runtime-styling/image-add-1.5x-image-2x-screen/metrics.json index 4deb44f270c..9051b2dd8a0 100644 --- a/metrics/macos-xcode11-release/render-tests/runtime-styling/image-add-1.5x-image-2x-screen/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/runtime-styling/image-add-1.5x-image-2x-screen/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/runtime-styling/image-add-1x-image-1x-screen/metrics.json b/metrics/macos-xcode11-release/render-tests/runtime-styling/image-add-1x-image-1x-screen/metrics.json index 6faf862e935..195626668e5 100644 --- a/metrics/macos-xcode11-release/render-tests/runtime-styling/image-add-1x-image-1x-screen/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/runtime-styling/image-add-1x-image-1x-screen/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/runtime-styling/image-add-1x-image-2x-screen/metrics.json b/metrics/macos-xcode11-release/render-tests/runtime-styling/image-add-1x-image-2x-screen/metrics.json index 6faf862e935..195626668e5 100644 --- a/metrics/macos-xcode11-release/render-tests/runtime-styling/image-add-1x-image-2x-screen/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/runtime-styling/image-add-1x-image-2x-screen/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/runtime-styling/image-add-2x-image-1x-screen/metrics.json b/metrics/macos-xcode11-release/render-tests/runtime-styling/image-add-2x-image-1x-screen/metrics.json index e0baa0c9f5a..b2ee8647e41 100644 --- a/metrics/macos-xcode11-release/render-tests/runtime-styling/image-add-2x-image-1x-screen/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/runtime-styling/image-add-2x-image-1x-screen/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/runtime-styling/image-add-2x-image-2x-screen/metrics.json b/metrics/macos-xcode11-release/render-tests/runtime-styling/image-add-2x-image-2x-screen/metrics.json index e0baa0c9f5a..b2ee8647e41 100644 --- a/metrics/macos-xcode11-release/render-tests/runtime-styling/image-add-2x-image-2x-screen/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/runtime-styling/image-add-2x-image-2x-screen/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/runtime-styling/image-add-alpha/metrics.json b/metrics/macos-xcode11-release/render-tests/runtime-styling/image-add-alpha/metrics.json index 7b309facc7a..e7846c68293 100644 --- a/metrics/macos-xcode11-release/render-tests/runtime-styling/image-add-alpha/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/runtime-styling/image-add-alpha/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/runtime-styling/image-add-nonsdf/metrics.json b/metrics/macos-xcode11-release/render-tests/runtime-styling/image-add-nonsdf/metrics.json index 672f6c43ed1..c58c3f22a42 100644 --- a/metrics/macos-xcode11-release/render-tests/runtime-styling/image-add-nonsdf/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/runtime-styling/image-add-nonsdf/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/runtime-styling/image-add-pattern/metrics.json b/metrics/macos-xcode11-release/render-tests/runtime-styling/image-add-pattern/metrics.json index b6e30d5e334..ba30b88ece1 100644 --- a/metrics/macos-xcode11-release/render-tests/runtime-styling/image-add-pattern/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/runtime-styling/image-add-pattern/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/runtime-styling/image-add-sdf/metrics.json b/metrics/macos-xcode11-release/render-tests/runtime-styling/image-add-sdf/metrics.json index 672f6c43ed1..c58c3f22a42 100644 --- a/metrics/macos-xcode11-release/render-tests/runtime-styling/image-add-sdf/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/runtime-styling/image-add-sdf/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/runtime-styling/image-remove/metrics.json b/metrics/macos-xcode11-release/render-tests/runtime-styling/image-remove/metrics.json index ac4b3251ff9..c47506deede 100644 --- a/metrics/macos-xcode11-release/render-tests/runtime-styling/image-remove/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/runtime-styling/image-remove/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/runtime-styling/image-update-icon/metrics.json b/metrics/macos-xcode11-release/render-tests/runtime-styling/image-update-icon/metrics.json index 9b2e396f8e8..08221c27b57 100644 --- a/metrics/macos-xcode11-release/render-tests/runtime-styling/image-update-icon/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/runtime-styling/image-update-icon/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/runtime-styling/image-update-pattern/metrics.json b/metrics/macos-xcode11-release/render-tests/runtime-styling/image-update-pattern/metrics.json index 31a94a030d8..1f47d186634 100644 --- a/metrics/macos-xcode11-release/render-tests/runtime-styling/image-update-pattern/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/runtime-styling/image-update-pattern/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/runtime-styling/layer-add-background/metrics.json b/metrics/macos-xcode11-release/render-tests/runtime-styling/layer-add-background/metrics.json index ca19895c81d..385524356c4 100644 --- a/metrics/macos-xcode11-release/render-tests/runtime-styling/layer-add-background/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/runtime-styling/layer-add-background/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/runtime-styling/layer-add-circle/metrics.json b/metrics/macos-xcode11-release/render-tests/runtime-styling/layer-add-circle/metrics.json index 01b432fe214..e30b6a8224f 100644 --- a/metrics/macos-xcode11-release/render-tests/runtime-styling/layer-add-circle/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/runtime-styling/layer-add-circle/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/runtime-styling/layer-add-fill/metrics.json b/metrics/macos-xcode11-release/render-tests/runtime-styling/layer-add-fill/metrics.json index 873f47815fe..a1e24dbecc7 100644 --- a/metrics/macos-xcode11-release/render-tests/runtime-styling/layer-add-fill/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/runtime-styling/layer-add-fill/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/runtime-styling/layer-add-line/metrics.json b/metrics/macos-xcode11-release/render-tests/runtime-styling/layer-add-line/metrics.json index bb8ac853884..5cfc25dfd95 100644 --- a/metrics/macos-xcode11-release/render-tests/runtime-styling/layer-add-line/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/runtime-styling/layer-add-line/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/runtime-styling/layer-add-raster/metrics.json b/metrics/macos-xcode11-release/render-tests/runtime-styling/layer-add-raster/metrics.json index 2e017e0a393..1e9df4d1869 100644 --- a/metrics/macos-xcode11-release/render-tests/runtime-styling/layer-add-raster/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/runtime-styling/layer-add-raster/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/runtime-styling/layer-add-symbol/metrics.json b/metrics/macos-xcode11-release/render-tests/runtime-styling/layer-add-symbol/metrics.json index fea6fe2e598..94fd76f9f2e 100644 --- a/metrics/macos-xcode11-release/render-tests/runtime-styling/layer-add-symbol/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/runtime-styling/layer-add-symbol/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/runtime-styling/layer-remove-background/metrics.json b/metrics/macos-xcode11-release/render-tests/runtime-styling/layer-remove-background/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/macos-xcode11-release/render-tests/runtime-styling/layer-remove-background/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/runtime-styling/layer-remove-background/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/runtime-styling/layer-remove-circle/metrics.json b/metrics/macos-xcode11-release/render-tests/runtime-styling/layer-remove-circle/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/macos-xcode11-release/render-tests/runtime-styling/layer-remove-circle/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/runtime-styling/layer-remove-circle/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/runtime-styling/layer-remove-fill/metrics.json b/metrics/macos-xcode11-release/render-tests/runtime-styling/layer-remove-fill/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/macos-xcode11-release/render-tests/runtime-styling/layer-remove-fill/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/runtime-styling/layer-remove-fill/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/runtime-styling/layer-remove-line/metrics.json b/metrics/macos-xcode11-release/render-tests/runtime-styling/layer-remove-line/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/macos-xcode11-release/render-tests/runtime-styling/layer-remove-line/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/runtime-styling/layer-remove-line/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/runtime-styling/layer-remove-raster/metrics.json b/metrics/macos-xcode11-release/render-tests/runtime-styling/layer-remove-raster/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/macos-xcode11-release/render-tests/runtime-styling/layer-remove-raster/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/runtime-styling/layer-remove-raster/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/runtime-styling/layer-remove-symbol/metrics.json b/metrics/macos-xcode11-release/render-tests/runtime-styling/layer-remove-symbol/metrics.json index d1d3c719b69..2cd5816ef0d 100644 --- a/metrics/macos-xcode11-release/render-tests/runtime-styling/layer-remove-symbol/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/runtime-styling/layer-remove-symbol/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/runtime-styling/layout-property-default-to-literal/metrics.json b/metrics/macos-xcode11-release/render-tests/runtime-styling/layout-property-default-to-literal/metrics.json index fea6fe2e598..94fd76f9f2e 100644 --- a/metrics/macos-xcode11-release/render-tests/runtime-styling/layout-property-default-to-literal/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/runtime-styling/layout-property-default-to-literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/runtime-styling/layout-property-default-to-property-expression/metrics.json b/metrics/macos-xcode11-release/render-tests/runtime-styling/layout-property-default-to-property-expression/metrics.json index 43f81ae9e8f..7b15f7584f8 100644 --- a/metrics/macos-xcode11-release/render-tests/runtime-styling/layout-property-default-to-property-expression/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/runtime-styling/layout-property-default-to-property-expression/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/runtime-styling/layout-property-default-to-property-function/metrics.json b/metrics/macos-xcode11-release/render-tests/runtime-styling/layout-property-default-to-property-function/metrics.json index 43f81ae9e8f..7b15f7584f8 100644 --- a/metrics/macos-xcode11-release/render-tests/runtime-styling/layout-property-default-to-property-function/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/runtime-styling/layout-property-default-to-property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/runtime-styling/layout-property-default-to-zoom-expression/metrics.json b/metrics/macos-xcode11-release/render-tests/runtime-styling/layout-property-default-to-zoom-expression/metrics.json index fea6fe2e598..94fd76f9f2e 100644 --- a/metrics/macos-xcode11-release/render-tests/runtime-styling/layout-property-default-to-zoom-expression/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/runtime-styling/layout-property-default-to-zoom-expression/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/runtime-styling/layout-property-default-to-zoom-function/metrics.json b/metrics/macos-xcode11-release/render-tests/runtime-styling/layout-property-default-to-zoom-function/metrics.json index fea6fe2e598..94fd76f9f2e 100644 --- a/metrics/macos-xcode11-release/render-tests/runtime-styling/layout-property-default-to-zoom-function/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/runtime-styling/layout-property-default-to-zoom-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/runtime-styling/layout-property-literal-to-default/metrics.json b/metrics/macos-xcode11-release/render-tests/runtime-styling/layout-property-literal-to-default/metrics.json index 7d39e182955..4c937ec3278 100644 --- a/metrics/macos-xcode11-release/render-tests/runtime-styling/layout-property-literal-to-default/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/runtime-styling/layout-property-literal-to-default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/runtime-styling/layout-property-literal-to-property-expression/metrics.json b/metrics/macos-xcode11-release/render-tests/runtime-styling/layout-property-literal-to-property-expression/metrics.json index 43f81ae9e8f..7b15f7584f8 100644 --- a/metrics/macos-xcode11-release/render-tests/runtime-styling/layout-property-literal-to-property-expression/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/runtime-styling/layout-property-literal-to-property-expression/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/runtime-styling/layout-property-literal-to-property-function/metrics.json b/metrics/macos-xcode11-release/render-tests/runtime-styling/layout-property-literal-to-property-function/metrics.json index 43f81ae9e8f..7b15f7584f8 100644 --- a/metrics/macos-xcode11-release/render-tests/runtime-styling/layout-property-literal-to-property-function/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/runtime-styling/layout-property-literal-to-property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/runtime-styling/layout-property-literal-to-zoom-expression/metrics.json b/metrics/macos-xcode11-release/render-tests/runtime-styling/layout-property-literal-to-zoom-expression/metrics.json index fea6fe2e598..94fd76f9f2e 100644 --- a/metrics/macos-xcode11-release/render-tests/runtime-styling/layout-property-literal-to-zoom-expression/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/runtime-styling/layout-property-literal-to-zoom-expression/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/runtime-styling/layout-property-literal-to-zoom-function/metrics.json b/metrics/macos-xcode11-release/render-tests/runtime-styling/layout-property-literal-to-zoom-function/metrics.json index fea6fe2e598..94fd76f9f2e 100644 --- a/metrics/macos-xcode11-release/render-tests/runtime-styling/layout-property-literal-to-zoom-function/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/runtime-styling/layout-property-literal-to-zoom-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/runtime-styling/layout-property-override-paint-property-expression/metrics.json b/metrics/macos-xcode11-release/render-tests/runtime-styling/layout-property-override-paint-property-expression/metrics.json index c4c12ce6ccf..8fc0848bdb8 100644 --- a/metrics/macos-xcode11-release/render-tests/runtime-styling/layout-property-override-paint-property-expression/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/runtime-styling/layout-property-override-paint-property-expression/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/runtime-styling/layout-property-override-paint-property-literal/metrics.json b/metrics/macos-xcode11-release/render-tests/runtime-styling/layout-property-override-paint-property-literal/metrics.json index ded111d5dbd..4a0222bf2cd 100644 --- a/metrics/macos-xcode11-release/render-tests/runtime-styling/layout-property-override-paint-property-literal/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/runtime-styling/layout-property-override-paint-property-literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/runtime-styling/layout-property-property-expression-to-default/metrics.json b/metrics/macos-xcode11-release/render-tests/runtime-styling/layout-property-property-expression-to-default/metrics.json index 43f81ae9e8f..7b15f7584f8 100644 --- a/metrics/macos-xcode11-release/render-tests/runtime-styling/layout-property-property-expression-to-default/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/runtime-styling/layout-property-property-expression-to-default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/runtime-styling/layout-property-property-expression-to-literal/metrics.json b/metrics/macos-xcode11-release/render-tests/runtime-styling/layout-property-property-expression-to-literal/metrics.json index 43f81ae9e8f..7b15f7584f8 100644 --- a/metrics/macos-xcode11-release/render-tests/runtime-styling/layout-property-property-expression-to-literal/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/runtime-styling/layout-property-property-expression-to-literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/runtime-styling/layout-property-property-expression-to-property-expression/metrics.json b/metrics/macos-xcode11-release/render-tests/runtime-styling/layout-property-property-expression-to-property-expression/metrics.json index 43f81ae9e8f..7b15f7584f8 100644 --- a/metrics/macos-xcode11-release/render-tests/runtime-styling/layout-property-property-expression-to-property-expression/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/runtime-styling/layout-property-property-expression-to-property-expression/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/runtime-styling/layout-property-property-expression-to-zoom-expression/metrics.json b/metrics/macos-xcode11-release/render-tests/runtime-styling/layout-property-property-expression-to-zoom-expression/metrics.json index fea6fe2e598..94fd76f9f2e 100644 --- a/metrics/macos-xcode11-release/render-tests/runtime-styling/layout-property-property-expression-to-zoom-expression/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/runtime-styling/layout-property-property-expression-to-zoom-expression/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/runtime-styling/layout-property-property-function-to-default/metrics.json b/metrics/macos-xcode11-release/render-tests/runtime-styling/layout-property-property-function-to-default/metrics.json index 43f81ae9e8f..7b15f7584f8 100644 --- a/metrics/macos-xcode11-release/render-tests/runtime-styling/layout-property-property-function-to-default/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/runtime-styling/layout-property-property-function-to-default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/runtime-styling/layout-property-property-function-to-literal/metrics.json b/metrics/macos-xcode11-release/render-tests/runtime-styling/layout-property-property-function-to-literal/metrics.json index 43f81ae9e8f..7b15f7584f8 100644 --- a/metrics/macos-xcode11-release/render-tests/runtime-styling/layout-property-property-function-to-literal/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/runtime-styling/layout-property-property-function-to-literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/runtime-styling/layout-property-text-variable-anchor/metrics.json b/metrics/macos-xcode11-release/render-tests/runtime-styling/layout-property-text-variable-anchor/metrics.json index 7c2bcc88a93..56d2c48830a 100644 --- a/metrics/macos-xcode11-release/render-tests/runtime-styling/layout-property-text-variable-anchor/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/runtime-styling/layout-property-text-variable-anchor/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/runtime-styling/layout-property-zoom-and-property-expression-to-property-expression/metrics.json b/metrics/macos-xcode11-release/render-tests/runtime-styling/layout-property-zoom-and-property-expression-to-property-expression/metrics.json index 43f81ae9e8f..7b15f7584f8 100644 --- a/metrics/macos-xcode11-release/render-tests/runtime-styling/layout-property-zoom-and-property-expression-to-property-expression/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/runtime-styling/layout-property-zoom-and-property-expression-to-property-expression/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/runtime-styling/layout-property-zoom-and-property-expression-to-zoom-and-property-expression/metrics.json b/metrics/macos-xcode11-release/render-tests/runtime-styling/layout-property-zoom-and-property-expression-to-zoom-and-property-expression/metrics.json index 43f81ae9e8f..7b15f7584f8 100644 --- a/metrics/macos-xcode11-release/render-tests/runtime-styling/layout-property-zoom-and-property-expression-to-zoom-and-property-expression/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/runtime-styling/layout-property-zoom-and-property-expression-to-zoom-and-property-expression/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/runtime-styling/layout-property-zoom-and-property-expression-to-zoom-expression/metrics.json b/metrics/macos-xcode11-release/render-tests/runtime-styling/layout-property-zoom-and-property-expression-to-zoom-expression/metrics.json index fea6fe2e598..94fd76f9f2e 100644 --- a/metrics/macos-xcode11-release/render-tests/runtime-styling/layout-property-zoom-and-property-expression-to-zoom-expression/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/runtime-styling/layout-property-zoom-and-property-expression-to-zoom-expression/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/runtime-styling/layout-property-zoom-expression-to-default/metrics.json b/metrics/macos-xcode11-release/render-tests/runtime-styling/layout-property-zoom-expression-to-default/metrics.json index 7d39e182955..4c937ec3278 100644 --- a/metrics/macos-xcode11-release/render-tests/runtime-styling/layout-property-zoom-expression-to-default/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/runtime-styling/layout-property-zoom-expression-to-default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/runtime-styling/layout-property-zoom-expression-to-literal/metrics.json b/metrics/macos-xcode11-release/render-tests/runtime-styling/layout-property-zoom-expression-to-literal/metrics.json index fea6fe2e598..94fd76f9f2e 100644 --- a/metrics/macos-xcode11-release/render-tests/runtime-styling/layout-property-zoom-expression-to-literal/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/runtime-styling/layout-property-zoom-expression-to-literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/runtime-styling/layout-property-zoom-expression-to-property-expression/metrics.json b/metrics/macos-xcode11-release/render-tests/runtime-styling/layout-property-zoom-expression-to-property-expression/metrics.json index 43f81ae9e8f..7b15f7584f8 100644 --- a/metrics/macos-xcode11-release/render-tests/runtime-styling/layout-property-zoom-expression-to-property-expression/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/runtime-styling/layout-property-zoom-expression-to-property-expression/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/runtime-styling/layout-property-zoom-expression-to-zoom-and-property-expression/metrics.json b/metrics/macos-xcode11-release/render-tests/runtime-styling/layout-property-zoom-expression-to-zoom-and-property-expression/metrics.json index 43f81ae9e8f..7b15f7584f8 100644 --- a/metrics/macos-xcode11-release/render-tests/runtime-styling/layout-property-zoom-expression-to-zoom-and-property-expression/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/runtime-styling/layout-property-zoom-expression-to-zoom-and-property-expression/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/runtime-styling/layout-property-zoom-expression-to-zoom-expression/metrics.json b/metrics/macos-xcode11-release/render-tests/runtime-styling/layout-property-zoom-expression-to-zoom-expression/metrics.json index fea6fe2e598..94fd76f9f2e 100644 --- a/metrics/macos-xcode11-release/render-tests/runtime-styling/layout-property-zoom-expression-to-zoom-expression/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/runtime-styling/layout-property-zoom-expression-to-zoom-expression/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/runtime-styling/layout-property-zoom-function-to-default/metrics.json b/metrics/macos-xcode11-release/render-tests/runtime-styling/layout-property-zoom-function-to-default/metrics.json index 7d39e182955..4c937ec3278 100644 --- a/metrics/macos-xcode11-release/render-tests/runtime-styling/layout-property-zoom-function-to-default/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/runtime-styling/layout-property-zoom-function-to-default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/runtime-styling/layout-property-zoom-function-to-literal/metrics.json b/metrics/macos-xcode11-release/render-tests/runtime-styling/layout-property-zoom-function-to-literal/metrics.json index fea6fe2e598..94fd76f9f2e 100644 --- a/metrics/macos-xcode11-release/render-tests/runtime-styling/layout-property-zoom-function-to-literal/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/runtime-styling/layout-property-zoom-function-to-literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/runtime-styling/paint-property-default-to-literal/metrics.json b/metrics/macos-xcode11-release/render-tests/runtime-styling/paint-property-default-to-literal/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/macos-xcode11-release/render-tests/runtime-styling/paint-property-default-to-literal/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/runtime-styling/paint-property-default-to-literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/runtime-styling/paint-property-default-to-property-expression/metrics.json b/metrics/macos-xcode11-release/render-tests/runtime-styling/paint-property-default-to-property-expression/metrics.json index bf5b94a7258..c5dccb9cead 100644 --- a/metrics/macos-xcode11-release/render-tests/runtime-styling/paint-property-default-to-property-expression/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/runtime-styling/paint-property-default-to-property-expression/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/runtime-styling/paint-property-default-to-property-function/metrics.json b/metrics/macos-xcode11-release/render-tests/runtime-styling/paint-property-default-to-property-function/metrics.json index bf5b94a7258..c5dccb9cead 100644 --- a/metrics/macos-xcode11-release/render-tests/runtime-styling/paint-property-default-to-property-function/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/runtime-styling/paint-property-default-to-property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/runtime-styling/paint-property-default-to-zoom-expression/metrics.json b/metrics/macos-xcode11-release/render-tests/runtime-styling/paint-property-default-to-zoom-expression/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/macos-xcode11-release/render-tests/runtime-styling/paint-property-default-to-zoom-expression/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/runtime-styling/paint-property-default-to-zoom-expression/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/runtime-styling/paint-property-default-to-zoom-function/metrics.json b/metrics/macos-xcode11-release/render-tests/runtime-styling/paint-property-default-to-zoom-function/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/macos-xcode11-release/render-tests/runtime-styling/paint-property-default-to-zoom-function/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/runtime-styling/paint-property-default-to-zoom-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/runtime-styling/paint-property-fill-flat-to-extrude/metrics.json b/metrics/macos-xcode11-release/render-tests/runtime-styling/paint-property-fill-flat-to-extrude/metrics.json index 869c4378bf3..f712c8f66dc 100644 --- a/metrics/macos-xcode11-release/render-tests/runtime-styling/paint-property-fill-flat-to-extrude/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/runtime-styling/paint-property-fill-flat-to-extrude/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/runtime-styling/paint-property-literal-to-default/metrics.json b/metrics/macos-xcode11-release/render-tests/runtime-styling/paint-property-literal-to-default/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/macos-xcode11-release/render-tests/runtime-styling/paint-property-literal-to-default/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/runtime-styling/paint-property-literal-to-default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/runtime-styling/paint-property-literal-to-expression/metrics.json b/metrics/macos-xcode11-release/render-tests/runtime-styling/paint-property-literal-to-expression/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/macos-xcode11-release/render-tests/runtime-styling/paint-property-literal-to-expression/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/runtime-styling/paint-property-literal-to-expression/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/runtime-styling/paint-property-literal-to-function/metrics.json b/metrics/macos-xcode11-release/render-tests/runtime-styling/paint-property-literal-to-function/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/macos-xcode11-release/render-tests/runtime-styling/paint-property-literal-to-function/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/runtime-styling/paint-property-literal-to-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/runtime-styling/paint-property-literal-to-property-expression/metrics.json b/metrics/macos-xcode11-release/render-tests/runtime-styling/paint-property-literal-to-property-expression/metrics.json index bf5b94a7258..c5dccb9cead 100644 --- a/metrics/macos-xcode11-release/render-tests/runtime-styling/paint-property-literal-to-property-expression/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/runtime-styling/paint-property-literal-to-property-expression/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/runtime-styling/paint-property-literal-to-property-function/metrics.json b/metrics/macos-xcode11-release/render-tests/runtime-styling/paint-property-literal-to-property-function/metrics.json index bf5b94a7258..c5dccb9cead 100644 --- a/metrics/macos-xcode11-release/render-tests/runtime-styling/paint-property-literal-to-property-function/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/runtime-styling/paint-property-literal-to-property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/runtime-styling/paint-property-overriden-default-to-expression/metrics.json b/metrics/macos-xcode11-release/render-tests/runtime-styling/paint-property-overriden-default-to-expression/metrics.json index 23b829f1681..663c3ce98a2 100644 --- a/metrics/macos-xcode11-release/render-tests/runtime-styling/paint-property-overriden-default-to-expression/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/runtime-styling/paint-property-overriden-default-to-expression/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/runtime-styling/paint-property-overriden-default-to-literal/metrics.json b/metrics/macos-xcode11-release/render-tests/runtime-styling/paint-property-overriden-default-to-literal/metrics.json index 47108b29bc1..1d0d7d25ccf 100644 --- a/metrics/macos-xcode11-release/render-tests/runtime-styling/paint-property-overriden-default-to-literal/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/runtime-styling/paint-property-overriden-default-to-literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/runtime-styling/paint-property-overriden-expression-to-literal/metrics.json b/metrics/macos-xcode11-release/render-tests/runtime-styling/paint-property-overriden-expression-to-literal/metrics.json index 9d89d5f2f3a..225b328f706 100644 --- a/metrics/macos-xcode11-release/render-tests/runtime-styling/paint-property-overriden-expression-to-literal/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/runtime-styling/paint-property-overriden-expression-to-literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/runtime-styling/paint-property-property-expression-to-default/metrics.json b/metrics/macos-xcode11-release/render-tests/runtime-styling/paint-property-property-expression-to-default/metrics.json index b7fcd045414..c5dc4e05e94 100644 --- a/metrics/macos-xcode11-release/render-tests/runtime-styling/paint-property-property-expression-to-default/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/runtime-styling/paint-property-property-expression-to-default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/runtime-styling/paint-property-property-expression-to-literal/metrics.json b/metrics/macos-xcode11-release/render-tests/runtime-styling/paint-property-property-expression-to-literal/metrics.json index b7fcd045414..c5dc4e05e94 100644 --- a/metrics/macos-xcode11-release/render-tests/runtime-styling/paint-property-property-expression-to-literal/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/runtime-styling/paint-property-property-expression-to-literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/runtime-styling/paint-property-property-expression-to-property-expression/metrics.json b/metrics/macos-xcode11-release/render-tests/runtime-styling/paint-property-property-expression-to-property-expression/metrics.json index bf5b94a7258..c5dccb9cead 100644 --- a/metrics/macos-xcode11-release/render-tests/runtime-styling/paint-property-property-expression-to-property-expression/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/runtime-styling/paint-property-property-expression-to-property-expression/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/runtime-styling/paint-property-property-expression-to-zoom-expression/metrics.json b/metrics/macos-xcode11-release/render-tests/runtime-styling/paint-property-property-expression-to-zoom-expression/metrics.json index b7fcd045414..c5dc4e05e94 100644 --- a/metrics/macos-xcode11-release/render-tests/runtime-styling/paint-property-property-expression-to-zoom-expression/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/runtime-styling/paint-property-property-expression-to-zoom-expression/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/runtime-styling/paint-property-property-function-to-default/metrics.json b/metrics/macos-xcode11-release/render-tests/runtime-styling/paint-property-property-function-to-default/metrics.json index b7fcd045414..c5dc4e05e94 100644 --- a/metrics/macos-xcode11-release/render-tests/runtime-styling/paint-property-property-function-to-default/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/runtime-styling/paint-property-property-function-to-default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/runtime-styling/paint-property-property-function-to-literal/metrics.json b/metrics/macos-xcode11-release/render-tests/runtime-styling/paint-property-property-function-to-literal/metrics.json index b7fcd045414..c5dc4e05e94 100644 --- a/metrics/macos-xcode11-release/render-tests/runtime-styling/paint-property-property-function-to-literal/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/runtime-styling/paint-property-property-function-to-literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/runtime-styling/paint-property-zoom-and-property-expression-to-property-expression/metrics.json b/metrics/macos-xcode11-release/render-tests/runtime-styling/paint-property-zoom-and-property-expression-to-property-expression/metrics.json index bf5b94a7258..c5dccb9cead 100644 --- a/metrics/macos-xcode11-release/render-tests/runtime-styling/paint-property-zoom-and-property-expression-to-property-expression/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/runtime-styling/paint-property-zoom-and-property-expression-to-property-expression/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/runtime-styling/paint-property-zoom-and-property-expression-to-zoom-and-property-expression/metrics.json b/metrics/macos-xcode11-release/render-tests/runtime-styling/paint-property-zoom-and-property-expression-to-zoom-and-property-expression/metrics.json index 2b00a4fa064..5c78b6b810e 100644 --- a/metrics/macos-xcode11-release/render-tests/runtime-styling/paint-property-zoom-and-property-expression-to-zoom-and-property-expression/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/runtime-styling/paint-property-zoom-and-property-expression-to-zoom-and-property-expression/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/runtime-styling/paint-property-zoom-and-property-expression-to-zoom-expression/metrics.json b/metrics/macos-xcode11-release/render-tests/runtime-styling/paint-property-zoom-and-property-expression-to-zoom-expression/metrics.json index b7fcd045414..c5dc4e05e94 100644 --- a/metrics/macos-xcode11-release/render-tests/runtime-styling/paint-property-zoom-and-property-expression-to-zoom-expression/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/runtime-styling/paint-property-zoom-and-property-expression-to-zoom-expression/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/runtime-styling/paint-property-zoom-expression-to-default/metrics.json b/metrics/macos-xcode11-release/render-tests/runtime-styling/paint-property-zoom-expression-to-default/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/macos-xcode11-release/render-tests/runtime-styling/paint-property-zoom-expression-to-default/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/runtime-styling/paint-property-zoom-expression-to-default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/runtime-styling/paint-property-zoom-expression-to-literal/metrics.json b/metrics/macos-xcode11-release/render-tests/runtime-styling/paint-property-zoom-expression-to-literal/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/macos-xcode11-release/render-tests/runtime-styling/paint-property-zoom-expression-to-literal/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/runtime-styling/paint-property-zoom-expression-to-literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/runtime-styling/paint-property-zoom-expression-to-property-expression/metrics.json b/metrics/macos-xcode11-release/render-tests/runtime-styling/paint-property-zoom-expression-to-property-expression/metrics.json index bf5b94a7258..c5dccb9cead 100644 --- a/metrics/macos-xcode11-release/render-tests/runtime-styling/paint-property-zoom-expression-to-property-expression/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/runtime-styling/paint-property-zoom-expression-to-property-expression/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/runtime-styling/paint-property-zoom-expression-to-zoom-and-property-expression/metrics.json b/metrics/macos-xcode11-release/render-tests/runtime-styling/paint-property-zoom-expression-to-zoom-and-property-expression/metrics.json index 2b00a4fa064..5c78b6b810e 100644 --- a/metrics/macos-xcode11-release/render-tests/runtime-styling/paint-property-zoom-expression-to-zoom-and-property-expression/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/runtime-styling/paint-property-zoom-expression-to-zoom-and-property-expression/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/runtime-styling/paint-property-zoom-expression-to-zoom-expression/metrics.json b/metrics/macos-xcode11-release/render-tests/runtime-styling/paint-property-zoom-expression-to-zoom-expression/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/macos-xcode11-release/render-tests/runtime-styling/paint-property-zoom-expression-to-zoom-expression/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/runtime-styling/paint-property-zoom-expression-to-zoom-expression/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/runtime-styling/paint-property-zoom-function-to-default/metrics.json b/metrics/macos-xcode11-release/render-tests/runtime-styling/paint-property-zoom-function-to-default/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/macos-xcode11-release/render-tests/runtime-styling/paint-property-zoom-function-to-default/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/runtime-styling/paint-property-zoom-function-to-default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/runtime-styling/paint-property-zoom-function-to-literal/metrics.json b/metrics/macos-xcode11-release/render-tests/runtime-styling/paint-property-zoom-function-to-literal/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/macos-xcode11-release/render-tests/runtime-styling/paint-property-zoom-function-to-literal/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/runtime-styling/paint-property-zoom-function-to-literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/runtime-styling/set-style-filter-default-to-false/metrics.json b/metrics/macos-xcode11-release/render-tests/runtime-styling/set-style-filter-default-to-false/metrics.json index 7d39e182955..4c937ec3278 100644 --- a/metrics/macos-xcode11-release/render-tests/runtime-styling/set-style-filter-default-to-false/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/runtime-styling/set-style-filter-default-to-false/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/runtime-styling/set-style-filter-default-to-true/metrics.json b/metrics/macos-xcode11-release/render-tests/runtime-styling/set-style-filter-default-to-true/metrics.json index fea6fe2e598..94fd76f9f2e 100644 --- a/metrics/macos-xcode11-release/render-tests/runtime-styling/set-style-filter-default-to-true/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/runtime-styling/set-style-filter-default-to-true/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/runtime-styling/set-style-filter-false-to-default/metrics.json b/metrics/macos-xcode11-release/render-tests/runtime-styling/set-style-filter-false-to-default/metrics.json index fea6fe2e598..94fd76f9f2e 100644 --- a/metrics/macos-xcode11-release/render-tests/runtime-styling/set-style-filter-false-to-default/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/runtime-styling/set-style-filter-false-to-default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/runtime-styling/set-style-filter-false-to-true/metrics.json b/metrics/macos-xcode11-release/render-tests/runtime-styling/set-style-filter-false-to-true/metrics.json index fea6fe2e598..94fd76f9f2e 100644 --- a/metrics/macos-xcode11-release/render-tests/runtime-styling/set-style-filter-false-to-true/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/runtime-styling/set-style-filter-false-to-true/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/runtime-styling/set-style-filter-true-to-default/metrics.json b/metrics/macos-xcode11-release/render-tests/runtime-styling/set-style-filter-true-to-default/metrics.json index fea6fe2e598..94fd76f9f2e 100644 --- a/metrics/macos-xcode11-release/render-tests/runtime-styling/set-style-filter-true-to-default/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/runtime-styling/set-style-filter-true-to-default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/runtime-styling/set-style-filter-true-to-false/metrics.json b/metrics/macos-xcode11-release/render-tests/runtime-styling/set-style-filter-true-to-false/metrics.json index 7d39e182955..4c937ec3278 100644 --- a/metrics/macos-xcode11-release/render-tests/runtime-styling/set-style-filter-true-to-false/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/runtime-styling/set-style-filter-true-to-false/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/runtime-styling/set-style-glyphs/metrics.json b/metrics/macos-xcode11-release/render-tests/runtime-styling/set-style-glyphs/metrics.json index dea2cb3857d..ea696c62b6b 100644 --- a/metrics/macos-xcode11-release/render-tests/runtime-styling/set-style-glyphs/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/runtime-styling/set-style-glyphs/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/runtime-styling/set-style-layer-add-background/metrics.json b/metrics/macos-xcode11-release/render-tests/runtime-styling/set-style-layer-add-background/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/macos-xcode11-release/render-tests/runtime-styling/set-style-layer-add-background/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/runtime-styling/set-style-layer-add-background/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/runtime-styling/set-style-layer-add-circle/metrics.json b/metrics/macos-xcode11-release/render-tests/runtime-styling/set-style-layer-add-circle/metrics.json index 01b432fe214..e30b6a8224f 100644 --- a/metrics/macos-xcode11-release/render-tests/runtime-styling/set-style-layer-add-circle/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/runtime-styling/set-style-layer-add-circle/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/runtime-styling/set-style-layer-add-fill/metrics.json b/metrics/macos-xcode11-release/render-tests/runtime-styling/set-style-layer-add-fill/metrics.json index 873f47815fe..a1e24dbecc7 100644 --- a/metrics/macos-xcode11-release/render-tests/runtime-styling/set-style-layer-add-fill/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/runtime-styling/set-style-layer-add-fill/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/runtime-styling/set-style-layer-add-line/metrics.json b/metrics/macos-xcode11-release/render-tests/runtime-styling/set-style-layer-add-line/metrics.json index bb8ac853884..5cfc25dfd95 100644 --- a/metrics/macos-xcode11-release/render-tests/runtime-styling/set-style-layer-add-line/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/runtime-styling/set-style-layer-add-line/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/runtime-styling/set-style-layer-add-raster/metrics.json b/metrics/macos-xcode11-release/render-tests/runtime-styling/set-style-layer-add-raster/metrics.json index 2e017e0a393..1e9df4d1869 100644 --- a/metrics/macos-xcode11-release/render-tests/runtime-styling/set-style-layer-add-raster/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/runtime-styling/set-style-layer-add-raster/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/runtime-styling/set-style-layer-add-symbol/metrics.json b/metrics/macos-xcode11-release/render-tests/runtime-styling/set-style-layer-add-symbol/metrics.json index fea6fe2e598..94fd76f9f2e 100644 --- a/metrics/macos-xcode11-release/render-tests/runtime-styling/set-style-layer-add-symbol/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/runtime-styling/set-style-layer-add-symbol/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/runtime-styling/set-style-layer-change-source-layer/metrics.json b/metrics/macos-xcode11-release/render-tests/runtime-styling/set-style-layer-change-source-layer/metrics.json index e0426e7b513..6acf36d07ec 100644 --- a/metrics/macos-xcode11-release/render-tests/runtime-styling/set-style-layer-change-source-layer/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/runtime-styling/set-style-layer-change-source-layer/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/runtime-styling/set-style-layer-change-source-type/metrics.json b/metrics/macos-xcode11-release/render-tests/runtime-styling/set-style-layer-change-source-type/metrics.json index e204a192de4..b762a231e10 100644 --- a/metrics/macos-xcode11-release/render-tests/runtime-styling/set-style-layer-change-source-type/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/runtime-styling/set-style-layer-change-source-type/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/runtime-styling/set-style-layer-change-source/metrics.json b/metrics/macos-xcode11-release/render-tests/runtime-styling/set-style-layer-change-source/metrics.json index 01b432fe214..e30b6a8224f 100644 --- a/metrics/macos-xcode11-release/render-tests/runtime-styling/set-style-layer-change-source/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/runtime-styling/set-style-layer-change-source/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/runtime-styling/set-style-layer-remove-background/metrics.json b/metrics/macos-xcode11-release/render-tests/runtime-styling/set-style-layer-remove-background/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/macos-xcode11-release/render-tests/runtime-styling/set-style-layer-remove-background/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/runtime-styling/set-style-layer-remove-background/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/runtime-styling/set-style-layer-remove-circle/metrics.json b/metrics/macos-xcode11-release/render-tests/runtime-styling/set-style-layer-remove-circle/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/macos-xcode11-release/render-tests/runtime-styling/set-style-layer-remove-circle/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/runtime-styling/set-style-layer-remove-circle/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/runtime-styling/set-style-layer-remove-fill/metrics.json b/metrics/macos-xcode11-release/render-tests/runtime-styling/set-style-layer-remove-fill/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/macos-xcode11-release/render-tests/runtime-styling/set-style-layer-remove-fill/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/runtime-styling/set-style-layer-remove-fill/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/runtime-styling/set-style-layer-remove-line/metrics.json b/metrics/macos-xcode11-release/render-tests/runtime-styling/set-style-layer-remove-line/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/macos-xcode11-release/render-tests/runtime-styling/set-style-layer-remove-line/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/runtime-styling/set-style-layer-remove-line/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/runtime-styling/set-style-layer-remove-raster/metrics.json b/metrics/macos-xcode11-release/render-tests/runtime-styling/set-style-layer-remove-raster/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/macos-xcode11-release/render-tests/runtime-styling/set-style-layer-remove-raster/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/runtime-styling/set-style-layer-remove-raster/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/runtime-styling/set-style-layer-remove-symbol/metrics.json b/metrics/macos-xcode11-release/render-tests/runtime-styling/set-style-layer-remove-symbol/metrics.json index d1d3c719b69..2cd5816ef0d 100644 --- a/metrics/macos-xcode11-release/render-tests/runtime-styling/set-style-layer-remove-symbol/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/runtime-styling/set-style-layer-remove-symbol/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/runtime-styling/set-style-layer-reorder/metrics.json b/metrics/macos-xcode11-release/render-tests/runtime-styling/set-style-layer-reorder/metrics.json index ecd1b9eaf55..3eacb71976a 100644 --- a/metrics/macos-xcode11-release/render-tests/runtime-styling/set-style-layer-reorder/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/runtime-styling/set-style-layer-reorder/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/runtime-styling/set-style-layout-property-default-to-literal/metrics.json b/metrics/macos-xcode11-release/render-tests/runtime-styling/set-style-layout-property-default-to-literal/metrics.json index fea6fe2e598..94fd76f9f2e 100644 --- a/metrics/macos-xcode11-release/render-tests/runtime-styling/set-style-layout-property-default-to-literal/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/runtime-styling/set-style-layout-property-default-to-literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/runtime-styling/set-style-layout-property-default-to-property-expression/metrics.json b/metrics/macos-xcode11-release/render-tests/runtime-styling/set-style-layout-property-default-to-property-expression/metrics.json index 43f81ae9e8f..7b15f7584f8 100644 --- a/metrics/macos-xcode11-release/render-tests/runtime-styling/set-style-layout-property-default-to-property-expression/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/runtime-styling/set-style-layout-property-default-to-property-expression/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/runtime-styling/set-style-layout-property-default-to-property-function/metrics.json b/metrics/macos-xcode11-release/render-tests/runtime-styling/set-style-layout-property-default-to-property-function/metrics.json index 43f81ae9e8f..7b15f7584f8 100644 --- a/metrics/macos-xcode11-release/render-tests/runtime-styling/set-style-layout-property-default-to-property-function/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/runtime-styling/set-style-layout-property-default-to-property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/runtime-styling/set-style-layout-property-default-to-zoom-expression/metrics.json b/metrics/macos-xcode11-release/render-tests/runtime-styling/set-style-layout-property-default-to-zoom-expression/metrics.json index fea6fe2e598..94fd76f9f2e 100644 --- a/metrics/macos-xcode11-release/render-tests/runtime-styling/set-style-layout-property-default-to-zoom-expression/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/runtime-styling/set-style-layout-property-default-to-zoom-expression/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/runtime-styling/set-style-layout-property-default-to-zoom-function/metrics.json b/metrics/macos-xcode11-release/render-tests/runtime-styling/set-style-layout-property-default-to-zoom-function/metrics.json index fea6fe2e598..94fd76f9f2e 100644 --- a/metrics/macos-xcode11-release/render-tests/runtime-styling/set-style-layout-property-default-to-zoom-function/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/runtime-styling/set-style-layout-property-default-to-zoom-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/runtime-styling/set-style-layout-property-literal-to-default/metrics.json b/metrics/macos-xcode11-release/render-tests/runtime-styling/set-style-layout-property-literal-to-default/metrics.json index 7d39e182955..4c937ec3278 100644 --- a/metrics/macos-xcode11-release/render-tests/runtime-styling/set-style-layout-property-literal-to-default/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/runtime-styling/set-style-layout-property-literal-to-default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/runtime-styling/set-style-layout-property-literal-to-property-expression/metrics.json b/metrics/macos-xcode11-release/render-tests/runtime-styling/set-style-layout-property-literal-to-property-expression/metrics.json index 43f81ae9e8f..7b15f7584f8 100644 --- a/metrics/macos-xcode11-release/render-tests/runtime-styling/set-style-layout-property-literal-to-property-expression/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/runtime-styling/set-style-layout-property-literal-to-property-expression/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/runtime-styling/set-style-layout-property-literal-to-property-function/metrics.json b/metrics/macos-xcode11-release/render-tests/runtime-styling/set-style-layout-property-literal-to-property-function/metrics.json index 43f81ae9e8f..7b15f7584f8 100644 --- a/metrics/macos-xcode11-release/render-tests/runtime-styling/set-style-layout-property-literal-to-property-function/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/runtime-styling/set-style-layout-property-literal-to-property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/runtime-styling/set-style-layout-property-literal-to-zoom-expression/metrics.json b/metrics/macos-xcode11-release/render-tests/runtime-styling/set-style-layout-property-literal-to-zoom-expression/metrics.json index fea6fe2e598..94fd76f9f2e 100644 --- a/metrics/macos-xcode11-release/render-tests/runtime-styling/set-style-layout-property-literal-to-zoom-expression/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/runtime-styling/set-style-layout-property-literal-to-zoom-expression/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/runtime-styling/set-style-layout-property-literal-to-zoom-function/metrics.json b/metrics/macos-xcode11-release/render-tests/runtime-styling/set-style-layout-property-literal-to-zoom-function/metrics.json index fea6fe2e598..94fd76f9f2e 100644 --- a/metrics/macos-xcode11-release/render-tests/runtime-styling/set-style-layout-property-literal-to-zoom-function/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/runtime-styling/set-style-layout-property-literal-to-zoom-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/runtime-styling/set-style-layout-property-property-expression-to-default/metrics.json b/metrics/macos-xcode11-release/render-tests/runtime-styling/set-style-layout-property-property-expression-to-default/metrics.json index 43f81ae9e8f..7b15f7584f8 100644 --- a/metrics/macos-xcode11-release/render-tests/runtime-styling/set-style-layout-property-property-expression-to-default/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/runtime-styling/set-style-layout-property-property-expression-to-default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/runtime-styling/set-style-layout-property-property-expression-to-literal/metrics.json b/metrics/macos-xcode11-release/render-tests/runtime-styling/set-style-layout-property-property-expression-to-literal/metrics.json index 43f81ae9e8f..7b15f7584f8 100644 --- a/metrics/macos-xcode11-release/render-tests/runtime-styling/set-style-layout-property-property-expression-to-literal/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/runtime-styling/set-style-layout-property-property-expression-to-literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/runtime-styling/set-style-layout-property-property-function-to-default/metrics.json b/metrics/macos-xcode11-release/render-tests/runtime-styling/set-style-layout-property-property-function-to-default/metrics.json index 43f81ae9e8f..7b15f7584f8 100644 --- a/metrics/macos-xcode11-release/render-tests/runtime-styling/set-style-layout-property-property-function-to-default/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/runtime-styling/set-style-layout-property-property-function-to-default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/runtime-styling/set-style-layout-property-property-function-to-literal/metrics.json b/metrics/macos-xcode11-release/render-tests/runtime-styling/set-style-layout-property-property-function-to-literal/metrics.json index 43f81ae9e8f..7b15f7584f8 100644 --- a/metrics/macos-xcode11-release/render-tests/runtime-styling/set-style-layout-property-property-function-to-literal/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/runtime-styling/set-style-layout-property-property-function-to-literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/runtime-styling/set-style-layout-property-zoom-expression-to-default/metrics.json b/metrics/macos-xcode11-release/render-tests/runtime-styling/set-style-layout-property-zoom-expression-to-default/metrics.json index 7d39e182955..4c937ec3278 100644 --- a/metrics/macos-xcode11-release/render-tests/runtime-styling/set-style-layout-property-zoom-expression-to-default/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/runtime-styling/set-style-layout-property-zoom-expression-to-default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/runtime-styling/set-style-layout-property-zoom-expression-to-literal/metrics.json b/metrics/macos-xcode11-release/render-tests/runtime-styling/set-style-layout-property-zoom-expression-to-literal/metrics.json index fea6fe2e598..94fd76f9f2e 100644 --- a/metrics/macos-xcode11-release/render-tests/runtime-styling/set-style-layout-property-zoom-expression-to-literal/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/runtime-styling/set-style-layout-property-zoom-expression-to-literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/runtime-styling/set-style-layout-property-zoom-function-to-default/metrics.json b/metrics/macos-xcode11-release/render-tests/runtime-styling/set-style-layout-property-zoom-function-to-default/metrics.json index 7d39e182955..4c937ec3278 100644 --- a/metrics/macos-xcode11-release/render-tests/runtime-styling/set-style-layout-property-zoom-function-to-default/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/runtime-styling/set-style-layout-property-zoom-function-to-default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/runtime-styling/set-style-layout-property-zoom-function-to-literal/metrics.json b/metrics/macos-xcode11-release/render-tests/runtime-styling/set-style-layout-property-zoom-function-to-literal/metrics.json index fea6fe2e598..94fd76f9f2e 100644 --- a/metrics/macos-xcode11-release/render-tests/runtime-styling/set-style-layout-property-zoom-function-to-literal/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/runtime-styling/set-style-layout-property-zoom-function-to-literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/runtime-styling/set-style-paint-property-default-to-literal/metrics.json b/metrics/macos-xcode11-release/render-tests/runtime-styling/set-style-paint-property-default-to-literal/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/macos-xcode11-release/render-tests/runtime-styling/set-style-paint-property-default-to-literal/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/runtime-styling/set-style-paint-property-default-to-literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/runtime-styling/set-style-paint-property-default-to-property-expression/metrics.json b/metrics/macos-xcode11-release/render-tests/runtime-styling/set-style-paint-property-default-to-property-expression/metrics.json index bf5b94a7258..c5dccb9cead 100644 --- a/metrics/macos-xcode11-release/render-tests/runtime-styling/set-style-paint-property-default-to-property-expression/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/runtime-styling/set-style-paint-property-default-to-property-expression/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/runtime-styling/set-style-paint-property-default-to-property-function/metrics.json b/metrics/macos-xcode11-release/render-tests/runtime-styling/set-style-paint-property-default-to-property-function/metrics.json index bf5b94a7258..c5dccb9cead 100644 --- a/metrics/macos-xcode11-release/render-tests/runtime-styling/set-style-paint-property-default-to-property-function/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/runtime-styling/set-style-paint-property-default-to-property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/runtime-styling/set-style-paint-property-default-to-zoom-expression/metrics.json b/metrics/macos-xcode11-release/render-tests/runtime-styling/set-style-paint-property-default-to-zoom-expression/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/macos-xcode11-release/render-tests/runtime-styling/set-style-paint-property-default-to-zoom-expression/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/runtime-styling/set-style-paint-property-default-to-zoom-expression/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/runtime-styling/set-style-paint-property-default-to-zoom-function/metrics.json b/metrics/macos-xcode11-release/render-tests/runtime-styling/set-style-paint-property-default-to-zoom-function/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/macos-xcode11-release/render-tests/runtime-styling/set-style-paint-property-default-to-zoom-function/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/runtime-styling/set-style-paint-property-default-to-zoom-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/runtime-styling/set-style-paint-property-fill-flat-to-extrude/metrics.json b/metrics/macos-xcode11-release/render-tests/runtime-styling/set-style-paint-property-fill-flat-to-extrude/metrics.json index 869c4378bf3..f712c8f66dc 100644 --- a/metrics/macos-xcode11-release/render-tests/runtime-styling/set-style-paint-property-fill-flat-to-extrude/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/runtime-styling/set-style-paint-property-fill-flat-to-extrude/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/runtime-styling/set-style-paint-property-literal-to-default/metrics.json b/metrics/macos-xcode11-release/render-tests/runtime-styling/set-style-paint-property-literal-to-default/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/macos-xcode11-release/render-tests/runtime-styling/set-style-paint-property-literal-to-default/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/runtime-styling/set-style-paint-property-literal-to-default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/runtime-styling/set-style-paint-property-literal-to-expression/metrics.json b/metrics/macos-xcode11-release/render-tests/runtime-styling/set-style-paint-property-literal-to-expression/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/macos-xcode11-release/render-tests/runtime-styling/set-style-paint-property-literal-to-expression/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/runtime-styling/set-style-paint-property-literal-to-expression/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/runtime-styling/set-style-paint-property-literal-to-function/metrics.json b/metrics/macos-xcode11-release/render-tests/runtime-styling/set-style-paint-property-literal-to-function/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/macos-xcode11-release/render-tests/runtime-styling/set-style-paint-property-literal-to-function/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/runtime-styling/set-style-paint-property-literal-to-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/runtime-styling/set-style-paint-property-literal-to-property-expression/metrics.json b/metrics/macos-xcode11-release/render-tests/runtime-styling/set-style-paint-property-literal-to-property-expression/metrics.json index bf5b94a7258..c5dccb9cead 100644 --- a/metrics/macos-xcode11-release/render-tests/runtime-styling/set-style-paint-property-literal-to-property-expression/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/runtime-styling/set-style-paint-property-literal-to-property-expression/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/runtime-styling/set-style-paint-property-literal-to-property-function/metrics.json b/metrics/macos-xcode11-release/render-tests/runtime-styling/set-style-paint-property-literal-to-property-function/metrics.json index bf5b94a7258..c5dccb9cead 100644 --- a/metrics/macos-xcode11-release/render-tests/runtime-styling/set-style-paint-property-literal-to-property-function/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/runtime-styling/set-style-paint-property-literal-to-property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/runtime-styling/set-style-paint-property-property-expression-to-default/metrics.json b/metrics/macos-xcode11-release/render-tests/runtime-styling/set-style-paint-property-property-expression-to-default/metrics.json index b7fcd045414..c5dc4e05e94 100644 --- a/metrics/macos-xcode11-release/render-tests/runtime-styling/set-style-paint-property-property-expression-to-default/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/runtime-styling/set-style-paint-property-property-expression-to-default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/runtime-styling/set-style-paint-property-property-expression-to-literal/metrics.json b/metrics/macos-xcode11-release/render-tests/runtime-styling/set-style-paint-property-property-expression-to-literal/metrics.json index b7fcd045414..c5dc4e05e94 100644 --- a/metrics/macos-xcode11-release/render-tests/runtime-styling/set-style-paint-property-property-expression-to-literal/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/runtime-styling/set-style-paint-property-property-expression-to-literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/runtime-styling/set-style-paint-property-property-function-to-default/metrics.json b/metrics/macos-xcode11-release/render-tests/runtime-styling/set-style-paint-property-property-function-to-default/metrics.json index b7fcd045414..c5dc4e05e94 100644 --- a/metrics/macos-xcode11-release/render-tests/runtime-styling/set-style-paint-property-property-function-to-default/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/runtime-styling/set-style-paint-property-property-function-to-default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/runtime-styling/set-style-paint-property-property-function-to-literal/metrics.json b/metrics/macos-xcode11-release/render-tests/runtime-styling/set-style-paint-property-property-function-to-literal/metrics.json index b7fcd045414..c5dc4e05e94 100644 --- a/metrics/macos-xcode11-release/render-tests/runtime-styling/set-style-paint-property-property-function-to-literal/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/runtime-styling/set-style-paint-property-property-function-to-literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/runtime-styling/set-style-paint-property-zoom-expression-to-default/metrics.json b/metrics/macos-xcode11-release/render-tests/runtime-styling/set-style-paint-property-zoom-expression-to-default/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/macos-xcode11-release/render-tests/runtime-styling/set-style-paint-property-zoom-expression-to-default/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/runtime-styling/set-style-paint-property-zoom-expression-to-default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/runtime-styling/set-style-paint-property-zoom-expression-to-literal/metrics.json b/metrics/macos-xcode11-release/render-tests/runtime-styling/set-style-paint-property-zoom-expression-to-literal/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/macos-xcode11-release/render-tests/runtime-styling/set-style-paint-property-zoom-expression-to-literal/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/runtime-styling/set-style-paint-property-zoom-expression-to-literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/runtime-styling/set-style-paint-property-zoom-function-to-default/metrics.json b/metrics/macos-xcode11-release/render-tests/runtime-styling/set-style-paint-property-zoom-function-to-default/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/macos-xcode11-release/render-tests/runtime-styling/set-style-paint-property-zoom-function-to-default/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/runtime-styling/set-style-paint-property-zoom-function-to-default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/runtime-styling/set-style-paint-property-zoom-function-to-literal/metrics.json b/metrics/macos-xcode11-release/render-tests/runtime-styling/set-style-paint-property-zoom-function-to-literal/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/macos-xcode11-release/render-tests/runtime-styling/set-style-paint-property-zoom-function-to-literal/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/runtime-styling/set-style-paint-property-zoom-function-to-literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/runtime-styling/set-style-source-add-geojson-inline/metrics.json b/metrics/macos-xcode11-release/render-tests/runtime-styling/set-style-source-add-geojson-inline/metrics.json index 01b432fe214..e30b6a8224f 100644 --- a/metrics/macos-xcode11-release/render-tests/runtime-styling/set-style-source-add-geojson-inline/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/runtime-styling/set-style-source-add-geojson-inline/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/runtime-styling/set-style-source-add-geojson-url/metrics.json b/metrics/macos-xcode11-release/render-tests/runtime-styling/set-style-source-add-geojson-url/metrics.json index 7f4a0466396..2cacd07ae36 100644 --- a/metrics/macos-xcode11-release/render-tests/runtime-styling/set-style-source-add-geojson-url/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/runtime-styling/set-style-source-add-geojson-url/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/runtime-styling/set-style-source-add-raster-inline/metrics.json b/metrics/macos-xcode11-release/render-tests/runtime-styling/set-style-source-add-raster-inline/metrics.json index 2e017e0a393..1e9df4d1869 100644 --- a/metrics/macos-xcode11-release/render-tests/runtime-styling/set-style-source-add-raster-inline/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/runtime-styling/set-style-source-add-raster-inline/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/runtime-styling/set-style-source-add-raster-url/metrics.json b/metrics/macos-xcode11-release/render-tests/runtime-styling/set-style-source-add-raster-url/metrics.json index 95c3df52a82..837ce203cf6 100644 --- a/metrics/macos-xcode11-release/render-tests/runtime-styling/set-style-source-add-raster-url/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/runtime-styling/set-style-source-add-raster-url/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/runtime-styling/set-style-source-add-vector-inline/metrics.json b/metrics/macos-xcode11-release/render-tests/runtime-styling/set-style-source-add-vector-inline/metrics.json index 9028b81da14..b6fa97f3499 100644 --- a/metrics/macos-xcode11-release/render-tests/runtime-styling/set-style-source-add-vector-inline/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/runtime-styling/set-style-source-add-vector-inline/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/runtime-styling/set-style-source-add-vector-url/metrics.json b/metrics/macos-xcode11-release/render-tests/runtime-styling/set-style-source-add-vector-url/metrics.json index 848e2d81c43..693d4819b79 100644 --- a/metrics/macos-xcode11-release/render-tests/runtime-styling/set-style-source-add-vector-url/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/runtime-styling/set-style-source-add-vector-url/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/runtime-styling/set-style-source-update/metrics.json b/metrics/macos-xcode11-release/render-tests/runtime-styling/set-style-source-update/metrics.json index 01b432fe214..e30b6a8224f 100644 --- a/metrics/macos-xcode11-release/render-tests/runtime-styling/set-style-source-update/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/runtime-styling/set-style-source-update/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/runtime-styling/set-style-sprite/metrics.json b/metrics/macos-xcode11-release/render-tests/runtime-styling/set-style-sprite/metrics.json index 79e78104863..a2643ebba77 100644 --- a/metrics/macos-xcode11-release/render-tests/runtime-styling/set-style-sprite/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/runtime-styling/set-style-sprite/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/runtime-styling/set-style-visibility-default-to-none/metrics.json b/metrics/macos-xcode11-release/render-tests/runtime-styling/set-style-visibility-default-to-none/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/macos-xcode11-release/render-tests/runtime-styling/set-style-visibility-default-to-none/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/runtime-styling/set-style-visibility-default-to-none/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/runtime-styling/set-style-visibility-default-to-visible/metrics.json b/metrics/macos-xcode11-release/render-tests/runtime-styling/set-style-visibility-default-to-visible/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/macos-xcode11-release/render-tests/runtime-styling/set-style-visibility-default-to-visible/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/runtime-styling/set-style-visibility-default-to-visible/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/runtime-styling/set-style-visibility-none-to-default/metrics.json b/metrics/macos-xcode11-release/render-tests/runtime-styling/set-style-visibility-none-to-default/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/macos-xcode11-release/render-tests/runtime-styling/set-style-visibility-none-to-default/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/runtime-styling/set-style-visibility-none-to-default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/runtime-styling/set-style-visibility-none-to-visible/metrics.json b/metrics/macos-xcode11-release/render-tests/runtime-styling/set-style-visibility-none-to-visible/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/macos-xcode11-release/render-tests/runtime-styling/set-style-visibility-none-to-visible/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/runtime-styling/set-style-visibility-none-to-visible/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/runtime-styling/set-style-visibility-visible-to-default/metrics.json b/metrics/macos-xcode11-release/render-tests/runtime-styling/set-style-visibility-visible-to-default/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/macos-xcode11-release/render-tests/runtime-styling/set-style-visibility-visible-to-default/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/runtime-styling/set-style-visibility-visible-to-default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/runtime-styling/set-style-visibility-visible-to-none/metrics.json b/metrics/macos-xcode11-release/render-tests/runtime-styling/set-style-visibility-visible-to-none/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/macos-xcode11-release/render-tests/runtime-styling/set-style-visibility-visible-to-none/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/runtime-styling/set-style-visibility-visible-to-none/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/runtime-styling/source-add-geojson-inline/metrics.json b/metrics/macos-xcode11-release/render-tests/runtime-styling/source-add-geojson-inline/metrics.json index 01b432fe214..e30b6a8224f 100644 --- a/metrics/macos-xcode11-release/render-tests/runtime-styling/source-add-geojson-inline/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/runtime-styling/source-add-geojson-inline/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/runtime-styling/source-add-geojson-url/metrics.json b/metrics/macos-xcode11-release/render-tests/runtime-styling/source-add-geojson-url/metrics.json index 7f4a0466396..2cacd07ae36 100644 --- a/metrics/macos-xcode11-release/render-tests/runtime-styling/source-add-geojson-url/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/runtime-styling/source-add-geojson-url/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/runtime-styling/source-add-raster-inline/metrics.json b/metrics/macos-xcode11-release/render-tests/runtime-styling/source-add-raster-inline/metrics.json index 2e017e0a393..1e9df4d1869 100644 --- a/metrics/macos-xcode11-release/render-tests/runtime-styling/source-add-raster-inline/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/runtime-styling/source-add-raster-inline/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/runtime-styling/source-add-raster-url/metrics.json b/metrics/macos-xcode11-release/render-tests/runtime-styling/source-add-raster-url/metrics.json index 95c3df52a82..837ce203cf6 100644 --- a/metrics/macos-xcode11-release/render-tests/runtime-styling/source-add-raster-url/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/runtime-styling/source-add-raster-url/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/runtime-styling/source-add-vector-inline/metrics.json b/metrics/macos-xcode11-release/render-tests/runtime-styling/source-add-vector-inline/metrics.json index 9028b81da14..b6fa97f3499 100644 --- a/metrics/macos-xcode11-release/render-tests/runtime-styling/source-add-vector-inline/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/runtime-styling/source-add-vector-inline/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/runtime-styling/source-add-vector-url/metrics.json b/metrics/macos-xcode11-release/render-tests/runtime-styling/source-add-vector-url/metrics.json index 848e2d81c43..693d4819b79 100644 --- a/metrics/macos-xcode11-release/render-tests/runtime-styling/source-add-vector-url/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/runtime-styling/source-add-vector-url/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/runtime-styling/visibility-default-to-none/metrics.json b/metrics/macos-xcode11-release/render-tests/runtime-styling/visibility-default-to-none/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/macos-xcode11-release/render-tests/runtime-styling/visibility-default-to-none/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/runtime-styling/visibility-default-to-none/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/runtime-styling/visibility-default-to-visible/metrics.json b/metrics/macos-xcode11-release/render-tests/runtime-styling/visibility-default-to-visible/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/macos-xcode11-release/render-tests/runtime-styling/visibility-default-to-visible/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/runtime-styling/visibility-default-to-visible/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/runtime-styling/visibility-none-to-default/metrics.json b/metrics/macos-xcode11-release/render-tests/runtime-styling/visibility-none-to-default/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/macos-xcode11-release/render-tests/runtime-styling/visibility-none-to-default/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/runtime-styling/visibility-none-to-default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/runtime-styling/visibility-none-to-visible/metrics.json b/metrics/macos-xcode11-release/render-tests/runtime-styling/visibility-none-to-visible/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/macos-xcode11-release/render-tests/runtime-styling/visibility-none-to-visible/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/runtime-styling/visibility-none-to-visible/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/runtime-styling/visibility-visible-to-default/metrics.json b/metrics/macos-xcode11-release/render-tests/runtime-styling/visibility-visible-to-default/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/macos-xcode11-release/render-tests/runtime-styling/visibility-visible-to-default/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/runtime-styling/visibility-visible-to-default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/runtime-styling/visibility-visible-to-none/metrics.json b/metrics/macos-xcode11-release/render-tests/runtime-styling/visibility-visible-to-none/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/macos-xcode11-release/render-tests/runtime-styling/visibility-visible-to-none/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/runtime-styling/visibility-visible-to-none/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/satellite-v9/z0/metrics.json b/metrics/macos-xcode11-release/render-tests/satellite-v9/z0/metrics.json index b3dedd944d2..7ab4dff21d4 100644 --- a/metrics/macos-xcode11-release/render-tests/satellite-v9/z0/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/satellite-v9/z0/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/sparse-tileset/overdraw/metrics.json b/metrics/macos-xcode11-release/render-tests/sparse-tileset/overdraw/metrics.json index 04af83427d6..ec1e0dd374c 100644 --- a/metrics/macos-xcode11-release/render-tests/sparse-tileset/overdraw/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/sparse-tileset/overdraw/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/sprites/1x-screen-1x-icon/metrics.json b/metrics/macos-xcode11-release/render-tests/sprites/1x-screen-1x-icon/metrics.json index 20bd7543c10..c08a49c598c 100644 --- a/metrics/macos-xcode11-release/render-tests/sprites/1x-screen-1x-icon/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/sprites/1x-screen-1x-icon/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/sprites/1x-screen-1x-pattern/metrics.json b/metrics/macos-xcode11-release/render-tests/sprites/1x-screen-1x-pattern/metrics.json index 450fd3b15f0..6d05bbbaa61 100644 --- a/metrics/macos-xcode11-release/render-tests/sprites/1x-screen-1x-pattern/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/sprites/1x-screen-1x-pattern/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/sprites/1x-screen-2x-icon/metrics.json b/metrics/macos-xcode11-release/render-tests/sprites/1x-screen-2x-icon/metrics.json index e962ac627ed..af537789248 100644 --- a/metrics/macos-xcode11-release/render-tests/sprites/1x-screen-2x-icon/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/sprites/1x-screen-2x-icon/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/sprites/1x-screen-2x-pattern/metrics.json b/metrics/macos-xcode11-release/render-tests/sprites/1x-screen-2x-pattern/metrics.json index fb033edaf0c..c0f6d012bee 100644 --- a/metrics/macos-xcode11-release/render-tests/sprites/1x-screen-2x-pattern/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/sprites/1x-screen-2x-pattern/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/sprites/2x-screen-1x-icon/metrics.json b/metrics/macos-xcode11-release/render-tests/sprites/2x-screen-1x-icon/metrics.json index 20bd7543c10..c08a49c598c 100644 --- a/metrics/macos-xcode11-release/render-tests/sprites/2x-screen-1x-icon/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/sprites/2x-screen-1x-icon/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/sprites/2x-screen-1x-pattern/metrics.json b/metrics/macos-xcode11-release/render-tests/sprites/2x-screen-1x-pattern/metrics.json index 450fd3b15f0..6d05bbbaa61 100644 --- a/metrics/macos-xcode11-release/render-tests/sprites/2x-screen-1x-pattern/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/sprites/2x-screen-1x-pattern/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/sprites/2x-screen-2x-icon/metrics.json b/metrics/macos-xcode11-release/render-tests/sprites/2x-screen-2x-icon/metrics.json index e962ac627ed..af537789248 100644 --- a/metrics/macos-xcode11-release/render-tests/sprites/2x-screen-2x-icon/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/sprites/2x-screen-2x-icon/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/sprites/2x-screen-2x-pattern/metrics.json b/metrics/macos-xcode11-release/render-tests/sprites/2x-screen-2x-pattern/metrics.json index fb033edaf0c..c0f6d012bee 100644 --- a/metrics/macos-xcode11-release/render-tests/sprites/2x-screen-2x-pattern/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/sprites/2x-screen-2x-pattern/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/symbol-geometry/linestring/metrics.json b/metrics/macos-xcode11-release/render-tests/symbol-geometry/linestring/metrics.json index 10e4e9f2ba1..aec759ba819 100644 --- a/metrics/macos-xcode11-release/render-tests/symbol-geometry/linestring/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/symbol-geometry/linestring/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/symbol-geometry/multilinestring/metrics.json b/metrics/macos-xcode11-release/render-tests/symbol-geometry/multilinestring/metrics.json index 9deff6e405c..6f60266cf89 100644 --- a/metrics/macos-xcode11-release/render-tests/symbol-geometry/multilinestring/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/symbol-geometry/multilinestring/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/symbol-geometry/multipoint/metrics.json b/metrics/macos-xcode11-release/render-tests/symbol-geometry/multipoint/metrics.json index 9deff6e405c..6f60266cf89 100644 --- a/metrics/macos-xcode11-release/render-tests/symbol-geometry/multipoint/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/symbol-geometry/multipoint/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/symbol-geometry/multipolygon/metrics.json b/metrics/macos-xcode11-release/render-tests/symbol-geometry/multipolygon/metrics.json index 9deff6e405c..6f60266cf89 100644 --- a/metrics/macos-xcode11-release/render-tests/symbol-geometry/multipolygon/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/symbol-geometry/multipolygon/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/symbol-geometry/point/metrics.json b/metrics/macos-xcode11-release/render-tests/symbol-geometry/point/metrics.json index 10e4e9f2ba1..aec759ba819 100644 --- a/metrics/macos-xcode11-release/render-tests/symbol-geometry/point/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/symbol-geometry/point/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/symbol-geometry/polygon/metrics.json b/metrics/macos-xcode11-release/render-tests/symbol-geometry/polygon/metrics.json index 10e4e9f2ba1..aec759ba819 100644 --- a/metrics/macos-xcode11-release/render-tests/symbol-geometry/polygon/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/symbol-geometry/polygon/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/symbol-placement/line-center-buffer-tile-map-mode/metrics.json b/metrics/macos-xcode11-release/render-tests/symbol-placement/line-center-buffer-tile-map-mode/metrics.json index 228731dd4e2..32fd5783b7d 100644 --- a/metrics/macos-xcode11-release/render-tests/symbol-placement/line-center-buffer-tile-map-mode/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/symbol-placement/line-center-buffer-tile-map-mode/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/symbol-placement/line-center-buffer/metrics.json b/metrics/macos-xcode11-release/render-tests/symbol-placement/line-center-buffer/metrics.json index 2bdb228c522..1b06ecb414c 100644 --- a/metrics/macos-xcode11-release/render-tests/symbol-placement/line-center-buffer/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/symbol-placement/line-center-buffer/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/symbol-placement/line-center-tile-map-mode/metrics.json b/metrics/macos-xcode11-release/render-tests/symbol-placement/line-center-tile-map-mode/metrics.json index e6f162de074..af208f4742d 100644 --- a/metrics/macos-xcode11-release/render-tests/symbol-placement/line-center-tile-map-mode/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/symbol-placement/line-center-tile-map-mode/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/symbol-placement/line-center/metrics.json b/metrics/macos-xcode11-release/render-tests/symbol-placement/line-center/metrics.json index 480f8a18cdc..ae11e16aa4a 100644 --- a/metrics/macos-xcode11-release/render-tests/symbol-placement/line-center/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/symbol-placement/line-center/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/symbol-placement/line-overscaled/metrics.json b/metrics/macos-xcode11-release/render-tests/symbol-placement/line-overscaled/metrics.json index daaadcdba24..88efc5dd13c 100644 --- a/metrics/macos-xcode11-release/render-tests/symbol-placement/line-overscaled/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/symbol-placement/line-overscaled/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/symbol-placement/line/metrics.json b/metrics/macos-xcode11-release/render-tests/symbol-placement/line/metrics.json index 178821e1ca4..33339ca2639 100644 --- a/metrics/macos-xcode11-release/render-tests/symbol-placement/line/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/symbol-placement/line/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/symbol-placement/point-polygon/metrics.json b/metrics/macos-xcode11-release/render-tests/symbol-placement/point-polygon/metrics.json index 95aa395c60a..1147f972284 100644 --- a/metrics/macos-xcode11-release/render-tests/symbol-placement/point-polygon/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/symbol-placement/point-polygon/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/symbol-placement/point/metrics.json b/metrics/macos-xcode11-release/render-tests/symbol-placement/point/metrics.json index 178821e1ca4..33339ca2639 100644 --- a/metrics/macos-xcode11-release/render-tests/symbol-placement/point/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/symbol-placement/point/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/symbol-sort-key/icon-expression/metrics.json b/metrics/macos-xcode11-release/render-tests/symbol-sort-key/icon-expression/metrics.json index 6c810abb8ae..86bf8e915bc 100644 --- a/metrics/macos-xcode11-release/render-tests/symbol-sort-key/icon-expression/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/symbol-sort-key/icon-expression/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/symbol-sort-key/placement-tile-boundary-left-then-right/metrics.json b/metrics/macos-xcode11-release/render-tests/symbol-sort-key/placement-tile-boundary-left-then-right/metrics.json index 6c810abb8ae..86bf8e915bc 100644 --- a/metrics/macos-xcode11-release/render-tests/symbol-sort-key/placement-tile-boundary-left-then-right/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/symbol-sort-key/placement-tile-boundary-left-then-right/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/symbol-sort-key/text-expression/metrics.json b/metrics/macos-xcode11-release/render-tests/symbol-sort-key/text-expression/metrics.json index 7298ff45e05..435793eb902 100644 --- a/metrics/macos-xcode11-release/render-tests/symbol-sort-key/text-expression/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/symbol-sort-key/text-expression/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/symbol-sort-key/text-ignore-placement/metrics.json b/metrics/macos-xcode11-release/render-tests/symbol-sort-key/text-ignore-placement/metrics.json index c501cdfe8be..aad7ceb6948 100644 --- a/metrics/macos-xcode11-release/render-tests/symbol-sort-key/text-ignore-placement/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/symbol-sort-key/text-ignore-placement/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/symbol-sort-key/text-placement/metrics.json b/metrics/macos-xcode11-release/render-tests/symbol-sort-key/text-placement/metrics.json index b6cfd840ae3..eeb740f782a 100644 --- a/metrics/macos-xcode11-release/render-tests/symbol-sort-key/text-placement/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/symbol-sort-key/text-placement/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/symbol-spacing/line-close/metrics.json b/metrics/macos-xcode11-release/render-tests/symbol-spacing/line-close/metrics.json index bfed6ec2971..1f4e959c7eb 100644 --- a/metrics/macos-xcode11-release/render-tests/symbol-spacing/line-close/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/symbol-spacing/line-close/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/symbol-spacing/line-far/metrics.json b/metrics/macos-xcode11-release/render-tests/symbol-spacing/line-far/metrics.json index bfed6ec2971..1f4e959c7eb 100644 --- a/metrics/macos-xcode11-release/render-tests/symbol-spacing/line-far/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/symbol-spacing/line-far/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/symbol-spacing/line-overscaled/metrics.json b/metrics/macos-xcode11-release/render-tests/symbol-spacing/line-overscaled/metrics.json index 23e6cccadb7..6445ef0b27b 100644 --- a/metrics/macos-xcode11-release/render-tests/symbol-spacing/line-overscaled/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/symbol-spacing/line-overscaled/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/symbol-spacing/point-close/metrics.json b/metrics/macos-xcode11-release/render-tests/symbol-spacing/point-close/metrics.json index bfed6ec2971..1f4e959c7eb 100644 --- a/metrics/macos-xcode11-release/render-tests/symbol-spacing/point-close/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/symbol-spacing/point-close/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/symbol-spacing/point-far/metrics.json b/metrics/macos-xcode11-release/render-tests/symbol-spacing/point-far/metrics.json index bfed6ec2971..1f4e959c7eb 100644 --- a/metrics/macos-xcode11-release/render-tests/symbol-spacing/point-far/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/symbol-spacing/point-far/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/symbol-visibility/none/metrics.json b/metrics/macos-xcode11-release/render-tests/symbol-visibility/none/metrics.json index 95a181bd8c4..ee07c12cbd3 100644 --- a/metrics/macos-xcode11-release/render-tests/symbol-visibility/none/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/symbol-visibility/none/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/symbol-visibility/visible/metrics.json b/metrics/macos-xcode11-release/render-tests/symbol-visibility/visible/metrics.json index 1de5e049d89..9de5637253b 100644 --- a/metrics/macos-xcode11-release/render-tests/symbol-visibility/visible/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/symbol-visibility/visible/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/symbol-z-order/default/metrics.json b/metrics/macos-xcode11-release/render-tests/symbol-z-order/default/metrics.json index b5449900fc3..0ca3c5d6926 100644 --- a/metrics/macos-xcode11-release/render-tests/symbol-z-order/default/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/symbol-z-order/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/symbol-z-order/disabled/metrics.json b/metrics/macos-xcode11-release/render-tests/symbol-z-order/disabled/metrics.json index b5449900fc3..0ca3c5d6926 100644 --- a/metrics/macos-xcode11-release/render-tests/symbol-z-order/disabled/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/symbol-z-order/disabled/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/symbol-z-order/icon-with-text/metrics.json b/metrics/macos-xcode11-release/render-tests/symbol-z-order/icon-with-text/metrics.json index 2acbad453c7..6f58354de6b 100644 --- a/metrics/macos-xcode11-release/render-tests/symbol-z-order/icon-with-text/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/symbol-z-order/icon-with-text/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/symbol-z-order/pitched/metrics.json b/metrics/macos-xcode11-release/render-tests/symbol-z-order/pitched/metrics.json index b5449900fc3..0ca3c5d6926 100644 --- a/metrics/macos-xcode11-release/render-tests/symbol-z-order/pitched/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/symbol-z-order/pitched/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/symbol-z-order/viewport-y/metrics.json b/metrics/macos-xcode11-release/render-tests/symbol-z-order/viewport-y/metrics.json index 2acbad453c7..6f58354de6b 100644 --- a/metrics/macos-xcode11-release/render-tests/symbol-z-order/viewport-y/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/symbol-z-order/viewport-y/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/text-anchor/bottom-left/metrics.json b/metrics/macos-xcode11-release/render-tests/text-anchor/bottom-left/metrics.json index 7cdd3a48121..1dab2fc4043 100644 --- a/metrics/macos-xcode11-release/render-tests/text-anchor/bottom-left/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/text-anchor/bottom-left/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/text-anchor/bottom-right/metrics.json b/metrics/macos-xcode11-release/render-tests/text-anchor/bottom-right/metrics.json index 7cdd3a48121..1dab2fc4043 100644 --- a/metrics/macos-xcode11-release/render-tests/text-anchor/bottom-right/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/text-anchor/bottom-right/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/text-anchor/bottom/metrics.json b/metrics/macos-xcode11-release/render-tests/text-anchor/bottom/metrics.json index 7cdd3a48121..1dab2fc4043 100644 --- a/metrics/macos-xcode11-release/render-tests/text-anchor/bottom/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/text-anchor/bottom/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/text-anchor/center/metrics.json b/metrics/macos-xcode11-release/render-tests/text-anchor/center/metrics.json index 7cdd3a48121..1dab2fc4043 100644 --- a/metrics/macos-xcode11-release/render-tests/text-anchor/center/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/text-anchor/center/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/text-anchor/left/metrics.json b/metrics/macos-xcode11-release/render-tests/text-anchor/left/metrics.json index 7cdd3a48121..1dab2fc4043 100644 --- a/metrics/macos-xcode11-release/render-tests/text-anchor/left/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/text-anchor/left/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/text-anchor/property-function/metrics.json b/metrics/macos-xcode11-release/render-tests/text-anchor/property-function/metrics.json index 6d769f56489..f8232fdc316 100644 --- a/metrics/macos-xcode11-release/render-tests/text-anchor/property-function/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/text-anchor/property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/text-anchor/right/metrics.json b/metrics/macos-xcode11-release/render-tests/text-anchor/right/metrics.json index 7cdd3a48121..1dab2fc4043 100644 --- a/metrics/macos-xcode11-release/render-tests/text-anchor/right/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/text-anchor/right/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/text-anchor/top-left/metrics.json b/metrics/macos-xcode11-release/render-tests/text-anchor/top-left/metrics.json index 7cdd3a48121..1dab2fc4043 100644 --- a/metrics/macos-xcode11-release/render-tests/text-anchor/top-left/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/text-anchor/top-left/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/text-anchor/top-right/metrics.json b/metrics/macos-xcode11-release/render-tests/text-anchor/top-right/metrics.json index 7cdd3a48121..1dab2fc4043 100644 --- a/metrics/macos-xcode11-release/render-tests/text-anchor/top-right/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/text-anchor/top-right/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/text-anchor/top/metrics.json b/metrics/macos-xcode11-release/render-tests/text-anchor/top/metrics.json index 7cdd3a48121..1dab2fc4043 100644 --- a/metrics/macos-xcode11-release/render-tests/text-anchor/top/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/text-anchor/top/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/text-arabic/letter-spacing/metrics.json b/metrics/macos-xcode11-release/render-tests/text-arabic/letter-spacing/metrics.json index 932066a29ff..e09d6f41454 100644 --- a/metrics/macos-xcode11-release/render-tests/text-arabic/letter-spacing/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/text-arabic/letter-spacing/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/text-arabic/line-break-mixed/metrics.json b/metrics/macos-xcode11-release/render-tests/text-arabic/line-break-mixed/metrics.json index ed9a1358311..83245913acb 100644 --- a/metrics/macos-xcode11-release/render-tests/text-arabic/line-break-mixed/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/text-arabic/line-break-mixed/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/text-arabic/line-break/metrics.json b/metrics/macos-xcode11-release/render-tests/text-arabic/line-break/metrics.json index 8ebd514b428..579f22445b9 100644 --- a/metrics/macos-xcode11-release/render-tests/text-arabic/line-break/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/text-arabic/line-break/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/text-arabic/mixed-numeric/metrics.json b/metrics/macos-xcode11-release/render-tests/text-arabic/mixed-numeric/metrics.json index a2ea9c5fb7a..ce349c7a6f4 100644 --- a/metrics/macos-xcode11-release/render-tests/text-arabic/mixed-numeric/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/text-arabic/mixed-numeric/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/text-arabic/multi-paragraph/metrics.json b/metrics/macos-xcode11-release/render-tests/text-arabic/multi-paragraph/metrics.json index 987740be5e8..c55637c8d41 100644 --- a/metrics/macos-xcode11-release/render-tests/text-arabic/multi-paragraph/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/text-arabic/multi-paragraph/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/text-color/default/metrics.json b/metrics/macos-xcode11-release/render-tests/text-color/default/metrics.json index cd668f351a5..e87a6d1819e 100644 --- a/metrics/macos-xcode11-release/render-tests/text-color/default/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/text-color/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/text-color/function/metrics.json b/metrics/macos-xcode11-release/render-tests/text-color/function/metrics.json index cd668f351a5..e87a6d1819e 100644 --- a/metrics/macos-xcode11-release/render-tests/text-color/function/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/text-color/function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/text-color/literal/metrics.json b/metrics/macos-xcode11-release/render-tests/text-color/literal/metrics.json index cd668f351a5..e87a6d1819e 100644 --- a/metrics/macos-xcode11-release/render-tests/text-color/literal/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/text-color/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/text-color/property-function/metrics.json b/metrics/macos-xcode11-release/render-tests/text-color/property-function/metrics.json index 60c3ad345f2..73139e6820d 100644 --- a/metrics/macos-xcode11-release/render-tests/text-color/property-function/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/text-color/property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/text-field/formatted-arabic/metrics.json b/metrics/macos-xcode11-release/render-tests/text-field/formatted-arabic/metrics.json index 526f4071d82..222affd61ac 100644 --- a/metrics/macos-xcode11-release/render-tests/text-field/formatted-arabic/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/text-field/formatted-arabic/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/text-field/formatted-images-constant-size/metrics.json b/metrics/macos-xcode11-release/render-tests/text-field/formatted-images-constant-size/metrics.json index 62c000b2908..0651bd495a9 100644 --- a/metrics/macos-xcode11-release/render-tests/text-field/formatted-images-constant-size/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/text-field/formatted-images-constant-size/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/text-field/formatted-images-line/metrics.json b/metrics/macos-xcode11-release/render-tests/text-field/formatted-images-line/metrics.json index a02d0672473..d5b4bbeb562 100644 --- a/metrics/macos-xcode11-release/render-tests/text-field/formatted-images-line/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/text-field/formatted-images-line/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/text-field/formatted-images-multiline/metrics.json b/metrics/macos-xcode11-release/render-tests/text-field/formatted-images-multiline/metrics.json index 137e66bf148..62f32bae66d 100644 --- a/metrics/macos-xcode11-release/render-tests/text-field/formatted-images-multiline/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/text-field/formatted-images-multiline/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/text-field/formatted-images-variable-anchors-justification/metrics.json b/metrics/macos-xcode11-release/render-tests/text-field/formatted-images-variable-anchors-justification/metrics.json index a56a73a714c..691d4ace71c 100644 --- a/metrics/macos-xcode11-release/render-tests/text-field/formatted-images-variable-anchors-justification/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/text-field/formatted-images-variable-anchors-justification/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/text-field/formatted-images-vertical/metrics.json b/metrics/macos-xcode11-release/render-tests/text-field/formatted-images-vertical/metrics.json index 197cdb9b500..af7da93c877 100644 --- a/metrics/macos-xcode11-release/render-tests/text-field/formatted-images-vertical/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/text-field/formatted-images-vertical/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/text-field/formatted-images-zoom-dependent-size/metrics.json b/metrics/macos-xcode11-release/render-tests/text-field/formatted-images-zoom-dependent-size/metrics.json index 4b81074408a..2acfc02c635 100644 --- a/metrics/macos-xcode11-release/render-tests/text-field/formatted-images-zoom-dependent-size/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/text-field/formatted-images-zoom-dependent-size/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/text-field/formatted-images/metrics.json b/metrics/macos-xcode11-release/render-tests/text-field/formatted-images/metrics.json index 52b1978f293..9bc5091e3ad 100644 --- a/metrics/macos-xcode11-release/render-tests/text-field/formatted-images/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/text-field/formatted-images/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/text-field/formatted-line/metrics.json b/metrics/macos-xcode11-release/render-tests/text-field/formatted-line/metrics.json index 089da63a881..57cdbdbfbf1 100644 --- a/metrics/macos-xcode11-release/render-tests/text-field/formatted-line/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/text-field/formatted-line/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/text-field/formatted-text-color-overrides-nested-expression/metrics.json b/metrics/macos-xcode11-release/render-tests/text-field/formatted-text-color-overrides-nested-expression/metrics.json index 128115bae73..87eea7d36c2 100644 --- a/metrics/macos-xcode11-release/render-tests/text-field/formatted-text-color-overrides-nested-expression/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/text-field/formatted-text-color-overrides-nested-expression/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/text-field/formatted-text-color-overrides/metrics.json b/metrics/macos-xcode11-release/render-tests/text-field/formatted-text-color-overrides/metrics.json index 0f1b65a6db0..d34153252ac 100644 --- a/metrics/macos-xcode11-release/render-tests/text-field/formatted-text-color-overrides/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/text-field/formatted-text-color-overrides/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/text-field/formatted-text-color/metrics.json b/metrics/macos-xcode11-release/render-tests/text-field/formatted-text-color/metrics.json index 1640b2b40ba..0f9f3642b62 100644 --- a/metrics/macos-xcode11-release/render-tests/text-field/formatted-text-color/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/text-field/formatted-text-color/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/text-field/formatted/metrics.json b/metrics/macos-xcode11-release/render-tests/text-field/formatted/metrics.json index 883429ed733..e985f09179b 100644 --- a/metrics/macos-xcode11-release/render-tests/text-field/formatted/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/text-field/formatted/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/text-field/literal/metrics.json b/metrics/macos-xcode11-release/render-tests/text-field/literal/metrics.json index 0206fc826fe..25471f81337 100644 --- a/metrics/macos-xcode11-release/render-tests/text-field/literal/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/text-field/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/text-field/property-function/metrics.json b/metrics/macos-xcode11-release/render-tests/text-field/property-function/metrics.json index f20b89d82f2..a84be9b316a 100644 --- a/metrics/macos-xcode11-release/render-tests/text-field/property-function/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/text-field/property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/text-field/token/metrics.json b/metrics/macos-xcode11-release/render-tests/text-field/token/metrics.json index fa46462cc5a..b2eb00bfb73 100644 --- a/metrics/macos-xcode11-release/render-tests/text-field/token/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/text-field/token/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/text-font/camera-function/metrics.json b/metrics/macos-xcode11-release/render-tests/text-font/camera-function/metrics.json index 0206fc826fe..25471f81337 100644 --- a/metrics/macos-xcode11-release/render-tests/text-font/camera-function/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/text-font/camera-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/text-font/chinese/metrics.json b/metrics/macos-xcode11-release/render-tests/text-font/chinese/metrics.json index 46fdec9d053..147bf1ce648 100644 --- a/metrics/macos-xcode11-release/render-tests/text-font/chinese/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/text-font/chinese/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/text-font/data-expression/metrics.json b/metrics/macos-xcode11-release/render-tests/text-font/data-expression/metrics.json index aac1bbcfbce..e33d12c1328 100644 --- a/metrics/macos-xcode11-release/render-tests/text-font/data-expression/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/text-font/data-expression/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/text-font/literal/metrics.json b/metrics/macos-xcode11-release/render-tests/text-font/literal/metrics.json index cd668f351a5..e87a6d1819e 100644 --- a/metrics/macos-xcode11-release/render-tests/text-font/literal/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/text-font/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/text-halo-blur/default/metrics.json b/metrics/macos-xcode11-release/render-tests/text-halo-blur/default/metrics.json index 860834fedbb..4a929fd1bd4 100644 --- a/metrics/macos-xcode11-release/render-tests/text-halo-blur/default/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/text-halo-blur/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/text-halo-blur/function/metrics.json b/metrics/macos-xcode11-release/render-tests/text-halo-blur/function/metrics.json index 860834fedbb..4a929fd1bd4 100644 --- a/metrics/macos-xcode11-release/render-tests/text-halo-blur/function/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/text-halo-blur/function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/text-halo-blur/literal/metrics.json b/metrics/macos-xcode11-release/render-tests/text-halo-blur/literal/metrics.json index 860834fedbb..4a929fd1bd4 100644 --- a/metrics/macos-xcode11-release/render-tests/text-halo-blur/literal/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/text-halo-blur/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/text-halo-blur/property-function/metrics.json b/metrics/macos-xcode11-release/render-tests/text-halo-blur/property-function/metrics.json index 37f4af4128c..895a928afe6 100644 --- a/metrics/macos-xcode11-release/render-tests/text-halo-blur/property-function/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/text-halo-blur/property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/text-halo-color/default/metrics.json b/metrics/macos-xcode11-release/render-tests/text-halo-color/default/metrics.json index bf6832d42b7..0da18b6700e 100644 --- a/metrics/macos-xcode11-release/render-tests/text-halo-color/default/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/text-halo-color/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/text-halo-color/function/metrics.json b/metrics/macos-xcode11-release/render-tests/text-halo-color/function/metrics.json index 860834fedbb..4a929fd1bd4 100644 --- a/metrics/macos-xcode11-release/render-tests/text-halo-color/function/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/text-halo-color/function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/text-halo-color/literal/metrics.json b/metrics/macos-xcode11-release/render-tests/text-halo-color/literal/metrics.json index 860834fedbb..4a929fd1bd4 100644 --- a/metrics/macos-xcode11-release/render-tests/text-halo-color/literal/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/text-halo-color/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/text-halo-color/property-function/metrics.json b/metrics/macos-xcode11-release/render-tests/text-halo-color/property-function/metrics.json index 47cea62594c..4604bb28368 100644 --- a/metrics/macos-xcode11-release/render-tests/text-halo-color/property-function/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/text-halo-color/property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/text-halo-width/default/metrics.json b/metrics/macos-xcode11-release/render-tests/text-halo-width/default/metrics.json index bf6832d42b7..0da18b6700e 100644 --- a/metrics/macos-xcode11-release/render-tests/text-halo-width/default/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/text-halo-width/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/text-halo-width/function/metrics.json b/metrics/macos-xcode11-release/render-tests/text-halo-width/function/metrics.json index 860834fedbb..4a929fd1bd4 100644 --- a/metrics/macos-xcode11-release/render-tests/text-halo-width/function/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/text-halo-width/function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/text-halo-width/literal/metrics.json b/metrics/macos-xcode11-release/render-tests/text-halo-width/literal/metrics.json index 860834fedbb..4a929fd1bd4 100644 --- a/metrics/macos-xcode11-release/render-tests/text-halo-width/literal/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/text-halo-width/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/text-halo-width/property-function/metrics.json b/metrics/macos-xcode11-release/render-tests/text-halo-width/property-function/metrics.json index 37f4af4128c..895a928afe6 100644 --- a/metrics/macos-xcode11-release/render-tests/text-halo-width/property-function/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/text-halo-width/property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/text-justify/auto/metrics.json b/metrics/macos-xcode11-release/render-tests/text-justify/auto/metrics.json index 0f7801b2e47..863c1e62521 100644 --- a/metrics/macos-xcode11-release/render-tests/text-justify/auto/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/text-justify/auto/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/text-justify/left/metrics.json b/metrics/macos-xcode11-release/render-tests/text-justify/left/metrics.json index 41ff7515c7d..82bd5b085e5 100644 --- a/metrics/macos-xcode11-release/render-tests/text-justify/left/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/text-justify/left/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/text-justify/property-function/metrics.json b/metrics/macos-xcode11-release/render-tests/text-justify/property-function/metrics.json index 5c1e774f37b..7c404abd685 100644 --- a/metrics/macos-xcode11-release/render-tests/text-justify/property-function/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/text-justify/property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/text-justify/right/metrics.json b/metrics/macos-xcode11-release/render-tests/text-justify/right/metrics.json index 41ff7515c7d..82bd5b085e5 100644 --- a/metrics/macos-xcode11-release/render-tests/text-justify/right/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/text-justify/right/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/text-keep-upright/line-placement-false/metrics.json b/metrics/macos-xcode11-release/render-tests/text-keep-upright/line-placement-false/metrics.json index 8a117769b21..a814f827a9f 100644 --- a/metrics/macos-xcode11-release/render-tests/text-keep-upright/line-placement-false/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/text-keep-upright/line-placement-false/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/text-keep-upright/line-placement-true-offset/metrics.json b/metrics/macos-xcode11-release/render-tests/text-keep-upright/line-placement-true-offset/metrics.json index 1a478f98578..d161cae9206 100644 --- a/metrics/macos-xcode11-release/render-tests/text-keep-upright/line-placement-true-offset/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/text-keep-upright/line-placement-true-offset/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/text-keep-upright/line-placement-true-pitched/metrics.json b/metrics/macos-xcode11-release/render-tests/text-keep-upright/line-placement-true-pitched/metrics.json index 8a117769b21..a814f827a9f 100644 --- a/metrics/macos-xcode11-release/render-tests/text-keep-upright/line-placement-true-pitched/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/text-keep-upright/line-placement-true-pitched/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/text-keep-upright/line-placement-true-rotated/metrics.json b/metrics/macos-xcode11-release/render-tests/text-keep-upright/line-placement-true-rotated/metrics.json index 8a117769b21..a814f827a9f 100644 --- a/metrics/macos-xcode11-release/render-tests/text-keep-upright/line-placement-true-rotated/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/text-keep-upright/line-placement-true-rotated/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/text-keep-upright/line-placement-true-text-anchor/metrics.json b/metrics/macos-xcode11-release/render-tests/text-keep-upright/line-placement-true-text-anchor/metrics.json index 2412b1cc57c..c06d5652ab9 100644 --- a/metrics/macos-xcode11-release/render-tests/text-keep-upright/line-placement-true-text-anchor/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/text-keep-upright/line-placement-true-text-anchor/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/text-keep-upright/line-placement-true/metrics.json b/metrics/macos-xcode11-release/render-tests/text-keep-upright/line-placement-true/metrics.json index 8a117769b21..a814f827a9f 100644 --- a/metrics/macos-xcode11-release/render-tests/text-keep-upright/line-placement-true/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/text-keep-upright/line-placement-true/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/text-keep-upright/point-placement-align-map-false/metrics.json b/metrics/macos-xcode11-release/render-tests/text-keep-upright/point-placement-align-map-false/metrics.json index 68d8b35e758..f26776bcda2 100644 --- a/metrics/macos-xcode11-release/render-tests/text-keep-upright/point-placement-align-map-false/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/text-keep-upright/point-placement-align-map-false/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/text-keep-upright/point-placement-align-map-true/metrics.json b/metrics/macos-xcode11-release/render-tests/text-keep-upright/point-placement-align-map-true/metrics.json index 68d8b35e758..f26776bcda2 100644 --- a/metrics/macos-xcode11-release/render-tests/text-keep-upright/point-placement-align-map-true/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/text-keep-upright/point-placement-align-map-true/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/text-keep-upright/point-placement-align-viewport-false/metrics.json b/metrics/macos-xcode11-release/render-tests/text-keep-upright/point-placement-align-viewport-false/metrics.json index 68d8b35e758..f26776bcda2 100644 --- a/metrics/macos-xcode11-release/render-tests/text-keep-upright/point-placement-align-viewport-false/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/text-keep-upright/point-placement-align-viewport-false/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/text-keep-upright/point-placement-align-viewport-true/metrics.json b/metrics/macos-xcode11-release/render-tests/text-keep-upright/point-placement-align-viewport-true/metrics.json index 68d8b35e758..f26776bcda2 100644 --- a/metrics/macos-xcode11-release/render-tests/text-keep-upright/point-placement-align-viewport-true/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/text-keep-upright/point-placement-align-viewport-true/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/text-letter-spacing/function-close/metrics.json b/metrics/macos-xcode11-release/render-tests/text-letter-spacing/function-close/metrics.json index cd668f351a5..e87a6d1819e 100644 --- a/metrics/macos-xcode11-release/render-tests/text-letter-spacing/function-close/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/text-letter-spacing/function-close/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/text-letter-spacing/function-far/metrics.json b/metrics/macos-xcode11-release/render-tests/text-letter-spacing/function-far/metrics.json index cd668f351a5..e87a6d1819e 100644 --- a/metrics/macos-xcode11-release/render-tests/text-letter-spacing/function-far/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/text-letter-spacing/function-far/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/text-letter-spacing/literal/metrics.json b/metrics/macos-xcode11-release/render-tests/text-letter-spacing/literal/metrics.json index cd668f351a5..e87a6d1819e 100644 --- a/metrics/macos-xcode11-release/render-tests/text-letter-spacing/literal/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/text-letter-spacing/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/text-letter-spacing/property-function/metrics.json b/metrics/macos-xcode11-release/render-tests/text-letter-spacing/property-function/metrics.json index 97d7f27021a..f9c43e0ab08 100644 --- a/metrics/macos-xcode11-release/render-tests/text-letter-spacing/property-function/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/text-letter-spacing/property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/text-letter-spacing/zoom-and-property-function/metrics.json b/metrics/macos-xcode11-release/render-tests/text-letter-spacing/zoom-and-property-function/metrics.json index fd1ea83213d..ba13f3666cd 100644 --- a/metrics/macos-xcode11-release/render-tests/text-letter-spacing/zoom-and-property-function/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/text-letter-spacing/zoom-and-property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/text-line-height/literal/metrics.json b/metrics/macos-xcode11-release/render-tests/text-line-height/literal/metrics.json index 41ff7515c7d..82bd5b085e5 100644 --- a/metrics/macos-xcode11-release/render-tests/text-line-height/literal/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/text-line-height/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/text-max-angle/line-center/metrics.json b/metrics/macos-xcode11-release/render-tests/text-max-angle/line-center/metrics.json index 9551aabb147..e455ed04458 100644 --- a/metrics/macos-xcode11-release/render-tests/text-max-angle/line-center/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/text-max-angle/line-center/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/text-max-angle/literal/metrics.json b/metrics/macos-xcode11-release/render-tests/text-max-angle/literal/metrics.json index 2ad59dd984e..719c16bc68f 100644 --- a/metrics/macos-xcode11-release/render-tests/text-max-angle/literal/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/text-max-angle/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/text-max-width/force-double-newline/metrics.json b/metrics/macos-xcode11-release/render-tests/text-max-width/force-double-newline/metrics.json index b553d8692d0..9c8863e6884 100644 --- a/metrics/macos-xcode11-release/render-tests/text-max-width/force-double-newline/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/text-max-width/force-double-newline/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/text-max-width/force-newline/metrics.json b/metrics/macos-xcode11-release/render-tests/text-max-width/force-newline/metrics.json index b553d8692d0..9c8863e6884 100644 --- a/metrics/macos-xcode11-release/render-tests/text-max-width/force-newline/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/text-max-width/force-newline/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/text-max-width/ideographic-breaking/metrics.json b/metrics/macos-xcode11-release/render-tests/text-max-width/ideographic-breaking/metrics.json index 4c0301c08db..bfba8c6501e 100644 --- a/metrics/macos-xcode11-release/render-tests/text-max-width/ideographic-breaking/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/text-max-width/ideographic-breaking/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/text-max-width/ideographic-punctuation-breaking/metrics.json b/metrics/macos-xcode11-release/render-tests/text-max-width/ideographic-punctuation-breaking/metrics.json index e6477234cc3..0bacf085d65 100644 --- a/metrics/macos-xcode11-release/render-tests/text-max-width/ideographic-punctuation-breaking/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/text-max-width/ideographic-punctuation-breaking/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/text-max-width/literal/metrics.json b/metrics/macos-xcode11-release/render-tests/text-max-width/literal/metrics.json index 05279818ae7..8fe82720b12 100644 --- a/metrics/macos-xcode11-release/render-tests/text-max-width/literal/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/text-max-width/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/text-max-width/property-function/metrics.json b/metrics/macos-xcode11-release/render-tests/text-max-width/property-function/metrics.json index 8eef9a41661..a997dce756f 100644 --- a/metrics/macos-xcode11-release/render-tests/text-max-width/property-function/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/text-max-width/property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/text-max-width/zoom-and-property-function/metrics.json b/metrics/macos-xcode11-release/render-tests/text-max-width/zoom-and-property-function/metrics.json index b95ec5af3cb..5a07d80519e 100644 --- a/metrics/macos-xcode11-release/render-tests/text-max-width/zoom-and-property-function/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/text-max-width/zoom-and-property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/text-no-cross-source-collision/default/metrics.json b/metrics/macos-xcode11-release/render-tests/text-no-cross-source-collision/default/metrics.json index 563004e9125..bc1581ced4b 100644 --- a/metrics/macos-xcode11-release/render-tests/text-no-cross-source-collision/default/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/text-no-cross-source-collision/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/text-offset/literal-multiline-anchorcenter-justifycenter-offsetnegative/metrics.json b/metrics/macos-xcode11-release/render-tests/text-offset/literal-multiline-anchorcenter-justifycenter-offsetnegative/metrics.json index 6ad395e0b52..9073a53d114 100644 --- a/metrics/macos-xcode11-release/render-tests/text-offset/literal-multiline-anchorcenter-justifycenter-offsetnegative/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/text-offset/literal-multiline-anchorcenter-justifycenter-offsetnegative/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/text-offset/literal-multiline-anchorcenter-justifycenter-offsetpositive/metrics.json b/metrics/macos-xcode11-release/render-tests/text-offset/literal-multiline-anchorcenter-justifycenter-offsetpositive/metrics.json index 6ad395e0b52..9073a53d114 100644 --- a/metrics/macos-xcode11-release/render-tests/text-offset/literal-multiline-anchorcenter-justifycenter-offsetpositive/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/text-offset/literal-multiline-anchorcenter-justifycenter-offsetpositive/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/text-offset/literal-multiline-anchorcenter-justifyleft-offsetnegative/metrics.json b/metrics/macos-xcode11-release/render-tests/text-offset/literal-multiline-anchorcenter-justifyleft-offsetnegative/metrics.json index 6ad395e0b52..9073a53d114 100644 --- a/metrics/macos-xcode11-release/render-tests/text-offset/literal-multiline-anchorcenter-justifyleft-offsetnegative/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/text-offset/literal-multiline-anchorcenter-justifyleft-offsetnegative/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/text-offset/literal-multiline-anchorcenter-justifyleft-offsetpositive/metrics.json b/metrics/macos-xcode11-release/render-tests/text-offset/literal-multiline-anchorcenter-justifyleft-offsetpositive/metrics.json index 6ad395e0b52..9073a53d114 100644 --- a/metrics/macos-xcode11-release/render-tests/text-offset/literal-multiline-anchorcenter-justifyleft-offsetpositive/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/text-offset/literal-multiline-anchorcenter-justifyleft-offsetpositive/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/text-offset/literal-multiline-anchorcenter-justifyright-offsetnegative/metrics.json b/metrics/macos-xcode11-release/render-tests/text-offset/literal-multiline-anchorcenter-justifyright-offsetnegative/metrics.json index 6ad395e0b52..9073a53d114 100644 --- a/metrics/macos-xcode11-release/render-tests/text-offset/literal-multiline-anchorcenter-justifyright-offsetnegative/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/text-offset/literal-multiline-anchorcenter-justifyright-offsetnegative/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/text-offset/literal-multiline-anchorcenter-justifyright-offsetpositive/metrics.json b/metrics/macos-xcode11-release/render-tests/text-offset/literal-multiline-anchorcenter-justifyright-offsetpositive/metrics.json index 6ad395e0b52..9073a53d114 100644 --- a/metrics/macos-xcode11-release/render-tests/text-offset/literal-multiline-anchorcenter-justifyright-offsetpositive/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/text-offset/literal-multiline-anchorcenter-justifyright-offsetpositive/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/text-offset/literal-multiline-anchorleft-justifycenter-offsetnegative/metrics.json b/metrics/macos-xcode11-release/render-tests/text-offset/literal-multiline-anchorleft-justifycenter-offsetnegative/metrics.json index 6ad395e0b52..9073a53d114 100644 --- a/metrics/macos-xcode11-release/render-tests/text-offset/literal-multiline-anchorleft-justifycenter-offsetnegative/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/text-offset/literal-multiline-anchorleft-justifycenter-offsetnegative/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/text-offset/literal-multiline-anchorleft-justifycenter-offsetpositive/metrics.json b/metrics/macos-xcode11-release/render-tests/text-offset/literal-multiline-anchorleft-justifycenter-offsetpositive/metrics.json index 6ad395e0b52..9073a53d114 100644 --- a/metrics/macos-xcode11-release/render-tests/text-offset/literal-multiline-anchorleft-justifycenter-offsetpositive/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/text-offset/literal-multiline-anchorleft-justifycenter-offsetpositive/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/text-offset/literal-multiline-anchorleft-justifyleft-offsetnegative/metrics.json b/metrics/macos-xcode11-release/render-tests/text-offset/literal-multiline-anchorleft-justifyleft-offsetnegative/metrics.json index 6ad395e0b52..9073a53d114 100644 --- a/metrics/macos-xcode11-release/render-tests/text-offset/literal-multiline-anchorleft-justifyleft-offsetnegative/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/text-offset/literal-multiline-anchorleft-justifyleft-offsetnegative/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/text-offset/literal-multiline-anchorleft-justifyleft-offsetpositive/metrics.json b/metrics/macos-xcode11-release/render-tests/text-offset/literal-multiline-anchorleft-justifyleft-offsetpositive/metrics.json index 6ad395e0b52..9073a53d114 100644 --- a/metrics/macos-xcode11-release/render-tests/text-offset/literal-multiline-anchorleft-justifyleft-offsetpositive/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/text-offset/literal-multiline-anchorleft-justifyleft-offsetpositive/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/text-offset/literal-multiline-anchorleft-justifyright-offsetnegative/metrics.json b/metrics/macos-xcode11-release/render-tests/text-offset/literal-multiline-anchorleft-justifyright-offsetnegative/metrics.json index 6ad395e0b52..9073a53d114 100644 --- a/metrics/macos-xcode11-release/render-tests/text-offset/literal-multiline-anchorleft-justifyright-offsetnegative/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/text-offset/literal-multiline-anchorleft-justifyright-offsetnegative/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/text-offset/literal-multiline-anchorleft-justifyright-offsetpositive/metrics.json b/metrics/macos-xcode11-release/render-tests/text-offset/literal-multiline-anchorleft-justifyright-offsetpositive/metrics.json index 6ad395e0b52..9073a53d114 100644 --- a/metrics/macos-xcode11-release/render-tests/text-offset/literal-multiline-anchorleft-justifyright-offsetpositive/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/text-offset/literal-multiline-anchorleft-justifyright-offsetpositive/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/text-offset/literal-multiline-anchorright-justifycenter-offsetnegative/metrics.json b/metrics/macos-xcode11-release/render-tests/text-offset/literal-multiline-anchorright-justifycenter-offsetnegative/metrics.json index 6ad395e0b52..9073a53d114 100644 --- a/metrics/macos-xcode11-release/render-tests/text-offset/literal-multiline-anchorright-justifycenter-offsetnegative/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/text-offset/literal-multiline-anchorright-justifycenter-offsetnegative/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/text-offset/literal-multiline-anchorright-justifycenter-offsetpositive/metrics.json b/metrics/macos-xcode11-release/render-tests/text-offset/literal-multiline-anchorright-justifycenter-offsetpositive/metrics.json index 6ad395e0b52..9073a53d114 100644 --- a/metrics/macos-xcode11-release/render-tests/text-offset/literal-multiline-anchorright-justifycenter-offsetpositive/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/text-offset/literal-multiline-anchorright-justifycenter-offsetpositive/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/text-offset/literal-multiline-anchorright-justifyleft-offsetnegative/metrics.json b/metrics/macos-xcode11-release/render-tests/text-offset/literal-multiline-anchorright-justifyleft-offsetnegative/metrics.json index 6ad395e0b52..9073a53d114 100644 --- a/metrics/macos-xcode11-release/render-tests/text-offset/literal-multiline-anchorright-justifyleft-offsetnegative/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/text-offset/literal-multiline-anchorright-justifyleft-offsetnegative/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/text-offset/literal-multiline-anchorright-justifyleft-offsetpositive/metrics.json b/metrics/macos-xcode11-release/render-tests/text-offset/literal-multiline-anchorright-justifyleft-offsetpositive/metrics.json index 6ad395e0b52..9073a53d114 100644 --- a/metrics/macos-xcode11-release/render-tests/text-offset/literal-multiline-anchorright-justifyleft-offsetpositive/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/text-offset/literal-multiline-anchorright-justifyleft-offsetpositive/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/text-offset/literal-multiline-anchorright-justifyright-offsetnegative/metrics.json b/metrics/macos-xcode11-release/render-tests/text-offset/literal-multiline-anchorright-justifyright-offsetnegative/metrics.json index 6ad395e0b52..9073a53d114 100644 --- a/metrics/macos-xcode11-release/render-tests/text-offset/literal-multiline-anchorright-justifyright-offsetnegative/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/text-offset/literal-multiline-anchorright-justifyright-offsetnegative/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/text-offset/literal-multiline-anchorright-justifyright-offsetpositive/metrics.json b/metrics/macos-xcode11-release/render-tests/text-offset/literal-multiline-anchorright-justifyright-offsetpositive/metrics.json index 6ad395e0b52..9073a53d114 100644 --- a/metrics/macos-xcode11-release/render-tests/text-offset/literal-multiline-anchorright-justifyright-offsetpositive/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/text-offset/literal-multiline-anchorright-justifyright-offsetpositive/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/text-offset/literal/metrics.json b/metrics/macos-xcode11-release/render-tests/text-offset/literal/metrics.json index cd668f351a5..e87a6d1819e 100644 --- a/metrics/macos-xcode11-release/render-tests/text-offset/literal/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/text-offset/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/text-offset/property-function/metrics.json b/metrics/macos-xcode11-release/render-tests/text-offset/property-function/metrics.json index 384ce4dadbc..b628e4f1fa4 100644 --- a/metrics/macos-xcode11-release/render-tests/text-offset/property-function/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/text-offset/property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/text-opacity/default/metrics.json b/metrics/macos-xcode11-release/render-tests/text-opacity/default/metrics.json index cd668f351a5..e87a6d1819e 100644 --- a/metrics/macos-xcode11-release/render-tests/text-opacity/default/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/text-opacity/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/text-opacity/function/metrics.json b/metrics/macos-xcode11-release/render-tests/text-opacity/function/metrics.json index cd668f351a5..e87a6d1819e 100644 --- a/metrics/macos-xcode11-release/render-tests/text-opacity/function/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/text-opacity/function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/text-opacity/literal/metrics.json b/metrics/macos-xcode11-release/render-tests/text-opacity/literal/metrics.json index cd668f351a5..e87a6d1819e 100644 --- a/metrics/macos-xcode11-release/render-tests/text-opacity/literal/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/text-opacity/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/text-opacity/property-function/metrics.json b/metrics/macos-xcode11-release/render-tests/text-opacity/property-function/metrics.json index 6734d0b0460..2bd94ca5323 100644 --- a/metrics/macos-xcode11-release/render-tests/text-opacity/property-function/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/text-opacity/property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/text-pitch-alignment/auto-text-rotation-alignment-map/metrics.json b/metrics/macos-xcode11-release/render-tests/text-pitch-alignment/auto-text-rotation-alignment-map/metrics.json index 1514cee615b..62e171b0cc7 100644 --- a/metrics/macos-xcode11-release/render-tests/text-pitch-alignment/auto-text-rotation-alignment-map/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/text-pitch-alignment/auto-text-rotation-alignment-map/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/text-pitch-alignment/auto-text-rotation-alignment-viewport/metrics.json b/metrics/macos-xcode11-release/render-tests/text-pitch-alignment/auto-text-rotation-alignment-viewport/metrics.json index 1514cee615b..62e171b0cc7 100644 --- a/metrics/macos-xcode11-release/render-tests/text-pitch-alignment/auto-text-rotation-alignment-viewport/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/text-pitch-alignment/auto-text-rotation-alignment-viewport/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/text-pitch-alignment/map-text-depthtest/metrics.json b/metrics/macos-xcode11-release/render-tests/text-pitch-alignment/map-text-depthtest/metrics.json index 2292400be69..8d77e25e27f 100644 --- a/metrics/macos-xcode11-release/render-tests/text-pitch-alignment/map-text-depthtest/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/text-pitch-alignment/map-text-depthtest/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/text-pitch-alignment/map-text-rotation-alignment-map/metrics.json b/metrics/macos-xcode11-release/render-tests/text-pitch-alignment/map-text-rotation-alignment-map/metrics.json index 1514cee615b..62e171b0cc7 100644 --- a/metrics/macos-xcode11-release/render-tests/text-pitch-alignment/map-text-rotation-alignment-map/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/text-pitch-alignment/map-text-rotation-alignment-map/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/text-pitch-alignment/map-text-rotation-alignment-viewport/metrics.json b/metrics/macos-xcode11-release/render-tests/text-pitch-alignment/map-text-rotation-alignment-viewport/metrics.json index 1514cee615b..62e171b0cc7 100644 --- a/metrics/macos-xcode11-release/render-tests/text-pitch-alignment/map-text-rotation-alignment-viewport/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/text-pitch-alignment/map-text-rotation-alignment-viewport/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/text-pitch-alignment/viewport-overzoomed-single-glyph/metrics.json b/metrics/macos-xcode11-release/render-tests/text-pitch-alignment/viewport-overzoomed-single-glyph/metrics.json index d05556cd14e..0ed9a3c07b9 100644 --- a/metrics/macos-xcode11-release/render-tests/text-pitch-alignment/viewport-overzoomed-single-glyph/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/text-pitch-alignment/viewport-overzoomed-single-glyph/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/text-pitch-alignment/viewport-overzoomed/metrics.json b/metrics/macos-xcode11-release/render-tests/text-pitch-alignment/viewport-overzoomed/metrics.json index edd93c6655a..338809341fd 100644 --- a/metrics/macos-xcode11-release/render-tests/text-pitch-alignment/viewport-overzoomed/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/text-pitch-alignment/viewport-overzoomed/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/text-pitch-alignment/viewport-text-depthtest/metrics.json b/metrics/macos-xcode11-release/render-tests/text-pitch-alignment/viewport-text-depthtest/metrics.json index 2292400be69..8d77e25e27f 100644 --- a/metrics/macos-xcode11-release/render-tests/text-pitch-alignment/viewport-text-depthtest/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/text-pitch-alignment/viewport-text-depthtest/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/text-pitch-alignment/viewport-text-rotation-alignment-map/metrics.json b/metrics/macos-xcode11-release/render-tests/text-pitch-alignment/viewport-text-rotation-alignment-map/metrics.json index 1514cee615b..62e171b0cc7 100644 --- a/metrics/macos-xcode11-release/render-tests/text-pitch-alignment/viewport-text-rotation-alignment-map/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/text-pitch-alignment/viewport-text-rotation-alignment-map/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/text-pitch-alignment/viewport-text-rotation-alignment-viewport/metrics.json b/metrics/macos-xcode11-release/render-tests/text-pitch-alignment/viewport-text-rotation-alignment-viewport/metrics.json index 1514cee615b..62e171b0cc7 100644 --- a/metrics/macos-xcode11-release/render-tests/text-pitch-alignment/viewport-text-rotation-alignment-viewport/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/text-pitch-alignment/viewport-text-rotation-alignment-viewport/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/text-pitch-scaling/line-half/metrics.json b/metrics/macos-xcode11-release/render-tests/text-pitch-scaling/line-half/metrics.json index 1514cee615b..62e171b0cc7 100644 --- a/metrics/macos-xcode11-release/render-tests/text-pitch-scaling/line-half/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/text-pitch-scaling/line-half/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/text-radial-offset/basic/metrics.json b/metrics/macos-xcode11-release/render-tests/text-radial-offset/basic/metrics.json index dfa75209163..12fe2bbe545 100644 --- a/metrics/macos-xcode11-release/render-tests/text-radial-offset/basic/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/text-radial-offset/basic/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/text-rotate/anchor-bottom/metrics.json b/metrics/macos-xcode11-release/render-tests/text-rotate/anchor-bottom/metrics.json index 789eb531ac2..6e235d123bd 100644 --- a/metrics/macos-xcode11-release/render-tests/text-rotate/anchor-bottom/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/text-rotate/anchor-bottom/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/text-rotate/anchor-left/metrics.json b/metrics/macos-xcode11-release/render-tests/text-rotate/anchor-left/metrics.json index 789eb531ac2..6e235d123bd 100644 --- a/metrics/macos-xcode11-release/render-tests/text-rotate/anchor-left/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/text-rotate/anchor-left/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/text-rotate/anchor-right/metrics.json b/metrics/macos-xcode11-release/render-tests/text-rotate/anchor-right/metrics.json index 789eb531ac2..6e235d123bd 100644 --- a/metrics/macos-xcode11-release/render-tests/text-rotate/anchor-right/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/text-rotate/anchor-right/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/text-rotate/anchor-top/metrics.json b/metrics/macos-xcode11-release/render-tests/text-rotate/anchor-top/metrics.json index 789eb531ac2..6e235d123bd 100644 --- a/metrics/macos-xcode11-release/render-tests/text-rotate/anchor-top/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/text-rotate/anchor-top/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/text-rotate/function/metrics.json b/metrics/macos-xcode11-release/render-tests/text-rotate/function/metrics.json index 0206fc826fe..25471f81337 100644 --- a/metrics/macos-xcode11-release/render-tests/text-rotate/function/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/text-rotate/function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/text-rotate/literal/metrics.json b/metrics/macos-xcode11-release/render-tests/text-rotate/literal/metrics.json index 0206fc826fe..25471f81337 100644 --- a/metrics/macos-xcode11-release/render-tests/text-rotate/literal/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/text-rotate/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/text-rotate/property-function/metrics.json b/metrics/macos-xcode11-release/render-tests/text-rotate/property-function/metrics.json index 08593319169..d736cae4602 100644 --- a/metrics/macos-xcode11-release/render-tests/text-rotate/property-function/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/text-rotate/property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/text-rotate/with-offset/metrics.json b/metrics/macos-xcode11-release/render-tests/text-rotate/with-offset/metrics.json index e348c71619e..759f85ee08f 100644 --- a/metrics/macos-xcode11-release/render-tests/text-rotate/with-offset/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/text-rotate/with-offset/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/text-rotation-alignment/auto-symbol-placement-line/metrics.json b/metrics/macos-xcode11-release/render-tests/text-rotation-alignment/auto-symbol-placement-line/metrics.json index 70ac3608a98..ad45e05ba62 100644 --- a/metrics/macos-xcode11-release/render-tests/text-rotation-alignment/auto-symbol-placement-line/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/text-rotation-alignment/auto-symbol-placement-line/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/text-rotation-alignment/auto-symbol-placement-point/metrics.json b/metrics/macos-xcode11-release/render-tests/text-rotation-alignment/auto-symbol-placement-point/metrics.json index 905846132df..880749e242a 100644 --- a/metrics/macos-xcode11-release/render-tests/text-rotation-alignment/auto-symbol-placement-point/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/text-rotation-alignment/auto-symbol-placement-point/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/text-rotation-alignment/map-symbol-placement-line/metrics.json b/metrics/macos-xcode11-release/render-tests/text-rotation-alignment/map-symbol-placement-line/metrics.json index 70ac3608a98..ad45e05ba62 100644 --- a/metrics/macos-xcode11-release/render-tests/text-rotation-alignment/map-symbol-placement-line/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/text-rotation-alignment/map-symbol-placement-line/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/text-rotation-alignment/map-symbol-placement-point/metrics.json b/metrics/macos-xcode11-release/render-tests/text-rotation-alignment/map-symbol-placement-point/metrics.json index 905846132df..880749e242a 100644 --- a/metrics/macos-xcode11-release/render-tests/text-rotation-alignment/map-symbol-placement-point/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/text-rotation-alignment/map-symbol-placement-point/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/text-rotation-alignment/viewport-symbol-placement-line/metrics.json b/metrics/macos-xcode11-release/render-tests/text-rotation-alignment/viewport-symbol-placement-line/metrics.json index 70ac3608a98..ad45e05ba62 100644 --- a/metrics/macos-xcode11-release/render-tests/text-rotation-alignment/viewport-symbol-placement-line/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/text-rotation-alignment/viewport-symbol-placement-line/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/text-rotation-alignment/viewport-symbol-placement-point/metrics.json b/metrics/macos-xcode11-release/render-tests/text-rotation-alignment/viewport-symbol-placement-point/metrics.json index 905846132df..880749e242a 100644 --- a/metrics/macos-xcode11-release/render-tests/text-rotation-alignment/viewport-symbol-placement-point/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/text-rotation-alignment/viewport-symbol-placement-point/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/text-size/camera-function-high-base/metrics.json b/metrics/macos-xcode11-release/render-tests/text-size/camera-function-high-base/metrics.json index 84fc4fe605e..2ff31eaf3ca 100644 --- a/metrics/macos-xcode11-release/render-tests/text-size/camera-function-high-base/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/text-size/camera-function-high-base/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/text-size/camera-function-interval/metrics.json b/metrics/macos-xcode11-release/render-tests/text-size/camera-function-interval/metrics.json index bf6832d42b7..0da18b6700e 100644 --- a/metrics/macos-xcode11-release/render-tests/text-size/camera-function-interval/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/text-size/camera-function-interval/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/text-size/composite-expression/metrics.json b/metrics/macos-xcode11-release/render-tests/text-size/composite-expression/metrics.json index be4621cd935..5feb61dd830 100644 --- a/metrics/macos-xcode11-release/render-tests/text-size/composite-expression/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/text-size/composite-expression/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/text-size/composite-function-line-placement/metrics.json b/metrics/macos-xcode11-release/render-tests/text-size/composite-function-line-placement/metrics.json index 5c85a420f3c..59269fd43d8 100644 --- a/metrics/macos-xcode11-release/render-tests/text-size/composite-function-line-placement/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/text-size/composite-function-line-placement/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/text-size/composite-function/metrics.json b/metrics/macos-xcode11-release/render-tests/text-size/composite-function/metrics.json index 84fc4fe605e..2ff31eaf3ca 100644 --- a/metrics/macos-xcode11-release/render-tests/text-size/composite-function/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/text-size/composite-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/text-size/default/metrics.json b/metrics/macos-xcode11-release/render-tests/text-size/default/metrics.json index bf6832d42b7..0da18b6700e 100644 --- a/metrics/macos-xcode11-release/render-tests/text-size/default/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/text-size/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/text-size/function/metrics.json b/metrics/macos-xcode11-release/render-tests/text-size/function/metrics.json index bf6832d42b7..0da18b6700e 100644 --- a/metrics/macos-xcode11-release/render-tests/text-size/function/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/text-size/function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/text-size/literal/metrics.json b/metrics/macos-xcode11-release/render-tests/text-size/literal/metrics.json index bf6832d42b7..0da18b6700e 100644 --- a/metrics/macos-xcode11-release/render-tests/text-size/literal/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/text-size/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/text-size/property-function/metrics.json b/metrics/macos-xcode11-release/render-tests/text-size/property-function/metrics.json index 84fc4fe605e..2ff31eaf3ca 100644 --- a/metrics/macos-xcode11-release/render-tests/text-size/property-function/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/text-size/property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/text-tile-edge-clipping/default/metrics.json b/metrics/macos-xcode11-release/render-tests/text-tile-edge-clipping/default/metrics.json index 05d7f575551..e15389d880a 100644 --- a/metrics/macos-xcode11-release/render-tests/text-tile-edge-clipping/default/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/text-tile-edge-clipping/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/text-transform/lowercase/metrics.json b/metrics/macos-xcode11-release/render-tests/text-transform/lowercase/metrics.json index 2bf7d113546..2aaf4ac7ce5 100644 --- a/metrics/macos-xcode11-release/render-tests/text-transform/lowercase/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/text-transform/lowercase/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/text-transform/property-function/metrics.json b/metrics/macos-xcode11-release/render-tests/text-transform/property-function/metrics.json index 94f6c3ccd62..6ce00b87e18 100644 --- a/metrics/macos-xcode11-release/render-tests/text-transform/property-function/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/text-transform/property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/text-transform/uppercase/metrics.json b/metrics/macos-xcode11-release/render-tests/text-transform/uppercase/metrics.json index ecb73166999..684f6471f8a 100644 --- a/metrics/macos-xcode11-release/render-tests/text-transform/uppercase/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/text-transform/uppercase/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/text-translate-anchor/map/metrics.json b/metrics/macos-xcode11-release/render-tests/text-translate-anchor/map/metrics.json index 9162d111f6e..43da58ebcc0 100644 --- a/metrics/macos-xcode11-release/render-tests/text-translate-anchor/map/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/text-translate-anchor/map/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/text-translate-anchor/viewport/metrics.json b/metrics/macos-xcode11-release/render-tests/text-translate-anchor/viewport/metrics.json index 9162d111f6e..43da58ebcc0 100644 --- a/metrics/macos-xcode11-release/render-tests/text-translate-anchor/viewport/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/text-translate-anchor/viewport/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/text-translate/default/metrics.json b/metrics/macos-xcode11-release/render-tests/text-translate/default/metrics.json index cd668f351a5..e87a6d1819e 100644 --- a/metrics/macos-xcode11-release/render-tests/text-translate/default/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/text-translate/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/text-translate/function/metrics.json b/metrics/macos-xcode11-release/render-tests/text-translate/function/metrics.json index cd668f351a5..e87a6d1819e 100644 --- a/metrics/macos-xcode11-release/render-tests/text-translate/function/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/text-translate/function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/text-translate/literal/metrics.json b/metrics/macos-xcode11-release/render-tests/text-translate/literal/metrics.json index cd668f351a5..e87a6d1819e 100644 --- a/metrics/macos-xcode11-release/render-tests/text-translate/literal/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/text-translate/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/text-variable-anchor-offset/all-anchors-icon-text-fit/metrics.json b/metrics/macos-xcode11-release/render-tests/text-variable-anchor-offset/all-anchors-icon-text-fit/metrics.json index 9953c2ea9e9..5b52bc09273 100644 --- a/metrics/macos-xcode11-release/render-tests/text-variable-anchor-offset/all-anchors-icon-text-fit/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/text-variable-anchor-offset/all-anchors-icon-text-fit/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/text-variable-anchor-offset/all-anchors-text-allow-overlap/metrics.json b/metrics/macos-xcode11-release/render-tests/text-variable-anchor-offset/all-anchors-text-allow-overlap/metrics.json index dca033517bc..a5ae1ce41c0 100644 --- a/metrics/macos-xcode11-release/render-tests/text-variable-anchor-offset/all-anchors-text-allow-overlap/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/text-variable-anchor-offset/all-anchors-text-allow-overlap/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/text-variable-anchor-offset/all-anchors/metrics.json b/metrics/macos-xcode11-release/render-tests/text-variable-anchor-offset/all-anchors/metrics.json index dfa75209163..12fe2bbe545 100644 --- a/metrics/macos-xcode11-release/render-tests/text-variable-anchor-offset/all-anchors/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/text-variable-anchor-offset/all-anchors/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/text-variable-anchor-offset/databind-coalesce/metrics.json b/metrics/macos-xcode11-release/render-tests/text-variable-anchor-offset/databind-coalesce/metrics.json index d4202bfa226..23fc8ab5988 100644 --- a/metrics/macos-xcode11-release/render-tests/text-variable-anchor-offset/databind-coalesce/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/text-variable-anchor-offset/databind-coalesce/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/text-variable-anchor-offset/databind-interpolate/metrics.json b/metrics/macos-xcode11-release/render-tests/text-variable-anchor-offset/databind-interpolate/metrics.json index d4202bfa226..23fc8ab5988 100644 --- a/metrics/macos-xcode11-release/render-tests/text-variable-anchor-offset/databind-interpolate/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/text-variable-anchor-offset/databind-interpolate/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/text-variable-anchor-offset/icon-image-all-anchors/metrics.json b/metrics/macos-xcode11-release/render-tests/text-variable-anchor-offset/icon-image-all-anchors/metrics.json index 031fe71047b..8ccc0a429ec 100644 --- a/metrics/macos-xcode11-release/render-tests/text-variable-anchor-offset/icon-image-all-anchors/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/text-variable-anchor-offset/icon-image-all-anchors/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/text-variable-anchor-offset/icon-image-offset/metrics.json b/metrics/macos-xcode11-release/render-tests/text-variable-anchor-offset/icon-image-offset/metrics.json index 7bbece367a2..5556b79fa0c 100644 --- a/metrics/macos-xcode11-release/render-tests/text-variable-anchor-offset/icon-image-offset/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/text-variable-anchor-offset/icon-image-offset/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/text-variable-anchor-offset/icon-image/metrics.json b/metrics/macos-xcode11-release/render-tests/text-variable-anchor-offset/icon-image/metrics.json index 031fe71047b..8ccc0a429ec 100644 --- a/metrics/macos-xcode11-release/render-tests/text-variable-anchor-offset/icon-image/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/text-variable-anchor-offset/icon-image/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/text-variable-anchor-offset/icon-text-fit-collision-box/metrics.json b/metrics/macos-xcode11-release/render-tests/text-variable-anchor-offset/icon-text-fit-collision-box/metrics.json index 9f778921724..97a627d210f 100644 --- a/metrics/macos-xcode11-release/render-tests/text-variable-anchor-offset/icon-text-fit-collision-box/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/text-variable-anchor-offset/icon-text-fit-collision-box/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/text-variable-anchor-offset/no-animate-zoom/metrics.json b/metrics/macos-xcode11-release/render-tests/text-variable-anchor-offset/no-animate-zoom/metrics.json index 2a7b3b9cd61..e6630885fc9 100644 --- a/metrics/macos-xcode11-release/render-tests/text-variable-anchor-offset/no-animate-zoom/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/text-variable-anchor-offset/no-animate-zoom/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/text-variable-anchor-offset/pitched-offset/metrics.json b/metrics/macos-xcode11-release/render-tests/text-variable-anchor-offset/pitched-offset/metrics.json index b06ed0feb28..e946eeffb5b 100644 --- a/metrics/macos-xcode11-release/render-tests/text-variable-anchor-offset/pitched-offset/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/text-variable-anchor-offset/pitched-offset/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/text-variable-anchor-offset/pitched-with-map/metrics.json b/metrics/macos-xcode11-release/render-tests/text-variable-anchor-offset/pitched-with-map/metrics.json index b06ed0feb28..e946eeffb5b 100644 --- a/metrics/macos-xcode11-release/render-tests/text-variable-anchor-offset/pitched-with-map/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/text-variable-anchor-offset/pitched-with-map/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/text-variable-anchor-offset/pitched/metrics.json b/metrics/macos-xcode11-release/render-tests/text-variable-anchor-offset/pitched/metrics.json index b06ed0feb28..e946eeffb5b 100644 --- a/metrics/macos-xcode11-release/render-tests/text-variable-anchor-offset/pitched/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/text-variable-anchor-offset/pitched/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/text-variable-anchor-offset/rotated-offset/metrics.json b/metrics/macos-xcode11-release/render-tests/text-variable-anchor-offset/rotated-offset/metrics.json index 33eed36df4c..3eb290a1dfa 100644 --- a/metrics/macos-xcode11-release/render-tests/text-variable-anchor-offset/rotated-offset/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/text-variable-anchor-offset/rotated-offset/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/text-variable-anchor-offset/rotated-with-map/metrics.json b/metrics/macos-xcode11-release/render-tests/text-variable-anchor-offset/rotated-with-map/metrics.json index 33eed36df4c..3eb290a1dfa 100644 --- a/metrics/macos-xcode11-release/render-tests/text-variable-anchor-offset/rotated-with-map/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/text-variable-anchor-offset/rotated-with-map/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/text-variable-anchor-offset/rotated/metrics.json b/metrics/macos-xcode11-release/render-tests/text-variable-anchor-offset/rotated/metrics.json index 33eed36df4c..3eb290a1dfa 100644 --- a/metrics/macos-xcode11-release/render-tests/text-variable-anchor-offset/rotated/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/text-variable-anchor-offset/rotated/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/text-variable-anchor-offset/single-justification/metrics.json b/metrics/macos-xcode11-release/render-tests/text-variable-anchor-offset/single-justification/metrics.json index 9dca847cbba..7d32eb2d016 100644 --- a/metrics/macos-xcode11-release/render-tests/text-variable-anchor-offset/single-justification/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/text-variable-anchor-offset/single-justification/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/text-variable-anchor-offset/single-line/metrics.json b/metrics/macos-xcode11-release/render-tests/text-variable-anchor-offset/single-line/metrics.json index a8acd89723c..f654c1386cd 100644 --- a/metrics/macos-xcode11-release/render-tests/text-variable-anchor-offset/single-line/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/text-variable-anchor-offset/single-line/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/text-variable-anchor-offset/text-allow-overlap/metrics.json b/metrics/macos-xcode11-release/render-tests/text-variable-anchor-offset/text-allow-overlap/metrics.json index 40b67f14452..23048d8379d 100644 --- a/metrics/macos-xcode11-release/render-tests/text-variable-anchor-offset/text-allow-overlap/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/text-variable-anchor-offset/text-allow-overlap/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/text-variable-anchor-offset/top-bottom-left-right/metrics.json b/metrics/macos-xcode11-release/render-tests/text-variable-anchor-offset/top-bottom-left-right/metrics.json index 74f5df99b33..d9ed35b7a88 100644 --- a/metrics/macos-xcode11-release/render-tests/text-variable-anchor-offset/top-bottom-left-right/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/text-variable-anchor-offset/top-bottom-left-right/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/text-variable-anchor/all-anchors-icon-text-fit/metrics.json b/metrics/macos-xcode11-release/render-tests/text-variable-anchor/all-anchors-icon-text-fit/metrics.json index 9953c2ea9e9..5b52bc09273 100644 --- a/metrics/macos-xcode11-release/render-tests/text-variable-anchor/all-anchors-icon-text-fit/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/text-variable-anchor/all-anchors-icon-text-fit/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/text-variable-anchor/all-anchors-offset-zero/metrics.json b/metrics/macos-xcode11-release/render-tests/text-variable-anchor/all-anchors-offset-zero/metrics.json index dfa75209163..12fe2bbe545 100644 --- a/metrics/macos-xcode11-release/render-tests/text-variable-anchor/all-anchors-offset-zero/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/text-variable-anchor/all-anchors-offset-zero/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/text-variable-anchor/all-anchors-offset/metrics.json b/metrics/macos-xcode11-release/render-tests/text-variable-anchor/all-anchors-offset/metrics.json index dfa75209163..12fe2bbe545 100644 --- a/metrics/macos-xcode11-release/render-tests/text-variable-anchor/all-anchors-offset/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/text-variable-anchor/all-anchors-offset/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/text-variable-anchor/all-anchors-radial-offset-zero/metrics.json b/metrics/macos-xcode11-release/render-tests/text-variable-anchor/all-anchors-radial-offset-zero/metrics.json index dfa75209163..12fe2bbe545 100644 --- a/metrics/macos-xcode11-release/render-tests/text-variable-anchor/all-anchors-radial-offset-zero/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/text-variable-anchor/all-anchors-radial-offset-zero/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/text-variable-anchor/all-anchors-text-allow-overlap/metrics.json b/metrics/macos-xcode11-release/render-tests/text-variable-anchor/all-anchors-text-allow-overlap/metrics.json index dca033517bc..a5ae1ce41c0 100644 --- a/metrics/macos-xcode11-release/render-tests/text-variable-anchor/all-anchors-text-allow-overlap/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/text-variable-anchor/all-anchors-text-allow-overlap/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/text-variable-anchor/all-anchors-tile-map-mode/metrics.json b/metrics/macos-xcode11-release/render-tests/text-variable-anchor/all-anchors-tile-map-mode/metrics.json index 1a348fa3efe..17a3110abc7 100644 --- a/metrics/macos-xcode11-release/render-tests/text-variable-anchor/all-anchors-tile-map-mode/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/text-variable-anchor/all-anchors-tile-map-mode/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/text-variable-anchor/all-anchors-two-dimentional-offset-negative/metrics.json b/metrics/macos-xcode11-release/render-tests/text-variable-anchor/all-anchors-two-dimentional-offset-negative/metrics.json index dfa75209163..12fe2bbe545 100644 --- a/metrics/macos-xcode11-release/render-tests/text-variable-anchor/all-anchors-two-dimentional-offset-negative/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/text-variable-anchor/all-anchors-two-dimentional-offset-negative/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/text-variable-anchor/all-anchors-two-dimentional-offset-zero/metrics.json b/metrics/macos-xcode11-release/render-tests/text-variable-anchor/all-anchors-two-dimentional-offset-zero/metrics.json index dfa75209163..12fe2bbe545 100644 --- a/metrics/macos-xcode11-release/render-tests/text-variable-anchor/all-anchors-two-dimentional-offset-zero/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/text-variable-anchor/all-anchors-two-dimentional-offset-zero/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/text-variable-anchor/all-anchors-two-dimentional-offset/metrics.json b/metrics/macos-xcode11-release/render-tests/text-variable-anchor/all-anchors-two-dimentional-offset/metrics.json index dfa75209163..12fe2bbe545 100644 --- a/metrics/macos-xcode11-release/render-tests/text-variable-anchor/all-anchors-two-dimentional-offset/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/text-variable-anchor/all-anchors-two-dimentional-offset/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/text-variable-anchor/all-anchors/metrics.json b/metrics/macos-xcode11-release/render-tests/text-variable-anchor/all-anchors/metrics.json index 806d886e75c..2b9d167c6fb 100644 --- a/metrics/macos-xcode11-release/render-tests/text-variable-anchor/all-anchors/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/text-variable-anchor/all-anchors/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/text-variable-anchor/icon-image-all-anchors/metrics.json b/metrics/macos-xcode11-release/render-tests/text-variable-anchor/icon-image-all-anchors/metrics.json index 031fe71047b..8ccc0a429ec 100644 --- a/metrics/macos-xcode11-release/render-tests/text-variable-anchor/icon-image-all-anchors/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/text-variable-anchor/icon-image-all-anchors/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/text-variable-anchor/icon-image/metrics.json b/metrics/macos-xcode11-release/render-tests/text-variable-anchor/icon-image/metrics.json index 031fe71047b..8ccc0a429ec 100644 --- a/metrics/macos-xcode11-release/render-tests/text-variable-anchor/icon-image/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/text-variable-anchor/icon-image/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/text-variable-anchor/icon-text-fit-collision-box/metrics.json b/metrics/macos-xcode11-release/render-tests/text-variable-anchor/icon-text-fit-collision-box/metrics.json index 9f778921724..97a627d210f 100644 --- a/metrics/macos-xcode11-release/render-tests/text-variable-anchor/icon-text-fit-collision-box/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/text-variable-anchor/icon-text-fit-collision-box/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/text-variable-anchor/left-top-right-bottom-offset-tile-map-mode/metrics.json b/metrics/macos-xcode11-release/render-tests/text-variable-anchor/left-top-right-bottom-offset-tile-map-mode/metrics.json index 22295b952a8..e94f38d898d 100644 --- a/metrics/macos-xcode11-release/render-tests/text-variable-anchor/left-top-right-bottom-offset-tile-map-mode/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/text-variable-anchor/left-top-right-bottom-offset-tile-map-mode/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/text-variable-anchor/no-animate-zoom/metrics.json b/metrics/macos-xcode11-release/render-tests/text-variable-anchor/no-animate-zoom/metrics.json index c4efa5911f0..6db6f402c62 100644 --- a/metrics/macos-xcode11-release/render-tests/text-variable-anchor/no-animate-zoom/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/text-variable-anchor/no-animate-zoom/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/text-variable-anchor/pitched-offset/metrics.json b/metrics/macos-xcode11-release/render-tests/text-variable-anchor/pitched-offset/metrics.json index b06ed0feb28..e946eeffb5b 100644 --- a/metrics/macos-xcode11-release/render-tests/text-variable-anchor/pitched-offset/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/text-variable-anchor/pitched-offset/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/text-variable-anchor/pitched-rotated-debug/metrics.json b/metrics/macos-xcode11-release/render-tests/text-variable-anchor/pitched-rotated-debug/metrics.json index 102e62664bd..dc4294751f6 100644 --- a/metrics/macos-xcode11-release/render-tests/text-variable-anchor/pitched-rotated-debug/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/text-variable-anchor/pitched-rotated-debug/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/text-variable-anchor/pitched-with-map/metrics.json b/metrics/macos-xcode11-release/render-tests/text-variable-anchor/pitched-with-map/metrics.json index b06ed0feb28..e946eeffb5b 100644 --- a/metrics/macos-xcode11-release/render-tests/text-variable-anchor/pitched-with-map/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/text-variable-anchor/pitched-with-map/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/text-variable-anchor/pitched/metrics.json b/metrics/macos-xcode11-release/render-tests/text-variable-anchor/pitched/metrics.json index b06ed0feb28..e946eeffb5b 100644 --- a/metrics/macos-xcode11-release/render-tests/text-variable-anchor/pitched/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/text-variable-anchor/pitched/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/text-variable-anchor/rotated-offset/metrics.json b/metrics/macos-xcode11-release/render-tests/text-variable-anchor/rotated-offset/metrics.json index 33eed36df4c..3eb290a1dfa 100644 --- a/metrics/macos-xcode11-release/render-tests/text-variable-anchor/rotated-offset/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/text-variable-anchor/rotated-offset/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/text-variable-anchor/rotated-with-map/metrics.json b/metrics/macos-xcode11-release/render-tests/text-variable-anchor/rotated-with-map/metrics.json index 33eed36df4c..3eb290a1dfa 100644 --- a/metrics/macos-xcode11-release/render-tests/text-variable-anchor/rotated-with-map/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/text-variable-anchor/rotated-with-map/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/text-variable-anchor/rotated/metrics.json b/metrics/macos-xcode11-release/render-tests/text-variable-anchor/rotated/metrics.json index 33eed36df4c..3eb290a1dfa 100644 --- a/metrics/macos-xcode11-release/render-tests/text-variable-anchor/rotated/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/text-variable-anchor/rotated/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/text-variable-anchor/single-justification/metrics.json b/metrics/macos-xcode11-release/render-tests/text-variable-anchor/single-justification/metrics.json index 9dca847cbba..7d32eb2d016 100644 --- a/metrics/macos-xcode11-release/render-tests/text-variable-anchor/single-justification/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/text-variable-anchor/single-justification/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/text-variable-anchor/single-line/metrics.json b/metrics/macos-xcode11-release/render-tests/text-variable-anchor/single-line/metrics.json index a8acd89723c..f654c1386cd 100644 --- a/metrics/macos-xcode11-release/render-tests/text-variable-anchor/single-line/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/text-variable-anchor/single-line/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/text-variable-anchor/text-allow-overlap/metrics.json b/metrics/macos-xcode11-release/render-tests/text-variable-anchor/text-allow-overlap/metrics.json index 40b67f14452..23048d8379d 100644 --- a/metrics/macos-xcode11-release/render-tests/text-variable-anchor/text-allow-overlap/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/text-variable-anchor/text-allow-overlap/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/text-variable-anchor/top-bottom-left-right/metrics.json b/metrics/macos-xcode11-release/render-tests/text-variable-anchor/top-bottom-left-right/metrics.json index 74f5df99b33..d9ed35b7a88 100644 --- a/metrics/macos-xcode11-release/render-tests/text-variable-anchor/top-bottom-left-right/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/text-variable-anchor/top-bottom-left-right/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/text-visibility/none/metrics.json b/metrics/macos-xcode11-release/render-tests/text-visibility/none/metrics.json index 7da07969667..7c49193327f 100644 --- a/metrics/macos-xcode11-release/render-tests/text-visibility/none/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/text-visibility/none/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/text-visibility/visible/metrics.json b/metrics/macos-xcode11-release/render-tests/text-visibility/visible/metrics.json index d7ff42c1270..09a1f9f03cd 100644 --- a/metrics/macos-xcode11-release/render-tests/text-visibility/visible/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/text-visibility/visible/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/text-writing-mode/line_label/chinese-punctuation/metrics.json b/metrics/macos-xcode11-release/render-tests/text-writing-mode/line_label/chinese-punctuation/metrics.json index 4da17ca35c8..1e674f4ec88 100644 --- a/metrics/macos-xcode11-release/render-tests/text-writing-mode/line_label/chinese-punctuation/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/text-writing-mode/line_label/chinese-punctuation/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/text-writing-mode/line_label/chinese/metrics.json b/metrics/macos-xcode11-release/render-tests/text-writing-mode/line_label/chinese/metrics.json index 4c978ab6c2b..25c693e246c 100644 --- a/metrics/macos-xcode11-release/render-tests/text-writing-mode/line_label/chinese/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/text-writing-mode/line_label/chinese/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/text-writing-mode/line_label/latin/metrics.json b/metrics/macos-xcode11-release/render-tests/text-writing-mode/line_label/latin/metrics.json index 8c2cc0dbcb2..cc4ed080710 100644 --- a/metrics/macos-xcode11-release/render-tests/text-writing-mode/line_label/latin/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/text-writing-mode/line_label/latin/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/text-writing-mode/line_label/mixed/metrics.json b/metrics/macos-xcode11-release/render-tests/text-writing-mode/line_label/mixed/metrics.json index caf18baec7c..591800d8a39 100644 --- a/metrics/macos-xcode11-release/render-tests/text-writing-mode/line_label/mixed/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/text-writing-mode/line_label/mixed/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/text-writing-mode/point_label/cjk-arabic-vertical-mode/metrics.json b/metrics/macos-xcode11-release/render-tests/text-writing-mode/point_label/cjk-arabic-vertical-mode/metrics.json index 23e8621fe30..bca64dfb298 100644 --- a/metrics/macos-xcode11-release/render-tests/text-writing-mode/point_label/cjk-arabic-vertical-mode/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/text-writing-mode/point_label/cjk-arabic-vertical-mode/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/text-writing-mode/point_label/cjk-horizontal-vertical-mode/metrics.json b/metrics/macos-xcode11-release/render-tests/text-writing-mode/point_label/cjk-horizontal-vertical-mode/metrics.json index 7d4c49afdfb..250e6afdab5 100644 --- a/metrics/macos-xcode11-release/render-tests/text-writing-mode/point_label/cjk-horizontal-vertical-mode/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/text-writing-mode/point_label/cjk-horizontal-vertical-mode/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/text-writing-mode/point_label/cjk-multiline-vertical-horizontal-mode/metrics.json b/metrics/macos-xcode11-release/render-tests/text-writing-mode/point_label/cjk-multiline-vertical-horizontal-mode/metrics.json index eabb4022be5..6b909dcba83 100644 --- a/metrics/macos-xcode11-release/render-tests/text-writing-mode/point_label/cjk-multiline-vertical-horizontal-mode/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/text-writing-mode/point_label/cjk-multiline-vertical-horizontal-mode/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/text-writing-mode/point_label/cjk-punctuation-vertical-mode/metrics.json b/metrics/macos-xcode11-release/render-tests/text-writing-mode/point_label/cjk-punctuation-vertical-mode/metrics.json index 25fb8b4d1e0..d66c5516354 100644 --- a/metrics/macos-xcode11-release/render-tests/text-writing-mode/point_label/cjk-punctuation-vertical-mode/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/text-writing-mode/point_label/cjk-punctuation-vertical-mode/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/text-writing-mode/point_label/cjk-variable-anchors-vertical-horizontal-mode-icon-text-fit/metrics.json b/metrics/macos-xcode11-release/render-tests/text-writing-mode/point_label/cjk-variable-anchors-vertical-horizontal-mode-icon-text-fit/metrics.json index d8ccbe177ba..a573e66c767 100644 --- a/metrics/macos-xcode11-release/render-tests/text-writing-mode/point_label/cjk-variable-anchors-vertical-horizontal-mode-icon-text-fit/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/text-writing-mode/point_label/cjk-variable-anchors-vertical-horizontal-mode-icon-text-fit/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/text-writing-mode/point_label/cjk-variable-anchors-vertical-horizontal-mode/metrics.json b/metrics/macos-xcode11-release/render-tests/text-writing-mode/point_label/cjk-variable-anchors-vertical-horizontal-mode/metrics.json index 632a29ad175..1570a3859bd 100644 --- a/metrics/macos-xcode11-release/render-tests/text-writing-mode/point_label/cjk-variable-anchors-vertical-horizontal-mode/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/text-writing-mode/point_label/cjk-variable-anchors-vertical-horizontal-mode/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/text-writing-mode/point_label/cjk-variable-anchors-vertical-mode/metrics.json b/metrics/macos-xcode11-release/render-tests/text-writing-mode/point_label/cjk-variable-anchors-vertical-mode/metrics.json index 7d4c49afdfb..250e6afdab5 100644 --- a/metrics/macos-xcode11-release/render-tests/text-writing-mode/point_label/cjk-variable-anchors-vertical-mode/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/text-writing-mode/point_label/cjk-variable-anchors-vertical-mode/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/text-writing-mode/point_label/cjk-vertical-horizontal-mode/metrics.json b/metrics/macos-xcode11-release/render-tests/text-writing-mode/point_label/cjk-vertical-horizontal-mode/metrics.json index 7d4c49afdfb..250e6afdab5 100644 --- a/metrics/macos-xcode11-release/render-tests/text-writing-mode/point_label/cjk-vertical-horizontal-mode/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/text-writing-mode/point_label/cjk-vertical-horizontal-mode/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/text-writing-mode/point_label/cjk-vertical-mode/metrics.json b/metrics/macos-xcode11-release/render-tests/text-writing-mode/point_label/cjk-vertical-mode/metrics.json index 7d4c49afdfb..250e6afdab5 100644 --- a/metrics/macos-xcode11-release/render-tests/text-writing-mode/point_label/cjk-vertical-mode/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/text-writing-mode/point_label/cjk-vertical-mode/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/text-writing-mode/point_label/latin-vertical-mode/metrics.json b/metrics/macos-xcode11-release/render-tests/text-writing-mode/point_label/latin-vertical-mode/metrics.json index 5cf22c6b3e5..378f68df584 100644 --- a/metrics/macos-xcode11-release/render-tests/text-writing-mode/point_label/latin-vertical-mode/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/text-writing-mode/point_label/latin-vertical-mode/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/text-writing-mode/point_label/mixed-multiline-vertical-horizontal-mode-icon-text-fit/metrics.json b/metrics/macos-xcode11-release/render-tests/text-writing-mode/point_label/mixed-multiline-vertical-horizontal-mode-icon-text-fit/metrics.json index ad6e567fda4..05bcdf449e3 100644 --- a/metrics/macos-xcode11-release/render-tests/text-writing-mode/point_label/mixed-multiline-vertical-horizontal-mode-icon-text-fit/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/text-writing-mode/point_label/mixed-multiline-vertical-horizontal-mode-icon-text-fit/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/text-writing-mode/point_label/mixed-multiline-vertical-horizontal-mode/metrics.json b/metrics/macos-xcode11-release/render-tests/text-writing-mode/point_label/mixed-multiline-vertical-horizontal-mode/metrics.json index c1486937e1d..a98dfa19917 100644 --- a/metrics/macos-xcode11-release/render-tests/text-writing-mode/point_label/mixed-multiline-vertical-horizontal-mode/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/text-writing-mode/point_label/mixed-multiline-vertical-horizontal-mode/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/tilejson-bounds/default/metrics.json b/metrics/macos-xcode11-release/render-tests/tilejson-bounds/default/metrics.json index 9ff0b2697cf..179a2b73116 100644 --- a/metrics/macos-xcode11-release/render-tests/tilejson-bounds/default/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/tilejson-bounds/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/tilejson-bounds/overwrite-bounds/metrics.json b/metrics/macos-xcode11-release/render-tests/tilejson-bounds/overwrite-bounds/metrics.json index 9ff0b2697cf..179a2b73116 100644 --- a/metrics/macos-xcode11-release/render-tests/tilejson-bounds/overwrite-bounds/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/tilejson-bounds/overwrite-bounds/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/tms/tms/metrics.json b/metrics/macos-xcode11-release/render-tests/tms/tms/metrics.json index f7ca11c2324..8781deb0b2e 100644 --- a/metrics/macos-xcode11-release/render-tests/tms/tms/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/tms/tms/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/within/filter-with-inlined-geojson/metrics.json b/metrics/macos-xcode11-release/render-tests/within/filter-with-inlined-geojson/metrics.json index 12b2edda3bf..4a5dd3be30f 100644 --- a/metrics/macos-xcode11-release/render-tests/within/filter-with-inlined-geojson/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/within/filter-with-inlined-geojson/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/within/layout-text/metrics.json b/metrics/macos-xcode11-release/render-tests/within/layout-text/metrics.json index 022aba25a68..599a5b1a43d 100644 --- a/metrics/macos-xcode11-release/render-tests/within/layout-text/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/within/layout-text/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/within/paint-circle/metrics.json b/metrics/macos-xcode11-release/render-tests/within/paint-circle/metrics.json index e76ac664a03..4eb35bdc276 100644 --- a/metrics/macos-xcode11-release/render-tests/within/paint-circle/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/within/paint-circle/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/within/paint-icon/metrics.json b/metrics/macos-xcode11-release/render-tests/within/paint-icon/metrics.json index a65edfc8c98..a06ba3bc1ef 100644 --- a/metrics/macos-xcode11-release/render-tests/within/paint-icon/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/within/paint-icon/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/within/paint-line/metrics.json b/metrics/macos-xcode11-release/render-tests/within/paint-line/metrics.json index c32db503cbc..c97315898ef 100644 --- a/metrics/macos-xcode11-release/render-tests/within/paint-line/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/within/paint-line/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/within/paint-text/metrics.json b/metrics/macos-xcode11-release/render-tests/within/paint-text/metrics.json index b42b2f76347..52fa44e8b12 100644 --- a/metrics/macos-xcode11-release/render-tests/within/paint-text/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/within/paint-text/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/zoom-history/in/metrics.json b/metrics/macos-xcode11-release/render-tests/zoom-history/in/metrics.json index ba820d16da7..7448faf1686 100644 --- a/metrics/macos-xcode11-release/render-tests/zoom-history/in/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/zoom-history/in/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/zoom-history/out/metrics.json b/metrics/macos-xcode11-release/render-tests/zoom-history/out/metrics.json index ba820d16da7..7448faf1686 100644 --- a/metrics/macos-xcode11-release/render-tests/zoom-history/out/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/zoom-history/out/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/zoom-visibility/above/metrics.json b/metrics/macos-xcode11-release/render-tests/zoom-visibility/above/metrics.json index 8fbd5d92e32..1b60f77adfb 100644 --- a/metrics/macos-xcode11-release/render-tests/zoom-visibility/above/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/zoom-visibility/above/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/zoom-visibility/below/metrics.json b/metrics/macos-xcode11-release/render-tests/zoom-visibility/below/metrics.json index d11ea20c717..ad1ba7c6cf7 100644 --- a/metrics/macos-xcode11-release/render-tests/zoom-visibility/below/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/zoom-visibility/below/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/zoom-visibility/in-range/metrics.json b/metrics/macos-xcode11-release/render-tests/zoom-visibility/in-range/metrics.json index ed487147357..2fd2e941a31 100644 --- a/metrics/macos-xcode11-release/render-tests/zoom-visibility/in-range/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/zoom-visibility/in-range/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/zoom-visibility/out-of-range/metrics.json b/metrics/macos-xcode11-release/render-tests/zoom-visibility/out-of-range/metrics.json index 8fbd5d92e32..1b60f77adfb 100644 --- a/metrics/macos-xcode11-release/render-tests/zoom-visibility/out-of-range/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/zoom-visibility/out-of-range/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/zoom-visibility/was-above/metrics.json b/metrics/macos-xcode11-release/render-tests/zoom-visibility/was-above/metrics.json index b51667187e3..4d504053c7a 100644 --- a/metrics/macos-xcode11-release/render-tests/zoom-visibility/was-above/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/zoom-visibility/was-above/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/zoom-visibility/was-below/metrics.json b/metrics/macos-xcode11-release/render-tests/zoom-visibility/was-below/metrics.json index 01b432fe214..e30b6a8224f 100644 --- a/metrics/macos-xcode11-release/render-tests/zoom-visibility/was-below/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/zoom-visibility/was-below/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/zoomed-fill/default/metrics.json b/metrics/macos-xcode11-release/render-tests/zoomed-fill/default/metrics.json index ca6ff8e3338..15742bd2d9e 100644 --- a/metrics/macos-xcode11-release/render-tests/zoomed-fill/default/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/zoomed-fill/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/zoomed-raster/fractional/metrics.json b/metrics/macos-xcode11-release/render-tests/zoomed-raster/fractional/metrics.json index 4859f4afb12..0f05c16ab79 100644 --- a/metrics/macos-xcode11-release/render-tests/zoomed-raster/fractional/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/zoomed-raster/fractional/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/zoomed-raster/overzoom/metrics.json b/metrics/macos-xcode11-release/render-tests/zoomed-raster/overzoom/metrics.json index 10305579d18..bf90ca9af08 100644 --- a/metrics/macos-xcode11-release/render-tests/zoomed-raster/overzoom/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/zoomed-raster/overzoom/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/macos-xcode11-release/render-tests/zoomed-raster/underzoom/metrics.json b/metrics/macos-xcode11-release/render-tests/zoomed-raster/underzoom/metrics.json index 50f1262c46f..5003122a5bc 100644 --- a/metrics/macos-xcode11-release/render-tests/zoomed-raster/underzoom/metrics.json +++ b/metrics/macos-xcode11-release/render-tests/zoomed-raster/underzoom/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/tests/location_indicator/query_test/expected.json b/metrics/tests/location_indicator/query_test/expected.json index 3104dfe82d1..4f7dee5c009 100644 --- a/metrics/tests/location_indicator/query_test/expected.json +++ b/metrics/tests/location_indicator/query_test/expected.json @@ -13,4 +13,4 @@ "sourceLayer": "puck123", "state": {} } -] \ No newline at end of file +] diff --git a/metrics/tests/location_indicator/query_test_miss/expected.json b/metrics/tests/location_indicator/query_test_miss/expected.json index 0637a088a01..fe51488c706 100644 --- a/metrics/tests/location_indicator/query_test_miss/expected.json +++ b/metrics/tests/location_indicator/query_test_miss/expected.json @@ -1 +1 @@ -[] \ No newline at end of file +[] diff --git a/metrics/tests/location_indicator/query_test_no_image/expected.json b/metrics/tests/location_indicator/query_test_no_image/expected.json index 0637a088a01..fe51488c706 100644 --- a/metrics/tests/location_indicator/query_test_no_image/expected.json +++ b/metrics/tests/location_indicator/query_test_no_image/expected.json @@ -1 +1 @@ -[] \ No newline at end of file +[] diff --git a/metrics/tests/probes/gfx/fail-ib-mem-mismatch/style.json b/metrics/tests/probes/gfx/fail-ib-mem-mismatch/style.json index 6ae3eecb8ce..37d0a9c0e5f 100644 --- a/metrics/tests/probes/gfx/fail-ib-mem-mismatch/style.json +++ b/metrics/tests/probes/gfx/fail-ib-mem-mismatch/style.json @@ -17,4 +17,4 @@ "sources": {}, "layers": [] } - \ No newline at end of file + diff --git a/metrics/tests/probes/gfx/fail-negative-framebuffer-count/style.json b/metrics/tests/probes/gfx/fail-negative-framebuffer-count/style.json index 6ae3eecb8ce..37d0a9c0e5f 100644 --- a/metrics/tests/probes/gfx/fail-negative-framebuffer-count/style.json +++ b/metrics/tests/probes/gfx/fail-negative-framebuffer-count/style.json @@ -17,4 +17,4 @@ "sources": {}, "layers": [] } - \ No newline at end of file + diff --git a/metrics/tests/probes/gfx/fail-texture-mem-mismatch/style.json b/metrics/tests/probes/gfx/fail-texture-mem-mismatch/style.json index 6ae3eecb8ce..37d0a9c0e5f 100644 --- a/metrics/tests/probes/gfx/fail-texture-mem-mismatch/style.json +++ b/metrics/tests/probes/gfx/fail-texture-mem-mismatch/style.json @@ -17,4 +17,4 @@ "sources": {}, "layers": [] } - \ No newline at end of file + diff --git a/metrics/tests/probes/gfx/fail-too-few-buffers/style.json b/metrics/tests/probes/gfx/fail-too-few-buffers/style.json index 6ae3eecb8ce..37d0a9c0e5f 100644 --- a/metrics/tests/probes/gfx/fail-too-few-buffers/style.json +++ b/metrics/tests/probes/gfx/fail-too-few-buffers/style.json @@ -17,4 +17,4 @@ "sources": {}, "layers": [] } - \ No newline at end of file + diff --git a/metrics/tests/probes/gfx/fail-too-few-textures/style.json b/metrics/tests/probes/gfx/fail-too-few-textures/style.json index 6ae3eecb8ce..37d0a9c0e5f 100644 --- a/metrics/tests/probes/gfx/fail-too-few-textures/style.json +++ b/metrics/tests/probes/gfx/fail-too-few-textures/style.json @@ -17,4 +17,4 @@ "sources": {}, "layers": [] } - \ No newline at end of file + diff --git a/metrics/tests/probes/gfx/fail-too-many-drawcalls/style.json b/metrics/tests/probes/gfx/fail-too-many-drawcalls/style.json index 6ae3eecb8ce..37d0a9c0e5f 100644 --- a/metrics/tests/probes/gfx/fail-too-many-drawcalls/style.json +++ b/metrics/tests/probes/gfx/fail-too-many-drawcalls/style.json @@ -17,4 +17,4 @@ "sources": {}, "layers": [] } - \ No newline at end of file + diff --git a/metrics/tests/probes/gfx/fail-vb-mem-mismatch/style.json b/metrics/tests/probes/gfx/fail-vb-mem-mismatch/style.json index 6ae3eecb8ce..37d0a9c0e5f 100644 --- a/metrics/tests/probes/gfx/fail-vb-mem-mismatch/style.json +++ b/metrics/tests/probes/gfx/fail-vb-mem-mismatch/style.json @@ -17,4 +17,4 @@ "sources": {}, "layers": [] } - \ No newline at end of file + diff --git a/metrics/tests/probes/gfx/pass-double-probe/style.json b/metrics/tests/probes/gfx/pass-double-probe/style.json index 395f4ce50a7..68e92514687 100644 --- a/metrics/tests/probes/gfx/pass-double-probe/style.json +++ b/metrics/tests/probes/gfx/pass-double-probe/style.json @@ -19,4 +19,4 @@ "sources": {}, "layers": [] } - \ No newline at end of file + diff --git a/metrics/tests/probes/gfx/pass-probe-reset/style.json b/metrics/tests/probes/gfx/pass-probe-reset/style.json index 698d95bb748..a0528fa2d15 100644 --- a/metrics/tests/probes/gfx/pass-probe-reset/style.json +++ b/metrics/tests/probes/gfx/pass-probe-reset/style.json @@ -21,4 +21,4 @@ "sources": {}, "layers": [] } - \ No newline at end of file + diff --git a/metrics/tests/probes/gfx/pass/style.json b/metrics/tests/probes/gfx/pass/style.json index 6ae3eecb8ce..37d0a9c0e5f 100644 --- a/metrics/tests/probes/gfx/pass/style.json +++ b/metrics/tests/probes/gfx/pass/style.json @@ -17,4 +17,4 @@ "sources": {}, "layers": [] } - \ No newline at end of file + diff --git a/metrics/tests/probes/network/fail-requests-transferred/metrics.json b/metrics/tests/probes/network/fail-requests-transferred/metrics.json index 1a200ca38f4..42766770ecf 100644 --- a/metrics/tests/probes/network/fail-requests-transferred/metrics.json +++ b/metrics/tests/probes/network/fail-requests-transferred/metrics.json @@ -11,4 +11,4 @@ 0 ] ] -} \ No newline at end of file +} diff --git a/metrics/tests/probes/network/fail-requests/metrics.json b/metrics/tests/probes/network/fail-requests/metrics.json index 81c9b8a5d41..dbf7c68e81a 100644 --- a/metrics/tests/probes/network/fail-requests/metrics.json +++ b/metrics/tests/probes/network/fail-requests/metrics.json @@ -11,4 +11,4 @@ 0 ] ] -} \ No newline at end of file +} diff --git a/metrics/tests/probes/network/fail-transferred/metrics.json b/metrics/tests/probes/network/fail-transferred/metrics.json index 20b42d5b9bc..e97e1343618 100644 --- a/metrics/tests/probes/network/fail-transferred/metrics.json +++ b/metrics/tests/probes/network/fail-transferred/metrics.json @@ -11,4 +11,4 @@ 0 ] ] -} \ No newline at end of file +} diff --git a/metrics/tests/probes/network/pass/metrics.json b/metrics/tests/probes/network/pass/metrics.json index 6afd106a456..c90715a2f10 100644 --- a/metrics/tests/probes/network/pass/metrics.json +++ b/metrics/tests/probes/network/pass/metrics.json @@ -11,4 +11,4 @@ 0 ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/background-color/colorSpace-lab/metrics.json b/metrics/windows-msvc-release/render-tests/background-color/colorSpace-lab/metrics.json index 7da07969667..7c49193327f 100644 --- a/metrics/windows-msvc-release/render-tests/background-color/colorSpace-lab/metrics.json +++ b/metrics/windows-msvc-release/render-tests/background-color/colorSpace-lab/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/background-color/default/metrics.json b/metrics/windows-msvc-release/render-tests/background-color/default/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/windows-msvc-release/render-tests/background-color/default/metrics.json +++ b/metrics/windows-msvc-release/render-tests/background-color/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/background-color/function/metrics.json b/metrics/windows-msvc-release/render-tests/background-color/function/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/windows-msvc-release/render-tests/background-color/function/metrics.json +++ b/metrics/windows-msvc-release/render-tests/background-color/function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/background-color/literal/metrics.json b/metrics/windows-msvc-release/render-tests/background-color/literal/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/windows-msvc-release/render-tests/background-color/literal/metrics.json +++ b/metrics/windows-msvc-release/render-tests/background-color/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/background-opacity/color/metrics.json b/metrics/windows-msvc-release/render-tests/background-opacity/color/metrics.json index d1d3c719b69..2cd5816ef0d 100644 --- a/metrics/windows-msvc-release/render-tests/background-opacity/color/metrics.json +++ b/metrics/windows-msvc-release/render-tests/background-opacity/color/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/background-opacity/image/metrics.json b/metrics/windows-msvc-release/render-tests/background-opacity/image/metrics.json index 7e01e8e9305..cc7daa38f8d 100644 --- a/metrics/windows-msvc-release/render-tests/background-opacity/image/metrics.json +++ b/metrics/windows-msvc-release/render-tests/background-opacity/image/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/background-opacity/overlay/metrics.json b/metrics/windows-msvc-release/render-tests/background-opacity/overlay/metrics.json index 12f80d05a3e..56ce0e291b1 100644 --- a/metrics/windows-msvc-release/render-tests/background-opacity/overlay/metrics.json +++ b/metrics/windows-msvc-release/render-tests/background-opacity/overlay/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/background-pattern/@2x/metrics.json b/metrics/windows-msvc-release/render-tests/background-pattern/@2x/metrics.json index 89a3b9090c0..b86d5bd0f27 100644 --- a/metrics/windows-msvc-release/render-tests/background-pattern/@2x/metrics.json +++ b/metrics/windows-msvc-release/render-tests/background-pattern/@2x/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/background-pattern/literal/metrics.json b/metrics/windows-msvc-release/render-tests/background-pattern/literal/metrics.json index b17c1d43cf3..9681b5edc26 100644 --- a/metrics/windows-msvc-release/render-tests/background-pattern/literal/metrics.json +++ b/metrics/windows-msvc-release/render-tests/background-pattern/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/background-pattern/missing/metrics.json b/metrics/windows-msvc-release/render-tests/background-pattern/missing/metrics.json index cdb304a90f8..0e57ec4706f 100644 --- a/metrics/windows-msvc-release/render-tests/background-pattern/missing/metrics.json +++ b/metrics/windows-msvc-release/render-tests/background-pattern/missing/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/background-pattern/pitch/metrics.json b/metrics/windows-msvc-release/render-tests/background-pattern/pitch/metrics.json index 77a63a3f585..c1c2c63efe9 100644 --- a/metrics/windows-msvc-release/render-tests/background-pattern/pitch/metrics.json +++ b/metrics/windows-msvc-release/render-tests/background-pattern/pitch/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/background-pattern/rotated/metrics.json b/metrics/windows-msvc-release/render-tests/background-pattern/rotated/metrics.json index b17c1d43cf3..9681b5edc26 100644 --- a/metrics/windows-msvc-release/render-tests/background-pattern/rotated/metrics.json +++ b/metrics/windows-msvc-release/render-tests/background-pattern/rotated/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/background-pattern/zoomed/metrics.json b/metrics/windows-msvc-release/render-tests/background-pattern/zoomed/metrics.json index b17c1d43cf3..9681b5edc26 100644 --- a/metrics/windows-msvc-release/render-tests/background-pattern/zoomed/metrics.json +++ b/metrics/windows-msvc-release/render-tests/background-pattern/zoomed/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/background-visibility/none/metrics.json b/metrics/windows-msvc-release/render-tests/background-visibility/none/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/windows-msvc-release/render-tests/background-visibility/none/metrics.json +++ b/metrics/windows-msvc-release/render-tests/background-visibility/none/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/background-visibility/visible/metrics.json b/metrics/windows-msvc-release/render-tests/background-visibility/visible/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/windows-msvc-release/render-tests/background-visibility/visible/metrics.json +++ b/metrics/windows-msvc-release/render-tests/background-visibility/visible/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/basic-v9/z0-narrow-y/metrics.json b/metrics/windows-msvc-release/render-tests/basic-v9/z0-narrow-y/metrics.json index d149583eac7..c738e3b757b 100644 --- a/metrics/windows-msvc-release/render-tests/basic-v9/z0-narrow-y/metrics.json +++ b/metrics/windows-msvc-release/render-tests/basic-v9/z0-narrow-y/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/basic-v9/z0-wide-x/metrics.json b/metrics/windows-msvc-release/render-tests/basic-v9/z0-wide-x/metrics.json index d149583eac7..c738e3b757b 100644 --- a/metrics/windows-msvc-release/render-tests/basic-v9/z0-wide-x/metrics.json +++ b/metrics/windows-msvc-release/render-tests/basic-v9/z0-wide-x/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/basic-v9/z0/metrics.json b/metrics/windows-msvc-release/render-tests/basic-v9/z0/metrics.json index f5baf3924a9..29b4d5d491e 100644 --- a/metrics/windows-msvc-release/render-tests/basic-v9/z0/metrics.json +++ b/metrics/windows-msvc-release/render-tests/basic-v9/z0/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/bright-v9/z0/metrics.json b/metrics/windows-msvc-release/render-tests/bright-v9/z0/metrics.json index bc753ead908..7ea96e3a64f 100644 --- a/metrics/windows-msvc-release/render-tests/bright-v9/z0/metrics.json +++ b/metrics/windows-msvc-release/render-tests/bright-v9/z0/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/circle-blur/blending/metrics.json b/metrics/windows-msvc-release/render-tests/circle-blur/blending/metrics.json index 3e29447ea9a..7288b67ed1c 100644 --- a/metrics/windows-msvc-release/render-tests/circle-blur/blending/metrics.json +++ b/metrics/windows-msvc-release/render-tests/circle-blur/blending/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/circle-blur/default/metrics.json b/metrics/windows-msvc-release/render-tests/circle-blur/default/metrics.json index b7fcd045414..c5dc4e05e94 100644 --- a/metrics/windows-msvc-release/render-tests/circle-blur/default/metrics.json +++ b/metrics/windows-msvc-release/render-tests/circle-blur/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/circle-blur/function/metrics.json b/metrics/windows-msvc-release/render-tests/circle-blur/function/metrics.json index b7fcd045414..c5dc4e05e94 100644 --- a/metrics/windows-msvc-release/render-tests/circle-blur/function/metrics.json +++ b/metrics/windows-msvc-release/render-tests/circle-blur/function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/circle-blur/literal-stroke/metrics.json b/metrics/windows-msvc-release/render-tests/circle-blur/literal-stroke/metrics.json index b7fcd045414..c5dc4e05e94 100644 --- a/metrics/windows-msvc-release/render-tests/circle-blur/literal-stroke/metrics.json +++ b/metrics/windows-msvc-release/render-tests/circle-blur/literal-stroke/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/circle-blur/literal/metrics.json b/metrics/windows-msvc-release/render-tests/circle-blur/literal/metrics.json index b7fcd045414..c5dc4e05e94 100644 --- a/metrics/windows-msvc-release/render-tests/circle-blur/literal/metrics.json +++ b/metrics/windows-msvc-release/render-tests/circle-blur/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/circle-blur/property-function/metrics.json b/metrics/windows-msvc-release/render-tests/circle-blur/property-function/metrics.json index bf5b94a7258..c5dccb9cead 100644 --- a/metrics/windows-msvc-release/render-tests/circle-blur/property-function/metrics.json +++ b/metrics/windows-msvc-release/render-tests/circle-blur/property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/circle-blur/zoom-and-property-function/metrics.json b/metrics/windows-msvc-release/render-tests/circle-blur/zoom-and-property-function/metrics.json index 2b00a4fa064..5c78b6b810e 100644 --- a/metrics/windows-msvc-release/render-tests/circle-blur/zoom-and-property-function/metrics.json +++ b/metrics/windows-msvc-release/render-tests/circle-blur/zoom-and-property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/circle-color/default/metrics.json b/metrics/windows-msvc-release/render-tests/circle-color/default/metrics.json index b7fcd045414..c5dc4e05e94 100644 --- a/metrics/windows-msvc-release/render-tests/circle-color/default/metrics.json +++ b/metrics/windows-msvc-release/render-tests/circle-color/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/circle-color/function/metrics.json b/metrics/windows-msvc-release/render-tests/circle-color/function/metrics.json index b7fcd045414..c5dc4e05e94 100644 --- a/metrics/windows-msvc-release/render-tests/circle-color/function/metrics.json +++ b/metrics/windows-msvc-release/render-tests/circle-color/function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/circle-color/literal/metrics.json b/metrics/windows-msvc-release/render-tests/circle-color/literal/metrics.json index b7fcd045414..c5dc4e05e94 100644 --- a/metrics/windows-msvc-release/render-tests/circle-color/literal/metrics.json +++ b/metrics/windows-msvc-release/render-tests/circle-color/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/circle-color/property-function/metrics.json b/metrics/windows-msvc-release/render-tests/circle-color/property-function/metrics.json index 2b00a4fa064..5c78b6b810e 100644 --- a/metrics/windows-msvc-release/render-tests/circle-color/property-function/metrics.json +++ b/metrics/windows-msvc-release/render-tests/circle-color/property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/circle-color/zoom-and-property-function/metrics.json b/metrics/windows-msvc-release/render-tests/circle-color/zoom-and-property-function/metrics.json index cd37b906a56..6dc76e6fad1 100644 --- a/metrics/windows-msvc-release/render-tests/circle-color/zoom-and-property-function/metrics.json +++ b/metrics/windows-msvc-release/render-tests/circle-color/zoom-and-property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/circle-geometry/linestring/metrics.json b/metrics/windows-msvc-release/render-tests/circle-geometry/linestring/metrics.json index b7fcd045414..c5dc4e05e94 100644 --- a/metrics/windows-msvc-release/render-tests/circle-geometry/linestring/metrics.json +++ b/metrics/windows-msvc-release/render-tests/circle-geometry/linestring/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/circle-geometry/multilinestring/metrics.json b/metrics/windows-msvc-release/render-tests/circle-geometry/multilinestring/metrics.json index b9307738e09..baa04769a3d 100644 --- a/metrics/windows-msvc-release/render-tests/circle-geometry/multilinestring/metrics.json +++ b/metrics/windows-msvc-release/render-tests/circle-geometry/multilinestring/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/circle-geometry/multipoint/metrics.json b/metrics/windows-msvc-release/render-tests/circle-geometry/multipoint/metrics.json index b7fcd045414..c5dc4e05e94 100644 --- a/metrics/windows-msvc-release/render-tests/circle-geometry/multipoint/metrics.json +++ b/metrics/windows-msvc-release/render-tests/circle-geometry/multipoint/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/circle-geometry/multipolygon/metrics.json b/metrics/windows-msvc-release/render-tests/circle-geometry/multipolygon/metrics.json index 742ac68192d..967e8fa527d 100644 --- a/metrics/windows-msvc-release/render-tests/circle-geometry/multipolygon/metrics.json +++ b/metrics/windows-msvc-release/render-tests/circle-geometry/multipolygon/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/circle-geometry/point/metrics.json b/metrics/windows-msvc-release/render-tests/circle-geometry/point/metrics.json index 01b432fe214..e30b6a8224f 100644 --- a/metrics/windows-msvc-release/render-tests/circle-geometry/point/metrics.json +++ b/metrics/windows-msvc-release/render-tests/circle-geometry/point/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/circle-geometry/polygon/metrics.json b/metrics/windows-msvc-release/render-tests/circle-geometry/polygon/metrics.json index b65ae23a753..089b0be4abb 100644 --- a/metrics/windows-msvc-release/render-tests/circle-geometry/polygon/metrics.json +++ b/metrics/windows-msvc-release/render-tests/circle-geometry/polygon/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/circle-opacity/blending/metrics.json b/metrics/windows-msvc-release/render-tests/circle-opacity/blending/metrics.json index bf5b94a7258..c5dccb9cead 100644 --- a/metrics/windows-msvc-release/render-tests/circle-opacity/blending/metrics.json +++ b/metrics/windows-msvc-release/render-tests/circle-opacity/blending/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/circle-opacity/default/metrics.json b/metrics/windows-msvc-release/render-tests/circle-opacity/default/metrics.json index b7fcd045414..c5dc4e05e94 100644 --- a/metrics/windows-msvc-release/render-tests/circle-opacity/default/metrics.json +++ b/metrics/windows-msvc-release/render-tests/circle-opacity/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/circle-opacity/function/metrics.json b/metrics/windows-msvc-release/render-tests/circle-opacity/function/metrics.json index b7fcd045414..c5dc4e05e94 100644 --- a/metrics/windows-msvc-release/render-tests/circle-opacity/function/metrics.json +++ b/metrics/windows-msvc-release/render-tests/circle-opacity/function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/circle-opacity/literal/metrics.json b/metrics/windows-msvc-release/render-tests/circle-opacity/literal/metrics.json index b7fcd045414..c5dc4e05e94 100644 --- a/metrics/windows-msvc-release/render-tests/circle-opacity/literal/metrics.json +++ b/metrics/windows-msvc-release/render-tests/circle-opacity/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/circle-opacity/property-function/metrics.json b/metrics/windows-msvc-release/render-tests/circle-opacity/property-function/metrics.json index bf5b94a7258..c5dccb9cead 100644 --- a/metrics/windows-msvc-release/render-tests/circle-opacity/property-function/metrics.json +++ b/metrics/windows-msvc-release/render-tests/circle-opacity/property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/circle-opacity/zoom-and-property-function/metrics.json b/metrics/windows-msvc-release/render-tests/circle-opacity/zoom-and-property-function/metrics.json index 2b00a4fa064..5c78b6b810e 100644 --- a/metrics/windows-msvc-release/render-tests/circle-opacity/zoom-and-property-function/metrics.json +++ b/metrics/windows-msvc-release/render-tests/circle-opacity/zoom-and-property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/circle-pitch-alignment/map-scale-map/metrics.json b/metrics/windows-msvc-release/render-tests/circle-pitch-alignment/map-scale-map/metrics.json index 62ea5c7dea0..82a579190aa 100644 --- a/metrics/windows-msvc-release/render-tests/circle-pitch-alignment/map-scale-map/metrics.json +++ b/metrics/windows-msvc-release/render-tests/circle-pitch-alignment/map-scale-map/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/circle-pitch-alignment/map-scale-viewport/metrics.json b/metrics/windows-msvc-release/render-tests/circle-pitch-alignment/map-scale-viewport/metrics.json index 62ea5c7dea0..82a579190aa 100644 --- a/metrics/windows-msvc-release/render-tests/circle-pitch-alignment/map-scale-viewport/metrics.json +++ b/metrics/windows-msvc-release/render-tests/circle-pitch-alignment/map-scale-viewport/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/circle-pitch-alignment/viewport-scale-map/metrics.json b/metrics/windows-msvc-release/render-tests/circle-pitch-alignment/viewport-scale-map/metrics.json index 62ea5c7dea0..82a579190aa 100644 --- a/metrics/windows-msvc-release/render-tests/circle-pitch-alignment/viewport-scale-map/metrics.json +++ b/metrics/windows-msvc-release/render-tests/circle-pitch-alignment/viewport-scale-map/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/circle-pitch-alignment/viewport-scale-viewport/metrics.json b/metrics/windows-msvc-release/render-tests/circle-pitch-alignment/viewport-scale-viewport/metrics.json index 62ea5c7dea0..82a579190aa 100644 --- a/metrics/windows-msvc-release/render-tests/circle-pitch-alignment/viewport-scale-viewport/metrics.json +++ b/metrics/windows-msvc-release/render-tests/circle-pitch-alignment/viewport-scale-viewport/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/circle-pitch-scale/default/metrics.json b/metrics/windows-msvc-release/render-tests/circle-pitch-scale/default/metrics.json index 62ea5c7dea0..82a579190aa 100644 --- a/metrics/windows-msvc-release/render-tests/circle-pitch-scale/default/metrics.json +++ b/metrics/windows-msvc-release/render-tests/circle-pitch-scale/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/circle-pitch-scale/map/metrics.json b/metrics/windows-msvc-release/render-tests/circle-pitch-scale/map/metrics.json index 62ea5c7dea0..82a579190aa 100644 --- a/metrics/windows-msvc-release/render-tests/circle-pitch-scale/map/metrics.json +++ b/metrics/windows-msvc-release/render-tests/circle-pitch-scale/map/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/circle-pitch-scale/viewport/metrics.json b/metrics/windows-msvc-release/render-tests/circle-pitch-scale/viewport/metrics.json index 62ea5c7dea0..82a579190aa 100644 --- a/metrics/windows-msvc-release/render-tests/circle-pitch-scale/viewport/metrics.json +++ b/metrics/windows-msvc-release/render-tests/circle-pitch-scale/viewport/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/circle-radius/antimeridian/metrics.json b/metrics/windows-msvc-release/render-tests/circle-radius/antimeridian/metrics.json index b7fcd045414..c5dc4e05e94 100644 --- a/metrics/windows-msvc-release/render-tests/circle-radius/antimeridian/metrics.json +++ b/metrics/windows-msvc-release/render-tests/circle-radius/antimeridian/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/circle-radius/default/metrics.json b/metrics/windows-msvc-release/render-tests/circle-radius/default/metrics.json index b7fcd045414..c5dc4e05e94 100644 --- a/metrics/windows-msvc-release/render-tests/circle-radius/default/metrics.json +++ b/metrics/windows-msvc-release/render-tests/circle-radius/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/circle-radius/function/metrics.json b/metrics/windows-msvc-release/render-tests/circle-radius/function/metrics.json index b7fcd045414..c5dc4e05e94 100644 --- a/metrics/windows-msvc-release/render-tests/circle-radius/function/metrics.json +++ b/metrics/windows-msvc-release/render-tests/circle-radius/function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/circle-radius/literal/metrics.json b/metrics/windows-msvc-release/render-tests/circle-radius/literal/metrics.json index b7fcd045414..c5dc4e05e94 100644 --- a/metrics/windows-msvc-release/render-tests/circle-radius/literal/metrics.json +++ b/metrics/windows-msvc-release/render-tests/circle-radius/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/circle-radius/property-function/metrics.json b/metrics/windows-msvc-release/render-tests/circle-radius/property-function/metrics.json index bf5b94a7258..c5dccb9cead 100644 --- a/metrics/windows-msvc-release/render-tests/circle-radius/property-function/metrics.json +++ b/metrics/windows-msvc-release/render-tests/circle-radius/property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/circle-radius/zoom-and-property-function/metrics.json b/metrics/windows-msvc-release/render-tests/circle-radius/zoom-and-property-function/metrics.json index 2b00a4fa064..5c78b6b810e 100644 --- a/metrics/windows-msvc-release/render-tests/circle-radius/zoom-and-property-function/metrics.json +++ b/metrics/windows-msvc-release/render-tests/circle-radius/zoom-and-property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/circle-sort-key/literal/metrics.json b/metrics/windows-msvc-release/render-tests/circle-sort-key/literal/metrics.json index a7ecf0458cb..9bd7de306eb 100644 --- a/metrics/windows-msvc-release/render-tests/circle-sort-key/literal/metrics.json +++ b/metrics/windows-msvc-release/render-tests/circle-sort-key/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/circle-stroke-color/default/metrics.json b/metrics/windows-msvc-release/render-tests/circle-stroke-color/default/metrics.json index b7fcd045414..c5dc4e05e94 100644 --- a/metrics/windows-msvc-release/render-tests/circle-stroke-color/default/metrics.json +++ b/metrics/windows-msvc-release/render-tests/circle-stroke-color/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/circle-stroke-color/function/metrics.json b/metrics/windows-msvc-release/render-tests/circle-stroke-color/function/metrics.json index b7fcd045414..c5dc4e05e94 100644 --- a/metrics/windows-msvc-release/render-tests/circle-stroke-color/function/metrics.json +++ b/metrics/windows-msvc-release/render-tests/circle-stroke-color/function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/circle-stroke-color/literal/metrics.json b/metrics/windows-msvc-release/render-tests/circle-stroke-color/literal/metrics.json index b7fcd045414..c5dc4e05e94 100644 --- a/metrics/windows-msvc-release/render-tests/circle-stroke-color/literal/metrics.json +++ b/metrics/windows-msvc-release/render-tests/circle-stroke-color/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/circle-stroke-color/property-function/metrics.json b/metrics/windows-msvc-release/render-tests/circle-stroke-color/property-function/metrics.json index 2b00a4fa064..5c78b6b810e 100644 --- a/metrics/windows-msvc-release/render-tests/circle-stroke-color/property-function/metrics.json +++ b/metrics/windows-msvc-release/render-tests/circle-stroke-color/property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/circle-stroke-color/zoom-and-property-function/metrics.json b/metrics/windows-msvc-release/render-tests/circle-stroke-color/zoom-and-property-function/metrics.json index cd37b906a56..6dc76e6fad1 100644 --- a/metrics/windows-msvc-release/render-tests/circle-stroke-color/zoom-and-property-function/metrics.json +++ b/metrics/windows-msvc-release/render-tests/circle-stroke-color/zoom-and-property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/circle-stroke-opacity/default/metrics.json b/metrics/windows-msvc-release/render-tests/circle-stroke-opacity/default/metrics.json index b7fcd045414..c5dc4e05e94 100644 --- a/metrics/windows-msvc-release/render-tests/circle-stroke-opacity/default/metrics.json +++ b/metrics/windows-msvc-release/render-tests/circle-stroke-opacity/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/circle-stroke-opacity/function/metrics.json b/metrics/windows-msvc-release/render-tests/circle-stroke-opacity/function/metrics.json index b7fcd045414..c5dc4e05e94 100644 --- a/metrics/windows-msvc-release/render-tests/circle-stroke-opacity/function/metrics.json +++ b/metrics/windows-msvc-release/render-tests/circle-stroke-opacity/function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/circle-stroke-opacity/literal/metrics.json b/metrics/windows-msvc-release/render-tests/circle-stroke-opacity/literal/metrics.json index b7fcd045414..c5dc4e05e94 100644 --- a/metrics/windows-msvc-release/render-tests/circle-stroke-opacity/literal/metrics.json +++ b/metrics/windows-msvc-release/render-tests/circle-stroke-opacity/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/circle-stroke-opacity/property-function/metrics.json b/metrics/windows-msvc-release/render-tests/circle-stroke-opacity/property-function/metrics.json index bf5b94a7258..c5dccb9cead 100644 --- a/metrics/windows-msvc-release/render-tests/circle-stroke-opacity/property-function/metrics.json +++ b/metrics/windows-msvc-release/render-tests/circle-stroke-opacity/property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/circle-stroke-opacity/stroke-only/metrics.json b/metrics/windows-msvc-release/render-tests/circle-stroke-opacity/stroke-only/metrics.json index b7fcd045414..c5dc4e05e94 100644 --- a/metrics/windows-msvc-release/render-tests/circle-stroke-opacity/stroke-only/metrics.json +++ b/metrics/windows-msvc-release/render-tests/circle-stroke-opacity/stroke-only/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/circle-stroke-opacity/zoom-and-property-function/metrics.json b/metrics/windows-msvc-release/render-tests/circle-stroke-opacity/zoom-and-property-function/metrics.json index 2b00a4fa064..5c78b6b810e 100644 --- a/metrics/windows-msvc-release/render-tests/circle-stroke-opacity/zoom-and-property-function/metrics.json +++ b/metrics/windows-msvc-release/render-tests/circle-stroke-opacity/zoom-and-property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/circle-stroke-width/default/metrics.json b/metrics/windows-msvc-release/render-tests/circle-stroke-width/default/metrics.json index b7fcd045414..c5dc4e05e94 100644 --- a/metrics/windows-msvc-release/render-tests/circle-stroke-width/default/metrics.json +++ b/metrics/windows-msvc-release/render-tests/circle-stroke-width/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/circle-stroke-width/function/metrics.json b/metrics/windows-msvc-release/render-tests/circle-stroke-width/function/metrics.json index b7fcd045414..c5dc4e05e94 100644 --- a/metrics/windows-msvc-release/render-tests/circle-stroke-width/function/metrics.json +++ b/metrics/windows-msvc-release/render-tests/circle-stroke-width/function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/circle-stroke-width/literal/metrics.json b/metrics/windows-msvc-release/render-tests/circle-stroke-width/literal/metrics.json index b7fcd045414..c5dc4e05e94 100644 --- a/metrics/windows-msvc-release/render-tests/circle-stroke-width/literal/metrics.json +++ b/metrics/windows-msvc-release/render-tests/circle-stroke-width/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/circle-stroke-width/property-function/metrics.json b/metrics/windows-msvc-release/render-tests/circle-stroke-width/property-function/metrics.json index bf5b94a7258..c5dccb9cead 100644 --- a/metrics/windows-msvc-release/render-tests/circle-stroke-width/property-function/metrics.json +++ b/metrics/windows-msvc-release/render-tests/circle-stroke-width/property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/circle-stroke-width/zoom-and-property-function/metrics.json b/metrics/windows-msvc-release/render-tests/circle-stroke-width/zoom-and-property-function/metrics.json index 2b00a4fa064..5c78b6b810e 100644 --- a/metrics/windows-msvc-release/render-tests/circle-stroke-width/zoom-and-property-function/metrics.json +++ b/metrics/windows-msvc-release/render-tests/circle-stroke-width/zoom-and-property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/circle-translate-anchor/map/metrics.json b/metrics/windows-msvc-release/render-tests/circle-translate-anchor/map/metrics.json index b7fcd045414..c5dc4e05e94 100644 --- a/metrics/windows-msvc-release/render-tests/circle-translate-anchor/map/metrics.json +++ b/metrics/windows-msvc-release/render-tests/circle-translate-anchor/map/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/circle-translate-anchor/viewport/metrics.json b/metrics/windows-msvc-release/render-tests/circle-translate-anchor/viewport/metrics.json index b7fcd045414..c5dc4e05e94 100644 --- a/metrics/windows-msvc-release/render-tests/circle-translate-anchor/viewport/metrics.json +++ b/metrics/windows-msvc-release/render-tests/circle-translate-anchor/viewport/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/circle-translate/default/metrics.json b/metrics/windows-msvc-release/render-tests/circle-translate/default/metrics.json index b7fcd045414..c5dc4e05e94 100644 --- a/metrics/windows-msvc-release/render-tests/circle-translate/default/metrics.json +++ b/metrics/windows-msvc-release/render-tests/circle-translate/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/circle-translate/function/metrics.json b/metrics/windows-msvc-release/render-tests/circle-translate/function/metrics.json index b7fcd045414..c5dc4e05e94 100644 --- a/metrics/windows-msvc-release/render-tests/circle-translate/function/metrics.json +++ b/metrics/windows-msvc-release/render-tests/circle-translate/function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/circle-translate/literal/metrics.json b/metrics/windows-msvc-release/render-tests/circle-translate/literal/metrics.json index b7fcd045414..c5dc4e05e94 100644 --- a/metrics/windows-msvc-release/render-tests/circle-translate/literal/metrics.json +++ b/metrics/windows-msvc-release/render-tests/circle-translate/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/combinations/background-opaque--background-opaque/metrics.json b/metrics/windows-msvc-release/render-tests/combinations/background-opaque--background-opaque/metrics.json index ca19895c81d..385524356c4 100644 --- a/metrics/windows-msvc-release/render-tests/combinations/background-opaque--background-opaque/metrics.json +++ b/metrics/windows-msvc-release/render-tests/combinations/background-opaque--background-opaque/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/combinations/background-opaque--background-translucent/metrics.json b/metrics/windows-msvc-release/render-tests/combinations/background-opaque--background-translucent/metrics.json index ca19895c81d..385524356c4 100644 --- a/metrics/windows-msvc-release/render-tests/combinations/background-opaque--background-translucent/metrics.json +++ b/metrics/windows-msvc-release/render-tests/combinations/background-opaque--background-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/combinations/background-opaque--circle-translucent/metrics.json b/metrics/windows-msvc-release/render-tests/combinations/background-opaque--circle-translucent/metrics.json index b65ae23a753..089b0be4abb 100644 --- a/metrics/windows-msvc-release/render-tests/combinations/background-opaque--circle-translucent/metrics.json +++ b/metrics/windows-msvc-release/render-tests/combinations/background-opaque--circle-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/combinations/background-opaque--fill-extrusion-translucent/metrics.json b/metrics/windows-msvc-release/render-tests/combinations/background-opaque--fill-extrusion-translucent/metrics.json index 869c4378bf3..f712c8f66dc 100644 --- a/metrics/windows-msvc-release/render-tests/combinations/background-opaque--fill-extrusion-translucent/metrics.json +++ b/metrics/windows-msvc-release/render-tests/combinations/background-opaque--fill-extrusion-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/combinations/background-opaque--fill-opaque/metrics.json b/metrics/windows-msvc-release/render-tests/combinations/background-opaque--fill-opaque/metrics.json index 873f47815fe..a1e24dbecc7 100644 --- a/metrics/windows-msvc-release/render-tests/combinations/background-opaque--fill-opaque/metrics.json +++ b/metrics/windows-msvc-release/render-tests/combinations/background-opaque--fill-opaque/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/combinations/background-opaque--fill-translucent/metrics.json b/metrics/windows-msvc-release/render-tests/combinations/background-opaque--fill-translucent/metrics.json index 873f47815fe..a1e24dbecc7 100644 --- a/metrics/windows-msvc-release/render-tests/combinations/background-opaque--fill-translucent/metrics.json +++ b/metrics/windows-msvc-release/render-tests/combinations/background-opaque--fill-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/combinations/background-opaque--heatmap-translucent/metrics.json b/metrics/windows-msvc-release/render-tests/combinations/background-opaque--heatmap-translucent/metrics.json index 5cc4b977fff..459db2373ea 100644 --- a/metrics/windows-msvc-release/render-tests/combinations/background-opaque--heatmap-translucent/metrics.json +++ b/metrics/windows-msvc-release/render-tests/combinations/background-opaque--heatmap-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/combinations/background-opaque--hillshade-translucent/metrics.json b/metrics/windows-msvc-release/render-tests/combinations/background-opaque--hillshade-translucent/metrics.json index fe9af55d561..3341db244c6 100644 --- a/metrics/windows-msvc-release/render-tests/combinations/background-opaque--hillshade-translucent/metrics.json +++ b/metrics/windows-msvc-release/render-tests/combinations/background-opaque--hillshade-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/combinations/background-opaque--line-translucent/metrics.json b/metrics/windows-msvc-release/render-tests/combinations/background-opaque--line-translucent/metrics.json index 43b92c8fd62..bf9465ff8aa 100644 --- a/metrics/windows-msvc-release/render-tests/combinations/background-opaque--line-translucent/metrics.json +++ b/metrics/windows-msvc-release/render-tests/combinations/background-opaque--line-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/combinations/background-opaque--raster-translucent/metrics.json b/metrics/windows-msvc-release/render-tests/combinations/background-opaque--raster-translucent/metrics.json index aeff97a9b28..4c90b1a1026 100644 --- a/metrics/windows-msvc-release/render-tests/combinations/background-opaque--raster-translucent/metrics.json +++ b/metrics/windows-msvc-release/render-tests/combinations/background-opaque--raster-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/combinations/background-opaque--symbol-translucent/metrics.json b/metrics/windows-msvc-release/render-tests/combinations/background-opaque--symbol-translucent/metrics.json index ff10b87fe60..80efc975536 100644 --- a/metrics/windows-msvc-release/render-tests/combinations/background-opaque--symbol-translucent/metrics.json +++ b/metrics/windows-msvc-release/render-tests/combinations/background-opaque--symbol-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/combinations/background-translucent--background-opaque/metrics.json b/metrics/windows-msvc-release/render-tests/combinations/background-translucent--background-opaque/metrics.json index ca19895c81d..385524356c4 100644 --- a/metrics/windows-msvc-release/render-tests/combinations/background-translucent--background-opaque/metrics.json +++ b/metrics/windows-msvc-release/render-tests/combinations/background-translucent--background-opaque/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/combinations/background-translucent--background-translucent/metrics.json b/metrics/windows-msvc-release/render-tests/combinations/background-translucent--background-translucent/metrics.json index ca19895c81d..385524356c4 100644 --- a/metrics/windows-msvc-release/render-tests/combinations/background-translucent--background-translucent/metrics.json +++ b/metrics/windows-msvc-release/render-tests/combinations/background-translucent--background-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/combinations/background-translucent--circle-translucent/metrics.json b/metrics/windows-msvc-release/render-tests/combinations/background-translucent--circle-translucent/metrics.json index b65ae23a753..089b0be4abb 100644 --- a/metrics/windows-msvc-release/render-tests/combinations/background-translucent--circle-translucent/metrics.json +++ b/metrics/windows-msvc-release/render-tests/combinations/background-translucent--circle-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/combinations/background-translucent--fill-extrusion-translucent/metrics.json b/metrics/windows-msvc-release/render-tests/combinations/background-translucent--fill-extrusion-translucent/metrics.json index 869c4378bf3..f712c8f66dc 100644 --- a/metrics/windows-msvc-release/render-tests/combinations/background-translucent--fill-extrusion-translucent/metrics.json +++ b/metrics/windows-msvc-release/render-tests/combinations/background-translucent--fill-extrusion-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/combinations/background-translucent--fill-opaque/metrics.json b/metrics/windows-msvc-release/render-tests/combinations/background-translucent--fill-opaque/metrics.json index 873f47815fe..a1e24dbecc7 100644 --- a/metrics/windows-msvc-release/render-tests/combinations/background-translucent--fill-opaque/metrics.json +++ b/metrics/windows-msvc-release/render-tests/combinations/background-translucent--fill-opaque/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/combinations/background-translucent--fill-translucent/metrics.json b/metrics/windows-msvc-release/render-tests/combinations/background-translucent--fill-translucent/metrics.json index 873f47815fe..a1e24dbecc7 100644 --- a/metrics/windows-msvc-release/render-tests/combinations/background-translucent--fill-translucent/metrics.json +++ b/metrics/windows-msvc-release/render-tests/combinations/background-translucent--fill-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/combinations/background-translucent--heatmap-translucent/metrics.json b/metrics/windows-msvc-release/render-tests/combinations/background-translucent--heatmap-translucent/metrics.json index 5cc4b977fff..459db2373ea 100644 --- a/metrics/windows-msvc-release/render-tests/combinations/background-translucent--heatmap-translucent/metrics.json +++ b/metrics/windows-msvc-release/render-tests/combinations/background-translucent--heatmap-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/combinations/background-translucent--hillshade-translucent/metrics.json b/metrics/windows-msvc-release/render-tests/combinations/background-translucent--hillshade-translucent/metrics.json index fe9af55d561..3341db244c6 100644 --- a/metrics/windows-msvc-release/render-tests/combinations/background-translucent--hillshade-translucent/metrics.json +++ b/metrics/windows-msvc-release/render-tests/combinations/background-translucent--hillshade-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/combinations/background-translucent--line-translucent/metrics.json b/metrics/windows-msvc-release/render-tests/combinations/background-translucent--line-translucent/metrics.json index 43b92c8fd62..bf9465ff8aa 100644 --- a/metrics/windows-msvc-release/render-tests/combinations/background-translucent--line-translucent/metrics.json +++ b/metrics/windows-msvc-release/render-tests/combinations/background-translucent--line-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/combinations/background-translucent--raster-translucent/metrics.json b/metrics/windows-msvc-release/render-tests/combinations/background-translucent--raster-translucent/metrics.json index aeff97a9b28..4c90b1a1026 100644 --- a/metrics/windows-msvc-release/render-tests/combinations/background-translucent--raster-translucent/metrics.json +++ b/metrics/windows-msvc-release/render-tests/combinations/background-translucent--raster-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/combinations/background-translucent--symbol-translucent/metrics.json b/metrics/windows-msvc-release/render-tests/combinations/background-translucent--symbol-translucent/metrics.json index ff10b87fe60..80efc975536 100644 --- a/metrics/windows-msvc-release/render-tests/combinations/background-translucent--symbol-translucent/metrics.json +++ b/metrics/windows-msvc-release/render-tests/combinations/background-translucent--symbol-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/combinations/circle-translucent--background-opaque/metrics.json b/metrics/windows-msvc-release/render-tests/combinations/circle-translucent--background-opaque/metrics.json index d5ad1d9303d..dc413c28a83 100644 --- a/metrics/windows-msvc-release/render-tests/combinations/circle-translucent--background-opaque/metrics.json +++ b/metrics/windows-msvc-release/render-tests/combinations/circle-translucent--background-opaque/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/combinations/circle-translucent--background-translucent/metrics.json b/metrics/windows-msvc-release/render-tests/combinations/circle-translucent--background-translucent/metrics.json index d5ad1d9303d..dc413c28a83 100644 --- a/metrics/windows-msvc-release/render-tests/combinations/circle-translucent--background-translucent/metrics.json +++ b/metrics/windows-msvc-release/render-tests/combinations/circle-translucent--background-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/combinations/circle-translucent--circle-translucent/metrics.json b/metrics/windows-msvc-release/render-tests/combinations/circle-translucent--circle-translucent/metrics.json index d5ad1d9303d..dc413c28a83 100644 --- a/metrics/windows-msvc-release/render-tests/combinations/circle-translucent--circle-translucent/metrics.json +++ b/metrics/windows-msvc-release/render-tests/combinations/circle-translucent--circle-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/combinations/circle-translucent--fill-extrusion-translucent/metrics.json b/metrics/windows-msvc-release/render-tests/combinations/circle-translucent--fill-extrusion-translucent/metrics.json index d0a09330c38..02e32b225c1 100644 --- a/metrics/windows-msvc-release/render-tests/combinations/circle-translucent--fill-extrusion-translucent/metrics.json +++ b/metrics/windows-msvc-release/render-tests/combinations/circle-translucent--fill-extrusion-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/combinations/circle-translucent--fill-opaque/metrics.json b/metrics/windows-msvc-release/render-tests/combinations/circle-translucent--fill-opaque/metrics.json index 54232a88593..3589506596e 100644 --- a/metrics/windows-msvc-release/render-tests/combinations/circle-translucent--fill-opaque/metrics.json +++ b/metrics/windows-msvc-release/render-tests/combinations/circle-translucent--fill-opaque/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/combinations/circle-translucent--fill-translucent/metrics.json b/metrics/windows-msvc-release/render-tests/combinations/circle-translucent--fill-translucent/metrics.json index 54232a88593..3589506596e 100644 --- a/metrics/windows-msvc-release/render-tests/combinations/circle-translucent--fill-translucent/metrics.json +++ b/metrics/windows-msvc-release/render-tests/combinations/circle-translucent--fill-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/combinations/circle-translucent--heatmap-translucent/metrics.json b/metrics/windows-msvc-release/render-tests/combinations/circle-translucent--heatmap-translucent/metrics.json index b342e18183b..04e5de8e775 100644 --- a/metrics/windows-msvc-release/render-tests/combinations/circle-translucent--heatmap-translucent/metrics.json +++ b/metrics/windows-msvc-release/render-tests/combinations/circle-translucent--heatmap-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/combinations/circle-translucent--hillshade-translucent/metrics.json b/metrics/windows-msvc-release/render-tests/combinations/circle-translucent--hillshade-translucent/metrics.json index 2ecd93ab0db..008f32728a9 100644 --- a/metrics/windows-msvc-release/render-tests/combinations/circle-translucent--hillshade-translucent/metrics.json +++ b/metrics/windows-msvc-release/render-tests/combinations/circle-translucent--hillshade-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/combinations/circle-translucent--line-translucent/metrics.json b/metrics/windows-msvc-release/render-tests/combinations/circle-translucent--line-translucent/metrics.json index 34e16412442..848c8eed8f1 100644 --- a/metrics/windows-msvc-release/render-tests/combinations/circle-translucent--line-translucent/metrics.json +++ b/metrics/windows-msvc-release/render-tests/combinations/circle-translucent--line-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/combinations/circle-translucent--raster-translucent/metrics.json b/metrics/windows-msvc-release/render-tests/combinations/circle-translucent--raster-translucent/metrics.json index 8543c93e3fb..313c9a78216 100644 --- a/metrics/windows-msvc-release/render-tests/combinations/circle-translucent--raster-translucent/metrics.json +++ b/metrics/windows-msvc-release/render-tests/combinations/circle-translucent--raster-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/combinations/circle-translucent--symbol-translucent/metrics.json b/metrics/windows-msvc-release/render-tests/combinations/circle-translucent--symbol-translucent/metrics.json index 7f048825740..509f08c45c2 100644 --- a/metrics/windows-msvc-release/render-tests/combinations/circle-translucent--symbol-translucent/metrics.json +++ b/metrics/windows-msvc-release/render-tests/combinations/circle-translucent--symbol-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/combinations/fill-extrusion--fill-opaque/metrics.json b/metrics/windows-msvc-release/render-tests/combinations/fill-extrusion--fill-opaque/metrics.json index 158f4a877cf..7c68a9b0ae7 100644 --- a/metrics/windows-msvc-release/render-tests/combinations/fill-extrusion--fill-opaque/metrics.json +++ b/metrics/windows-msvc-release/render-tests/combinations/fill-extrusion--fill-opaque/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/combinations/fill-extrusion--fill-translucent/metrics.json b/metrics/windows-msvc-release/render-tests/combinations/fill-extrusion--fill-translucent/metrics.json index 158f4a877cf..7c68a9b0ae7 100644 --- a/metrics/windows-msvc-release/render-tests/combinations/fill-extrusion--fill-translucent/metrics.json +++ b/metrics/windows-msvc-release/render-tests/combinations/fill-extrusion--fill-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/combinations/fill-extrusion-translucent--background-opaque/metrics.json b/metrics/windows-msvc-release/render-tests/combinations/fill-extrusion-translucent--background-opaque/metrics.json index 070982798d7..ddd80ebcd4a 100644 --- a/metrics/windows-msvc-release/render-tests/combinations/fill-extrusion-translucent--background-opaque/metrics.json +++ b/metrics/windows-msvc-release/render-tests/combinations/fill-extrusion-translucent--background-opaque/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/combinations/fill-extrusion-translucent--background-translucent/metrics.json b/metrics/windows-msvc-release/render-tests/combinations/fill-extrusion-translucent--background-translucent/metrics.json index 070982798d7..ddd80ebcd4a 100644 --- a/metrics/windows-msvc-release/render-tests/combinations/fill-extrusion-translucent--background-translucent/metrics.json +++ b/metrics/windows-msvc-release/render-tests/combinations/fill-extrusion-translucent--background-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/combinations/fill-extrusion-translucent--circle-translucent/metrics.json b/metrics/windows-msvc-release/render-tests/combinations/fill-extrusion-translucent--circle-translucent/metrics.json index d0a09330c38..02e32b225c1 100644 --- a/metrics/windows-msvc-release/render-tests/combinations/fill-extrusion-translucent--circle-translucent/metrics.json +++ b/metrics/windows-msvc-release/render-tests/combinations/fill-extrusion-translucent--circle-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/combinations/fill-extrusion-translucent--fill-extrusion-translucent/metrics.json b/metrics/windows-msvc-release/render-tests/combinations/fill-extrusion-translucent--fill-extrusion-translucent/metrics.json index 070982798d7..ddd80ebcd4a 100644 --- a/metrics/windows-msvc-release/render-tests/combinations/fill-extrusion-translucent--fill-extrusion-translucent/metrics.json +++ b/metrics/windows-msvc-release/render-tests/combinations/fill-extrusion-translucent--fill-extrusion-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/combinations/fill-extrusion-translucent--fill-opaque/metrics.json b/metrics/windows-msvc-release/render-tests/combinations/fill-extrusion-translucent--fill-opaque/metrics.json index 9dd47aeeeb5..42b4e6f9890 100644 --- a/metrics/windows-msvc-release/render-tests/combinations/fill-extrusion-translucent--fill-opaque/metrics.json +++ b/metrics/windows-msvc-release/render-tests/combinations/fill-extrusion-translucent--fill-opaque/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/combinations/fill-extrusion-translucent--fill-translucent/metrics.json b/metrics/windows-msvc-release/render-tests/combinations/fill-extrusion-translucent--fill-translucent/metrics.json index f460f1be9e6..758831370f8 100644 --- a/metrics/windows-msvc-release/render-tests/combinations/fill-extrusion-translucent--fill-translucent/metrics.json +++ b/metrics/windows-msvc-release/render-tests/combinations/fill-extrusion-translucent--fill-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/combinations/fill-extrusion-translucent--heatmap-translucent/metrics.json b/metrics/windows-msvc-release/render-tests/combinations/fill-extrusion-translucent--heatmap-translucent/metrics.json index a4c2b929c75..ab72e118cc7 100644 --- a/metrics/windows-msvc-release/render-tests/combinations/fill-extrusion-translucent--heatmap-translucent/metrics.json +++ b/metrics/windows-msvc-release/render-tests/combinations/fill-extrusion-translucent--heatmap-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/combinations/fill-extrusion-translucent--hillshade-translucent/metrics.json b/metrics/windows-msvc-release/render-tests/combinations/fill-extrusion-translucent--hillshade-translucent/metrics.json index f9f2c55c050..a404300fa4e 100644 --- a/metrics/windows-msvc-release/render-tests/combinations/fill-extrusion-translucent--hillshade-translucent/metrics.json +++ b/metrics/windows-msvc-release/render-tests/combinations/fill-extrusion-translucent--hillshade-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/combinations/fill-extrusion-translucent--line-translucent/metrics.json b/metrics/windows-msvc-release/render-tests/combinations/fill-extrusion-translucent--line-translucent/metrics.json index b9a70d7457b..dff1b0cc4e1 100644 --- a/metrics/windows-msvc-release/render-tests/combinations/fill-extrusion-translucent--line-translucent/metrics.json +++ b/metrics/windows-msvc-release/render-tests/combinations/fill-extrusion-translucent--line-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/combinations/fill-extrusion-translucent--raster-translucent/metrics.json b/metrics/windows-msvc-release/render-tests/combinations/fill-extrusion-translucent--raster-translucent/metrics.json index ba3da4f660c..87a7cf57671 100644 --- a/metrics/windows-msvc-release/render-tests/combinations/fill-extrusion-translucent--raster-translucent/metrics.json +++ b/metrics/windows-msvc-release/render-tests/combinations/fill-extrusion-translucent--raster-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/combinations/fill-extrusion-translucent--symbol-translucent/metrics.json b/metrics/windows-msvc-release/render-tests/combinations/fill-extrusion-translucent--symbol-translucent/metrics.json index e06f8fc8fc1..7c9e77d5811 100644 --- a/metrics/windows-msvc-release/render-tests/combinations/fill-extrusion-translucent--symbol-translucent/metrics.json +++ b/metrics/windows-msvc-release/render-tests/combinations/fill-extrusion-translucent--symbol-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/combinations/fill-opaque--background-opaque/metrics.json b/metrics/windows-msvc-release/render-tests/combinations/fill-opaque--background-opaque/metrics.json index d9701f6181e..e3f653570e1 100644 --- a/metrics/windows-msvc-release/render-tests/combinations/fill-opaque--background-opaque/metrics.json +++ b/metrics/windows-msvc-release/render-tests/combinations/fill-opaque--background-opaque/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/combinations/fill-opaque--background-translucent/metrics.json b/metrics/windows-msvc-release/render-tests/combinations/fill-opaque--background-translucent/metrics.json index d9701f6181e..e3f653570e1 100644 --- a/metrics/windows-msvc-release/render-tests/combinations/fill-opaque--background-translucent/metrics.json +++ b/metrics/windows-msvc-release/render-tests/combinations/fill-opaque--background-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/combinations/fill-opaque--circle-translucent/metrics.json b/metrics/windows-msvc-release/render-tests/combinations/fill-opaque--circle-translucent/metrics.json index 54232a88593..3589506596e 100644 --- a/metrics/windows-msvc-release/render-tests/combinations/fill-opaque--circle-translucent/metrics.json +++ b/metrics/windows-msvc-release/render-tests/combinations/fill-opaque--circle-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/combinations/fill-opaque--fill-extrusion-translucent/metrics.json b/metrics/windows-msvc-release/render-tests/combinations/fill-opaque--fill-extrusion-translucent/metrics.json index 158f4a877cf..7c68a9b0ae7 100644 --- a/metrics/windows-msvc-release/render-tests/combinations/fill-opaque--fill-extrusion-translucent/metrics.json +++ b/metrics/windows-msvc-release/render-tests/combinations/fill-opaque--fill-extrusion-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/combinations/fill-opaque--fill-opaque/metrics.json b/metrics/windows-msvc-release/render-tests/combinations/fill-opaque--fill-opaque/metrics.json index 511b43f4d27..0c3fa00030f 100644 --- a/metrics/windows-msvc-release/render-tests/combinations/fill-opaque--fill-opaque/metrics.json +++ b/metrics/windows-msvc-release/render-tests/combinations/fill-opaque--fill-opaque/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/combinations/fill-opaque--fill-translucent/metrics.json b/metrics/windows-msvc-release/render-tests/combinations/fill-opaque--fill-translucent/metrics.json index 511b43f4d27..0c3fa00030f 100644 --- a/metrics/windows-msvc-release/render-tests/combinations/fill-opaque--fill-translucent/metrics.json +++ b/metrics/windows-msvc-release/render-tests/combinations/fill-opaque--fill-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/combinations/fill-opaque--heatmap-translucent/metrics.json b/metrics/windows-msvc-release/render-tests/combinations/fill-opaque--heatmap-translucent/metrics.json index 5565a4dd482..8a2c3875148 100644 --- a/metrics/windows-msvc-release/render-tests/combinations/fill-opaque--heatmap-translucent/metrics.json +++ b/metrics/windows-msvc-release/render-tests/combinations/fill-opaque--heatmap-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/combinations/fill-opaque--hillshade-translucent/metrics.json b/metrics/windows-msvc-release/render-tests/combinations/fill-opaque--hillshade-translucent/metrics.json index 130eb528504..9de2075c67f 100644 --- a/metrics/windows-msvc-release/render-tests/combinations/fill-opaque--hillshade-translucent/metrics.json +++ b/metrics/windows-msvc-release/render-tests/combinations/fill-opaque--hillshade-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/combinations/fill-opaque--image-translucent/metrics.json b/metrics/windows-msvc-release/render-tests/combinations/fill-opaque--image-translucent/metrics.json index 8ed0fcb075e..daeb965b4e1 100644 --- a/metrics/windows-msvc-release/render-tests/combinations/fill-opaque--image-translucent/metrics.json +++ b/metrics/windows-msvc-release/render-tests/combinations/fill-opaque--image-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/combinations/fill-opaque--line-translucent/metrics.json b/metrics/windows-msvc-release/render-tests/combinations/fill-opaque--line-translucent/metrics.json index aac3c6d3088..3fa48c6a965 100644 --- a/metrics/windows-msvc-release/render-tests/combinations/fill-opaque--line-translucent/metrics.json +++ b/metrics/windows-msvc-release/render-tests/combinations/fill-opaque--line-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/combinations/fill-opaque--raster-translucent/metrics.json b/metrics/windows-msvc-release/render-tests/combinations/fill-opaque--raster-translucent/metrics.json index a6e96270b25..3f327cb1242 100644 --- a/metrics/windows-msvc-release/render-tests/combinations/fill-opaque--raster-translucent/metrics.json +++ b/metrics/windows-msvc-release/render-tests/combinations/fill-opaque--raster-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/combinations/fill-opaque--symbol-translucent/metrics.json b/metrics/windows-msvc-release/render-tests/combinations/fill-opaque--symbol-translucent/metrics.json index c1bede4b522..b7c8916479b 100644 --- a/metrics/windows-msvc-release/render-tests/combinations/fill-opaque--symbol-translucent/metrics.json +++ b/metrics/windows-msvc-release/render-tests/combinations/fill-opaque--symbol-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/combinations/fill-translucent--background-opaque/metrics.json b/metrics/windows-msvc-release/render-tests/combinations/fill-translucent--background-opaque/metrics.json index d9701f6181e..e3f653570e1 100644 --- a/metrics/windows-msvc-release/render-tests/combinations/fill-translucent--background-opaque/metrics.json +++ b/metrics/windows-msvc-release/render-tests/combinations/fill-translucent--background-opaque/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/combinations/fill-translucent--background-translucent/metrics.json b/metrics/windows-msvc-release/render-tests/combinations/fill-translucent--background-translucent/metrics.json index d9701f6181e..e3f653570e1 100644 --- a/metrics/windows-msvc-release/render-tests/combinations/fill-translucent--background-translucent/metrics.json +++ b/metrics/windows-msvc-release/render-tests/combinations/fill-translucent--background-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/combinations/fill-translucent--circle-translucent/metrics.json b/metrics/windows-msvc-release/render-tests/combinations/fill-translucent--circle-translucent/metrics.json index 54232a88593..3589506596e 100644 --- a/metrics/windows-msvc-release/render-tests/combinations/fill-translucent--circle-translucent/metrics.json +++ b/metrics/windows-msvc-release/render-tests/combinations/fill-translucent--circle-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/combinations/fill-translucent--fill-extrusion-translucent/metrics.json b/metrics/windows-msvc-release/render-tests/combinations/fill-translucent--fill-extrusion-translucent/metrics.json index 158f4a877cf..7c68a9b0ae7 100644 --- a/metrics/windows-msvc-release/render-tests/combinations/fill-translucent--fill-extrusion-translucent/metrics.json +++ b/metrics/windows-msvc-release/render-tests/combinations/fill-translucent--fill-extrusion-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/combinations/fill-translucent--fill-opaque/metrics.json b/metrics/windows-msvc-release/render-tests/combinations/fill-translucent--fill-opaque/metrics.json index 511b43f4d27..0c3fa00030f 100644 --- a/metrics/windows-msvc-release/render-tests/combinations/fill-translucent--fill-opaque/metrics.json +++ b/metrics/windows-msvc-release/render-tests/combinations/fill-translucent--fill-opaque/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/combinations/fill-translucent--fill-translucent/metrics.json b/metrics/windows-msvc-release/render-tests/combinations/fill-translucent--fill-translucent/metrics.json index 511b43f4d27..0c3fa00030f 100644 --- a/metrics/windows-msvc-release/render-tests/combinations/fill-translucent--fill-translucent/metrics.json +++ b/metrics/windows-msvc-release/render-tests/combinations/fill-translucent--fill-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/combinations/fill-translucent--heatmap-translucent/metrics.json b/metrics/windows-msvc-release/render-tests/combinations/fill-translucent--heatmap-translucent/metrics.json index 5565a4dd482..8a2c3875148 100644 --- a/metrics/windows-msvc-release/render-tests/combinations/fill-translucent--heatmap-translucent/metrics.json +++ b/metrics/windows-msvc-release/render-tests/combinations/fill-translucent--heatmap-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/combinations/fill-translucent--hillshade-translucent/metrics.json b/metrics/windows-msvc-release/render-tests/combinations/fill-translucent--hillshade-translucent/metrics.json index 130eb528504..9de2075c67f 100644 --- a/metrics/windows-msvc-release/render-tests/combinations/fill-translucent--hillshade-translucent/metrics.json +++ b/metrics/windows-msvc-release/render-tests/combinations/fill-translucent--hillshade-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/combinations/fill-translucent--line-translucent/metrics.json b/metrics/windows-msvc-release/render-tests/combinations/fill-translucent--line-translucent/metrics.json index aac3c6d3088..3fa48c6a965 100644 --- a/metrics/windows-msvc-release/render-tests/combinations/fill-translucent--line-translucent/metrics.json +++ b/metrics/windows-msvc-release/render-tests/combinations/fill-translucent--line-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/combinations/fill-translucent--raster-translucent/metrics.json b/metrics/windows-msvc-release/render-tests/combinations/fill-translucent--raster-translucent/metrics.json index a6e96270b25..3f327cb1242 100644 --- a/metrics/windows-msvc-release/render-tests/combinations/fill-translucent--raster-translucent/metrics.json +++ b/metrics/windows-msvc-release/render-tests/combinations/fill-translucent--raster-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/combinations/fill-translucent--symbol-translucent/metrics.json b/metrics/windows-msvc-release/render-tests/combinations/fill-translucent--symbol-translucent/metrics.json index c1bede4b522..b7c8916479b 100644 --- a/metrics/windows-msvc-release/render-tests/combinations/fill-translucent--symbol-translucent/metrics.json +++ b/metrics/windows-msvc-release/render-tests/combinations/fill-translucent--symbol-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/combinations/heatmap-translucent--background-translucent/metrics.json b/metrics/windows-msvc-release/render-tests/combinations/heatmap-translucent--background-translucent/metrics.json index 046dcc83f87..7e8e12d4e5c 100644 --- a/metrics/windows-msvc-release/render-tests/combinations/heatmap-translucent--background-translucent/metrics.json +++ b/metrics/windows-msvc-release/render-tests/combinations/heatmap-translucent--background-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/combinations/heatmap-translucent--circle-translucent/metrics.json b/metrics/windows-msvc-release/render-tests/combinations/heatmap-translucent--circle-translucent/metrics.json index b342e18183b..04e5de8e775 100644 --- a/metrics/windows-msvc-release/render-tests/combinations/heatmap-translucent--circle-translucent/metrics.json +++ b/metrics/windows-msvc-release/render-tests/combinations/heatmap-translucent--circle-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/combinations/heatmap-translucent--fill-extrusion-translucent/metrics.json b/metrics/windows-msvc-release/render-tests/combinations/heatmap-translucent--fill-extrusion-translucent/metrics.json index a4c2b929c75..ab72e118cc7 100644 --- a/metrics/windows-msvc-release/render-tests/combinations/heatmap-translucent--fill-extrusion-translucent/metrics.json +++ b/metrics/windows-msvc-release/render-tests/combinations/heatmap-translucent--fill-extrusion-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/combinations/heatmap-translucent--fill-translucent/metrics.json b/metrics/windows-msvc-release/render-tests/combinations/heatmap-translucent--fill-translucent/metrics.json index 5565a4dd482..8a2c3875148 100644 --- a/metrics/windows-msvc-release/render-tests/combinations/heatmap-translucent--fill-translucent/metrics.json +++ b/metrics/windows-msvc-release/render-tests/combinations/heatmap-translucent--fill-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/combinations/heatmap-translucent--heatmap-translucent/metrics.json b/metrics/windows-msvc-release/render-tests/combinations/heatmap-translucent--heatmap-translucent/metrics.json index 94161dda76b..6f5af7fb644 100644 --- a/metrics/windows-msvc-release/render-tests/combinations/heatmap-translucent--heatmap-translucent/metrics.json +++ b/metrics/windows-msvc-release/render-tests/combinations/heatmap-translucent--heatmap-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/combinations/heatmap-translucent--hillshade-translucent/metrics.json b/metrics/windows-msvc-release/render-tests/combinations/heatmap-translucent--hillshade-translucent/metrics.json index eb8235bd221..e643b72cc24 100644 --- a/metrics/windows-msvc-release/render-tests/combinations/heatmap-translucent--hillshade-translucent/metrics.json +++ b/metrics/windows-msvc-release/render-tests/combinations/heatmap-translucent--hillshade-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/combinations/heatmap-translucent--line-translucent/metrics.json b/metrics/windows-msvc-release/render-tests/combinations/heatmap-translucent--line-translucent/metrics.json index e6b45ea3c9c..e7b5f516339 100644 --- a/metrics/windows-msvc-release/render-tests/combinations/heatmap-translucent--line-translucent/metrics.json +++ b/metrics/windows-msvc-release/render-tests/combinations/heatmap-translucent--line-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/combinations/heatmap-translucent--raster-translucent/metrics.json b/metrics/windows-msvc-release/render-tests/combinations/heatmap-translucent--raster-translucent/metrics.json index 46ae22eb392..43d09834abb 100644 --- a/metrics/windows-msvc-release/render-tests/combinations/heatmap-translucent--raster-translucent/metrics.json +++ b/metrics/windows-msvc-release/render-tests/combinations/heatmap-translucent--raster-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/combinations/heatmap-translucent--symbol-translucent/metrics.json b/metrics/windows-msvc-release/render-tests/combinations/heatmap-translucent--symbol-translucent/metrics.json index 60f01ff9e36..2914d385f21 100644 --- a/metrics/windows-msvc-release/render-tests/combinations/heatmap-translucent--symbol-translucent/metrics.json +++ b/metrics/windows-msvc-release/render-tests/combinations/heatmap-translucent--symbol-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/combinations/hillshade-translucent--background-opaque/metrics.json b/metrics/windows-msvc-release/render-tests/combinations/hillshade-translucent--background-opaque/metrics.json index 019fd54df32..9d85d6b956f 100644 --- a/metrics/windows-msvc-release/render-tests/combinations/hillshade-translucent--background-opaque/metrics.json +++ b/metrics/windows-msvc-release/render-tests/combinations/hillshade-translucent--background-opaque/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/combinations/hillshade-translucent--background-translucent/metrics.json b/metrics/windows-msvc-release/render-tests/combinations/hillshade-translucent--background-translucent/metrics.json index 019fd54df32..9d85d6b956f 100644 --- a/metrics/windows-msvc-release/render-tests/combinations/hillshade-translucent--background-translucent/metrics.json +++ b/metrics/windows-msvc-release/render-tests/combinations/hillshade-translucent--background-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/combinations/hillshade-translucent--circle-translucent/metrics.json b/metrics/windows-msvc-release/render-tests/combinations/hillshade-translucent--circle-translucent/metrics.json index 2ecd93ab0db..008f32728a9 100644 --- a/metrics/windows-msvc-release/render-tests/combinations/hillshade-translucent--circle-translucent/metrics.json +++ b/metrics/windows-msvc-release/render-tests/combinations/hillshade-translucent--circle-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/combinations/hillshade-translucent--fill-extrusion-translucent/metrics.json b/metrics/windows-msvc-release/render-tests/combinations/hillshade-translucent--fill-extrusion-translucent/metrics.json index f9f2c55c050..a404300fa4e 100644 --- a/metrics/windows-msvc-release/render-tests/combinations/hillshade-translucent--fill-extrusion-translucent/metrics.json +++ b/metrics/windows-msvc-release/render-tests/combinations/hillshade-translucent--fill-extrusion-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/combinations/hillshade-translucent--fill-opaque/metrics.json b/metrics/windows-msvc-release/render-tests/combinations/hillshade-translucent--fill-opaque/metrics.json index 130eb528504..9de2075c67f 100644 --- a/metrics/windows-msvc-release/render-tests/combinations/hillshade-translucent--fill-opaque/metrics.json +++ b/metrics/windows-msvc-release/render-tests/combinations/hillshade-translucent--fill-opaque/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/combinations/hillshade-translucent--fill-translucent/metrics.json b/metrics/windows-msvc-release/render-tests/combinations/hillshade-translucent--fill-translucent/metrics.json index 130eb528504..9de2075c67f 100644 --- a/metrics/windows-msvc-release/render-tests/combinations/hillshade-translucent--fill-translucent/metrics.json +++ b/metrics/windows-msvc-release/render-tests/combinations/hillshade-translucent--fill-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/combinations/hillshade-translucent--heatmap-translucent/metrics.json b/metrics/windows-msvc-release/render-tests/combinations/hillshade-translucent--heatmap-translucent/metrics.json index eb8235bd221..e643b72cc24 100644 --- a/metrics/windows-msvc-release/render-tests/combinations/hillshade-translucent--heatmap-translucent/metrics.json +++ b/metrics/windows-msvc-release/render-tests/combinations/hillshade-translucent--heatmap-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/combinations/hillshade-translucent--hillshade-translucent/metrics.json b/metrics/windows-msvc-release/render-tests/combinations/hillshade-translucent--hillshade-translucent/metrics.json index 6cdf449a0c7..10759b737f0 100644 --- a/metrics/windows-msvc-release/render-tests/combinations/hillshade-translucent--hillshade-translucent/metrics.json +++ b/metrics/windows-msvc-release/render-tests/combinations/hillshade-translucent--hillshade-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/combinations/hillshade-translucent--line-translucent/metrics.json b/metrics/windows-msvc-release/render-tests/combinations/hillshade-translucent--line-translucent/metrics.json index 1d0c8f8153b..1b513e2875e 100644 --- a/metrics/windows-msvc-release/render-tests/combinations/hillshade-translucent--line-translucent/metrics.json +++ b/metrics/windows-msvc-release/render-tests/combinations/hillshade-translucent--line-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/combinations/hillshade-translucent--raster-translucent/metrics.json b/metrics/windows-msvc-release/render-tests/combinations/hillshade-translucent--raster-translucent/metrics.json index 40f09a93051..2e3add06208 100644 --- a/metrics/windows-msvc-release/render-tests/combinations/hillshade-translucent--raster-translucent/metrics.json +++ b/metrics/windows-msvc-release/render-tests/combinations/hillshade-translucent--raster-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/combinations/hillshade-translucent--symbol-translucent/metrics.json b/metrics/windows-msvc-release/render-tests/combinations/hillshade-translucent--symbol-translucent/metrics.json index 1b23d9d85c9..3496bc37bfb 100644 --- a/metrics/windows-msvc-release/render-tests/combinations/hillshade-translucent--symbol-translucent/metrics.json +++ b/metrics/windows-msvc-release/render-tests/combinations/hillshade-translucent--symbol-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/combinations/line-translucent--background-opaque/metrics.json b/metrics/windows-msvc-release/render-tests/combinations/line-translucent--background-opaque/metrics.json index 2fb82f10860..dbbe87baf8b 100644 --- a/metrics/windows-msvc-release/render-tests/combinations/line-translucent--background-opaque/metrics.json +++ b/metrics/windows-msvc-release/render-tests/combinations/line-translucent--background-opaque/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/combinations/line-translucent--background-translucent/metrics.json b/metrics/windows-msvc-release/render-tests/combinations/line-translucent--background-translucent/metrics.json index 2fb82f10860..dbbe87baf8b 100644 --- a/metrics/windows-msvc-release/render-tests/combinations/line-translucent--background-translucent/metrics.json +++ b/metrics/windows-msvc-release/render-tests/combinations/line-translucent--background-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/combinations/line-translucent--circle-translucent/metrics.json b/metrics/windows-msvc-release/render-tests/combinations/line-translucent--circle-translucent/metrics.json index 34e16412442..848c8eed8f1 100644 --- a/metrics/windows-msvc-release/render-tests/combinations/line-translucent--circle-translucent/metrics.json +++ b/metrics/windows-msvc-release/render-tests/combinations/line-translucent--circle-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/combinations/line-translucent--fill-extrusion-translucent/metrics.json b/metrics/windows-msvc-release/render-tests/combinations/line-translucent--fill-extrusion-translucent/metrics.json index b9a70d7457b..dff1b0cc4e1 100644 --- a/metrics/windows-msvc-release/render-tests/combinations/line-translucent--fill-extrusion-translucent/metrics.json +++ b/metrics/windows-msvc-release/render-tests/combinations/line-translucent--fill-extrusion-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/combinations/line-translucent--fill-opaque/metrics.json b/metrics/windows-msvc-release/render-tests/combinations/line-translucent--fill-opaque/metrics.json index aac3c6d3088..3fa48c6a965 100644 --- a/metrics/windows-msvc-release/render-tests/combinations/line-translucent--fill-opaque/metrics.json +++ b/metrics/windows-msvc-release/render-tests/combinations/line-translucent--fill-opaque/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/combinations/line-translucent--fill-translucent/metrics.json b/metrics/windows-msvc-release/render-tests/combinations/line-translucent--fill-translucent/metrics.json index aac3c6d3088..3fa48c6a965 100644 --- a/metrics/windows-msvc-release/render-tests/combinations/line-translucent--fill-translucent/metrics.json +++ b/metrics/windows-msvc-release/render-tests/combinations/line-translucent--fill-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/combinations/line-translucent--heatmap-translucent/metrics.json b/metrics/windows-msvc-release/render-tests/combinations/line-translucent--heatmap-translucent/metrics.json index e6b45ea3c9c..e7b5f516339 100644 --- a/metrics/windows-msvc-release/render-tests/combinations/line-translucent--heatmap-translucent/metrics.json +++ b/metrics/windows-msvc-release/render-tests/combinations/line-translucent--heatmap-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/combinations/line-translucent--hillshade-translucent/metrics.json b/metrics/windows-msvc-release/render-tests/combinations/line-translucent--hillshade-translucent/metrics.json index 1d0c8f8153b..1b513e2875e 100644 --- a/metrics/windows-msvc-release/render-tests/combinations/line-translucent--hillshade-translucent/metrics.json +++ b/metrics/windows-msvc-release/render-tests/combinations/line-translucent--hillshade-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/combinations/line-translucent--line-translucent/metrics.json b/metrics/windows-msvc-release/render-tests/combinations/line-translucent--line-translucent/metrics.json index 2fb82f10860..dbbe87baf8b 100644 --- a/metrics/windows-msvc-release/render-tests/combinations/line-translucent--line-translucent/metrics.json +++ b/metrics/windows-msvc-release/render-tests/combinations/line-translucent--line-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/combinations/line-translucent--raster-translucent/metrics.json b/metrics/windows-msvc-release/render-tests/combinations/line-translucent--raster-translucent/metrics.json index dfb24aaa91b..47dea3c28e0 100644 --- a/metrics/windows-msvc-release/render-tests/combinations/line-translucent--raster-translucent/metrics.json +++ b/metrics/windows-msvc-release/render-tests/combinations/line-translucent--raster-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/combinations/line-translucent--symbol-translucent/metrics.json b/metrics/windows-msvc-release/render-tests/combinations/line-translucent--symbol-translucent/metrics.json index cafdf6fa100..76f5b1043c9 100644 --- a/metrics/windows-msvc-release/render-tests/combinations/line-translucent--symbol-translucent/metrics.json +++ b/metrics/windows-msvc-release/render-tests/combinations/line-translucent--symbol-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/combinations/raster-translucent--background-opaque/metrics.json b/metrics/windows-msvc-release/render-tests/combinations/raster-translucent--background-opaque/metrics.json index 9297ddb669b..62d9f6ef55d 100644 --- a/metrics/windows-msvc-release/render-tests/combinations/raster-translucent--background-opaque/metrics.json +++ b/metrics/windows-msvc-release/render-tests/combinations/raster-translucent--background-opaque/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/combinations/raster-translucent--background-translucent/metrics.json b/metrics/windows-msvc-release/render-tests/combinations/raster-translucent--background-translucent/metrics.json index 9297ddb669b..62d9f6ef55d 100644 --- a/metrics/windows-msvc-release/render-tests/combinations/raster-translucent--background-translucent/metrics.json +++ b/metrics/windows-msvc-release/render-tests/combinations/raster-translucent--background-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/combinations/raster-translucent--circle-translucent/metrics.json b/metrics/windows-msvc-release/render-tests/combinations/raster-translucent--circle-translucent/metrics.json index 8543c93e3fb..313c9a78216 100644 --- a/metrics/windows-msvc-release/render-tests/combinations/raster-translucent--circle-translucent/metrics.json +++ b/metrics/windows-msvc-release/render-tests/combinations/raster-translucent--circle-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/combinations/raster-translucent--fill-extrusion-translucent/metrics.json b/metrics/windows-msvc-release/render-tests/combinations/raster-translucent--fill-extrusion-translucent/metrics.json index ba3da4f660c..87a7cf57671 100644 --- a/metrics/windows-msvc-release/render-tests/combinations/raster-translucent--fill-extrusion-translucent/metrics.json +++ b/metrics/windows-msvc-release/render-tests/combinations/raster-translucent--fill-extrusion-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/combinations/raster-translucent--fill-opaque/metrics.json b/metrics/windows-msvc-release/render-tests/combinations/raster-translucent--fill-opaque/metrics.json index a6e96270b25..3f327cb1242 100644 --- a/metrics/windows-msvc-release/render-tests/combinations/raster-translucent--fill-opaque/metrics.json +++ b/metrics/windows-msvc-release/render-tests/combinations/raster-translucent--fill-opaque/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/combinations/raster-translucent--fill-translucent/metrics.json b/metrics/windows-msvc-release/render-tests/combinations/raster-translucent--fill-translucent/metrics.json index a6e96270b25..3f327cb1242 100644 --- a/metrics/windows-msvc-release/render-tests/combinations/raster-translucent--fill-translucent/metrics.json +++ b/metrics/windows-msvc-release/render-tests/combinations/raster-translucent--fill-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/combinations/raster-translucent--heatmap-translucent/metrics.json b/metrics/windows-msvc-release/render-tests/combinations/raster-translucent--heatmap-translucent/metrics.json index 46ae22eb392..43d09834abb 100644 --- a/metrics/windows-msvc-release/render-tests/combinations/raster-translucent--heatmap-translucent/metrics.json +++ b/metrics/windows-msvc-release/render-tests/combinations/raster-translucent--heatmap-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/combinations/raster-translucent--hillshade-translucent/metrics.json b/metrics/windows-msvc-release/render-tests/combinations/raster-translucent--hillshade-translucent/metrics.json index 40f09a93051..2e3add06208 100644 --- a/metrics/windows-msvc-release/render-tests/combinations/raster-translucent--hillshade-translucent/metrics.json +++ b/metrics/windows-msvc-release/render-tests/combinations/raster-translucent--hillshade-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/combinations/raster-translucent--line-translucent/metrics.json b/metrics/windows-msvc-release/render-tests/combinations/raster-translucent--line-translucent/metrics.json index dfb24aaa91b..47dea3c28e0 100644 --- a/metrics/windows-msvc-release/render-tests/combinations/raster-translucent--line-translucent/metrics.json +++ b/metrics/windows-msvc-release/render-tests/combinations/raster-translucent--line-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/combinations/raster-translucent--raster-translucent/metrics.json b/metrics/windows-msvc-release/render-tests/combinations/raster-translucent--raster-translucent/metrics.json index 11aca40c023..c842bf39097 100644 --- a/metrics/windows-msvc-release/render-tests/combinations/raster-translucent--raster-translucent/metrics.json +++ b/metrics/windows-msvc-release/render-tests/combinations/raster-translucent--raster-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/combinations/raster-translucent--symbol-translucent/metrics.json b/metrics/windows-msvc-release/render-tests/combinations/raster-translucent--symbol-translucent/metrics.json index 1900b992490..5e9f2726e80 100644 --- a/metrics/windows-msvc-release/render-tests/combinations/raster-translucent--symbol-translucent/metrics.json +++ b/metrics/windows-msvc-release/render-tests/combinations/raster-translucent--symbol-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/combinations/symbol-translucent--background-opaque/metrics.json b/metrics/windows-msvc-release/render-tests/combinations/symbol-translucent--background-opaque/metrics.json index 7f17773165c..b25ac99b3bb 100644 --- a/metrics/windows-msvc-release/render-tests/combinations/symbol-translucent--background-opaque/metrics.json +++ b/metrics/windows-msvc-release/render-tests/combinations/symbol-translucent--background-opaque/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/combinations/symbol-translucent--background-translucent/metrics.json b/metrics/windows-msvc-release/render-tests/combinations/symbol-translucent--background-translucent/metrics.json index 7f17773165c..b25ac99b3bb 100644 --- a/metrics/windows-msvc-release/render-tests/combinations/symbol-translucent--background-translucent/metrics.json +++ b/metrics/windows-msvc-release/render-tests/combinations/symbol-translucent--background-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/combinations/symbol-translucent--circle-translucent/metrics.json b/metrics/windows-msvc-release/render-tests/combinations/symbol-translucent--circle-translucent/metrics.json index 7f048825740..509f08c45c2 100644 --- a/metrics/windows-msvc-release/render-tests/combinations/symbol-translucent--circle-translucent/metrics.json +++ b/metrics/windows-msvc-release/render-tests/combinations/symbol-translucent--circle-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/combinations/symbol-translucent--fill-extrusion-translucent/metrics.json b/metrics/windows-msvc-release/render-tests/combinations/symbol-translucent--fill-extrusion-translucent/metrics.json index e06f8fc8fc1..7c9e77d5811 100644 --- a/metrics/windows-msvc-release/render-tests/combinations/symbol-translucent--fill-extrusion-translucent/metrics.json +++ b/metrics/windows-msvc-release/render-tests/combinations/symbol-translucent--fill-extrusion-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/combinations/symbol-translucent--fill-opaque/metrics.json b/metrics/windows-msvc-release/render-tests/combinations/symbol-translucent--fill-opaque/metrics.json index c1bede4b522..b7c8916479b 100644 --- a/metrics/windows-msvc-release/render-tests/combinations/symbol-translucent--fill-opaque/metrics.json +++ b/metrics/windows-msvc-release/render-tests/combinations/symbol-translucent--fill-opaque/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/combinations/symbol-translucent--fill-translucent/metrics.json b/metrics/windows-msvc-release/render-tests/combinations/symbol-translucent--fill-translucent/metrics.json index c1bede4b522..b7c8916479b 100644 --- a/metrics/windows-msvc-release/render-tests/combinations/symbol-translucent--fill-translucent/metrics.json +++ b/metrics/windows-msvc-release/render-tests/combinations/symbol-translucent--fill-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/combinations/symbol-translucent--heatmap-translucent/metrics.json b/metrics/windows-msvc-release/render-tests/combinations/symbol-translucent--heatmap-translucent/metrics.json index 60f01ff9e36..2914d385f21 100644 --- a/metrics/windows-msvc-release/render-tests/combinations/symbol-translucent--heatmap-translucent/metrics.json +++ b/metrics/windows-msvc-release/render-tests/combinations/symbol-translucent--heatmap-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/combinations/symbol-translucent--hillshade-translucent/metrics.json b/metrics/windows-msvc-release/render-tests/combinations/symbol-translucent--hillshade-translucent/metrics.json index 1b23d9d85c9..3496bc37bfb 100644 --- a/metrics/windows-msvc-release/render-tests/combinations/symbol-translucent--hillshade-translucent/metrics.json +++ b/metrics/windows-msvc-release/render-tests/combinations/symbol-translucent--hillshade-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/combinations/symbol-translucent--line-translucent/metrics.json b/metrics/windows-msvc-release/render-tests/combinations/symbol-translucent--line-translucent/metrics.json index cafdf6fa100..76f5b1043c9 100644 --- a/metrics/windows-msvc-release/render-tests/combinations/symbol-translucent--line-translucent/metrics.json +++ b/metrics/windows-msvc-release/render-tests/combinations/symbol-translucent--line-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/combinations/symbol-translucent--raster-translucent/metrics.json b/metrics/windows-msvc-release/render-tests/combinations/symbol-translucent--raster-translucent/metrics.json index 1900b992490..5e9f2726e80 100644 --- a/metrics/windows-msvc-release/render-tests/combinations/symbol-translucent--raster-translucent/metrics.json +++ b/metrics/windows-msvc-release/render-tests/combinations/symbol-translucent--raster-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/combinations/symbol-translucent--symbol-translucent/metrics.json b/metrics/windows-msvc-release/render-tests/combinations/symbol-translucent--symbol-translucent/metrics.json index 501f64a004e..5ad8d61037a 100644 --- a/metrics/windows-msvc-release/render-tests/combinations/symbol-translucent--symbol-translucent/metrics.json +++ b/metrics/windows-msvc-release/render-tests/combinations/symbol-translucent--symbol-translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/debug/collision-icon-text-line-translate/metrics.json b/metrics/windows-msvc-release/render-tests/debug/collision-icon-text-line-translate/metrics.json index a99484c47cc..48ccfb3d10f 100644 --- a/metrics/windows-msvc-release/render-tests/debug/collision-icon-text-line-translate/metrics.json +++ b/metrics/windows-msvc-release/render-tests/debug/collision-icon-text-line-translate/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/debug/collision-icon-text-point-translate/metrics.json b/metrics/windows-msvc-release/render-tests/debug/collision-icon-text-point-translate/metrics.json index 17fba0446e8..ae2716da045 100644 --- a/metrics/windows-msvc-release/render-tests/debug/collision-icon-text-point-translate/metrics.json +++ b/metrics/windows-msvc-release/render-tests/debug/collision-icon-text-point-translate/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/debug/collision-lines-overscaled/metrics.json b/metrics/windows-msvc-release/render-tests/debug/collision-lines-overscaled/metrics.json index 89d36a35a27..0642fb166cb 100644 --- a/metrics/windows-msvc-release/render-tests/debug/collision-lines-overscaled/metrics.json +++ b/metrics/windows-msvc-release/render-tests/debug/collision-lines-overscaled/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/debug/collision-lines-pitched/metrics.json b/metrics/windows-msvc-release/render-tests/debug/collision-lines-pitched/metrics.json index fdbd1532eb1..bd18f217fd0 100644 --- a/metrics/windows-msvc-release/render-tests/debug/collision-lines-pitched/metrics.json +++ b/metrics/windows-msvc-release/render-tests/debug/collision-lines-pitched/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/debug/collision-lines/metrics.json b/metrics/windows-msvc-release/render-tests/debug/collision-lines/metrics.json index fdbd1532eb1..bd18f217fd0 100644 --- a/metrics/windows-msvc-release/render-tests/debug/collision-lines/metrics.json +++ b/metrics/windows-msvc-release/render-tests/debug/collision-lines/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/debug/collision-overscaled/metrics.json b/metrics/windows-msvc-release/render-tests/debug/collision-overscaled/metrics.json index a06fb7ad37e..06b80cfa71a 100644 --- a/metrics/windows-msvc-release/render-tests/debug/collision-overscaled/metrics.json +++ b/metrics/windows-msvc-release/render-tests/debug/collision-overscaled/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/debug/collision-pitched-wrapped/metrics.json b/metrics/windows-msvc-release/render-tests/debug/collision-pitched-wrapped/metrics.json index 6168495707b..1c5d5aa4a88 100644 --- a/metrics/windows-msvc-release/render-tests/debug/collision-pitched-wrapped/metrics.json +++ b/metrics/windows-msvc-release/render-tests/debug/collision-pitched-wrapped/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/debug/collision-pitched/metrics.json b/metrics/windows-msvc-release/render-tests/debug/collision-pitched/metrics.json index a4fade43b7e..11ce04a115e 100644 --- a/metrics/windows-msvc-release/render-tests/debug/collision-pitched/metrics.json +++ b/metrics/windows-msvc-release/render-tests/debug/collision-pitched/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/empty/empty/metrics.json b/metrics/windows-msvc-release/render-tests/empty/empty/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/windows-msvc-release/render-tests/empty/empty/metrics.json +++ b/metrics/windows-msvc-release/render-tests/empty/empty/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/extent/1024-fill/metrics.json b/metrics/windows-msvc-release/render-tests/extent/1024-fill/metrics.json index 705eaa2c4e5..5f03b19103d 100644 --- a/metrics/windows-msvc-release/render-tests/extent/1024-fill/metrics.json +++ b/metrics/windows-msvc-release/render-tests/extent/1024-fill/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/extent/1024-line/metrics.json b/metrics/windows-msvc-release/render-tests/extent/1024-line/metrics.json index b0ad84b7b6a..9a39558581f 100644 --- a/metrics/windows-msvc-release/render-tests/extent/1024-line/metrics.json +++ b/metrics/windows-msvc-release/render-tests/extent/1024-line/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/feature-state/composite-expression/metrics.json b/metrics/windows-msvc-release/render-tests/feature-state/composite-expression/metrics.json index 3653638ee2e..199b2b57550 100644 --- a/metrics/windows-msvc-release/render-tests/feature-state/composite-expression/metrics.json +++ b/metrics/windows-msvc-release/render-tests/feature-state/composite-expression/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/feature-state/data-expression/metrics.json b/metrics/windows-msvc-release/render-tests/feature-state/data-expression/metrics.json index f6bec0e0459..8b4cf7dabaf 100644 --- a/metrics/windows-msvc-release/render-tests/feature-state/data-expression/metrics.json +++ b/metrics/windows-msvc-release/render-tests/feature-state/data-expression/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/feature-state/vector-source/metrics.json b/metrics/windows-msvc-release/render-tests/feature-state/vector-source/metrics.json index 16026dacebf..bb5b3e0e76f 100644 --- a/metrics/windows-msvc-release/render-tests/feature-state/vector-source/metrics.json +++ b/metrics/windows-msvc-release/render-tests/feature-state/vector-source/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/fill-antialias/false/metrics.json b/metrics/windows-msvc-release/render-tests/fill-antialias/false/metrics.json index ec5a8327773..6da0bff6839 100644 --- a/metrics/windows-msvc-release/render-tests/fill-antialias/false/metrics.json +++ b/metrics/windows-msvc-release/render-tests/fill-antialias/false/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/fill-color/default/metrics.json b/metrics/windows-msvc-release/render-tests/fill-color/default/metrics.json index ec5a8327773..6da0bff6839 100644 --- a/metrics/windows-msvc-release/render-tests/fill-color/default/metrics.json +++ b/metrics/windows-msvc-release/render-tests/fill-color/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/fill-color/function/metrics.json b/metrics/windows-msvc-release/render-tests/fill-color/function/metrics.json index ec5a8327773..6da0bff6839 100644 --- a/metrics/windows-msvc-release/render-tests/fill-color/function/metrics.json +++ b/metrics/windows-msvc-release/render-tests/fill-color/function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/fill-color/literal/metrics.json b/metrics/windows-msvc-release/render-tests/fill-color/literal/metrics.json index ec5a8327773..6da0bff6839 100644 --- a/metrics/windows-msvc-release/render-tests/fill-color/literal/metrics.json +++ b/metrics/windows-msvc-release/render-tests/fill-color/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/fill-color/multiply/metrics.json b/metrics/windows-msvc-release/render-tests/fill-color/multiply/metrics.json index ec5a8327773..6da0bff6839 100644 --- a/metrics/windows-msvc-release/render-tests/fill-color/multiply/metrics.json +++ b/metrics/windows-msvc-release/render-tests/fill-color/multiply/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/fill-color/opacity/metrics.json b/metrics/windows-msvc-release/render-tests/fill-color/opacity/metrics.json index ec5a8327773..6da0bff6839 100644 --- a/metrics/windows-msvc-release/render-tests/fill-color/opacity/metrics.json +++ b/metrics/windows-msvc-release/render-tests/fill-color/opacity/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/fill-color/property-function/metrics.json b/metrics/windows-msvc-release/render-tests/fill-color/property-function/metrics.json index 8ae66783ec9..9c8a014abdd 100644 --- a/metrics/windows-msvc-release/render-tests/fill-color/property-function/metrics.json +++ b/metrics/windows-msvc-release/render-tests/fill-color/property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/fill-color/zoom-and-property-function/metrics.json b/metrics/windows-msvc-release/render-tests/fill-color/zoom-and-property-function/metrics.json index 424e3e22c86..93a93494e02 100644 --- a/metrics/windows-msvc-release/render-tests/fill-color/zoom-and-property-function/metrics.json +++ b/metrics/windows-msvc-release/render-tests/fill-color/zoom-and-property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/fill-extrusion-base/default/metrics.json b/metrics/windows-msvc-release/render-tests/fill-extrusion-base/default/metrics.json index 6e40c94905a..02b59466219 100644 --- a/metrics/windows-msvc-release/render-tests/fill-extrusion-base/default/metrics.json +++ b/metrics/windows-msvc-release/render-tests/fill-extrusion-base/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/fill-extrusion-base/function/metrics.json b/metrics/windows-msvc-release/render-tests/fill-extrusion-base/function/metrics.json index 6e40c94905a..02b59466219 100644 --- a/metrics/windows-msvc-release/render-tests/fill-extrusion-base/function/metrics.json +++ b/metrics/windows-msvc-release/render-tests/fill-extrusion-base/function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/fill-extrusion-base/literal/metrics.json b/metrics/windows-msvc-release/render-tests/fill-extrusion-base/literal/metrics.json index 6e40c94905a..02b59466219 100644 --- a/metrics/windows-msvc-release/render-tests/fill-extrusion-base/literal/metrics.json +++ b/metrics/windows-msvc-release/render-tests/fill-extrusion-base/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/fill-extrusion-base/negative/metrics.json b/metrics/windows-msvc-release/render-tests/fill-extrusion-base/negative/metrics.json index ccd42b0ddee..798f9e75d8c 100644 --- a/metrics/windows-msvc-release/render-tests/fill-extrusion-base/negative/metrics.json +++ b/metrics/windows-msvc-release/render-tests/fill-extrusion-base/negative/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/fill-extrusion-color/default/metrics.json b/metrics/windows-msvc-release/render-tests/fill-extrusion-color/default/metrics.json index 47ec0bb2c6f..76af83d49f0 100644 --- a/metrics/windows-msvc-release/render-tests/fill-extrusion-color/default/metrics.json +++ b/metrics/windows-msvc-release/render-tests/fill-extrusion-color/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/fill-extrusion-color/function/metrics.json b/metrics/windows-msvc-release/render-tests/fill-extrusion-color/function/metrics.json index 47ec0bb2c6f..76af83d49f0 100644 --- a/metrics/windows-msvc-release/render-tests/fill-extrusion-color/function/metrics.json +++ b/metrics/windows-msvc-release/render-tests/fill-extrusion-color/function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/fill-extrusion-color/literal/metrics.json b/metrics/windows-msvc-release/render-tests/fill-extrusion-color/literal/metrics.json index 47ec0bb2c6f..76af83d49f0 100644 --- a/metrics/windows-msvc-release/render-tests/fill-extrusion-color/literal/metrics.json +++ b/metrics/windows-msvc-release/render-tests/fill-extrusion-color/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/fill-extrusion-color/no-alpha-no-multiply/metrics.json b/metrics/windows-msvc-release/render-tests/fill-extrusion-color/no-alpha-no-multiply/metrics.json index 47ec0bb2c6f..76af83d49f0 100644 --- a/metrics/windows-msvc-release/render-tests/fill-extrusion-color/no-alpha-no-multiply/metrics.json +++ b/metrics/windows-msvc-release/render-tests/fill-extrusion-color/no-alpha-no-multiply/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/fill-extrusion-color/property-function/metrics.json b/metrics/windows-msvc-release/render-tests/fill-extrusion-color/property-function/metrics.json index ffe069ce460..ffcf48a10f6 100644 --- a/metrics/windows-msvc-release/render-tests/fill-extrusion-color/property-function/metrics.json +++ b/metrics/windows-msvc-release/render-tests/fill-extrusion-color/property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/fill-extrusion-color/zoom-and-property-function/metrics.json b/metrics/windows-msvc-release/render-tests/fill-extrusion-color/zoom-and-property-function/metrics.json index e3548b740c8..a36c7336497 100644 --- a/metrics/windows-msvc-release/render-tests/fill-extrusion-color/zoom-and-property-function/metrics.json +++ b/metrics/windows-msvc-release/render-tests/fill-extrusion-color/zoom-and-property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/fill-extrusion-height/default/metrics.json b/metrics/windows-msvc-release/render-tests/fill-extrusion-height/default/metrics.json index 47ec0bb2c6f..76af83d49f0 100644 --- a/metrics/windows-msvc-release/render-tests/fill-extrusion-height/default/metrics.json +++ b/metrics/windows-msvc-release/render-tests/fill-extrusion-height/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/fill-extrusion-height/function/metrics.json b/metrics/windows-msvc-release/render-tests/fill-extrusion-height/function/metrics.json index 47ec0bb2c6f..76af83d49f0 100644 --- a/metrics/windows-msvc-release/render-tests/fill-extrusion-height/function/metrics.json +++ b/metrics/windows-msvc-release/render-tests/fill-extrusion-height/function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/fill-extrusion-height/negative/metrics.json b/metrics/windows-msvc-release/render-tests/fill-extrusion-height/negative/metrics.json index 4f179c4d25e..f0b7c44e5dc 100644 --- a/metrics/windows-msvc-release/render-tests/fill-extrusion-height/negative/metrics.json +++ b/metrics/windows-msvc-release/render-tests/fill-extrusion-height/negative/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/fill-extrusion-height/property-function/metrics.json b/metrics/windows-msvc-release/render-tests/fill-extrusion-height/property-function/metrics.json index 4f179c4d25e..f0b7c44e5dc 100644 --- a/metrics/windows-msvc-release/render-tests/fill-extrusion-height/property-function/metrics.json +++ b/metrics/windows-msvc-release/render-tests/fill-extrusion-height/property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/fill-extrusion-height/zoom-and-property-function/metrics.json b/metrics/windows-msvc-release/render-tests/fill-extrusion-height/zoom-and-property-function/metrics.json index ffe069ce460..ffcf48a10f6 100644 --- a/metrics/windows-msvc-release/render-tests/fill-extrusion-height/zoom-and-property-function/metrics.json +++ b/metrics/windows-msvc-release/render-tests/fill-extrusion-height/zoom-and-property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/fill-extrusion-multiple/interleaved-layers/metrics.json b/metrics/windows-msvc-release/render-tests/fill-extrusion-multiple/interleaved-layers/metrics.json index c272c32be15..b2113a21d5e 100644 --- a/metrics/windows-msvc-release/render-tests/fill-extrusion-multiple/interleaved-layers/metrics.json +++ b/metrics/windows-msvc-release/render-tests/fill-extrusion-multiple/interleaved-layers/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/fill-extrusion-multiple/multiple/metrics.json b/metrics/windows-msvc-release/render-tests/fill-extrusion-multiple/multiple/metrics.json index da78bc6af7b..202fe7d7294 100644 --- a/metrics/windows-msvc-release/render-tests/fill-extrusion-multiple/multiple/metrics.json +++ b/metrics/windows-msvc-release/render-tests/fill-extrusion-multiple/multiple/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/fill-extrusion-pattern/missing/metrics.json b/metrics/windows-msvc-release/render-tests/fill-extrusion-pattern/missing/metrics.json index 808337bb3d6..b020cef1e7b 100644 --- a/metrics/windows-msvc-release/render-tests/fill-extrusion-pattern/missing/metrics.json +++ b/metrics/windows-msvc-release/render-tests/fill-extrusion-pattern/missing/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/fill-extrusion-translate-anchor/map/metrics.json b/metrics/windows-msvc-release/render-tests/fill-extrusion-translate-anchor/map/metrics.json index 0fa04703186..478bf76ca22 100644 --- a/metrics/windows-msvc-release/render-tests/fill-extrusion-translate-anchor/map/metrics.json +++ b/metrics/windows-msvc-release/render-tests/fill-extrusion-translate-anchor/map/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/fill-extrusion-translate-anchor/viewport/metrics.json b/metrics/windows-msvc-release/render-tests/fill-extrusion-translate-anchor/viewport/metrics.json index 0fa04703186..478bf76ca22 100644 --- a/metrics/windows-msvc-release/render-tests/fill-extrusion-translate-anchor/viewport/metrics.json +++ b/metrics/windows-msvc-release/render-tests/fill-extrusion-translate-anchor/viewport/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/fill-extrusion-translate/function/metrics.json b/metrics/windows-msvc-release/render-tests/fill-extrusion-translate/function/metrics.json index 2c2af11696a..96bd92fda38 100644 --- a/metrics/windows-msvc-release/render-tests/fill-extrusion-translate/function/metrics.json +++ b/metrics/windows-msvc-release/render-tests/fill-extrusion-translate/function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/fill-extrusion-translate/literal-opacity/metrics.json b/metrics/windows-msvc-release/render-tests/fill-extrusion-translate/literal-opacity/metrics.json index 082bdc32eb1..b6166c3cef0 100644 --- a/metrics/windows-msvc-release/render-tests/fill-extrusion-translate/literal-opacity/metrics.json +++ b/metrics/windows-msvc-release/render-tests/fill-extrusion-translate/literal-opacity/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/fill-extrusion-translate/literal/metrics.json b/metrics/windows-msvc-release/render-tests/fill-extrusion-translate/literal/metrics.json index 2c2af11696a..96bd92fda38 100644 --- a/metrics/windows-msvc-release/render-tests/fill-extrusion-translate/literal/metrics.json +++ b/metrics/windows-msvc-release/render-tests/fill-extrusion-translate/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/fill-opacity/default/metrics.json b/metrics/windows-msvc-release/render-tests/fill-opacity/default/metrics.json index 873f47815fe..a1e24dbecc7 100644 --- a/metrics/windows-msvc-release/render-tests/fill-opacity/default/metrics.json +++ b/metrics/windows-msvc-release/render-tests/fill-opacity/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/fill-opacity/function/metrics.json b/metrics/windows-msvc-release/render-tests/fill-opacity/function/metrics.json index 873f47815fe..a1e24dbecc7 100644 --- a/metrics/windows-msvc-release/render-tests/fill-opacity/function/metrics.json +++ b/metrics/windows-msvc-release/render-tests/fill-opacity/function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/fill-opacity/literal/metrics.json b/metrics/windows-msvc-release/render-tests/fill-opacity/literal/metrics.json index 873f47815fe..a1e24dbecc7 100644 --- a/metrics/windows-msvc-release/render-tests/fill-opacity/literal/metrics.json +++ b/metrics/windows-msvc-release/render-tests/fill-opacity/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/fill-opacity/opaque-fill-over-symbol-layer/metrics.json b/metrics/windows-msvc-release/render-tests/fill-opacity/opaque-fill-over-symbol-layer/metrics.json index 6b55634a1cb..ea8b468e21d 100644 --- a/metrics/windows-msvc-release/render-tests/fill-opacity/opaque-fill-over-symbol-layer/metrics.json +++ b/metrics/windows-msvc-release/render-tests/fill-opacity/opaque-fill-over-symbol-layer/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/fill-opacity/overlapping/metrics.json b/metrics/windows-msvc-release/render-tests/fill-opacity/overlapping/metrics.json index f9de3e6600d..cb8de5f161b 100644 --- a/metrics/windows-msvc-release/render-tests/fill-opacity/overlapping/metrics.json +++ b/metrics/windows-msvc-release/render-tests/fill-opacity/overlapping/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/fill-opacity/property-function-pattern/metrics.json b/metrics/windows-msvc-release/render-tests/fill-opacity/property-function-pattern/metrics.json index 0923fe04bb0..30523c33b4b 100644 --- a/metrics/windows-msvc-release/render-tests/fill-opacity/property-function-pattern/metrics.json +++ b/metrics/windows-msvc-release/render-tests/fill-opacity/property-function-pattern/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/fill-opacity/property-function/metrics.json b/metrics/windows-msvc-release/render-tests/fill-opacity/property-function/metrics.json index 19c5ef85077..9764c56f837 100644 --- a/metrics/windows-msvc-release/render-tests/fill-opacity/property-function/metrics.json +++ b/metrics/windows-msvc-release/render-tests/fill-opacity/property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/fill-opacity/zoom-and-property-function-pattern/metrics.json b/metrics/windows-msvc-release/render-tests/fill-opacity/zoom-and-property-function-pattern/metrics.json index cc32c1d1077..b9b9efc9617 100644 --- a/metrics/windows-msvc-release/render-tests/fill-opacity/zoom-and-property-function-pattern/metrics.json +++ b/metrics/windows-msvc-release/render-tests/fill-opacity/zoom-and-property-function-pattern/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/fill-opacity/zoom-and-property-function/metrics.json b/metrics/windows-msvc-release/render-tests/fill-opacity/zoom-and-property-function/metrics.json index 08002428420..3406ae49de1 100644 --- a/metrics/windows-msvc-release/render-tests/fill-opacity/zoom-and-property-function/metrics.json +++ b/metrics/windows-msvc-release/render-tests/fill-opacity/zoom-and-property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/fill-outline-color/default/metrics.json b/metrics/windows-msvc-release/render-tests/fill-outline-color/default/metrics.json index 873f47815fe..a1e24dbecc7 100644 --- a/metrics/windows-msvc-release/render-tests/fill-outline-color/default/metrics.json +++ b/metrics/windows-msvc-release/render-tests/fill-outline-color/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/fill-outline-color/fill/metrics.json b/metrics/windows-msvc-release/render-tests/fill-outline-color/fill/metrics.json index 873f47815fe..a1e24dbecc7 100644 --- a/metrics/windows-msvc-release/render-tests/fill-outline-color/fill/metrics.json +++ b/metrics/windows-msvc-release/render-tests/fill-outline-color/fill/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/fill-outline-color/function/metrics.json b/metrics/windows-msvc-release/render-tests/fill-outline-color/function/metrics.json index 873f47815fe..a1e24dbecc7 100644 --- a/metrics/windows-msvc-release/render-tests/fill-outline-color/function/metrics.json +++ b/metrics/windows-msvc-release/render-tests/fill-outline-color/function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/fill-outline-color/literal/metrics.json b/metrics/windows-msvc-release/render-tests/fill-outline-color/literal/metrics.json index 873f47815fe..a1e24dbecc7 100644 --- a/metrics/windows-msvc-release/render-tests/fill-outline-color/literal/metrics.json +++ b/metrics/windows-msvc-release/render-tests/fill-outline-color/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/fill-outline-color/multiply/metrics.json b/metrics/windows-msvc-release/render-tests/fill-outline-color/multiply/metrics.json index 873f47815fe..a1e24dbecc7 100644 --- a/metrics/windows-msvc-release/render-tests/fill-outline-color/multiply/metrics.json +++ b/metrics/windows-msvc-release/render-tests/fill-outline-color/multiply/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/fill-outline-color/opacity/metrics.json b/metrics/windows-msvc-release/render-tests/fill-outline-color/opacity/metrics.json index 873f47815fe..a1e24dbecc7 100644 --- a/metrics/windows-msvc-release/render-tests/fill-outline-color/opacity/metrics.json +++ b/metrics/windows-msvc-release/render-tests/fill-outline-color/opacity/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/fill-outline-color/property-function/metrics.json b/metrics/windows-msvc-release/render-tests/fill-outline-color/property-function/metrics.json index c3e66bb650f..b5a72b5db26 100644 --- a/metrics/windows-msvc-release/render-tests/fill-outline-color/property-function/metrics.json +++ b/metrics/windows-msvc-release/render-tests/fill-outline-color/property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/fill-outline-color/zoom-and-property-function/metrics.json b/metrics/windows-msvc-release/render-tests/fill-outline-color/zoom-and-property-function/metrics.json index 0bf5f29188d..1b006a9df81 100644 --- a/metrics/windows-msvc-release/render-tests/fill-outline-color/zoom-and-property-function/metrics.json +++ b/metrics/windows-msvc-release/render-tests/fill-outline-color/zoom-and-property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/fill-pattern/@2x/metrics.json b/metrics/windows-msvc-release/render-tests/fill-pattern/@2x/metrics.json index 51c11b8e4ab..d3e6f4ec2f2 100644 --- a/metrics/windows-msvc-release/render-tests/fill-pattern/@2x/metrics.json +++ b/metrics/windows-msvc-release/render-tests/fill-pattern/@2x/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/fill-pattern/case-data-expression/metrics.json b/metrics/windows-msvc-release/render-tests/fill-pattern/case-data-expression/metrics.json index 5b0f25c103a..166dd8572f6 100644 --- a/metrics/windows-msvc-release/render-tests/fill-pattern/case-data-expression/metrics.json +++ b/metrics/windows-msvc-release/render-tests/fill-pattern/case-data-expression/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/fill-pattern/invalid-feature-expression/metrics.json b/metrics/windows-msvc-release/render-tests/fill-pattern/invalid-feature-expression/metrics.json index 714f677bd60..0b237d59572 100644 --- a/metrics/windows-msvc-release/render-tests/fill-pattern/invalid-feature-expression/metrics.json +++ b/metrics/windows-msvc-release/render-tests/fill-pattern/invalid-feature-expression/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/fill-pattern/literal/metrics.json b/metrics/windows-msvc-release/render-tests/fill-pattern/literal/metrics.json index fab92536d4c..44da94cb7f4 100644 --- a/metrics/windows-msvc-release/render-tests/fill-pattern/literal/metrics.json +++ b/metrics/windows-msvc-release/render-tests/fill-pattern/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/fill-pattern/missing/metrics.json b/metrics/windows-msvc-release/render-tests/fill-pattern/missing/metrics.json index 07184a47f62..b0d20d47569 100644 --- a/metrics/windows-msvc-release/render-tests/fill-pattern/missing/metrics.json +++ b/metrics/windows-msvc-release/render-tests/fill-pattern/missing/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/fill-pattern/opacity/metrics.json b/metrics/windows-msvc-release/render-tests/fill-pattern/opacity/metrics.json index fab92536d4c..44da94cb7f4 100644 --- a/metrics/windows-msvc-release/render-tests/fill-pattern/opacity/metrics.json +++ b/metrics/windows-msvc-release/render-tests/fill-pattern/opacity/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/fill-pattern/uneven-pattern/metrics.json b/metrics/windows-msvc-release/render-tests/fill-pattern/uneven-pattern/metrics.json index 0b64b9c6e2f..d282554f58e 100644 --- a/metrics/windows-msvc-release/render-tests/fill-pattern/uneven-pattern/metrics.json +++ b/metrics/windows-msvc-release/render-tests/fill-pattern/uneven-pattern/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/fill-pattern/wrapping-with-interpolation/metrics.json b/metrics/windows-msvc-release/render-tests/fill-pattern/wrapping-with-interpolation/metrics.json index 8107ea65750..4ad2ae03951 100644 --- a/metrics/windows-msvc-release/render-tests/fill-pattern/wrapping-with-interpolation/metrics.json +++ b/metrics/windows-msvc-release/render-tests/fill-pattern/wrapping-with-interpolation/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/fill-pattern/zoomed/metrics.json b/metrics/windows-msvc-release/render-tests/fill-pattern/zoomed/metrics.json index fab92536d4c..44da94cb7f4 100644 --- a/metrics/windows-msvc-release/render-tests/fill-pattern/zoomed/metrics.json +++ b/metrics/windows-msvc-release/render-tests/fill-pattern/zoomed/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/fill-sort-key/literal/metrics.json b/metrics/windows-msvc-release/render-tests/fill-sort-key/literal/metrics.json index a3bacd4632a..76cbcdd189b 100644 --- a/metrics/windows-msvc-release/render-tests/fill-sort-key/literal/metrics.json +++ b/metrics/windows-msvc-release/render-tests/fill-sort-key/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/fill-translate-anchor/map/metrics.json b/metrics/windows-msvc-release/render-tests/fill-translate-anchor/map/metrics.json index ec5a8327773..6da0bff6839 100644 --- a/metrics/windows-msvc-release/render-tests/fill-translate-anchor/map/metrics.json +++ b/metrics/windows-msvc-release/render-tests/fill-translate-anchor/map/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/fill-translate-anchor/viewport/metrics.json b/metrics/windows-msvc-release/render-tests/fill-translate-anchor/viewport/metrics.json index ec5a8327773..6da0bff6839 100644 --- a/metrics/windows-msvc-release/render-tests/fill-translate-anchor/viewport/metrics.json +++ b/metrics/windows-msvc-release/render-tests/fill-translate-anchor/viewport/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/fill-translate/default/metrics.json b/metrics/windows-msvc-release/render-tests/fill-translate/default/metrics.json index ec5a8327773..6da0bff6839 100644 --- a/metrics/windows-msvc-release/render-tests/fill-translate/default/metrics.json +++ b/metrics/windows-msvc-release/render-tests/fill-translate/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/fill-translate/function/metrics.json b/metrics/windows-msvc-release/render-tests/fill-translate/function/metrics.json index ec5a8327773..6da0bff6839 100644 --- a/metrics/windows-msvc-release/render-tests/fill-translate/function/metrics.json +++ b/metrics/windows-msvc-release/render-tests/fill-translate/function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/fill-translate/literal/metrics.json b/metrics/windows-msvc-release/render-tests/fill-translate/literal/metrics.json index ec5a8327773..6da0bff6839 100644 --- a/metrics/windows-msvc-release/render-tests/fill-translate/literal/metrics.json +++ b/metrics/windows-msvc-release/render-tests/fill-translate/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/fill-visibility/none/metrics.json b/metrics/windows-msvc-release/render-tests/fill-visibility/none/metrics.json index 9028b81da14..b6fa97f3499 100644 --- a/metrics/windows-msvc-release/render-tests/fill-visibility/none/metrics.json +++ b/metrics/windows-msvc-release/render-tests/fill-visibility/none/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/fill-visibility/visible/metrics.json b/metrics/windows-msvc-release/render-tests/fill-visibility/visible/metrics.json index 9028b81da14..b6fa97f3499 100644 --- a/metrics/windows-msvc-release/render-tests/fill-visibility/visible/metrics.json +++ b/metrics/windows-msvc-release/render-tests/fill-visibility/visible/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/filter/equality/metrics.json b/metrics/windows-msvc-release/render-tests/filter/equality/metrics.json index 01b432fe214..e30b6a8224f 100644 --- a/metrics/windows-msvc-release/render-tests/filter/equality/metrics.json +++ b/metrics/windows-msvc-release/render-tests/filter/equality/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/filter/in/metrics.json b/metrics/windows-msvc-release/render-tests/filter/in/metrics.json index f955deb5a34..57beeda8776 100644 --- a/metrics/windows-msvc-release/render-tests/filter/in/metrics.json +++ b/metrics/windows-msvc-release/render-tests/filter/in/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/filter/legacy-equality/metrics.json b/metrics/windows-msvc-release/render-tests/filter/legacy-equality/metrics.json index 01b432fe214..e30b6a8224f 100644 --- a/metrics/windows-msvc-release/render-tests/filter/legacy-equality/metrics.json +++ b/metrics/windows-msvc-release/render-tests/filter/legacy-equality/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/filter/none/metrics.json b/metrics/windows-msvc-release/render-tests/filter/none/metrics.json index b7fcd045414..c5dc4e05e94 100644 --- a/metrics/windows-msvc-release/render-tests/filter/none/metrics.json +++ b/metrics/windows-msvc-release/render-tests/filter/none/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/geojson/clustered-properties/metrics.json b/metrics/windows-msvc-release/render-tests/geojson/clustered-properties/metrics.json index 921bb225292..72b49ab9b0e 100644 --- a/metrics/windows-msvc-release/render-tests/geojson/clustered-properties/metrics.json +++ b/metrics/windows-msvc-release/render-tests/geojson/clustered-properties/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/geojson/clustered/metrics.json b/metrics/windows-msvc-release/render-tests/geojson/clustered/metrics.json index e4de306451f..2145b19b0bd 100644 --- a/metrics/windows-msvc-release/render-tests/geojson/clustered/metrics.json +++ b/metrics/windows-msvc-release/render-tests/geojson/clustered/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/geojson/external-feature/metrics.json b/metrics/windows-msvc-release/render-tests/geojson/external-feature/metrics.json index 1f4a35b3797..a87ccb1bc27 100644 --- a/metrics/windows-msvc-release/render-tests/geojson/external-feature/metrics.json +++ b/metrics/windows-msvc-release/render-tests/geojson/external-feature/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/geojson/external-invalid/metrics.json b/metrics/windows-msvc-release/render-tests/geojson/external-invalid/metrics.json index c050c4e8ce0..865b69114a4 100644 --- a/metrics/windows-msvc-release/render-tests/geojson/external-invalid/metrics.json +++ b/metrics/windows-msvc-release/render-tests/geojson/external-invalid/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/geojson/external-linestring/metrics.json b/metrics/windows-msvc-release/render-tests/geojson/external-linestring/metrics.json index 1f4a35b3797..a87ccb1bc27 100644 --- a/metrics/windows-msvc-release/render-tests/geojson/external-linestring/metrics.json +++ b/metrics/windows-msvc-release/render-tests/geojson/external-linestring/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/geojson/external-malformed/metrics.json b/metrics/windows-msvc-release/render-tests/geojson/external-malformed/metrics.json index c35eb5d5264..ac8e38686ab 100644 --- a/metrics/windows-msvc-release/render-tests/geojson/external-malformed/metrics.json +++ b/metrics/windows-msvc-release/render-tests/geojson/external-malformed/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/geojson/inconsistent-winding-order/metrics.json b/metrics/windows-msvc-release/render-tests/geojson/inconsistent-winding-order/metrics.json index 92d02167a9f..c960e36e9ef 100644 --- a/metrics/windows-msvc-release/render-tests/geojson/inconsistent-winding-order/metrics.json +++ b/metrics/windows-msvc-release/render-tests/geojson/inconsistent-winding-order/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/geojson/inline-feature/metrics.json b/metrics/windows-msvc-release/render-tests/geojson/inline-feature/metrics.json index 0d433cec13d..bf1f7abb8e4 100644 --- a/metrics/windows-msvc-release/render-tests/geojson/inline-feature/metrics.json +++ b/metrics/windows-msvc-release/render-tests/geojson/inline-feature/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/geojson/inline-invalid/metrics.json b/metrics/windows-msvc-release/render-tests/geojson/inline-invalid/metrics.json index 7da07969667..7c49193327f 100644 --- a/metrics/windows-msvc-release/render-tests/geojson/inline-invalid/metrics.json +++ b/metrics/windows-msvc-release/render-tests/geojson/inline-invalid/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/geojson/inline-linestring-circle/metrics.json b/metrics/windows-msvc-release/render-tests/geojson/inline-linestring-circle/metrics.json index 87bafb2c593..5a0e0d76acc 100644 --- a/metrics/windows-msvc-release/render-tests/geojson/inline-linestring-circle/metrics.json +++ b/metrics/windows-msvc-release/render-tests/geojson/inline-linestring-circle/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/geojson/inline-linestring-line/metrics.json b/metrics/windows-msvc-release/render-tests/geojson/inline-linestring-line/metrics.json index b947079d6ba..ab0feaf4bae 100644 --- a/metrics/windows-msvc-release/render-tests/geojson/inline-linestring-line/metrics.json +++ b/metrics/windows-msvc-release/render-tests/geojson/inline-linestring-line/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/geojson/inline-linestring-symbol/metrics.json b/metrics/windows-msvc-release/render-tests/geojson/inline-linestring-symbol/metrics.json index fea6fe2e598..94fd76f9f2e 100644 --- a/metrics/windows-msvc-release/render-tests/geojson/inline-linestring-symbol/metrics.json +++ b/metrics/windows-msvc-release/render-tests/geojson/inline-linestring-symbol/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/geojson/inline-malformed/metrics.json b/metrics/windows-msvc-release/render-tests/geojson/inline-malformed/metrics.json index 7da07969667..7c49193327f 100644 --- a/metrics/windows-msvc-release/render-tests/geojson/inline-malformed/metrics.json +++ b/metrics/windows-msvc-release/render-tests/geojson/inline-malformed/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/geojson/inline-point-circle/metrics.json b/metrics/windows-msvc-release/render-tests/geojson/inline-point-circle/metrics.json index e204a192de4..b762a231e10 100644 --- a/metrics/windows-msvc-release/render-tests/geojson/inline-point-circle/metrics.json +++ b/metrics/windows-msvc-release/render-tests/geojson/inline-point-circle/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/geojson/inline-point-fill/metrics.json b/metrics/windows-msvc-release/render-tests/geojson/inline-point-fill/metrics.json index 676dd680b35..8895a742d9d 100644 --- a/metrics/windows-msvc-release/render-tests/geojson/inline-point-fill/metrics.json +++ b/metrics/windows-msvc-release/render-tests/geojson/inline-point-fill/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/geojson/inline-point-line/metrics.json b/metrics/windows-msvc-release/render-tests/geojson/inline-point-line/metrics.json index fb542cead0b..cd495183345 100644 --- a/metrics/windows-msvc-release/render-tests/geojson/inline-point-line/metrics.json +++ b/metrics/windows-msvc-release/render-tests/geojson/inline-point-line/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/geojson/inline-point-symbol/metrics.json b/metrics/windows-msvc-release/render-tests/geojson/inline-point-symbol/metrics.json index fea6fe2e598..94fd76f9f2e 100644 --- a/metrics/windows-msvc-release/render-tests/geojson/inline-point-symbol/metrics.json +++ b/metrics/windows-msvc-release/render-tests/geojson/inline-point-symbol/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/geojson/inline-polygon-circle/metrics.json b/metrics/windows-msvc-release/render-tests/geojson/inline-polygon-circle/metrics.json index d01fbee1843..33724cb2822 100644 --- a/metrics/windows-msvc-release/render-tests/geojson/inline-polygon-circle/metrics.json +++ b/metrics/windows-msvc-release/render-tests/geojson/inline-polygon-circle/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/geojson/inline-polygon-fill/metrics.json b/metrics/windows-msvc-release/render-tests/geojson/inline-polygon-fill/metrics.json index 5b035beb41a..d0105f8502b 100644 --- a/metrics/windows-msvc-release/render-tests/geojson/inline-polygon-fill/metrics.json +++ b/metrics/windows-msvc-release/render-tests/geojson/inline-polygon-fill/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/geojson/inline-polygon-line/metrics.json b/metrics/windows-msvc-release/render-tests/geojson/inline-polygon-line/metrics.json index c031604857e..e0c7bef27f4 100644 --- a/metrics/windows-msvc-release/render-tests/geojson/inline-polygon-line/metrics.json +++ b/metrics/windows-msvc-release/render-tests/geojson/inline-polygon-line/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/geojson/inline-polygon-symbol/metrics.json b/metrics/windows-msvc-release/render-tests/geojson/inline-polygon-symbol/metrics.json index fea6fe2e598..94fd76f9f2e 100644 --- a/metrics/windows-msvc-release/render-tests/geojson/inline-polygon-symbol/metrics.json +++ b/metrics/windows-msvc-release/render-tests/geojson/inline-polygon-symbol/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/geojson/missing/metrics.json b/metrics/windows-msvc-release/render-tests/geojson/missing/metrics.json index 7da07969667..7c49193327f 100644 --- a/metrics/windows-msvc-release/render-tests/geojson/missing/metrics.json +++ b/metrics/windows-msvc-release/render-tests/geojson/missing/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/geojson/reparse-overscaled/metrics.json b/metrics/windows-msvc-release/render-tests/geojson/reparse-overscaled/metrics.json index f1bf8426ca6..ffeae8cac59 100644 --- a/metrics/windows-msvc-release/render-tests/geojson/reparse-overscaled/metrics.json +++ b/metrics/windows-msvc-release/render-tests/geojson/reparse-overscaled/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/heatmap-color/default/metrics.json b/metrics/windows-msvc-release/render-tests/heatmap-color/default/metrics.json index e300a2d0a64..766fc7cb1b0 100644 --- a/metrics/windows-msvc-release/render-tests/heatmap-color/default/metrics.json +++ b/metrics/windows-msvc-release/render-tests/heatmap-color/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/heatmap-color/expression/metrics.json b/metrics/windows-msvc-release/render-tests/heatmap-color/expression/metrics.json index e300a2d0a64..766fc7cb1b0 100644 --- a/metrics/windows-msvc-release/render-tests/heatmap-color/expression/metrics.json +++ b/metrics/windows-msvc-release/render-tests/heatmap-color/expression/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/heatmap-intensity/default/metrics.json b/metrics/windows-msvc-release/render-tests/heatmap-intensity/default/metrics.json index 098f2da894f..bcd4cb2e304 100644 --- a/metrics/windows-msvc-release/render-tests/heatmap-intensity/default/metrics.json +++ b/metrics/windows-msvc-release/render-tests/heatmap-intensity/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/heatmap-intensity/function/metrics.json b/metrics/windows-msvc-release/render-tests/heatmap-intensity/function/metrics.json index 098f2da894f..bcd4cb2e304 100644 --- a/metrics/windows-msvc-release/render-tests/heatmap-intensity/function/metrics.json +++ b/metrics/windows-msvc-release/render-tests/heatmap-intensity/function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/heatmap-intensity/literal/metrics.json b/metrics/windows-msvc-release/render-tests/heatmap-intensity/literal/metrics.json index 098f2da894f..bcd4cb2e304 100644 --- a/metrics/windows-msvc-release/render-tests/heatmap-intensity/literal/metrics.json +++ b/metrics/windows-msvc-release/render-tests/heatmap-intensity/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/heatmap-opacity/default/metrics.json b/metrics/windows-msvc-release/render-tests/heatmap-opacity/default/metrics.json index 4daf3ff957d..5ec8159e411 100644 --- a/metrics/windows-msvc-release/render-tests/heatmap-opacity/default/metrics.json +++ b/metrics/windows-msvc-release/render-tests/heatmap-opacity/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/heatmap-opacity/function/metrics.json b/metrics/windows-msvc-release/render-tests/heatmap-opacity/function/metrics.json index 4daf3ff957d..5ec8159e411 100644 --- a/metrics/windows-msvc-release/render-tests/heatmap-opacity/function/metrics.json +++ b/metrics/windows-msvc-release/render-tests/heatmap-opacity/function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/heatmap-opacity/literal/metrics.json b/metrics/windows-msvc-release/render-tests/heatmap-opacity/literal/metrics.json index 4daf3ff957d..5ec8159e411 100644 --- a/metrics/windows-msvc-release/render-tests/heatmap-opacity/literal/metrics.json +++ b/metrics/windows-msvc-release/render-tests/heatmap-opacity/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/heatmap-radius/antimeridian/metrics.json b/metrics/windows-msvc-release/render-tests/heatmap-radius/antimeridian/metrics.json index 08b7ca1c86e..fa00147edfa 100644 --- a/metrics/windows-msvc-release/render-tests/heatmap-radius/antimeridian/metrics.json +++ b/metrics/windows-msvc-release/render-tests/heatmap-radius/antimeridian/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/heatmap-radius/data-expression/metrics.json b/metrics/windows-msvc-release/render-tests/heatmap-radius/data-expression/metrics.json index e12b8004626..b71ca144ee1 100644 --- a/metrics/windows-msvc-release/render-tests/heatmap-radius/data-expression/metrics.json +++ b/metrics/windows-msvc-release/render-tests/heatmap-radius/data-expression/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/heatmap-radius/default/metrics.json b/metrics/windows-msvc-release/render-tests/heatmap-radius/default/metrics.json index 098f2da894f..bcd4cb2e304 100644 --- a/metrics/windows-msvc-release/render-tests/heatmap-radius/default/metrics.json +++ b/metrics/windows-msvc-release/render-tests/heatmap-radius/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/heatmap-radius/function/metrics.json b/metrics/windows-msvc-release/render-tests/heatmap-radius/function/metrics.json index 098f2da894f..bcd4cb2e304 100644 --- a/metrics/windows-msvc-release/render-tests/heatmap-radius/function/metrics.json +++ b/metrics/windows-msvc-release/render-tests/heatmap-radius/function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/heatmap-radius/literal/metrics.json b/metrics/windows-msvc-release/render-tests/heatmap-radius/literal/metrics.json index 098f2da894f..bcd4cb2e304 100644 --- a/metrics/windows-msvc-release/render-tests/heatmap-radius/literal/metrics.json +++ b/metrics/windows-msvc-release/render-tests/heatmap-radius/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/heatmap-radius/pitch30/metrics.json b/metrics/windows-msvc-release/render-tests/heatmap-radius/pitch30/metrics.json index 098f2da894f..bcd4cb2e304 100644 --- a/metrics/windows-msvc-release/render-tests/heatmap-radius/pitch30/metrics.json +++ b/metrics/windows-msvc-release/render-tests/heatmap-radius/pitch30/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/heatmap-weight/default/metrics.json b/metrics/windows-msvc-release/render-tests/heatmap-weight/default/metrics.json index 098f2da894f..bcd4cb2e304 100644 --- a/metrics/windows-msvc-release/render-tests/heatmap-weight/default/metrics.json +++ b/metrics/windows-msvc-release/render-tests/heatmap-weight/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/heatmap-weight/identity-property-function/metrics.json b/metrics/windows-msvc-release/render-tests/heatmap-weight/identity-property-function/metrics.json index 3c0b3e0c7f7..8dcd28a36d0 100644 --- a/metrics/windows-msvc-release/render-tests/heatmap-weight/identity-property-function/metrics.json +++ b/metrics/windows-msvc-release/render-tests/heatmap-weight/identity-property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/heatmap-weight/literal/metrics.json b/metrics/windows-msvc-release/render-tests/heatmap-weight/literal/metrics.json index 098f2da894f..bcd4cb2e304 100644 --- a/metrics/windows-msvc-release/render-tests/heatmap-weight/literal/metrics.json +++ b/metrics/windows-msvc-release/render-tests/heatmap-weight/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/hillshade-accent-color/default/metrics.json b/metrics/windows-msvc-release/render-tests/hillshade-accent-color/default/metrics.json index da22284860b..f86f9785308 100644 --- a/metrics/windows-msvc-release/render-tests/hillshade-accent-color/default/metrics.json +++ b/metrics/windows-msvc-release/render-tests/hillshade-accent-color/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/hillshade-accent-color/literal/metrics.json b/metrics/windows-msvc-release/render-tests/hillshade-accent-color/literal/metrics.json index da22284860b..f86f9785308 100644 --- a/metrics/windows-msvc-release/render-tests/hillshade-accent-color/literal/metrics.json +++ b/metrics/windows-msvc-release/render-tests/hillshade-accent-color/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/hillshade-accent-color/terrarium/metrics.json b/metrics/windows-msvc-release/render-tests/hillshade-accent-color/terrarium/metrics.json index 0af79815296..6bd4ade1170 100644 --- a/metrics/windows-msvc-release/render-tests/hillshade-accent-color/terrarium/metrics.json +++ b/metrics/windows-msvc-release/render-tests/hillshade-accent-color/terrarium/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/hillshade-accent-color/zoom-function/metrics.json b/metrics/windows-msvc-release/render-tests/hillshade-accent-color/zoom-function/metrics.json index da22284860b..f86f9785308 100644 --- a/metrics/windows-msvc-release/render-tests/hillshade-accent-color/zoom-function/metrics.json +++ b/metrics/windows-msvc-release/render-tests/hillshade-accent-color/zoom-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/hillshade-highlight-color/default/metrics.json b/metrics/windows-msvc-release/render-tests/hillshade-highlight-color/default/metrics.json index da22284860b..f86f9785308 100644 --- a/metrics/windows-msvc-release/render-tests/hillshade-highlight-color/default/metrics.json +++ b/metrics/windows-msvc-release/render-tests/hillshade-highlight-color/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/hillshade-highlight-color/literal/metrics.json b/metrics/windows-msvc-release/render-tests/hillshade-highlight-color/literal/metrics.json index da22284860b..f86f9785308 100644 --- a/metrics/windows-msvc-release/render-tests/hillshade-highlight-color/literal/metrics.json +++ b/metrics/windows-msvc-release/render-tests/hillshade-highlight-color/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/hillshade-highlight-color/zoom-function/metrics.json b/metrics/windows-msvc-release/render-tests/hillshade-highlight-color/zoom-function/metrics.json index da22284860b..f86f9785308 100644 --- a/metrics/windows-msvc-release/render-tests/hillshade-highlight-color/zoom-function/metrics.json +++ b/metrics/windows-msvc-release/render-tests/hillshade-highlight-color/zoom-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/hillshade-shadow-color/default/metrics.json b/metrics/windows-msvc-release/render-tests/hillshade-shadow-color/default/metrics.json index da22284860b..f86f9785308 100644 --- a/metrics/windows-msvc-release/render-tests/hillshade-shadow-color/default/metrics.json +++ b/metrics/windows-msvc-release/render-tests/hillshade-shadow-color/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/hillshade-shadow-color/literal/metrics.json b/metrics/windows-msvc-release/render-tests/hillshade-shadow-color/literal/metrics.json index da22284860b..f86f9785308 100644 --- a/metrics/windows-msvc-release/render-tests/hillshade-shadow-color/literal/metrics.json +++ b/metrics/windows-msvc-release/render-tests/hillshade-shadow-color/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/hillshade-shadow-color/zoom-function/metrics.json b/metrics/windows-msvc-release/render-tests/hillshade-shadow-color/zoom-function/metrics.json index da22284860b..f86f9785308 100644 --- a/metrics/windows-msvc-release/render-tests/hillshade-shadow-color/zoom-function/metrics.json +++ b/metrics/windows-msvc-release/render-tests/hillshade-shadow-color/zoom-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/icon-anchor/bottom-left/metrics.json b/metrics/windows-msvc-release/render-tests/icon-anchor/bottom-left/metrics.json index ff10b87fe60..80efc975536 100644 --- a/metrics/windows-msvc-release/render-tests/icon-anchor/bottom-left/metrics.json +++ b/metrics/windows-msvc-release/render-tests/icon-anchor/bottom-left/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/icon-anchor/bottom-right/metrics.json b/metrics/windows-msvc-release/render-tests/icon-anchor/bottom-right/metrics.json index ff10b87fe60..80efc975536 100644 --- a/metrics/windows-msvc-release/render-tests/icon-anchor/bottom-right/metrics.json +++ b/metrics/windows-msvc-release/render-tests/icon-anchor/bottom-right/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/icon-anchor/bottom/metrics.json b/metrics/windows-msvc-release/render-tests/icon-anchor/bottom/metrics.json index ff10b87fe60..80efc975536 100644 --- a/metrics/windows-msvc-release/render-tests/icon-anchor/bottom/metrics.json +++ b/metrics/windows-msvc-release/render-tests/icon-anchor/bottom/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/icon-anchor/center/metrics.json b/metrics/windows-msvc-release/render-tests/icon-anchor/center/metrics.json index ff10b87fe60..80efc975536 100644 --- a/metrics/windows-msvc-release/render-tests/icon-anchor/center/metrics.json +++ b/metrics/windows-msvc-release/render-tests/icon-anchor/center/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/icon-anchor/default/metrics.json b/metrics/windows-msvc-release/render-tests/icon-anchor/default/metrics.json index ff10b87fe60..80efc975536 100644 --- a/metrics/windows-msvc-release/render-tests/icon-anchor/default/metrics.json +++ b/metrics/windows-msvc-release/render-tests/icon-anchor/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/icon-anchor/left/metrics.json b/metrics/windows-msvc-release/render-tests/icon-anchor/left/metrics.json index ff10b87fe60..80efc975536 100644 --- a/metrics/windows-msvc-release/render-tests/icon-anchor/left/metrics.json +++ b/metrics/windows-msvc-release/render-tests/icon-anchor/left/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/icon-anchor/property-function/metrics.json b/metrics/windows-msvc-release/render-tests/icon-anchor/property-function/metrics.json index 06c60d080b8..db5c47df0e4 100644 --- a/metrics/windows-msvc-release/render-tests/icon-anchor/property-function/metrics.json +++ b/metrics/windows-msvc-release/render-tests/icon-anchor/property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/icon-anchor/right/metrics.json b/metrics/windows-msvc-release/render-tests/icon-anchor/right/metrics.json index ff10b87fe60..80efc975536 100644 --- a/metrics/windows-msvc-release/render-tests/icon-anchor/right/metrics.json +++ b/metrics/windows-msvc-release/render-tests/icon-anchor/right/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/icon-anchor/top-left/metrics.json b/metrics/windows-msvc-release/render-tests/icon-anchor/top-left/metrics.json index ff10b87fe60..80efc975536 100644 --- a/metrics/windows-msvc-release/render-tests/icon-anchor/top-left/metrics.json +++ b/metrics/windows-msvc-release/render-tests/icon-anchor/top-left/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/icon-anchor/top-right/metrics.json b/metrics/windows-msvc-release/render-tests/icon-anchor/top-right/metrics.json index ff10b87fe60..80efc975536 100644 --- a/metrics/windows-msvc-release/render-tests/icon-anchor/top-right/metrics.json +++ b/metrics/windows-msvc-release/render-tests/icon-anchor/top-right/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/icon-anchor/top/metrics.json b/metrics/windows-msvc-release/render-tests/icon-anchor/top/metrics.json index ff10b87fe60..80efc975536 100644 --- a/metrics/windows-msvc-release/render-tests/icon-anchor/top/metrics.json +++ b/metrics/windows-msvc-release/render-tests/icon-anchor/top/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/icon-color/default/metrics.json b/metrics/windows-msvc-release/render-tests/icon-color/default/metrics.json index ff10b87fe60..80efc975536 100644 --- a/metrics/windows-msvc-release/render-tests/icon-color/default/metrics.json +++ b/metrics/windows-msvc-release/render-tests/icon-color/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/icon-color/function/metrics.json b/metrics/windows-msvc-release/render-tests/icon-color/function/metrics.json index ff10b87fe60..80efc975536 100644 --- a/metrics/windows-msvc-release/render-tests/icon-color/function/metrics.json +++ b/metrics/windows-msvc-release/render-tests/icon-color/function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/icon-color/literal/metrics.json b/metrics/windows-msvc-release/render-tests/icon-color/literal/metrics.json index ff10b87fe60..80efc975536 100644 --- a/metrics/windows-msvc-release/render-tests/icon-color/literal/metrics.json +++ b/metrics/windows-msvc-release/render-tests/icon-color/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/icon-color/property-function/metrics.json b/metrics/windows-msvc-release/render-tests/icon-color/property-function/metrics.json index 4c633b42377..2c5e151a40d 100644 --- a/metrics/windows-msvc-release/render-tests/icon-color/property-function/metrics.json +++ b/metrics/windows-msvc-release/render-tests/icon-color/property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/icon-halo-blur/default/metrics.json b/metrics/windows-msvc-release/render-tests/icon-halo-blur/default/metrics.json index 7f17773165c..b25ac99b3bb 100644 --- a/metrics/windows-msvc-release/render-tests/icon-halo-blur/default/metrics.json +++ b/metrics/windows-msvc-release/render-tests/icon-halo-blur/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/icon-halo-blur/function/metrics.json b/metrics/windows-msvc-release/render-tests/icon-halo-blur/function/metrics.json index 7f17773165c..b25ac99b3bb 100644 --- a/metrics/windows-msvc-release/render-tests/icon-halo-blur/function/metrics.json +++ b/metrics/windows-msvc-release/render-tests/icon-halo-blur/function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/icon-halo-blur/literal/metrics.json b/metrics/windows-msvc-release/render-tests/icon-halo-blur/literal/metrics.json index 7f17773165c..b25ac99b3bb 100644 --- a/metrics/windows-msvc-release/render-tests/icon-halo-blur/literal/metrics.json +++ b/metrics/windows-msvc-release/render-tests/icon-halo-blur/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/icon-halo-blur/property-function/metrics.json b/metrics/windows-msvc-release/render-tests/icon-halo-blur/property-function/metrics.json index 836b87b16e2..4c4eb5074cd 100644 --- a/metrics/windows-msvc-release/render-tests/icon-halo-blur/property-function/metrics.json +++ b/metrics/windows-msvc-release/render-tests/icon-halo-blur/property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/icon-halo-color/default/metrics.json b/metrics/windows-msvc-release/render-tests/icon-halo-color/default/metrics.json index ff10b87fe60..80efc975536 100644 --- a/metrics/windows-msvc-release/render-tests/icon-halo-color/default/metrics.json +++ b/metrics/windows-msvc-release/render-tests/icon-halo-color/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/icon-halo-color/function/metrics.json b/metrics/windows-msvc-release/render-tests/icon-halo-color/function/metrics.json index 7f17773165c..b25ac99b3bb 100644 --- a/metrics/windows-msvc-release/render-tests/icon-halo-color/function/metrics.json +++ b/metrics/windows-msvc-release/render-tests/icon-halo-color/function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/icon-halo-color/literal/metrics.json b/metrics/windows-msvc-release/render-tests/icon-halo-color/literal/metrics.json index 7f17773165c..b25ac99b3bb 100644 --- a/metrics/windows-msvc-release/render-tests/icon-halo-color/literal/metrics.json +++ b/metrics/windows-msvc-release/render-tests/icon-halo-color/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/icon-halo-color/multiply/metrics.json b/metrics/windows-msvc-release/render-tests/icon-halo-color/multiply/metrics.json index 7f17773165c..b25ac99b3bb 100644 --- a/metrics/windows-msvc-release/render-tests/icon-halo-color/multiply/metrics.json +++ b/metrics/windows-msvc-release/render-tests/icon-halo-color/multiply/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/icon-halo-color/opacity/metrics.json b/metrics/windows-msvc-release/render-tests/icon-halo-color/opacity/metrics.json index 7f17773165c..b25ac99b3bb 100644 --- a/metrics/windows-msvc-release/render-tests/icon-halo-color/opacity/metrics.json +++ b/metrics/windows-msvc-release/render-tests/icon-halo-color/opacity/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/icon-halo-color/property-function/metrics.json b/metrics/windows-msvc-release/render-tests/icon-halo-color/property-function/metrics.json index 77eaf969580..94201e4ae17 100644 --- a/metrics/windows-msvc-release/render-tests/icon-halo-color/property-function/metrics.json +++ b/metrics/windows-msvc-release/render-tests/icon-halo-color/property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/icon-halo-color/transparent/metrics.json b/metrics/windows-msvc-release/render-tests/icon-halo-color/transparent/metrics.json index 7f17773165c..b25ac99b3bb 100644 --- a/metrics/windows-msvc-release/render-tests/icon-halo-color/transparent/metrics.json +++ b/metrics/windows-msvc-release/render-tests/icon-halo-color/transparent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/icon-halo-width/default/metrics.json b/metrics/windows-msvc-release/render-tests/icon-halo-width/default/metrics.json index ff10b87fe60..80efc975536 100644 --- a/metrics/windows-msvc-release/render-tests/icon-halo-width/default/metrics.json +++ b/metrics/windows-msvc-release/render-tests/icon-halo-width/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/icon-halo-width/function/metrics.json b/metrics/windows-msvc-release/render-tests/icon-halo-width/function/metrics.json index 7f17773165c..b25ac99b3bb 100644 --- a/metrics/windows-msvc-release/render-tests/icon-halo-width/function/metrics.json +++ b/metrics/windows-msvc-release/render-tests/icon-halo-width/function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/icon-halo-width/literal/metrics.json b/metrics/windows-msvc-release/render-tests/icon-halo-width/literal/metrics.json index 7f17773165c..b25ac99b3bb 100644 --- a/metrics/windows-msvc-release/render-tests/icon-halo-width/literal/metrics.json +++ b/metrics/windows-msvc-release/render-tests/icon-halo-width/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/icon-halo-width/property-function/metrics.json b/metrics/windows-msvc-release/render-tests/icon-halo-width/property-function/metrics.json index 836b87b16e2..4c4eb5074cd 100644 --- a/metrics/windows-msvc-release/render-tests/icon-halo-width/property-function/metrics.json +++ b/metrics/windows-msvc-release/render-tests/icon-halo-width/property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/icon-image/icon-sdf-non-sdf-one-layer/metrics.json b/metrics/windows-msvc-release/render-tests/icon-image/icon-sdf-non-sdf-one-layer/metrics.json index ffd5b98d6b4..dd3415d1784 100644 --- a/metrics/windows-msvc-release/render-tests/icon-image/icon-sdf-non-sdf-one-layer/metrics.json +++ b/metrics/windows-msvc-release/render-tests/icon-image/icon-sdf-non-sdf-one-layer/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/icon-image/image-expression/metrics.json b/metrics/windows-msvc-release/render-tests/icon-image/image-expression/metrics.json index ff10b87fe60..80efc975536 100644 --- a/metrics/windows-msvc-release/render-tests/icon-image/image-expression/metrics.json +++ b/metrics/windows-msvc-release/render-tests/icon-image/image-expression/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/icon-image/literal/metrics.json b/metrics/windows-msvc-release/render-tests/icon-image/literal/metrics.json index ff10b87fe60..80efc975536 100644 --- a/metrics/windows-msvc-release/render-tests/icon-image/literal/metrics.json +++ b/metrics/windows-msvc-release/render-tests/icon-image/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/icon-image/property-function/metrics.json b/metrics/windows-msvc-release/render-tests/icon-image/property-function/metrics.json index c291562544c..f0325df7b68 100644 --- a/metrics/windows-msvc-release/render-tests/icon-image/property-function/metrics.json +++ b/metrics/windows-msvc-release/render-tests/icon-image/property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/icon-image/stretchable-content/metrics.json b/metrics/windows-msvc-release/render-tests/icon-image/stretchable-content/metrics.json index 331402013d0..c49819c946f 100644 --- a/metrics/windows-msvc-release/render-tests/icon-image/stretchable-content/metrics.json +++ b/metrics/windows-msvc-release/render-tests/icon-image/stretchable-content/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/icon-image/stretchable/metrics.json b/metrics/windows-msvc-release/render-tests/icon-image/stretchable/metrics.json index 331402013d0..c49819c946f 100644 --- a/metrics/windows-msvc-release/render-tests/icon-image/stretchable/metrics.json +++ b/metrics/windows-msvc-release/render-tests/icon-image/stretchable/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/icon-image/token/metrics.json b/metrics/windows-msvc-release/render-tests/icon-image/token/metrics.json index c291562544c..f0325df7b68 100644 --- a/metrics/windows-msvc-release/render-tests/icon-image/token/metrics.json +++ b/metrics/windows-msvc-release/render-tests/icon-image/token/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/icon-no-cross-source-collision/default/metrics.json b/metrics/windows-msvc-release/render-tests/icon-no-cross-source-collision/default/metrics.json index ef86c597d38..84efce9404e 100644 --- a/metrics/windows-msvc-release/render-tests/icon-no-cross-source-collision/default/metrics.json +++ b/metrics/windows-msvc-release/render-tests/icon-no-cross-source-collision/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/icon-offset/literal/metrics.json b/metrics/windows-msvc-release/render-tests/icon-offset/literal/metrics.json index 79e78104863..a2643ebba77 100644 --- a/metrics/windows-msvc-release/render-tests/icon-offset/literal/metrics.json +++ b/metrics/windows-msvc-release/render-tests/icon-offset/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/icon-offset/property-function/metrics.json b/metrics/windows-msvc-release/render-tests/icon-offset/property-function/metrics.json index 79e78104863..a2643ebba77 100644 --- a/metrics/windows-msvc-release/render-tests/icon-offset/property-function/metrics.json +++ b/metrics/windows-msvc-release/render-tests/icon-offset/property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/icon-offset/zoom-and-property-function/metrics.json b/metrics/windows-msvc-release/render-tests/icon-offset/zoom-and-property-function/metrics.json index 79e78104863..a2643ebba77 100644 --- a/metrics/windows-msvc-release/render-tests/icon-offset/zoom-and-property-function/metrics.json +++ b/metrics/windows-msvc-release/render-tests/icon-offset/zoom-and-property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/icon-opacity/default/metrics.json b/metrics/windows-msvc-release/render-tests/icon-opacity/default/metrics.json index 79e78104863..a2643ebba77 100644 --- a/metrics/windows-msvc-release/render-tests/icon-opacity/default/metrics.json +++ b/metrics/windows-msvc-release/render-tests/icon-opacity/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/icon-opacity/function/metrics.json b/metrics/windows-msvc-release/render-tests/icon-opacity/function/metrics.json index 79e78104863..a2643ebba77 100644 --- a/metrics/windows-msvc-release/render-tests/icon-opacity/function/metrics.json +++ b/metrics/windows-msvc-release/render-tests/icon-opacity/function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/icon-opacity/icon-only/metrics.json b/metrics/windows-msvc-release/render-tests/icon-opacity/icon-only/metrics.json index 9ff18b8ec13..d4ca48808d6 100644 --- a/metrics/windows-msvc-release/render-tests/icon-opacity/icon-only/metrics.json +++ b/metrics/windows-msvc-release/render-tests/icon-opacity/icon-only/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/icon-opacity/literal/metrics.json b/metrics/windows-msvc-release/render-tests/icon-opacity/literal/metrics.json index 79e78104863..a2643ebba77 100644 --- a/metrics/windows-msvc-release/render-tests/icon-opacity/literal/metrics.json +++ b/metrics/windows-msvc-release/render-tests/icon-opacity/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/icon-opacity/property-function/metrics.json b/metrics/windows-msvc-release/render-tests/icon-opacity/property-function/metrics.json index 0760437163b..53898e1973f 100644 --- a/metrics/windows-msvc-release/render-tests/icon-opacity/property-function/metrics.json +++ b/metrics/windows-msvc-release/render-tests/icon-opacity/property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/icon-opacity/text-and-icon/metrics.json b/metrics/windows-msvc-release/render-tests/icon-opacity/text-and-icon/metrics.json index 9ff18b8ec13..d4ca48808d6 100644 --- a/metrics/windows-msvc-release/render-tests/icon-opacity/text-and-icon/metrics.json +++ b/metrics/windows-msvc-release/render-tests/icon-opacity/text-and-icon/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/icon-opacity/text-only/metrics.json b/metrics/windows-msvc-release/render-tests/icon-opacity/text-only/metrics.json index 9ff18b8ec13..d4ca48808d6 100644 --- a/metrics/windows-msvc-release/render-tests/icon-opacity/text-only/metrics.json +++ b/metrics/windows-msvc-release/render-tests/icon-opacity/text-only/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/icon-padding/databind/metrics.json b/metrics/windows-msvc-release/render-tests/icon-padding/databind/metrics.json index f82f83756c7..8c93137d56b 100644 --- a/metrics/windows-msvc-release/render-tests/icon-padding/databind/metrics.json +++ b/metrics/windows-msvc-release/render-tests/icon-padding/databind/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/icon-padding/default/metrics.json b/metrics/windows-msvc-release/render-tests/icon-padding/default/metrics.json index a11af85a1f4..e6117b00a86 100644 --- a/metrics/windows-msvc-release/render-tests/icon-padding/default/metrics.json +++ b/metrics/windows-msvc-release/render-tests/icon-padding/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/icon-pitch-alignment/auto-rotation-alignment-map/metrics.json b/metrics/windows-msvc-release/render-tests/icon-pitch-alignment/auto-rotation-alignment-map/metrics.json index fdaf27673e2..46fcadb2431 100644 --- a/metrics/windows-msvc-release/render-tests/icon-pitch-alignment/auto-rotation-alignment-map/metrics.json +++ b/metrics/windows-msvc-release/render-tests/icon-pitch-alignment/auto-rotation-alignment-map/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/icon-pitch-alignment/auto-rotation-alignment-viewport/metrics.json b/metrics/windows-msvc-release/render-tests/icon-pitch-alignment/auto-rotation-alignment-viewport/metrics.json index fdaf27673e2..46fcadb2431 100644 --- a/metrics/windows-msvc-release/render-tests/icon-pitch-alignment/auto-rotation-alignment-viewport/metrics.json +++ b/metrics/windows-msvc-release/render-tests/icon-pitch-alignment/auto-rotation-alignment-viewport/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/icon-pitch-alignment/map-rotation-alignment-viewport/metrics.json b/metrics/windows-msvc-release/render-tests/icon-pitch-alignment/map-rotation-alignment-viewport/metrics.json index fdaf27673e2..46fcadb2431 100644 --- a/metrics/windows-msvc-release/render-tests/icon-pitch-alignment/map-rotation-alignment-viewport/metrics.json +++ b/metrics/windows-msvc-release/render-tests/icon-pitch-alignment/map-rotation-alignment-viewport/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/icon-pitch-alignment/viewport-rotation-alignment-map/metrics.json b/metrics/windows-msvc-release/render-tests/icon-pitch-alignment/viewport-rotation-alignment-map/metrics.json index fdaf27673e2..46fcadb2431 100644 --- a/metrics/windows-msvc-release/render-tests/icon-pitch-alignment/viewport-rotation-alignment-map/metrics.json +++ b/metrics/windows-msvc-release/render-tests/icon-pitch-alignment/viewport-rotation-alignment-map/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/icon-pitch-scaling/rotation-alignment-map/metrics.json b/metrics/windows-msvc-release/render-tests/icon-pitch-scaling/rotation-alignment-map/metrics.json index 79e78104863..a2643ebba77 100644 --- a/metrics/windows-msvc-release/render-tests/icon-pitch-scaling/rotation-alignment-map/metrics.json +++ b/metrics/windows-msvc-release/render-tests/icon-pitch-scaling/rotation-alignment-map/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/icon-pitch-scaling/rotation-alignment-viewport/metrics.json b/metrics/windows-msvc-release/render-tests/icon-pitch-scaling/rotation-alignment-viewport/metrics.json index 79e78104863..a2643ebba77 100644 --- a/metrics/windows-msvc-release/render-tests/icon-pitch-scaling/rotation-alignment-viewport/metrics.json +++ b/metrics/windows-msvc-release/render-tests/icon-pitch-scaling/rotation-alignment-viewport/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/icon-pixelratio-mismatch/default/metrics.json b/metrics/windows-msvc-release/render-tests/icon-pixelratio-mismatch/default/metrics.json index f1cb4ead5fd..73f69e541c6 100644 --- a/metrics/windows-msvc-release/render-tests/icon-pixelratio-mismatch/default/metrics.json +++ b/metrics/windows-msvc-release/render-tests/icon-pixelratio-mismatch/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/icon-rotate/literal/metrics.json b/metrics/windows-msvc-release/render-tests/icon-rotate/literal/metrics.json index 43f81ae9e8f..7b15f7584f8 100644 --- a/metrics/windows-msvc-release/render-tests/icon-rotate/literal/metrics.json +++ b/metrics/windows-msvc-release/render-tests/icon-rotate/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/icon-rotate/property-function/metrics.json b/metrics/windows-msvc-release/render-tests/icon-rotate/property-function/metrics.json index 43f81ae9e8f..7b15f7584f8 100644 --- a/metrics/windows-msvc-release/render-tests/icon-rotate/property-function/metrics.json +++ b/metrics/windows-msvc-release/render-tests/icon-rotate/property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/icon-rotate/with-offset/metrics.json b/metrics/windows-msvc-release/render-tests/icon-rotate/with-offset/metrics.json index 39cea2f7a81..3c36120ef15 100644 --- a/metrics/windows-msvc-release/render-tests/icon-rotate/with-offset/metrics.json +++ b/metrics/windows-msvc-release/render-tests/icon-rotate/with-offset/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/icon-rotation-alignment/auto-symbol-placement-line/metrics.json b/metrics/windows-msvc-release/render-tests/icon-rotation-alignment/auto-symbol-placement-line/metrics.json index fdaf27673e2..46fcadb2431 100644 --- a/metrics/windows-msvc-release/render-tests/icon-rotation-alignment/auto-symbol-placement-line/metrics.json +++ b/metrics/windows-msvc-release/render-tests/icon-rotation-alignment/auto-symbol-placement-line/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/icon-rotation-alignment/auto-symbol-placement-point/metrics.json b/metrics/windows-msvc-release/render-tests/icon-rotation-alignment/auto-symbol-placement-point/metrics.json index fdaf27673e2..46fcadb2431 100644 --- a/metrics/windows-msvc-release/render-tests/icon-rotation-alignment/auto-symbol-placement-point/metrics.json +++ b/metrics/windows-msvc-release/render-tests/icon-rotation-alignment/auto-symbol-placement-point/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/icon-rotation-alignment/map-symbol-placement-line/metrics.json b/metrics/windows-msvc-release/render-tests/icon-rotation-alignment/map-symbol-placement-line/metrics.json index fdaf27673e2..46fcadb2431 100644 --- a/metrics/windows-msvc-release/render-tests/icon-rotation-alignment/map-symbol-placement-line/metrics.json +++ b/metrics/windows-msvc-release/render-tests/icon-rotation-alignment/map-symbol-placement-line/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/icon-rotation-alignment/map-symbol-placement-point/metrics.json b/metrics/windows-msvc-release/render-tests/icon-rotation-alignment/map-symbol-placement-point/metrics.json index fdaf27673e2..46fcadb2431 100644 --- a/metrics/windows-msvc-release/render-tests/icon-rotation-alignment/map-symbol-placement-point/metrics.json +++ b/metrics/windows-msvc-release/render-tests/icon-rotation-alignment/map-symbol-placement-point/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/icon-rotation-alignment/viewport-symbol-placement-line/metrics.json b/metrics/windows-msvc-release/render-tests/icon-rotation-alignment/viewport-symbol-placement-line/metrics.json index fdaf27673e2..46fcadb2431 100644 --- a/metrics/windows-msvc-release/render-tests/icon-rotation-alignment/viewport-symbol-placement-line/metrics.json +++ b/metrics/windows-msvc-release/render-tests/icon-rotation-alignment/viewport-symbol-placement-line/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/icon-rotation-alignment/viewport-symbol-placement-point/metrics.json b/metrics/windows-msvc-release/render-tests/icon-rotation-alignment/viewport-symbol-placement-point/metrics.json index fdaf27673e2..46fcadb2431 100644 --- a/metrics/windows-msvc-release/render-tests/icon-rotation-alignment/viewport-symbol-placement-point/metrics.json +++ b/metrics/windows-msvc-release/render-tests/icon-rotation-alignment/viewport-symbol-placement-point/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/icon-size/camera-function-high-base-plain/metrics.json b/metrics/windows-msvc-release/render-tests/icon-size/camera-function-high-base-plain/metrics.json index fea6fe2e598..94fd76f9f2e 100644 --- a/metrics/windows-msvc-release/render-tests/icon-size/camera-function-high-base-plain/metrics.json +++ b/metrics/windows-msvc-release/render-tests/icon-size/camera-function-high-base-plain/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/icon-size/camera-function-high-base-sdf/metrics.json b/metrics/windows-msvc-release/render-tests/icon-size/camera-function-high-base-sdf/metrics.json index ff10b87fe60..80efc975536 100644 --- a/metrics/windows-msvc-release/render-tests/icon-size/camera-function-high-base-sdf/metrics.json +++ b/metrics/windows-msvc-release/render-tests/icon-size/camera-function-high-base-sdf/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/icon-size/camera-function-plain/metrics.json b/metrics/windows-msvc-release/render-tests/icon-size/camera-function-plain/metrics.json index fea6fe2e598..94fd76f9f2e 100644 --- a/metrics/windows-msvc-release/render-tests/icon-size/camera-function-plain/metrics.json +++ b/metrics/windows-msvc-release/render-tests/icon-size/camera-function-plain/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/icon-size/camera-function-sdf/metrics.json b/metrics/windows-msvc-release/render-tests/icon-size/camera-function-sdf/metrics.json index ff10b87fe60..80efc975536 100644 --- a/metrics/windows-msvc-release/render-tests/icon-size/camera-function-sdf/metrics.json +++ b/metrics/windows-msvc-release/render-tests/icon-size/camera-function-sdf/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/icon-size/composite-function-plain/metrics.json b/metrics/windows-msvc-release/render-tests/icon-size/composite-function-plain/metrics.json index fea6fe2e598..94fd76f9f2e 100644 --- a/metrics/windows-msvc-release/render-tests/icon-size/composite-function-plain/metrics.json +++ b/metrics/windows-msvc-release/render-tests/icon-size/composite-function-plain/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/icon-size/composite-function-sdf/metrics.json b/metrics/windows-msvc-release/render-tests/icon-size/composite-function-sdf/metrics.json index ff10b87fe60..80efc975536 100644 --- a/metrics/windows-msvc-release/render-tests/icon-size/composite-function-sdf/metrics.json +++ b/metrics/windows-msvc-release/render-tests/icon-size/composite-function-sdf/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/icon-size/default/metrics.json b/metrics/windows-msvc-release/render-tests/icon-size/default/metrics.json index e85e6b42dc7..600dae24320 100644 --- a/metrics/windows-msvc-release/render-tests/icon-size/default/metrics.json +++ b/metrics/windows-msvc-release/render-tests/icon-size/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/icon-size/function/metrics.json b/metrics/windows-msvc-release/render-tests/icon-size/function/metrics.json index e85e6b42dc7..600dae24320 100644 --- a/metrics/windows-msvc-release/render-tests/icon-size/function/metrics.json +++ b/metrics/windows-msvc-release/render-tests/icon-size/function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/icon-size/literal/metrics.json b/metrics/windows-msvc-release/render-tests/icon-size/literal/metrics.json index e85e6b42dc7..600dae24320 100644 --- a/metrics/windows-msvc-release/render-tests/icon-size/literal/metrics.json +++ b/metrics/windows-msvc-release/render-tests/icon-size/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/icon-size/property-function-plain/metrics.json b/metrics/windows-msvc-release/render-tests/icon-size/property-function-plain/metrics.json index 6e8125cf625..6cacde2bc1c 100644 --- a/metrics/windows-msvc-release/render-tests/icon-size/property-function-plain/metrics.json +++ b/metrics/windows-msvc-release/render-tests/icon-size/property-function-plain/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/icon-size/property-function-sdf/metrics.json b/metrics/windows-msvc-release/render-tests/icon-size/property-function-sdf/metrics.json index 18164e288a0..91e76593beb 100644 --- a/metrics/windows-msvc-release/render-tests/icon-size/property-function-sdf/metrics.json +++ b/metrics/windows-msvc-release/render-tests/icon-size/property-function-sdf/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/icon-text-fit/both-collision-variable-anchor-text-fit/metrics.json b/metrics/windows-msvc-release/render-tests/icon-text-fit/both-collision-variable-anchor-text-fit/metrics.json index 533e640ba85..e0b501a8bb9 100644 --- a/metrics/windows-msvc-release/render-tests/icon-text-fit/both-collision-variable-anchor-text-fit/metrics.json +++ b/metrics/windows-msvc-release/render-tests/icon-text-fit/both-collision-variable-anchor-text-fit/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/icon-text-fit/both-collision-variable-anchor/metrics.json b/metrics/windows-msvc-release/render-tests/icon-text-fit/both-collision-variable-anchor/metrics.json index 27c166e4fad..ed10acda227 100644 --- a/metrics/windows-msvc-release/render-tests/icon-text-fit/both-collision-variable-anchor/metrics.json +++ b/metrics/windows-msvc-release/render-tests/icon-text-fit/both-collision-variable-anchor/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/icon-text-fit/both-collision/metrics.json b/metrics/windows-msvc-release/render-tests/icon-text-fit/both-collision/metrics.json index f8a34973b45..46c8d636819 100644 --- a/metrics/windows-msvc-release/render-tests/icon-text-fit/both-collision/metrics.json +++ b/metrics/windows-msvc-release/render-tests/icon-text-fit/both-collision/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/icon-text-fit/both-padding/metrics.json b/metrics/windows-msvc-release/render-tests/icon-text-fit/both-padding/metrics.json index 3731e0fcb28..f27a5555fb8 100644 --- a/metrics/windows-msvc-release/render-tests/icon-text-fit/both-padding/metrics.json +++ b/metrics/windows-msvc-release/render-tests/icon-text-fit/both-padding/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/icon-text-fit/both-text-anchor-1x-image-2x-screen/metrics.json b/metrics/windows-msvc-release/render-tests/icon-text-fit/both-text-anchor-1x-image-2x-screen/metrics.json index fd38a33aafc..47257c2ced0 100644 --- a/metrics/windows-msvc-release/render-tests/icon-text-fit/both-text-anchor-1x-image-2x-screen/metrics.json +++ b/metrics/windows-msvc-release/render-tests/icon-text-fit/both-text-anchor-1x-image-2x-screen/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/icon-text-fit/both-text-anchor-2x-image-1x-screen/metrics.json b/metrics/windows-msvc-release/render-tests/icon-text-fit/both-text-anchor-2x-image-1x-screen/metrics.json index 60e56e89fb7..4b7d57c2bbb 100644 --- a/metrics/windows-msvc-release/render-tests/icon-text-fit/both-text-anchor-2x-image-1x-screen/metrics.json +++ b/metrics/windows-msvc-release/render-tests/icon-text-fit/both-text-anchor-2x-image-1x-screen/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/icon-text-fit/both-text-anchor-2x-image-2x-screen/metrics.json b/metrics/windows-msvc-release/render-tests/icon-text-fit/both-text-anchor-2x-image-2x-screen/metrics.json index 60e56e89fb7..4b7d57c2bbb 100644 --- a/metrics/windows-msvc-release/render-tests/icon-text-fit/both-text-anchor-2x-image-2x-screen/metrics.json +++ b/metrics/windows-msvc-release/render-tests/icon-text-fit/both-text-anchor-2x-image-2x-screen/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/icon-text-fit/both-text-anchor-icon-anchor/metrics.json b/metrics/windows-msvc-release/render-tests/icon-text-fit/both-text-anchor-icon-anchor/metrics.json index fd38a33aafc..47257c2ced0 100644 --- a/metrics/windows-msvc-release/render-tests/icon-text-fit/both-text-anchor-icon-anchor/metrics.json +++ b/metrics/windows-msvc-release/render-tests/icon-text-fit/both-text-anchor-icon-anchor/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/icon-text-fit/both-text-anchor-icon-offset/metrics.json b/metrics/windows-msvc-release/render-tests/icon-text-fit/both-text-anchor-icon-offset/metrics.json index fd38a33aafc..47257c2ced0 100644 --- a/metrics/windows-msvc-release/render-tests/icon-text-fit/both-text-anchor-icon-offset/metrics.json +++ b/metrics/windows-msvc-release/render-tests/icon-text-fit/both-text-anchor-icon-offset/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/icon-text-fit/both-text-anchor-padding/metrics.json b/metrics/windows-msvc-release/render-tests/icon-text-fit/both-text-anchor-padding/metrics.json index fd38a33aafc..47257c2ced0 100644 --- a/metrics/windows-msvc-release/render-tests/icon-text-fit/both-text-anchor-padding/metrics.json +++ b/metrics/windows-msvc-release/render-tests/icon-text-fit/both-text-anchor-padding/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/icon-text-fit/both-text-anchor/metrics.json b/metrics/windows-msvc-release/render-tests/icon-text-fit/both-text-anchor/metrics.json index fd38a33aafc..47257c2ced0 100644 --- a/metrics/windows-msvc-release/render-tests/icon-text-fit/both-text-anchor/metrics.json +++ b/metrics/windows-msvc-release/render-tests/icon-text-fit/both-text-anchor/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/icon-text-fit/both/metrics.json b/metrics/windows-msvc-release/render-tests/icon-text-fit/both/metrics.json index 3731e0fcb28..f27a5555fb8 100644 --- a/metrics/windows-msvc-release/render-tests/icon-text-fit/both/metrics.json +++ b/metrics/windows-msvc-release/render-tests/icon-text-fit/both/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/icon-text-fit/enlargen-both-padding/metrics.json b/metrics/windows-msvc-release/render-tests/icon-text-fit/enlargen-both-padding/metrics.json index d6bdd89b213..0ad2f87fd7e 100644 --- a/metrics/windows-msvc-release/render-tests/icon-text-fit/enlargen-both-padding/metrics.json +++ b/metrics/windows-msvc-release/render-tests/icon-text-fit/enlargen-both-padding/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/icon-text-fit/enlargen-both/metrics.json b/metrics/windows-msvc-release/render-tests/icon-text-fit/enlargen-both/metrics.json index d6bdd89b213..0ad2f87fd7e 100644 --- a/metrics/windows-msvc-release/render-tests/icon-text-fit/enlargen-both/metrics.json +++ b/metrics/windows-msvc-release/render-tests/icon-text-fit/enlargen-both/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/icon-text-fit/enlargen-height/metrics.json b/metrics/windows-msvc-release/render-tests/icon-text-fit/enlargen-height/metrics.json index d6bdd89b213..0ad2f87fd7e 100644 --- a/metrics/windows-msvc-release/render-tests/icon-text-fit/enlargen-height/metrics.json +++ b/metrics/windows-msvc-release/render-tests/icon-text-fit/enlargen-height/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/icon-text-fit/enlargen-width/metrics.json b/metrics/windows-msvc-release/render-tests/icon-text-fit/enlargen-width/metrics.json index d6bdd89b213..0ad2f87fd7e 100644 --- a/metrics/windows-msvc-release/render-tests/icon-text-fit/enlargen-width/metrics.json +++ b/metrics/windows-msvc-release/render-tests/icon-text-fit/enlargen-width/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/icon-text-fit/height-padding/metrics.json b/metrics/windows-msvc-release/render-tests/icon-text-fit/height-padding/metrics.json index 3731e0fcb28..f27a5555fb8 100644 --- a/metrics/windows-msvc-release/render-tests/icon-text-fit/height-padding/metrics.json +++ b/metrics/windows-msvc-release/render-tests/icon-text-fit/height-padding/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/icon-text-fit/height-text-anchor-padding/metrics.json b/metrics/windows-msvc-release/render-tests/icon-text-fit/height-text-anchor-padding/metrics.json index fd38a33aafc..47257c2ced0 100644 --- a/metrics/windows-msvc-release/render-tests/icon-text-fit/height-text-anchor-padding/metrics.json +++ b/metrics/windows-msvc-release/render-tests/icon-text-fit/height-text-anchor-padding/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/icon-text-fit/height-text-anchor/metrics.json b/metrics/windows-msvc-release/render-tests/icon-text-fit/height-text-anchor/metrics.json index fd38a33aafc..47257c2ced0 100644 --- a/metrics/windows-msvc-release/render-tests/icon-text-fit/height-text-anchor/metrics.json +++ b/metrics/windows-msvc-release/render-tests/icon-text-fit/height-text-anchor/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/icon-text-fit/height/metrics.json b/metrics/windows-msvc-release/render-tests/icon-text-fit/height/metrics.json index 3731e0fcb28..f27a5555fb8 100644 --- a/metrics/windows-msvc-release/render-tests/icon-text-fit/height/metrics.json +++ b/metrics/windows-msvc-release/render-tests/icon-text-fit/height/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/icon-text-fit/none/metrics.json b/metrics/windows-msvc-release/render-tests/icon-text-fit/none/metrics.json index 3731e0fcb28..f27a5555fb8 100644 --- a/metrics/windows-msvc-release/render-tests/icon-text-fit/none/metrics.json +++ b/metrics/windows-msvc-release/render-tests/icon-text-fit/none/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/icon-text-fit/placement-line/metrics.json b/metrics/windows-msvc-release/render-tests/icon-text-fit/placement-line/metrics.json index f879907a019..a21185cfed0 100644 --- a/metrics/windows-msvc-release/render-tests/icon-text-fit/placement-line/metrics.json +++ b/metrics/windows-msvc-release/render-tests/icon-text-fit/placement-line/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/icon-text-fit/stretch-fifteen-part/metrics.json b/metrics/windows-msvc-release/render-tests/icon-text-fit/stretch-fifteen-part/metrics.json index 4ec1339ad54..b96283e28b6 100644 --- a/metrics/windows-msvc-release/render-tests/icon-text-fit/stretch-fifteen-part/metrics.json +++ b/metrics/windows-msvc-release/render-tests/icon-text-fit/stretch-fifteen-part/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/icon-text-fit/stretch-nine-part-@2x/metrics.json b/metrics/windows-msvc-release/render-tests/icon-text-fit/stretch-nine-part-@2x/metrics.json index e440a2fde34..8405b98019c 100644 --- a/metrics/windows-msvc-release/render-tests/icon-text-fit/stretch-nine-part-@2x/metrics.json +++ b/metrics/windows-msvc-release/render-tests/icon-text-fit/stretch-nine-part-@2x/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/icon-text-fit/stretch-nine-part-content-collision/metrics.json b/metrics/windows-msvc-release/render-tests/icon-text-fit/stretch-nine-part-content-collision/metrics.json index 760868dc996..32f0d48b415 100644 --- a/metrics/windows-msvc-release/render-tests/icon-text-fit/stretch-nine-part-content-collision/metrics.json +++ b/metrics/windows-msvc-release/render-tests/icon-text-fit/stretch-nine-part-content-collision/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/icon-text-fit/stretch-nine-part-content/metrics.json b/metrics/windows-msvc-release/render-tests/icon-text-fit/stretch-nine-part-content/metrics.json index 760868dc996..32f0d48b415 100644 --- a/metrics/windows-msvc-release/render-tests/icon-text-fit/stretch-nine-part-content/metrics.json +++ b/metrics/windows-msvc-release/render-tests/icon-text-fit/stretch-nine-part-content/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/icon-text-fit/stretch-nine-part-just-height/metrics.json b/metrics/windows-msvc-release/render-tests/icon-text-fit/stretch-nine-part-just-height/metrics.json index 0c76f5850ae..6ce8b0325d5 100644 --- a/metrics/windows-msvc-release/render-tests/icon-text-fit/stretch-nine-part-just-height/metrics.json +++ b/metrics/windows-msvc-release/render-tests/icon-text-fit/stretch-nine-part-just-height/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/icon-text-fit/stretch-nine-part-just-width/metrics.json b/metrics/windows-msvc-release/render-tests/icon-text-fit/stretch-nine-part-just-width/metrics.json index 0c76f5850ae..6ce8b0325d5 100644 --- a/metrics/windows-msvc-release/render-tests/icon-text-fit/stretch-nine-part-just-width/metrics.json +++ b/metrics/windows-msvc-release/render-tests/icon-text-fit/stretch-nine-part-just-width/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/icon-text-fit/stretch-nine-part/metrics.json b/metrics/windows-msvc-release/render-tests/icon-text-fit/stretch-nine-part/metrics.json index 5e61113a9d5..d6ec82d8f31 100644 --- a/metrics/windows-msvc-release/render-tests/icon-text-fit/stretch-nine-part/metrics.json +++ b/metrics/windows-msvc-release/render-tests/icon-text-fit/stretch-nine-part/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/icon-text-fit/stretch-three-part/metrics.json b/metrics/windows-msvc-release/render-tests/icon-text-fit/stretch-three-part/metrics.json index a3ae8aa16e2..3b9c68707c1 100644 --- a/metrics/windows-msvc-release/render-tests/icon-text-fit/stretch-three-part/metrics.json +++ b/metrics/windows-msvc-release/render-tests/icon-text-fit/stretch-three-part/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/icon-text-fit/stretch-two-part/metrics.json b/metrics/windows-msvc-release/render-tests/icon-text-fit/stretch-two-part/metrics.json index fbb89bc3b6f..733f6c4009e 100644 --- a/metrics/windows-msvc-release/render-tests/icon-text-fit/stretch-two-part/metrics.json +++ b/metrics/windows-msvc-release/render-tests/icon-text-fit/stretch-two-part/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/icon-text-fit/stretch-underscale/metrics.json b/metrics/windows-msvc-release/render-tests/icon-text-fit/stretch-underscale/metrics.json index 8f94d88ce4d..8193a6c6d74 100644 --- a/metrics/windows-msvc-release/render-tests/icon-text-fit/stretch-underscale/metrics.json +++ b/metrics/windows-msvc-release/render-tests/icon-text-fit/stretch-underscale/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/icon-text-fit/text-variable-anchor/metrics.json b/metrics/windows-msvc-release/render-tests/icon-text-fit/text-variable-anchor/metrics.json index 3c52c61f527..7dfedd1e1a0 100644 --- a/metrics/windows-msvc-release/render-tests/icon-text-fit/text-variable-anchor/metrics.json +++ b/metrics/windows-msvc-release/render-tests/icon-text-fit/text-variable-anchor/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/icon-text-fit/textFit-anchors-long/metrics.json b/metrics/windows-msvc-release/render-tests/icon-text-fit/textFit-anchors-long/metrics.json index e102c1af510..cf11870cf2c 100644 --- a/metrics/windows-msvc-release/render-tests/icon-text-fit/textFit-anchors-long/metrics.json +++ b/metrics/windows-msvc-release/render-tests/icon-text-fit/textFit-anchors-long/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/icon-text-fit/textFit-anchors-short/metrics.json b/metrics/windows-msvc-release/render-tests/icon-text-fit/textFit-anchors-short/metrics.json index 43ae8b8ec92..300023e8b9c 100644 --- a/metrics/windows-msvc-release/render-tests/icon-text-fit/textFit-anchors-short/metrics.json +++ b/metrics/windows-msvc-release/render-tests/icon-text-fit/textFit-anchors-short/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/icon-text-fit/textFit-collision/metrics.json b/metrics/windows-msvc-release/render-tests/icon-text-fit/textFit-collision/metrics.json index 63b09f892c3..cad0e792523 100644 --- a/metrics/windows-msvc-release/render-tests/icon-text-fit/textFit-collision/metrics.json +++ b/metrics/windows-msvc-release/render-tests/icon-text-fit/textFit-collision/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/icon-text-fit/textFit-grid-long-vertical/metrics.json b/metrics/windows-msvc-release/render-tests/icon-text-fit/textFit-grid-long-vertical/metrics.json index 2a7d1e9a35d..b41c0bad39e 100644 --- a/metrics/windows-msvc-release/render-tests/icon-text-fit/textFit-grid-long-vertical/metrics.json +++ b/metrics/windows-msvc-release/render-tests/icon-text-fit/textFit-grid-long-vertical/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/icon-text-fit/textFit-grid-long/metrics.json b/metrics/windows-msvc-release/render-tests/icon-text-fit/textFit-grid-long/metrics.json index e8f0b6ac455..4fe530b3e37 100644 --- a/metrics/windows-msvc-release/render-tests/icon-text-fit/textFit-grid-long/metrics.json +++ b/metrics/windows-msvc-release/render-tests/icon-text-fit/textFit-grid-long/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/icon-text-fit/textFit-grid-short-vertical/metrics.json b/metrics/windows-msvc-release/render-tests/icon-text-fit/textFit-grid-short-vertical/metrics.json index 5718db3ff62..763e17e8c39 100644 --- a/metrics/windows-msvc-release/render-tests/icon-text-fit/textFit-grid-short-vertical/metrics.json +++ b/metrics/windows-msvc-release/render-tests/icon-text-fit/textFit-grid-short-vertical/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/icon-text-fit/textFit-grid-short/metrics.json b/metrics/windows-msvc-release/render-tests/icon-text-fit/textFit-grid-short/metrics.json index 4458b597c76..31b34221aed 100644 --- a/metrics/windows-msvc-release/render-tests/icon-text-fit/textFit-grid-short/metrics.json +++ b/metrics/windows-msvc-release/render-tests/icon-text-fit/textFit-grid-short/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/icon-text-fit/width-padding/metrics.json b/metrics/windows-msvc-release/render-tests/icon-text-fit/width-padding/metrics.json index 3731e0fcb28..f27a5555fb8 100644 --- a/metrics/windows-msvc-release/render-tests/icon-text-fit/width-padding/metrics.json +++ b/metrics/windows-msvc-release/render-tests/icon-text-fit/width-padding/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/icon-text-fit/width-text-anchor-padding/metrics.json b/metrics/windows-msvc-release/render-tests/icon-text-fit/width-text-anchor-padding/metrics.json index fd38a33aafc..47257c2ced0 100644 --- a/metrics/windows-msvc-release/render-tests/icon-text-fit/width-text-anchor-padding/metrics.json +++ b/metrics/windows-msvc-release/render-tests/icon-text-fit/width-text-anchor-padding/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/icon-text-fit/width-text-anchor/metrics.json b/metrics/windows-msvc-release/render-tests/icon-text-fit/width-text-anchor/metrics.json index fd38a33aafc..47257c2ced0 100644 --- a/metrics/windows-msvc-release/render-tests/icon-text-fit/width-text-anchor/metrics.json +++ b/metrics/windows-msvc-release/render-tests/icon-text-fit/width-text-anchor/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/icon-text-fit/width/metrics.json b/metrics/windows-msvc-release/render-tests/icon-text-fit/width/metrics.json index 3731e0fcb28..f27a5555fb8 100644 --- a/metrics/windows-msvc-release/render-tests/icon-text-fit/width/metrics.json +++ b/metrics/windows-msvc-release/render-tests/icon-text-fit/width/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/icon-translate-anchor/map/metrics.json b/metrics/windows-msvc-release/render-tests/icon-translate-anchor/map/metrics.json index 40b289ac738..69dc134352d 100644 --- a/metrics/windows-msvc-release/render-tests/icon-translate-anchor/map/metrics.json +++ b/metrics/windows-msvc-release/render-tests/icon-translate-anchor/map/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/icon-translate-anchor/viewport/metrics.json b/metrics/windows-msvc-release/render-tests/icon-translate-anchor/viewport/metrics.json index 40b289ac738..69dc134352d 100644 --- a/metrics/windows-msvc-release/render-tests/icon-translate-anchor/viewport/metrics.json +++ b/metrics/windows-msvc-release/render-tests/icon-translate-anchor/viewport/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/icon-translate/default/metrics.json b/metrics/windows-msvc-release/render-tests/icon-translate/default/metrics.json index 79e78104863..a2643ebba77 100644 --- a/metrics/windows-msvc-release/render-tests/icon-translate/default/metrics.json +++ b/metrics/windows-msvc-release/render-tests/icon-translate/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/icon-translate/function/metrics.json b/metrics/windows-msvc-release/render-tests/icon-translate/function/metrics.json index 79e78104863..a2643ebba77 100644 --- a/metrics/windows-msvc-release/render-tests/icon-translate/function/metrics.json +++ b/metrics/windows-msvc-release/render-tests/icon-translate/function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/icon-translate/literal/metrics.json b/metrics/windows-msvc-release/render-tests/icon-translate/literal/metrics.json index 79e78104863..a2643ebba77 100644 --- a/metrics/windows-msvc-release/render-tests/icon-translate/literal/metrics.json +++ b/metrics/windows-msvc-release/render-tests/icon-translate/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/icon-visibility/none/metrics.json b/metrics/windows-msvc-release/render-tests/icon-visibility/none/metrics.json index 95a181bd8c4..ee07c12cbd3 100644 --- a/metrics/windows-msvc-release/render-tests/icon-visibility/none/metrics.json +++ b/metrics/windows-msvc-release/render-tests/icon-visibility/none/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/icon-visibility/visible/metrics.json b/metrics/windows-msvc-release/render-tests/icon-visibility/visible/metrics.json index 79e78104863..a2643ebba77 100644 --- a/metrics/windows-msvc-release/render-tests/icon-visibility/visible/metrics.json +++ b/metrics/windows-msvc-release/render-tests/icon-visibility/visible/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/image/default/metrics.json b/metrics/windows-msvc-release/render-tests/image/default/metrics.json index a5e1a3ae1af..0d755432617 100644 --- a/metrics/windows-msvc-release/render-tests/image/default/metrics.json +++ b/metrics/windows-msvc-release/render-tests/image/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/image/pitched/metrics.json b/metrics/windows-msvc-release/render-tests/image/pitched/metrics.json index 2d59478140b..516f2bb9de7 100644 --- a/metrics/windows-msvc-release/render-tests/image/pitched/metrics.json +++ b/metrics/windows-msvc-release/render-tests/image/pitched/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/image/raster-brightness/metrics.json b/metrics/windows-msvc-release/render-tests/image/raster-brightness/metrics.json index a5e1a3ae1af..0d755432617 100644 --- a/metrics/windows-msvc-release/render-tests/image/raster-brightness/metrics.json +++ b/metrics/windows-msvc-release/render-tests/image/raster-brightness/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/image/raster-contrast/metrics.json b/metrics/windows-msvc-release/render-tests/image/raster-contrast/metrics.json index a5e1a3ae1af..0d755432617 100644 --- a/metrics/windows-msvc-release/render-tests/image/raster-contrast/metrics.json +++ b/metrics/windows-msvc-release/render-tests/image/raster-contrast/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/image/raster-hue-rotate/metrics.json b/metrics/windows-msvc-release/render-tests/image/raster-hue-rotate/metrics.json index a5e1a3ae1af..0d755432617 100644 --- a/metrics/windows-msvc-release/render-tests/image/raster-hue-rotate/metrics.json +++ b/metrics/windows-msvc-release/render-tests/image/raster-hue-rotate/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/image/raster-opacity/metrics.json b/metrics/windows-msvc-release/render-tests/image/raster-opacity/metrics.json index a5e1a3ae1af..0d755432617 100644 --- a/metrics/windows-msvc-release/render-tests/image/raster-opacity/metrics.json +++ b/metrics/windows-msvc-release/render-tests/image/raster-opacity/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/image/raster-resampling/metrics.json b/metrics/windows-msvc-release/render-tests/image/raster-resampling/metrics.json index 3a2571d36aa..bdb24cbec79 100644 --- a/metrics/windows-msvc-release/render-tests/image/raster-resampling/metrics.json +++ b/metrics/windows-msvc-release/render-tests/image/raster-resampling/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/image/raster-saturation/metrics.json b/metrics/windows-msvc-release/render-tests/image/raster-saturation/metrics.json index a5e1a3ae1af..0d755432617 100644 --- a/metrics/windows-msvc-release/render-tests/image/raster-saturation/metrics.json +++ b/metrics/windows-msvc-release/render-tests/image/raster-saturation/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/image/raster-visibility/metrics.json b/metrics/windows-msvc-release/render-tests/image/raster-visibility/metrics.json index a5e1a3ae1af..0d755432617 100644 --- a/metrics/windows-msvc-release/render-tests/image/raster-visibility/metrics.json +++ b/metrics/windows-msvc-release/render-tests/image/raster-visibility/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/is-supported-script/filter/metrics.json b/metrics/windows-msvc-release/render-tests/is-supported-script/filter/metrics.json index a2ea9c5fb7a..ce349c7a6f4 100644 --- a/metrics/windows-msvc-release/render-tests/is-supported-script/filter/metrics.json +++ b/metrics/windows-msvc-release/render-tests/is-supported-script/filter/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/is-supported-script/layout/metrics.json b/metrics/windows-msvc-release/render-tests/is-supported-script/layout/metrics.json index f7dd7ee4c04..94eaf35036e 100644 --- a/metrics/windows-msvc-release/render-tests/is-supported-script/layout/metrics.json +++ b/metrics/windows-msvc-release/render-tests/is-supported-script/layout/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/line-blur/default/metrics.json b/metrics/windows-msvc-release/render-tests/line-blur/default/metrics.json index 37218777d26..7187015593c 100644 --- a/metrics/windows-msvc-release/render-tests/line-blur/default/metrics.json +++ b/metrics/windows-msvc-release/render-tests/line-blur/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/line-blur/function/metrics.json b/metrics/windows-msvc-release/render-tests/line-blur/function/metrics.json index 37218777d26..7187015593c 100644 --- a/metrics/windows-msvc-release/render-tests/line-blur/function/metrics.json +++ b/metrics/windows-msvc-release/render-tests/line-blur/function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/line-blur/literal/metrics.json b/metrics/windows-msvc-release/render-tests/line-blur/literal/metrics.json index 37218777d26..7187015593c 100644 --- a/metrics/windows-msvc-release/render-tests/line-blur/literal/metrics.json +++ b/metrics/windows-msvc-release/render-tests/line-blur/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/line-blur/property-function/metrics.json b/metrics/windows-msvc-release/render-tests/line-blur/property-function/metrics.json index 3a79bf07087..2a87a2adf26 100644 --- a/metrics/windows-msvc-release/render-tests/line-blur/property-function/metrics.json +++ b/metrics/windows-msvc-release/render-tests/line-blur/property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/line-cap/butt/metrics.json b/metrics/windows-msvc-release/render-tests/line-cap/butt/metrics.json index 37218777d26..7187015593c 100644 --- a/metrics/windows-msvc-release/render-tests/line-cap/butt/metrics.json +++ b/metrics/windows-msvc-release/render-tests/line-cap/butt/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/line-cap/round/metrics.json b/metrics/windows-msvc-release/render-tests/line-cap/round/metrics.json index b8fd663961a..683e8869f74 100644 --- a/metrics/windows-msvc-release/render-tests/line-cap/round/metrics.json +++ b/metrics/windows-msvc-release/render-tests/line-cap/round/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/line-cap/square/metrics.json b/metrics/windows-msvc-release/render-tests/line-cap/square/metrics.json index 37218777d26..7187015593c 100644 --- a/metrics/windows-msvc-release/render-tests/line-cap/square/metrics.json +++ b/metrics/windows-msvc-release/render-tests/line-cap/square/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/line-color/default/metrics.json b/metrics/windows-msvc-release/render-tests/line-color/default/metrics.json index 37218777d26..7187015593c 100644 --- a/metrics/windows-msvc-release/render-tests/line-color/default/metrics.json +++ b/metrics/windows-msvc-release/render-tests/line-color/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/line-color/function/metrics.json b/metrics/windows-msvc-release/render-tests/line-color/function/metrics.json index 37218777d26..7187015593c 100644 --- a/metrics/windows-msvc-release/render-tests/line-color/function/metrics.json +++ b/metrics/windows-msvc-release/render-tests/line-color/function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/line-color/literal/metrics.json b/metrics/windows-msvc-release/render-tests/line-color/literal/metrics.json index 37218777d26..7187015593c 100644 --- a/metrics/windows-msvc-release/render-tests/line-color/literal/metrics.json +++ b/metrics/windows-msvc-release/render-tests/line-color/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/line-color/property-function-identity/metrics.json b/metrics/windows-msvc-release/render-tests/line-color/property-function-identity/metrics.json index 870d30daeb3..7cf6ee5d698 100644 --- a/metrics/windows-msvc-release/render-tests/line-color/property-function-identity/metrics.json +++ b/metrics/windows-msvc-release/render-tests/line-color/property-function-identity/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/line-color/property-function/metrics.json b/metrics/windows-msvc-release/render-tests/line-color/property-function/metrics.json index b8b502e177e..f00b3e53697 100644 --- a/metrics/windows-msvc-release/render-tests/line-color/property-function/metrics.json +++ b/metrics/windows-msvc-release/render-tests/line-color/property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/line-dasharray/default/metrics.json b/metrics/windows-msvc-release/render-tests/line-dasharray/default/metrics.json index f116462d86f..a5d7f6590c5 100644 --- a/metrics/windows-msvc-release/render-tests/line-dasharray/default/metrics.json +++ b/metrics/windows-msvc-release/render-tests/line-dasharray/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/line-dasharray/fractional-zoom/metrics.json b/metrics/windows-msvc-release/render-tests/line-dasharray/fractional-zoom/metrics.json index fc7077f38f8..d8d9dc5b94d 100644 --- a/metrics/windows-msvc-release/render-tests/line-dasharray/fractional-zoom/metrics.json +++ b/metrics/windows-msvc-release/render-tests/line-dasharray/fractional-zoom/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/line-dasharray/function/line-width-composite-function/metrics.json b/metrics/windows-msvc-release/render-tests/line-dasharray/function/line-width-composite-function/metrics.json index 089003eccef..6e68753380e 100644 --- a/metrics/windows-msvc-release/render-tests/line-dasharray/function/line-width-composite-function/metrics.json +++ b/metrics/windows-msvc-release/render-tests/line-dasharray/function/line-width-composite-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/line-dasharray/function/line-width-constant/metrics.json b/metrics/windows-msvc-release/render-tests/line-dasharray/function/line-width-constant/metrics.json index a6871325306..6f572a87257 100644 --- a/metrics/windows-msvc-release/render-tests/line-dasharray/function/line-width-constant/metrics.json +++ b/metrics/windows-msvc-release/render-tests/line-dasharray/function/line-width-constant/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/line-dasharray/function/line-width-property-function/metrics.json b/metrics/windows-msvc-release/render-tests/line-dasharray/function/line-width-property-function/metrics.json index 2b8782c8187..9af46410138 100644 --- a/metrics/windows-msvc-release/render-tests/line-dasharray/function/line-width-property-function/metrics.json +++ b/metrics/windows-msvc-release/render-tests/line-dasharray/function/line-width-property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/line-dasharray/literal/line-width-composite-function/metrics.json b/metrics/windows-msvc-release/render-tests/line-dasharray/literal/line-width-composite-function/metrics.json index 089003eccef..6e68753380e 100644 --- a/metrics/windows-msvc-release/render-tests/line-dasharray/literal/line-width-composite-function/metrics.json +++ b/metrics/windows-msvc-release/render-tests/line-dasharray/literal/line-width-composite-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/line-dasharray/literal/line-width-constant/metrics.json b/metrics/windows-msvc-release/render-tests/line-dasharray/literal/line-width-constant/metrics.json index 45bcb8f0af2..4e755b00c56 100644 --- a/metrics/windows-msvc-release/render-tests/line-dasharray/literal/line-width-constant/metrics.json +++ b/metrics/windows-msvc-release/render-tests/line-dasharray/literal/line-width-constant/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/line-dasharray/literal/line-width-property-function/metrics.json b/metrics/windows-msvc-release/render-tests/line-dasharray/literal/line-width-property-function/metrics.json index 2b8782c8187..9af46410138 100644 --- a/metrics/windows-msvc-release/render-tests/line-dasharray/literal/line-width-property-function/metrics.json +++ b/metrics/windows-msvc-release/render-tests/line-dasharray/literal/line-width-property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/line-dasharray/literal/line-width-zoom-function/metrics.json b/metrics/windows-msvc-release/render-tests/line-dasharray/literal/line-width-zoom-function/metrics.json index fc7077f38f8..d8d9dc5b94d 100644 --- a/metrics/windows-msvc-release/render-tests/line-dasharray/literal/line-width-zoom-function/metrics.json +++ b/metrics/windows-msvc-release/render-tests/line-dasharray/literal/line-width-zoom-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/line-dasharray/long-segment/metrics.json b/metrics/windows-msvc-release/render-tests/line-dasharray/long-segment/metrics.json index 22bd3284bd9..64acd288115 100644 --- a/metrics/windows-msvc-release/render-tests/line-dasharray/long-segment/metrics.json +++ b/metrics/windows-msvc-release/render-tests/line-dasharray/long-segment/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/line-dasharray/overscaled/metrics.json b/metrics/windows-msvc-release/render-tests/line-dasharray/overscaled/metrics.json index 747a2afbe15..553a80fc7f5 100644 --- a/metrics/windows-msvc-release/render-tests/line-dasharray/overscaled/metrics.json +++ b/metrics/windows-msvc-release/render-tests/line-dasharray/overscaled/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/line-dasharray/round/segments/metrics.json b/metrics/windows-msvc-release/render-tests/line-dasharray/round/segments/metrics.json index d3af311705d..7aa6ba0d1c7 100644 --- a/metrics/windows-msvc-release/render-tests/line-dasharray/round/segments/metrics.json +++ b/metrics/windows-msvc-release/render-tests/line-dasharray/round/segments/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/line-dasharray/round/zero-gap-width/metrics.json b/metrics/windows-msvc-release/render-tests/line-dasharray/round/zero-gap-width/metrics.json index d3af311705d..7aa6ba0d1c7 100644 --- a/metrics/windows-msvc-release/render-tests/line-dasharray/round/zero-gap-width/metrics.json +++ b/metrics/windows-msvc-release/render-tests/line-dasharray/round/zero-gap-width/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/line-dasharray/slant/metrics.json b/metrics/windows-msvc-release/render-tests/line-dasharray/slant/metrics.json index 5e55b94da8c..805008108ab 100644 --- a/metrics/windows-msvc-release/render-tests/line-dasharray/slant/metrics.json +++ b/metrics/windows-msvc-release/render-tests/line-dasharray/slant/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/line-dasharray/zero-length-gap/metrics.json b/metrics/windows-msvc-release/render-tests/line-dasharray/zero-length-gap/metrics.json index 32c56fe8f4f..01b82ca75e0 100644 --- a/metrics/windows-msvc-release/render-tests/line-dasharray/zero-length-gap/metrics.json +++ b/metrics/windows-msvc-release/render-tests/line-dasharray/zero-length-gap/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/line-dasharray/zoom-history/metrics.json b/metrics/windows-msvc-release/render-tests/line-dasharray/zoom-history/metrics.json index 0b59834ac4d..286060c9bda 100644 --- a/metrics/windows-msvc-release/render-tests/line-dasharray/zoom-history/metrics.json +++ b/metrics/windows-msvc-release/render-tests/line-dasharray/zoom-history/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/line-gap-width/default/metrics.json b/metrics/windows-msvc-release/render-tests/line-gap-width/default/metrics.json index d3fc3537952..3a4bc927281 100644 --- a/metrics/windows-msvc-release/render-tests/line-gap-width/default/metrics.json +++ b/metrics/windows-msvc-release/render-tests/line-gap-width/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/line-gap-width/function/metrics.json b/metrics/windows-msvc-release/render-tests/line-gap-width/function/metrics.json index d3fc3537952..3a4bc927281 100644 --- a/metrics/windows-msvc-release/render-tests/line-gap-width/function/metrics.json +++ b/metrics/windows-msvc-release/render-tests/line-gap-width/function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/line-gap-width/literal/metrics.json b/metrics/windows-msvc-release/render-tests/line-gap-width/literal/metrics.json index d3fc3537952..3a4bc927281 100644 --- a/metrics/windows-msvc-release/render-tests/line-gap-width/literal/metrics.json +++ b/metrics/windows-msvc-release/render-tests/line-gap-width/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/line-gap-width/property-function/metrics.json b/metrics/windows-msvc-release/render-tests/line-gap-width/property-function/metrics.json index 3a79bf07087..2a87a2adf26 100644 --- a/metrics/windows-msvc-release/render-tests/line-gap-width/property-function/metrics.json +++ b/metrics/windows-msvc-release/render-tests/line-gap-width/property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/line-gradient/gradient-tile-boundaries/metrics.json b/metrics/windows-msvc-release/render-tests/line-gradient/gradient-tile-boundaries/metrics.json index c5be22f7087..244ec12801d 100644 --- a/metrics/windows-msvc-release/render-tests/line-gradient/gradient-tile-boundaries/metrics.json +++ b/metrics/windows-msvc-release/render-tests/line-gradient/gradient-tile-boundaries/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/line-gradient/gradient/metrics.json b/metrics/windows-msvc-release/render-tests/line-gradient/gradient/metrics.json index 2452c64b4ac..598169b1d9b 100644 --- a/metrics/windows-msvc-release/render-tests/line-gradient/gradient/metrics.json +++ b/metrics/windows-msvc-release/render-tests/line-gradient/gradient/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/line-gradient/translucent/metrics.json b/metrics/windows-msvc-release/render-tests/line-gradient/translucent/metrics.json index 2452c64b4ac..598169b1d9b 100644 --- a/metrics/windows-msvc-release/render-tests/line-gradient/translucent/metrics.json +++ b/metrics/windows-msvc-release/render-tests/line-gradient/translucent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/line-join/bevel-transparent/metrics.json b/metrics/windows-msvc-release/render-tests/line-join/bevel-transparent/metrics.json index 418bfd0dac8..f58d7f3410c 100644 --- a/metrics/windows-msvc-release/render-tests/line-join/bevel-transparent/metrics.json +++ b/metrics/windows-msvc-release/render-tests/line-join/bevel-transparent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/line-join/bevel/metrics.json b/metrics/windows-msvc-release/render-tests/line-join/bevel/metrics.json index 418bfd0dac8..f58d7f3410c 100644 --- a/metrics/windows-msvc-release/render-tests/line-join/bevel/metrics.json +++ b/metrics/windows-msvc-release/render-tests/line-join/bevel/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/line-join/default/metrics.json b/metrics/windows-msvc-release/render-tests/line-join/default/metrics.json index 418bfd0dac8..f58d7f3410c 100644 --- a/metrics/windows-msvc-release/render-tests/line-join/default/metrics.json +++ b/metrics/windows-msvc-release/render-tests/line-join/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/line-join/miter-transparent/metrics.json b/metrics/windows-msvc-release/render-tests/line-join/miter-transparent/metrics.json index 418bfd0dac8..f58d7f3410c 100644 --- a/metrics/windows-msvc-release/render-tests/line-join/miter-transparent/metrics.json +++ b/metrics/windows-msvc-release/render-tests/line-join/miter-transparent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/line-join/miter/metrics.json b/metrics/windows-msvc-release/render-tests/line-join/miter/metrics.json index 418bfd0dac8..f58d7f3410c 100644 --- a/metrics/windows-msvc-release/render-tests/line-join/miter/metrics.json +++ b/metrics/windows-msvc-release/render-tests/line-join/miter/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/line-join/property-function-dasharray/metrics.json b/metrics/windows-msvc-release/render-tests/line-join/property-function-dasharray/metrics.json index c43da977410..6099d2b006d 100644 --- a/metrics/windows-msvc-release/render-tests/line-join/property-function-dasharray/metrics.json +++ b/metrics/windows-msvc-release/render-tests/line-join/property-function-dasharray/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/line-join/property-function/metrics.json b/metrics/windows-msvc-release/render-tests/line-join/property-function/metrics.json index 58f534192f0..a4a13eb4cda 100644 --- a/metrics/windows-msvc-release/render-tests/line-join/property-function/metrics.json +++ b/metrics/windows-msvc-release/render-tests/line-join/property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/line-join/round-transparent/metrics.json b/metrics/windows-msvc-release/render-tests/line-join/round-transparent/metrics.json index 8bb30bb81b6..0e02f323f19 100644 --- a/metrics/windows-msvc-release/render-tests/line-join/round-transparent/metrics.json +++ b/metrics/windows-msvc-release/render-tests/line-join/round-transparent/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/line-join/round/metrics.json b/metrics/windows-msvc-release/render-tests/line-join/round/metrics.json index 8bb30bb81b6..0e02f323f19 100644 --- a/metrics/windows-msvc-release/render-tests/line-join/round/metrics.json +++ b/metrics/windows-msvc-release/render-tests/line-join/round/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/line-offset/default/metrics.json b/metrics/windows-msvc-release/render-tests/line-offset/default/metrics.json index 37218777d26..7187015593c 100644 --- a/metrics/windows-msvc-release/render-tests/line-offset/default/metrics.json +++ b/metrics/windows-msvc-release/render-tests/line-offset/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/line-offset/function/metrics.json b/metrics/windows-msvc-release/render-tests/line-offset/function/metrics.json index 37218777d26..7187015593c 100644 --- a/metrics/windows-msvc-release/render-tests/line-offset/function/metrics.json +++ b/metrics/windows-msvc-release/render-tests/line-offset/function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/line-offset/literal-negative/metrics.json b/metrics/windows-msvc-release/render-tests/line-offset/literal-negative/metrics.json index 37218777d26..7187015593c 100644 --- a/metrics/windows-msvc-release/render-tests/line-offset/literal-negative/metrics.json +++ b/metrics/windows-msvc-release/render-tests/line-offset/literal-negative/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/line-offset/literal/metrics.json b/metrics/windows-msvc-release/render-tests/line-offset/literal/metrics.json index 37218777d26..7187015593c 100644 --- a/metrics/windows-msvc-release/render-tests/line-offset/literal/metrics.json +++ b/metrics/windows-msvc-release/render-tests/line-offset/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/line-offset/property-function/metrics.json b/metrics/windows-msvc-release/render-tests/line-offset/property-function/metrics.json index 3a79bf07087..2a87a2adf26 100644 --- a/metrics/windows-msvc-release/render-tests/line-offset/property-function/metrics.json +++ b/metrics/windows-msvc-release/render-tests/line-offset/property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/line-opacity/default/metrics.json b/metrics/windows-msvc-release/render-tests/line-opacity/default/metrics.json index d3fc3537952..3a4bc927281 100644 --- a/metrics/windows-msvc-release/render-tests/line-opacity/default/metrics.json +++ b/metrics/windows-msvc-release/render-tests/line-opacity/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/line-opacity/function/metrics.json b/metrics/windows-msvc-release/render-tests/line-opacity/function/metrics.json index d3fc3537952..3a4bc927281 100644 --- a/metrics/windows-msvc-release/render-tests/line-opacity/function/metrics.json +++ b/metrics/windows-msvc-release/render-tests/line-opacity/function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/line-opacity/literal/metrics.json b/metrics/windows-msvc-release/render-tests/line-opacity/literal/metrics.json index d3fc3537952..3a4bc927281 100644 --- a/metrics/windows-msvc-release/render-tests/line-opacity/literal/metrics.json +++ b/metrics/windows-msvc-release/render-tests/line-opacity/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/line-opacity/property-function/metrics.json b/metrics/windows-msvc-release/render-tests/line-opacity/property-function/metrics.json index 3a79bf07087..2a87a2adf26 100644 --- a/metrics/windows-msvc-release/render-tests/line-opacity/property-function/metrics.json +++ b/metrics/windows-msvc-release/render-tests/line-opacity/property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/line-opacity/step-curve/metrics.json b/metrics/windows-msvc-release/render-tests/line-opacity/step-curve/metrics.json index 49ecdaab985..fed8cf9423c 100644 --- a/metrics/windows-msvc-release/render-tests/line-opacity/step-curve/metrics.json +++ b/metrics/windows-msvc-release/render-tests/line-opacity/step-curve/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/line-pattern/@2x/metrics.json b/metrics/windows-msvc-release/render-tests/line-pattern/@2x/metrics.json index 5163e6758e3..a2abf428c72 100644 --- a/metrics/windows-msvc-release/render-tests/line-pattern/@2x/metrics.json +++ b/metrics/windows-msvc-release/render-tests/line-pattern/@2x/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/line-pattern/literal/metrics.json b/metrics/windows-msvc-release/render-tests/line-pattern/literal/metrics.json index d4020db05c5..ef2bff8926e 100644 --- a/metrics/windows-msvc-release/render-tests/line-pattern/literal/metrics.json +++ b/metrics/windows-msvc-release/render-tests/line-pattern/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/line-pattern/opacity/metrics.json b/metrics/windows-msvc-release/render-tests/line-pattern/opacity/metrics.json index d4020db05c5..ef2bff8926e 100644 --- a/metrics/windows-msvc-release/render-tests/line-pattern/opacity/metrics.json +++ b/metrics/windows-msvc-release/render-tests/line-pattern/opacity/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/line-pattern/overscaled/metrics.json b/metrics/windows-msvc-release/render-tests/line-pattern/overscaled/metrics.json index 94e778f0b45..3f043408c0e 100644 --- a/metrics/windows-msvc-release/render-tests/line-pattern/overscaled/metrics.json +++ b/metrics/windows-msvc-release/render-tests/line-pattern/overscaled/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/line-pattern/pitch/metrics.json b/metrics/windows-msvc-release/render-tests/line-pattern/pitch/metrics.json index d108f774d19..097e80cdffb 100644 --- a/metrics/windows-msvc-release/render-tests/line-pattern/pitch/metrics.json +++ b/metrics/windows-msvc-release/render-tests/line-pattern/pitch/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/line-pattern/property-function/metrics.json b/metrics/windows-msvc-release/render-tests/line-pattern/property-function/metrics.json index 136c1476151..7cc483d3f22 100644 --- a/metrics/windows-msvc-release/render-tests/line-pattern/property-function/metrics.json +++ b/metrics/windows-msvc-release/render-tests/line-pattern/property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/line-pattern/step-curve/metrics.json b/metrics/windows-msvc-release/render-tests/line-pattern/step-curve/metrics.json index fbbd2176a96..dc08e895971 100644 --- a/metrics/windows-msvc-release/render-tests/line-pattern/step-curve/metrics.json +++ b/metrics/windows-msvc-release/render-tests/line-pattern/step-curve/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/line-pattern/zoom-expression/metrics.json b/metrics/windows-msvc-release/render-tests/line-pattern/zoom-expression/metrics.json index 94e778f0b45..3f043408c0e 100644 --- a/metrics/windows-msvc-release/render-tests/line-pattern/zoom-expression/metrics.json +++ b/metrics/windows-msvc-release/render-tests/line-pattern/zoom-expression/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/line-pitch/default/metrics.json b/metrics/windows-msvc-release/render-tests/line-pitch/default/metrics.json index 37218777d26..7187015593c 100644 --- a/metrics/windows-msvc-release/render-tests/line-pitch/default/metrics.json +++ b/metrics/windows-msvc-release/render-tests/line-pitch/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/line-pitch/pitch0/metrics.json b/metrics/windows-msvc-release/render-tests/line-pitch/pitch0/metrics.json index 37218777d26..7187015593c 100644 --- a/metrics/windows-msvc-release/render-tests/line-pitch/pitch0/metrics.json +++ b/metrics/windows-msvc-release/render-tests/line-pitch/pitch0/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/line-pitch/pitch15/metrics.json b/metrics/windows-msvc-release/render-tests/line-pitch/pitch15/metrics.json index 37218777d26..7187015593c 100644 --- a/metrics/windows-msvc-release/render-tests/line-pitch/pitch15/metrics.json +++ b/metrics/windows-msvc-release/render-tests/line-pitch/pitch15/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/line-pitch/pitch30/metrics.json b/metrics/windows-msvc-release/render-tests/line-pitch/pitch30/metrics.json index 37218777d26..7187015593c 100644 --- a/metrics/windows-msvc-release/render-tests/line-pitch/pitch30/metrics.json +++ b/metrics/windows-msvc-release/render-tests/line-pitch/pitch30/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/line-pitch/pitchAndBearing/metrics.json b/metrics/windows-msvc-release/render-tests/line-pitch/pitchAndBearing/metrics.json index 37218777d26..7187015593c 100644 --- a/metrics/windows-msvc-release/render-tests/line-pitch/pitchAndBearing/metrics.json +++ b/metrics/windows-msvc-release/render-tests/line-pitch/pitchAndBearing/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/line-sort-key/literal/metrics.json b/metrics/windows-msvc-release/render-tests/line-sort-key/literal/metrics.json index 12a75988519..a0bfb2d61e6 100644 --- a/metrics/windows-msvc-release/render-tests/line-sort-key/literal/metrics.json +++ b/metrics/windows-msvc-release/render-tests/line-sort-key/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/line-translate-anchor/map/metrics.json b/metrics/windows-msvc-release/render-tests/line-translate-anchor/map/metrics.json index 5500efb2945..2bd27774108 100644 --- a/metrics/windows-msvc-release/render-tests/line-translate-anchor/map/metrics.json +++ b/metrics/windows-msvc-release/render-tests/line-translate-anchor/map/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/line-translate-anchor/viewport/metrics.json b/metrics/windows-msvc-release/render-tests/line-translate-anchor/viewport/metrics.json index 5500efb2945..2bd27774108 100644 --- a/metrics/windows-msvc-release/render-tests/line-translate-anchor/viewport/metrics.json +++ b/metrics/windows-msvc-release/render-tests/line-translate-anchor/viewport/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/line-translate/default/metrics.json b/metrics/windows-msvc-release/render-tests/line-translate/default/metrics.json index 37218777d26..7187015593c 100644 --- a/metrics/windows-msvc-release/render-tests/line-translate/default/metrics.json +++ b/metrics/windows-msvc-release/render-tests/line-translate/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/line-translate/function/metrics.json b/metrics/windows-msvc-release/render-tests/line-translate/function/metrics.json index 37218777d26..7187015593c 100644 --- a/metrics/windows-msvc-release/render-tests/line-translate/function/metrics.json +++ b/metrics/windows-msvc-release/render-tests/line-translate/function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/line-translate/literal/metrics.json b/metrics/windows-msvc-release/render-tests/line-translate/literal/metrics.json index 37218777d26..7187015593c 100644 --- a/metrics/windows-msvc-release/render-tests/line-translate/literal/metrics.json +++ b/metrics/windows-msvc-release/render-tests/line-translate/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/line-triangulation/default/metrics.json b/metrics/windows-msvc-release/render-tests/line-triangulation/default/metrics.json index 8e3ab38a23f..d79a560d5f7 100644 --- a/metrics/windows-msvc-release/render-tests/line-triangulation/default/metrics.json +++ b/metrics/windows-msvc-release/render-tests/line-triangulation/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/line-triangulation/round/metrics.json b/metrics/windows-msvc-release/render-tests/line-triangulation/round/metrics.json index 9d549815609..1cedbbe39f0 100644 --- a/metrics/windows-msvc-release/render-tests/line-triangulation/round/metrics.json +++ b/metrics/windows-msvc-release/render-tests/line-triangulation/round/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/line-visibility/none/metrics.json b/metrics/windows-msvc-release/render-tests/line-visibility/none/metrics.json index 50f1262c46f..5003122a5bc 100644 --- a/metrics/windows-msvc-release/render-tests/line-visibility/none/metrics.json +++ b/metrics/windows-msvc-release/render-tests/line-visibility/none/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/line-visibility/visible/metrics.json b/metrics/windows-msvc-release/render-tests/line-visibility/visible/metrics.json index 5500efb2945..2bd27774108 100644 --- a/metrics/windows-msvc-release/render-tests/line-visibility/visible/metrics.json +++ b/metrics/windows-msvc-release/render-tests/line-visibility/visible/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/line-width/default/metrics.json b/metrics/windows-msvc-release/render-tests/line-width/default/metrics.json index 37218777d26..7187015593c 100644 --- a/metrics/windows-msvc-release/render-tests/line-width/default/metrics.json +++ b/metrics/windows-msvc-release/render-tests/line-width/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/line-width/function/metrics.json b/metrics/windows-msvc-release/render-tests/line-width/function/metrics.json index 37218777d26..7187015593c 100644 --- a/metrics/windows-msvc-release/render-tests/line-width/function/metrics.json +++ b/metrics/windows-msvc-release/render-tests/line-width/function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/line-width/literal/metrics.json b/metrics/windows-msvc-release/render-tests/line-width/literal/metrics.json index 37218777d26..7187015593c 100644 --- a/metrics/windows-msvc-release/render-tests/line-width/literal/metrics.json +++ b/metrics/windows-msvc-release/render-tests/line-width/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/line-width/property-function/metrics.json b/metrics/windows-msvc-release/render-tests/line-width/property-function/metrics.json index e66ff128ba5..80ef087b584 100644 --- a/metrics/windows-msvc-release/render-tests/line-width/property-function/metrics.json +++ b/metrics/windows-msvc-release/render-tests/line-width/property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/line-width/very-overscaled/metrics.json b/metrics/windows-msvc-release/render-tests/line-width/very-overscaled/metrics.json index b93dcb82323..52a7d9a5f27 100644 --- a/metrics/windows-msvc-release/render-tests/line-width/very-overscaled/metrics.json +++ b/metrics/windows-msvc-release/render-tests/line-width/very-overscaled/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/line-width/zero-width-function/metrics.json b/metrics/windows-msvc-release/render-tests/line-width/zero-width-function/metrics.json index c6cefecd177..81eab93f96a 100644 --- a/metrics/windows-msvc-release/render-tests/line-width/zero-width-function/metrics.json +++ b/metrics/windows-msvc-release/render-tests/line-width/zero-width-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/line-width/zero-width/metrics.json b/metrics/windows-msvc-release/render-tests/line-width/zero-width/metrics.json index 2712b0b4fe0..b96101a10cc 100644 --- a/metrics/windows-msvc-release/render-tests/line-width/zero-width/metrics.json +++ b/metrics/windows-msvc-release/render-tests/line-width/zero-width/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/linear-filter-opacity-edge/literal/metrics.json b/metrics/windows-msvc-release/render-tests/linear-filter-opacity-edge/literal/metrics.json index bf9483fb78c..8cf4d01508c 100644 --- a/metrics/windows-msvc-release/render-tests/linear-filter-opacity-edge/literal/metrics.json +++ b/metrics/windows-msvc-release/render-tests/linear-filter-opacity-edge/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/map-mode/static/metrics.json b/metrics/windows-msvc-release/render-tests/map-mode/static/metrics.json index 290ed6328f6..23591d65d74 100644 --- a/metrics/windows-msvc-release/render-tests/map-mode/static/metrics.json +++ b/metrics/windows-msvc-release/render-tests/map-mode/static/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/map-mode/tile-avoid-edges/metrics.json b/metrics/windows-msvc-release/render-tests/map-mode/tile-avoid-edges/metrics.json index 12ed06367ea..6604cb4c9fe 100644 --- a/metrics/windows-msvc-release/render-tests/map-mode/tile-avoid-edges/metrics.json +++ b/metrics/windows-msvc-release/render-tests/map-mode/tile-avoid-edges/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/map-mode/tile/metrics.json b/metrics/windows-msvc-release/render-tests/map-mode/tile/metrics.json index 3510a6a2db7..995d9141c33 100644 --- a/metrics/windows-msvc-release/render-tests/map-mode/tile/metrics.json +++ b/metrics/windows-msvc-release/render-tests/map-mode/tile/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/projection/axonometric-multiple/metrics.json b/metrics/windows-msvc-release/render-tests/projection/axonometric-multiple/metrics.json index da78bc6af7b..202fe7d7294 100644 --- a/metrics/windows-msvc-release/render-tests/projection/axonometric-multiple/metrics.json +++ b/metrics/windows-msvc-release/render-tests/projection/axonometric-multiple/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/projection/axonometric/metrics.json b/metrics/windows-msvc-release/render-tests/projection/axonometric/metrics.json index b82f4dfc182..785d404f877 100644 --- a/metrics/windows-msvc-release/render-tests/projection/axonometric/metrics.json +++ b/metrics/windows-msvc-release/render-tests/projection/axonometric/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/projection/skew/metrics.json b/metrics/windows-msvc-release/render-tests/projection/skew/metrics.json index b82f4dfc182..785d404f877 100644 --- a/metrics/windows-msvc-release/render-tests/projection/skew/metrics.json +++ b/metrics/windows-msvc-release/render-tests/projection/skew/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/raster-alpha/default/metrics.json b/metrics/windows-msvc-release/render-tests/raster-alpha/default/metrics.json index 08d8297db80..39f69f65b74 100644 --- a/metrics/windows-msvc-release/render-tests/raster-alpha/default/metrics.json +++ b/metrics/windows-msvc-release/render-tests/raster-alpha/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/raster-brightness/default/metrics.json b/metrics/windows-msvc-release/render-tests/raster-brightness/default/metrics.json index 4859f4afb12..0f05c16ab79 100644 --- a/metrics/windows-msvc-release/render-tests/raster-brightness/default/metrics.json +++ b/metrics/windows-msvc-release/render-tests/raster-brightness/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/raster-brightness/function/metrics.json b/metrics/windows-msvc-release/render-tests/raster-brightness/function/metrics.json index 4859f4afb12..0f05c16ab79 100644 --- a/metrics/windows-msvc-release/render-tests/raster-brightness/function/metrics.json +++ b/metrics/windows-msvc-release/render-tests/raster-brightness/function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/raster-brightness/literal/metrics.json b/metrics/windows-msvc-release/render-tests/raster-brightness/literal/metrics.json index 4859f4afb12..0f05c16ab79 100644 --- a/metrics/windows-msvc-release/render-tests/raster-brightness/literal/metrics.json +++ b/metrics/windows-msvc-release/render-tests/raster-brightness/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/raster-contrast/default/metrics.json b/metrics/windows-msvc-release/render-tests/raster-contrast/default/metrics.json index 4859f4afb12..0f05c16ab79 100644 --- a/metrics/windows-msvc-release/render-tests/raster-contrast/default/metrics.json +++ b/metrics/windows-msvc-release/render-tests/raster-contrast/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/raster-contrast/function/metrics.json b/metrics/windows-msvc-release/render-tests/raster-contrast/function/metrics.json index 4859f4afb12..0f05c16ab79 100644 --- a/metrics/windows-msvc-release/render-tests/raster-contrast/function/metrics.json +++ b/metrics/windows-msvc-release/render-tests/raster-contrast/function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/raster-contrast/literal/metrics.json b/metrics/windows-msvc-release/render-tests/raster-contrast/literal/metrics.json index 4859f4afb12..0f05c16ab79 100644 --- a/metrics/windows-msvc-release/render-tests/raster-contrast/literal/metrics.json +++ b/metrics/windows-msvc-release/render-tests/raster-contrast/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/raster-extent/maxzoom/metrics.json b/metrics/windows-msvc-release/render-tests/raster-extent/maxzoom/metrics.json index 50f1262c46f..5003122a5bc 100644 --- a/metrics/windows-msvc-release/render-tests/raster-extent/maxzoom/metrics.json +++ b/metrics/windows-msvc-release/render-tests/raster-extent/maxzoom/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/raster-extent/minzoom/metrics.json b/metrics/windows-msvc-release/render-tests/raster-extent/minzoom/metrics.json index 50f1262c46f..5003122a5bc 100644 --- a/metrics/windows-msvc-release/render-tests/raster-extent/minzoom/metrics.json +++ b/metrics/windows-msvc-release/render-tests/raster-extent/minzoom/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/raster-hue-rotate/default/metrics.json b/metrics/windows-msvc-release/render-tests/raster-hue-rotate/default/metrics.json index 4859f4afb12..0f05c16ab79 100644 --- a/metrics/windows-msvc-release/render-tests/raster-hue-rotate/default/metrics.json +++ b/metrics/windows-msvc-release/render-tests/raster-hue-rotate/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/raster-hue-rotate/function/metrics.json b/metrics/windows-msvc-release/render-tests/raster-hue-rotate/function/metrics.json index 4859f4afb12..0f05c16ab79 100644 --- a/metrics/windows-msvc-release/render-tests/raster-hue-rotate/function/metrics.json +++ b/metrics/windows-msvc-release/render-tests/raster-hue-rotate/function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/raster-hue-rotate/literal/metrics.json b/metrics/windows-msvc-release/render-tests/raster-hue-rotate/literal/metrics.json index 4859f4afb12..0f05c16ab79 100644 --- a/metrics/windows-msvc-release/render-tests/raster-hue-rotate/literal/metrics.json +++ b/metrics/windows-msvc-release/render-tests/raster-hue-rotate/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/raster-loading/missing/metrics.json b/metrics/windows-msvc-release/render-tests/raster-loading/missing/metrics.json index 4bd248b8fa5..e22f089e735 100644 --- a/metrics/windows-msvc-release/render-tests/raster-loading/missing/metrics.json +++ b/metrics/windows-msvc-release/render-tests/raster-loading/missing/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/raster-masking/overlapping-vector/metrics.json b/metrics/windows-msvc-release/render-tests/raster-masking/overlapping-vector/metrics.json index 12c856a6988..1ebeb723639 100644 --- a/metrics/windows-msvc-release/render-tests/raster-masking/overlapping-vector/metrics.json +++ b/metrics/windows-msvc-release/render-tests/raster-masking/overlapping-vector/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/raster-masking/overlapping/metrics.json b/metrics/windows-msvc-release/render-tests/raster-masking/overlapping/metrics.json index c0ad63d409d..0f00ecddb5a 100644 --- a/metrics/windows-msvc-release/render-tests/raster-masking/overlapping/metrics.json +++ b/metrics/windows-msvc-release/render-tests/raster-masking/overlapping/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/raster-opacity/default/metrics.json b/metrics/windows-msvc-release/render-tests/raster-opacity/default/metrics.json index 4859f4afb12..0f05c16ab79 100644 --- a/metrics/windows-msvc-release/render-tests/raster-opacity/default/metrics.json +++ b/metrics/windows-msvc-release/render-tests/raster-opacity/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/raster-opacity/function/metrics.json b/metrics/windows-msvc-release/render-tests/raster-opacity/function/metrics.json index 4859f4afb12..0f05c16ab79 100644 --- a/metrics/windows-msvc-release/render-tests/raster-opacity/function/metrics.json +++ b/metrics/windows-msvc-release/render-tests/raster-opacity/function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/raster-opacity/literal/metrics.json b/metrics/windows-msvc-release/render-tests/raster-opacity/literal/metrics.json index 4859f4afb12..0f05c16ab79 100644 --- a/metrics/windows-msvc-release/render-tests/raster-opacity/literal/metrics.json +++ b/metrics/windows-msvc-release/render-tests/raster-opacity/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/raster-resampling/default/metrics.json b/metrics/windows-msvc-release/render-tests/raster-resampling/default/metrics.json index 72910f7b105..239c8476e66 100644 --- a/metrics/windows-msvc-release/render-tests/raster-resampling/default/metrics.json +++ b/metrics/windows-msvc-release/render-tests/raster-resampling/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/raster-resampling/function/metrics.json b/metrics/windows-msvc-release/render-tests/raster-resampling/function/metrics.json index 72910f7b105..239c8476e66 100644 --- a/metrics/windows-msvc-release/render-tests/raster-resampling/function/metrics.json +++ b/metrics/windows-msvc-release/render-tests/raster-resampling/function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/raster-resampling/literal/metrics.json b/metrics/windows-msvc-release/render-tests/raster-resampling/literal/metrics.json index 72910f7b105..239c8476e66 100644 --- a/metrics/windows-msvc-release/render-tests/raster-resampling/literal/metrics.json +++ b/metrics/windows-msvc-release/render-tests/raster-resampling/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/raster-rotation/0/metrics.json b/metrics/windows-msvc-release/render-tests/raster-rotation/0/metrics.json index 4859f4afb12..0f05c16ab79 100644 --- a/metrics/windows-msvc-release/render-tests/raster-rotation/0/metrics.json +++ b/metrics/windows-msvc-release/render-tests/raster-rotation/0/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/raster-rotation/180/metrics.json b/metrics/windows-msvc-release/render-tests/raster-rotation/180/metrics.json index 4859f4afb12..0f05c16ab79 100644 --- a/metrics/windows-msvc-release/render-tests/raster-rotation/180/metrics.json +++ b/metrics/windows-msvc-release/render-tests/raster-rotation/180/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/raster-rotation/270/metrics.json b/metrics/windows-msvc-release/render-tests/raster-rotation/270/metrics.json index 0d1ecd18333..bbbb385613f 100644 --- a/metrics/windows-msvc-release/render-tests/raster-rotation/270/metrics.json +++ b/metrics/windows-msvc-release/render-tests/raster-rotation/270/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/raster-rotation/45/metrics.json b/metrics/windows-msvc-release/render-tests/raster-rotation/45/metrics.json index b4c21ad5c91..eaeea32d5f1 100644 --- a/metrics/windows-msvc-release/render-tests/raster-rotation/45/metrics.json +++ b/metrics/windows-msvc-release/render-tests/raster-rotation/45/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/raster-rotation/90/metrics.json b/metrics/windows-msvc-release/render-tests/raster-rotation/90/metrics.json index 0d1ecd18333..bbbb385613f 100644 --- a/metrics/windows-msvc-release/render-tests/raster-rotation/90/metrics.json +++ b/metrics/windows-msvc-release/render-tests/raster-rotation/90/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/raster-saturation/default/metrics.json b/metrics/windows-msvc-release/render-tests/raster-saturation/default/metrics.json index 4859f4afb12..0f05c16ab79 100644 --- a/metrics/windows-msvc-release/render-tests/raster-saturation/default/metrics.json +++ b/metrics/windows-msvc-release/render-tests/raster-saturation/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/raster-saturation/function/metrics.json b/metrics/windows-msvc-release/render-tests/raster-saturation/function/metrics.json index 4859f4afb12..0f05c16ab79 100644 --- a/metrics/windows-msvc-release/render-tests/raster-saturation/function/metrics.json +++ b/metrics/windows-msvc-release/render-tests/raster-saturation/function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/raster-saturation/literal/metrics.json b/metrics/windows-msvc-release/render-tests/raster-saturation/literal/metrics.json index 4859f4afb12..0f05c16ab79 100644 --- a/metrics/windows-msvc-release/render-tests/raster-saturation/literal/metrics.json +++ b/metrics/windows-msvc-release/render-tests/raster-saturation/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/raster-visibility/none/metrics.json b/metrics/windows-msvc-release/render-tests/raster-visibility/none/metrics.json index db64850e387..fb3082aa614 100644 --- a/metrics/windows-msvc-release/render-tests/raster-visibility/none/metrics.json +++ b/metrics/windows-msvc-release/render-tests/raster-visibility/none/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/raster-visibility/visible/metrics.json b/metrics/windows-msvc-release/render-tests/raster-visibility/visible/metrics.json index 4859f4afb12..0f05c16ab79 100644 --- a/metrics/windows-msvc-release/render-tests/raster-visibility/visible/metrics.json +++ b/metrics/windows-msvc-release/render-tests/raster-visibility/visible/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/real-world/nepal/metrics.json b/metrics/windows-msvc-release/render-tests/real-world/nepal/metrics.json index f1142e011c2..772e2784b65 100644 --- a/metrics/windows-msvc-release/render-tests/real-world/nepal/metrics.json +++ b/metrics/windows-msvc-release/render-tests/real-world/nepal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/real-world/norway/metrics.json b/metrics/windows-msvc-release/render-tests/real-world/norway/metrics.json index 45badb494a7..70157e715c3 100644 --- a/metrics/windows-msvc-release/render-tests/real-world/norway/metrics.json +++ b/metrics/windows-msvc-release/render-tests/real-world/norway/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/real-world/uruguay/metrics.json b/metrics/windows-msvc-release/render-tests/real-world/uruguay/metrics.json index 8c183cc9f3e..2d78407d2e2 100644 --- a/metrics/windows-msvc-release/render-tests/real-world/uruguay/metrics.json +++ b/metrics/windows-msvc-release/render-tests/real-world/uruguay/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-js#2305/metrics.json b/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-js#2305/metrics.json index 96bd9fd98fe..e56676099d3 100644 --- a/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-js#2305/metrics.json +++ b/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-js#2305/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-js#2523/metrics.json b/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-js#2523/metrics.json index a48098b4aa6..df6ef6aa8c5 100644 --- a/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-js#2523/metrics.json +++ b/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-js#2523/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-js#2533/metrics.json b/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-js#2533/metrics.json index c527b4e09d2..89484ae7620 100644 --- a/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-js#2533/metrics.json +++ b/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-js#2533/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-js#2534/metrics.json b/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-js#2534/metrics.json index 7d15d2a7ad3..a6e9e855f6a 100644 --- a/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-js#2534/metrics.json +++ b/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-js#2534/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-js#2787/metrics.json b/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-js#2787/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-js#2787/metrics.json +++ b/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-js#2787/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-js#2846/metrics.json b/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-js#2846/metrics.json index 19c5ef85077..9764c56f837 100644 --- a/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-js#2846/metrics.json +++ b/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-js#2846/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-js#2929/metrics.json b/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-js#2929/metrics.json index 2052d5d52ee..7529eb1b86a 100644 --- a/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-js#2929/metrics.json +++ b/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-js#2929/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-js#3010/metrics.json b/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-js#3010/metrics.json index 3a2571d36aa..bdb24cbec79 100644 --- a/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-js#3010/metrics.json +++ b/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-js#3010/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-js#3107/metrics.json b/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-js#3107/metrics.json index fab92536d4c..44da94cb7f4 100644 --- a/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-js#3107/metrics.json +++ b/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-js#3107/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-js#3320/metrics.json b/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-js#3320/metrics.json index bcc2a3f74f9..26ccedcbcc6 100644 --- a/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-js#3320/metrics.json +++ b/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-js#3320/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-js#3365/metrics.json b/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-js#3365/metrics.json index 09d52d402e4..8e00f93fdad 100644 --- a/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-js#3365/metrics.json +++ b/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-js#3365/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-js#3394/metrics.json b/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-js#3394/metrics.json index 65f07ee5330..147feb028dc 100644 --- a/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-js#3394/metrics.json +++ b/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-js#3394/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-js#3426/metrics.json b/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-js#3426/metrics.json index c217fdfc61c..9ad682254db 100644 --- a/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-js#3426/metrics.json +++ b/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-js#3426/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-js#3548/metrics.json b/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-js#3548/metrics.json index 6e40c94905a..02b59466219 100644 --- a/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-js#3548/metrics.json +++ b/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-js#3548/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-js#3612/metrics.json b/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-js#3612/metrics.json index 35205631494..97a82f2c699 100644 --- a/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-js#3612/metrics.json +++ b/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-js#3612/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-js#3614/metrics.json b/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-js#3614/metrics.json index 2e017e0a393..1e9df4d1869 100644 --- a/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-js#3614/metrics.json +++ b/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-js#3614/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-js#3623/metrics.json b/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-js#3623/metrics.json index 7bca5d23fe0..e272933e899 100644 --- a/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-js#3623/metrics.json +++ b/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-js#3623/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-js#3633/metrics.json b/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-js#3633/metrics.json index e204a192de4..b762a231e10 100644 --- a/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-js#3633/metrics.json +++ b/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-js#3633/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-js#3682/metrics.json b/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-js#3682/metrics.json index 16485ab8b4a..29bd5d79b36 100644 --- a/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-js#3682/metrics.json +++ b/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-js#3682/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-js#3702/metrics.json b/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-js#3702/metrics.json index 0500eb4873c..9e161054551 100644 --- a/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-js#3702/metrics.json +++ b/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-js#3702/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-js#3723/metrics.json b/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-js#3723/metrics.json index a01add499ee..5bbb9e9e285 100644 --- a/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-js#3723/metrics.json +++ b/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-js#3723/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-js#3819/metrics.json b/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-js#3819/metrics.json index 50f1262c46f..5003122a5bc 100644 --- a/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-js#3819/metrics.json +++ b/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-js#3819/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-js#3903/metrics.json b/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-js#3903/metrics.json index ca19895c81d..385524356c4 100644 --- a/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-js#3903/metrics.json +++ b/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-js#3903/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-js#3910/metrics.json b/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-js#3910/metrics.json index f9443ff76e4..f3cf4089493 100644 --- a/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-js#3910/metrics.json +++ b/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-js#3910/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-js#3949/metrics.json b/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-js#3949/metrics.json index cfdc9c2e210..748caf4284e 100644 --- a/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-js#3949/metrics.json +++ b/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-js#3949/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-js#4124/metrics.json b/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-js#4124/metrics.json index d4eae544558..c2b50ed1f4f 100644 --- a/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-js#4124/metrics.json +++ b/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-js#4124/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-js#4144/metrics.json b/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-js#4144/metrics.json index d4eae544558..c2b50ed1f4f 100644 --- a/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-js#4144/metrics.json +++ b/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-js#4144/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-js#4146/metrics.json b/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-js#4146/metrics.json index d4eae544558..c2b50ed1f4f 100644 --- a/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-js#4146/metrics.json +++ b/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-js#4146/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-js#4150/metrics.json b/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-js#4150/metrics.json index 485b59ab36f..2087e1a0787 100644 --- a/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-js#4150/metrics.json +++ b/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-js#4150/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-js#4172/metrics.json b/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-js#4172/metrics.json index 3468eac0f2f..a2ec1ec242d 100644 --- a/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-js#4172/metrics.json +++ b/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-js#4172/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-js#4235/metrics.json b/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-js#4235/metrics.json index ba3ca00114d..8bd27264ef8 100644 --- a/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-js#4235/metrics.json +++ b/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-js#4235/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-js#4550/metrics.json b/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-js#4550/metrics.json index 3a2571d36aa..bdb24cbec79 100644 --- a/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-js#4550/metrics.json +++ b/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-js#4550/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-js#4551/metrics.json b/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-js#4551/metrics.json index 48541088a87..eb4921578f7 100644 --- a/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-js#4551/metrics.json +++ b/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-js#4551/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-js#4564/metrics.json b/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-js#4564/metrics.json index 54f55f390df..6187e2ef578 100644 --- a/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-js#4564/metrics.json +++ b/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-js#4564/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-js#4573/metrics.json b/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-js#4573/metrics.json index 3a2571d36aa..bdb24cbec79 100644 --- a/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-js#4573/metrics.json +++ b/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-js#4573/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-js#4579/metrics.json b/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-js#4579/metrics.json index 5068fa89b0a..c0275692b33 100644 --- a/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-js#4579/metrics.json +++ b/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-js#4579/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-js#4605/metrics.json b/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-js#4605/metrics.json index 026b6be0310..ab1502aa76c 100644 --- a/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-js#4605/metrics.json +++ b/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-js#4605/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-js#4617/metrics.json b/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-js#4617/metrics.json index 026b6be0310..ab1502aa76c 100644 --- a/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-js#4617/metrics.json +++ b/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-js#4617/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-js#4647/metrics.json b/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-js#4647/metrics.json index e348c71619e..759f85ee08f 100644 --- a/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-js#4647/metrics.json +++ b/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-js#4647/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-js#4651/metrics.json b/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-js#4651/metrics.json index 77e26663adf..75208b6254d 100644 --- a/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-js#4651/metrics.json +++ b/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-js#4651/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-js#4860/metrics.json b/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-js#4860/metrics.json index 2a11129cdd7..a12bda145e5 100644 --- a/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-js#4860/metrics.json +++ b/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-js#4860/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-js#4928/metrics.json b/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-js#4928/metrics.json index e78c7480085..87958b98822 100644 --- a/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-js#4928/metrics.json +++ b/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-js#4928/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-js#5171/metrics.json b/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-js#5171/metrics.json index f116462d86f..a5d7f6590c5 100644 --- a/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-js#5171/metrics.json +++ b/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-js#5171/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-js#5370/metrics.json b/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-js#5370/metrics.json index c2b157771ed..bd7801fad65 100644 --- a/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-js#5370/metrics.json +++ b/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-js#5370/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-js#5466/metrics.json b/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-js#5466/metrics.json index 5e66f07df06..f30c133db82 100644 --- a/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-js#5466/metrics.json +++ b/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-js#5466/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-js#5496/metrics.json b/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-js#5496/metrics.json index b7fcd045414..c5dc4e05e94 100644 --- a/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-js#5496/metrics.json +++ b/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-js#5496/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-js#5544/metrics.json b/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-js#5544/metrics.json index 20fa03d3244..17a5608e4c0 100644 --- a/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-js#5544/metrics.json +++ b/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-js#5544/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-js#5546/metrics.json b/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-js#5546/metrics.json index 6b144b9538d..25ad6d321cf 100644 --- a/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-js#5546/metrics.json +++ b/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-js#5546/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-js#5576/metrics.json b/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-js#5576/metrics.json index 63e089963e3..5e613a090bd 100644 --- a/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-js#5576/metrics.json +++ b/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-js#5576/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-js#5599/metrics.json b/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-js#5599/metrics.json index 4ab1b5696c5..3085211089b 100644 --- a/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-js#5599/metrics.json +++ b/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-js#5599/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-js#5631/metrics.json b/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-js#5631/metrics.json index 7ce4c132485..b4d99c9639a 100644 --- a/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-js#5631/metrics.json +++ b/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-js#5631/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-js#5642/metrics.json b/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-js#5642/metrics.json index 873f47815fe..a1e24dbecc7 100644 --- a/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-js#5642/metrics.json +++ b/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-js#5642/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-js#5776/metrics.json b/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-js#5776/metrics.json index 2ce8e21873a..1a05422da51 100644 --- a/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-js#5776/metrics.json +++ b/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-js#5776/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-js#5911/metrics.json b/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-js#5911/metrics.json index 2043a63e49b..d0665fd606f 100644 --- a/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-js#5911/metrics.json +++ b/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-js#5911/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-js#5911a/metrics.json b/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-js#5911a/metrics.json index 6603feaf8bf..13b901589d1 100644 --- a/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-js#5911a/metrics.json +++ b/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-js#5911a/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-js#5947/metrics.json b/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-js#5947/metrics.json index 9c7a3359c23..f946223a8d8 100644 --- a/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-js#5947/metrics.json +++ b/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-js#5947/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-js#5953/metrics.json b/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-js#5953/metrics.json index 873f47815fe..a1e24dbecc7 100644 --- a/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-js#5953/metrics.json +++ b/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-js#5953/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-js#5978/metrics.json b/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-js#5978/metrics.json index 7b8e778406e..34b13f90c07 100644 --- a/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-js#5978/metrics.json +++ b/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-js#5978/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-js#6160/metrics.json b/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-js#6160/metrics.json index f8108ef92fb..f89be7b1003 100644 --- a/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-js#6160/metrics.json +++ b/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-js#6160/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-js#6238/metrics.json b/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-js#6238/metrics.json index 873f47815fe..a1e24dbecc7 100644 --- a/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-js#6238/metrics.json +++ b/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-js#6238/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-js#6548/metrics.json b/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-js#6548/metrics.json index 64d5fea021d..3cf688b7a51 100644 --- a/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-js#6548/metrics.json +++ b/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-js#6548/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-js#6649/metrics.json b/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-js#6649/metrics.json index 89aa855d365..3d9e0fbbf80 100644 --- a/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-js#6649/metrics.json +++ b/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-js#6649/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-js#6660/metrics.json b/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-js#6660/metrics.json index 0206fc826fe..25471f81337 100644 --- a/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-js#6660/metrics.json +++ b/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-js#6660/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-js#6919/metrics.json b/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-js#6919/metrics.json index c8c3dee3946..d92cd64c54d 100644 --- a/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-js#6919/metrics.json +++ b/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-js#6919/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-js#7032/metrics.json b/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-js#7032/metrics.json index 693f7870426..e960f3f7cae 100644 --- a/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-js#7032/metrics.json +++ b/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-js#7032/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-js#7066/metrics.json b/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-js#7066/metrics.json index 5d2d58d4009..1b77f09551e 100644 --- a/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-js#7066/metrics.json +++ b/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-js#7066/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-js#7172/metrics.json b/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-js#7172/metrics.json index 79e78104863..a2643ebba77 100644 --- a/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-js#7172/metrics.json +++ b/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-js#7172/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-js#8273/metrics.json b/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-js#8273/metrics.json index 2e92924579b..4bc0d80686a 100644 --- a/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-js#8273/metrics.json +++ b/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-js#8273/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-js#9009/metrics.json b/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-js#9009/metrics.json index a5407ceb766..b82aa8853d3 100644 --- a/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-js#9009/metrics.json +++ b/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-js#9009/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-native#10849/metrics.json b/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-native#10849/metrics.json index a80aa837e47..9e3eb890c00 100644 --- a/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-native#10849/metrics.json +++ b/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-native#10849/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-native#11451/metrics.json b/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-native#11451/metrics.json index 501f64a004e..5ad8d61037a 100644 --- a/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-native#11451/metrics.json +++ b/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-native#11451/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-native#11729/metrics.json b/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-native#11729/metrics.json index 0be45de845d..51b147ed165 100644 --- a/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-native#11729/metrics.json +++ b/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-native#11729/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-native#12812/metrics.json b/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-native#12812/metrics.json index 89ccfdbed1f..70d140fcbe8 100644 --- a/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-native#12812/metrics.json +++ b/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-native#12812/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-native#14402/metrics.json b/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-native#14402/metrics.json index 98442c7f492..af60ac1aa34 100644 --- a/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-native#14402/metrics.json +++ b/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-native#14402/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-native#15139/metrics.json b/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-native#15139/metrics.json index 5cb2eb84281..366dde8ad6b 100644 --- a/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-native#15139/metrics.json +++ b/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-native#15139/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-native#3292/metrics.json b/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-native#3292/metrics.json index 873f47815fe..a1e24dbecc7 100644 --- a/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-native#3292/metrics.json +++ b/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-native#3292/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-native#5648/metrics.json b/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-native#5648/metrics.json index fb4e5552f7f..e85d091e9f4 100644 --- a/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-native#5648/metrics.json +++ b/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-native#5648/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-native#5701/metrics.json b/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-native#5701/metrics.json index 3420d4a3fc9..01cc0d1cc08 100644 --- a/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-native#5701/metrics.json +++ b/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-native#5701/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-native#5754/metrics.json b/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-native#5754/metrics.json index fea6fe2e598..94fd76f9f2e 100644 --- a/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-native#5754/metrics.json +++ b/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-native#5754/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-native#6063/metrics.json b/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-native#6063/metrics.json index 52ca3936645..d9af42ea277 100644 --- a/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-native#6063/metrics.json +++ b/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-native#6063/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-native#6233/metrics.json b/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-native#6233/metrics.json index 4bb79fe7179..d0ceb541407 100644 --- a/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-native#6233/metrics.json +++ b/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-native#6233/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-native#6820/metrics.json b/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-native#6820/metrics.json index b6bf3b9d007..87e18e45232 100644 --- a/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-native#6820/metrics.json +++ b/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-native#6820/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-native#6903/metrics.json b/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-native#6903/metrics.json index 71ac27d9d32..525a02be8bf 100644 --- a/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-native#6903/metrics.json +++ b/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-native#6903/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-native#7241/metrics.json b/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-native#7241/metrics.json index cbd01b37e00..08801eb3145 100644 --- a/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-native#7241/metrics.json +++ b/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-native#7241/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-native#7572/metrics.json b/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-native#7572/metrics.json index 38eab4e78e3..d0501b45165 100644 --- a/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-native#7572/metrics.json +++ b/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-native#7572/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-native#7714/metrics.json b/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-native#7714/metrics.json index 2bd3523e277..8c3137d8884 100644 --- a/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-native#7714/metrics.json +++ b/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-native#7714/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-native#7792/metrics.json b/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-native#7792/metrics.json index 01b432fe214..e30b6a8224f 100644 --- a/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-native#7792/metrics.json +++ b/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-native#7792/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-native#8078/metrics.json b/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-native#8078/metrics.json index 16c62d33f56..5448971d70e 100644 --- a/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-native#8078/metrics.json +++ b/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-native#8078/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-native#8303/metrics.json b/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-native#8303/metrics.json index fea6fe2e598..94fd76f9f2e 100644 --- a/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-native#8303/metrics.json +++ b/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-native#8303/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-native#8460/metrics.json b/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-native#8460/metrics.json index d4eae544558..c2b50ed1f4f 100644 --- a/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-native#8460/metrics.json +++ b/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-native#8460/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-native#8505/metrics.json b/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-native#8505/metrics.json index 4a3aa63475b..8ebdb56edb1 100644 --- a/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-native#8505/metrics.json +++ b/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-native#8505/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-native#8871/metrics.json b/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-native#8871/metrics.json index 6623f4879ee..3dc3a11db4d 100644 --- a/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-native#8871/metrics.json +++ b/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-native#8871/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-native#8952/metrics.json b/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-native#8952/metrics.json index 857fa5f5e3b..7bbb5e9e4ed 100644 --- a/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-native#8952/metrics.json +++ b/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-native#8952/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-native#9406/metrics.json b/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-native#9406/metrics.json index 4e5b247b073..36da688a67f 100644 --- a/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-native#9406/metrics.json +++ b/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-native#9406/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-native#9557/metrics.json b/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-native#9557/metrics.json index effeefa2aa8..0f0f725f705 100644 --- a/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-native#9557/metrics.json +++ b/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-native#9557/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-native#9792/metrics.json b/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-native#9792/metrics.json index 6de6aa8e28f..9ecafe55c84 100644 --- a/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-native#9792/metrics.json +++ b/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-native#9792/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-native#9900/metrics.json b/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-native#9900/metrics.json index 6e487ce43fb..7b805b46550 100644 --- a/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-native#9900/metrics.json +++ b/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-native#9900/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-native#9976/metrics.json b/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-native#9976/metrics.json index b1cd0c9cdda..df6305d2ce0 100644 --- a/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-native#9976/metrics.json +++ b/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-native#9976/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-native#9979/metrics.json b/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-native#9979/metrics.json index 1b7a2185cc3..3e058d58ed6 100644 --- a/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-native#9979/metrics.json +++ b/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-native#9979/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-shaders#37/metrics.json b/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-shaders#37/metrics.json index eb891b578e4..596d5893bab 100644 --- a/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-shaders#37/metrics.json +++ b/metrics/windows-msvc-release/render-tests/regressions/mapbox-gl-shaders#37/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/remove-feature-state/composite-expression/metrics.json b/metrics/windows-msvc-release/render-tests/remove-feature-state/composite-expression/metrics.json index 3653638ee2e..199b2b57550 100644 --- a/metrics/windows-msvc-release/render-tests/remove-feature-state/composite-expression/metrics.json +++ b/metrics/windows-msvc-release/render-tests/remove-feature-state/composite-expression/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/remove-feature-state/data-expression/metrics.json b/metrics/windows-msvc-release/render-tests/remove-feature-state/data-expression/metrics.json index f6bec0e0459..8b4cf7dabaf 100644 --- a/metrics/windows-msvc-release/render-tests/remove-feature-state/data-expression/metrics.json +++ b/metrics/windows-msvc-release/render-tests/remove-feature-state/data-expression/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/remove-feature-state/vector-source/metrics.json b/metrics/windows-msvc-release/render-tests/remove-feature-state/vector-source/metrics.json index 16026dacebf..bb5b3e0e76f 100644 --- a/metrics/windows-msvc-release/render-tests/remove-feature-state/vector-source/metrics.json +++ b/metrics/windows-msvc-release/render-tests/remove-feature-state/vector-source/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/retina-raster/default/metrics.json b/metrics/windows-msvc-release/render-tests/retina-raster/default/metrics.json index 10305579d18..bf90ca9af08 100644 --- a/metrics/windows-msvc-release/render-tests/retina-raster/default/metrics.json +++ b/metrics/windows-msvc-release/render-tests/retina-raster/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/runtime-styling/filter-default-to-false/metrics.json b/metrics/windows-msvc-release/render-tests/runtime-styling/filter-default-to-false/metrics.json index 7d39e182955..4c937ec3278 100644 --- a/metrics/windows-msvc-release/render-tests/runtime-styling/filter-default-to-false/metrics.json +++ b/metrics/windows-msvc-release/render-tests/runtime-styling/filter-default-to-false/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/runtime-styling/filter-default-to-true/metrics.json b/metrics/windows-msvc-release/render-tests/runtime-styling/filter-default-to-true/metrics.json index fea6fe2e598..94fd76f9f2e 100644 --- a/metrics/windows-msvc-release/render-tests/runtime-styling/filter-default-to-true/metrics.json +++ b/metrics/windows-msvc-release/render-tests/runtime-styling/filter-default-to-true/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/runtime-styling/filter-false-to-default/metrics.json b/metrics/windows-msvc-release/render-tests/runtime-styling/filter-false-to-default/metrics.json index fea6fe2e598..94fd76f9f2e 100644 --- a/metrics/windows-msvc-release/render-tests/runtime-styling/filter-false-to-default/metrics.json +++ b/metrics/windows-msvc-release/render-tests/runtime-styling/filter-false-to-default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/runtime-styling/filter-false-to-true/metrics.json b/metrics/windows-msvc-release/render-tests/runtime-styling/filter-false-to-true/metrics.json index fea6fe2e598..94fd76f9f2e 100644 --- a/metrics/windows-msvc-release/render-tests/runtime-styling/filter-false-to-true/metrics.json +++ b/metrics/windows-msvc-release/render-tests/runtime-styling/filter-false-to-true/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/runtime-styling/filter-true-to-default/metrics.json b/metrics/windows-msvc-release/render-tests/runtime-styling/filter-true-to-default/metrics.json index fea6fe2e598..94fd76f9f2e 100644 --- a/metrics/windows-msvc-release/render-tests/runtime-styling/filter-true-to-default/metrics.json +++ b/metrics/windows-msvc-release/render-tests/runtime-styling/filter-true-to-default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/runtime-styling/filter-true-to-false/metrics.json b/metrics/windows-msvc-release/render-tests/runtime-styling/filter-true-to-false/metrics.json index 7d39e182955..4c937ec3278 100644 --- a/metrics/windows-msvc-release/render-tests/runtime-styling/filter-true-to-false/metrics.json +++ b/metrics/windows-msvc-release/render-tests/runtime-styling/filter-true-to-false/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/runtime-styling/image-add-1.5x-image-1x-screen/metrics.json b/metrics/windows-msvc-release/render-tests/runtime-styling/image-add-1.5x-image-1x-screen/metrics.json index 4deb44f270c..9051b2dd8a0 100644 --- a/metrics/windows-msvc-release/render-tests/runtime-styling/image-add-1.5x-image-1x-screen/metrics.json +++ b/metrics/windows-msvc-release/render-tests/runtime-styling/image-add-1.5x-image-1x-screen/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/runtime-styling/image-add-1.5x-image-2x-screen/metrics.json b/metrics/windows-msvc-release/render-tests/runtime-styling/image-add-1.5x-image-2x-screen/metrics.json index 4deb44f270c..9051b2dd8a0 100644 --- a/metrics/windows-msvc-release/render-tests/runtime-styling/image-add-1.5x-image-2x-screen/metrics.json +++ b/metrics/windows-msvc-release/render-tests/runtime-styling/image-add-1.5x-image-2x-screen/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/runtime-styling/image-add-1x-image-1x-screen/metrics.json b/metrics/windows-msvc-release/render-tests/runtime-styling/image-add-1x-image-1x-screen/metrics.json index 6faf862e935..195626668e5 100644 --- a/metrics/windows-msvc-release/render-tests/runtime-styling/image-add-1x-image-1x-screen/metrics.json +++ b/metrics/windows-msvc-release/render-tests/runtime-styling/image-add-1x-image-1x-screen/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/runtime-styling/image-add-1x-image-2x-screen/metrics.json b/metrics/windows-msvc-release/render-tests/runtime-styling/image-add-1x-image-2x-screen/metrics.json index 6faf862e935..195626668e5 100644 --- a/metrics/windows-msvc-release/render-tests/runtime-styling/image-add-1x-image-2x-screen/metrics.json +++ b/metrics/windows-msvc-release/render-tests/runtime-styling/image-add-1x-image-2x-screen/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/runtime-styling/image-add-2x-image-1x-screen/metrics.json b/metrics/windows-msvc-release/render-tests/runtime-styling/image-add-2x-image-1x-screen/metrics.json index e0baa0c9f5a..b2ee8647e41 100644 --- a/metrics/windows-msvc-release/render-tests/runtime-styling/image-add-2x-image-1x-screen/metrics.json +++ b/metrics/windows-msvc-release/render-tests/runtime-styling/image-add-2x-image-1x-screen/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/runtime-styling/image-add-2x-image-2x-screen/metrics.json b/metrics/windows-msvc-release/render-tests/runtime-styling/image-add-2x-image-2x-screen/metrics.json index e0baa0c9f5a..b2ee8647e41 100644 --- a/metrics/windows-msvc-release/render-tests/runtime-styling/image-add-2x-image-2x-screen/metrics.json +++ b/metrics/windows-msvc-release/render-tests/runtime-styling/image-add-2x-image-2x-screen/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/runtime-styling/image-add-alpha/metrics.json b/metrics/windows-msvc-release/render-tests/runtime-styling/image-add-alpha/metrics.json index 7b309facc7a..e7846c68293 100644 --- a/metrics/windows-msvc-release/render-tests/runtime-styling/image-add-alpha/metrics.json +++ b/metrics/windows-msvc-release/render-tests/runtime-styling/image-add-alpha/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/runtime-styling/image-add-nonsdf/metrics.json b/metrics/windows-msvc-release/render-tests/runtime-styling/image-add-nonsdf/metrics.json index 672f6c43ed1..c58c3f22a42 100644 --- a/metrics/windows-msvc-release/render-tests/runtime-styling/image-add-nonsdf/metrics.json +++ b/metrics/windows-msvc-release/render-tests/runtime-styling/image-add-nonsdf/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/runtime-styling/image-add-pattern/metrics.json b/metrics/windows-msvc-release/render-tests/runtime-styling/image-add-pattern/metrics.json index b6e30d5e334..ba30b88ece1 100644 --- a/metrics/windows-msvc-release/render-tests/runtime-styling/image-add-pattern/metrics.json +++ b/metrics/windows-msvc-release/render-tests/runtime-styling/image-add-pattern/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/runtime-styling/image-add-sdf/metrics.json b/metrics/windows-msvc-release/render-tests/runtime-styling/image-add-sdf/metrics.json index 672f6c43ed1..c58c3f22a42 100644 --- a/metrics/windows-msvc-release/render-tests/runtime-styling/image-add-sdf/metrics.json +++ b/metrics/windows-msvc-release/render-tests/runtime-styling/image-add-sdf/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/runtime-styling/image-remove/metrics.json b/metrics/windows-msvc-release/render-tests/runtime-styling/image-remove/metrics.json index ac4b3251ff9..c47506deede 100644 --- a/metrics/windows-msvc-release/render-tests/runtime-styling/image-remove/metrics.json +++ b/metrics/windows-msvc-release/render-tests/runtime-styling/image-remove/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/runtime-styling/image-update-icon/metrics.json b/metrics/windows-msvc-release/render-tests/runtime-styling/image-update-icon/metrics.json index ff91a11d5ff..3866fc4356d 100644 --- a/metrics/windows-msvc-release/render-tests/runtime-styling/image-update-icon/metrics.json +++ b/metrics/windows-msvc-release/render-tests/runtime-styling/image-update-icon/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/runtime-styling/image-update-pattern/metrics.json b/metrics/windows-msvc-release/render-tests/runtime-styling/image-update-pattern/metrics.json index 513d31342ce..2f5b1f1f06b 100644 --- a/metrics/windows-msvc-release/render-tests/runtime-styling/image-update-pattern/metrics.json +++ b/metrics/windows-msvc-release/render-tests/runtime-styling/image-update-pattern/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/runtime-styling/layer-add-background/metrics.json b/metrics/windows-msvc-release/render-tests/runtime-styling/layer-add-background/metrics.json index ca19895c81d..385524356c4 100644 --- a/metrics/windows-msvc-release/render-tests/runtime-styling/layer-add-background/metrics.json +++ b/metrics/windows-msvc-release/render-tests/runtime-styling/layer-add-background/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/runtime-styling/layer-add-circle/metrics.json b/metrics/windows-msvc-release/render-tests/runtime-styling/layer-add-circle/metrics.json index 01b432fe214..e30b6a8224f 100644 --- a/metrics/windows-msvc-release/render-tests/runtime-styling/layer-add-circle/metrics.json +++ b/metrics/windows-msvc-release/render-tests/runtime-styling/layer-add-circle/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/runtime-styling/layer-add-fill/metrics.json b/metrics/windows-msvc-release/render-tests/runtime-styling/layer-add-fill/metrics.json index 873f47815fe..a1e24dbecc7 100644 --- a/metrics/windows-msvc-release/render-tests/runtime-styling/layer-add-fill/metrics.json +++ b/metrics/windows-msvc-release/render-tests/runtime-styling/layer-add-fill/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/runtime-styling/layer-add-line/metrics.json b/metrics/windows-msvc-release/render-tests/runtime-styling/layer-add-line/metrics.json index bb8ac853884..5cfc25dfd95 100644 --- a/metrics/windows-msvc-release/render-tests/runtime-styling/layer-add-line/metrics.json +++ b/metrics/windows-msvc-release/render-tests/runtime-styling/layer-add-line/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/runtime-styling/layer-add-raster/metrics.json b/metrics/windows-msvc-release/render-tests/runtime-styling/layer-add-raster/metrics.json index 2e017e0a393..1e9df4d1869 100644 --- a/metrics/windows-msvc-release/render-tests/runtime-styling/layer-add-raster/metrics.json +++ b/metrics/windows-msvc-release/render-tests/runtime-styling/layer-add-raster/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/runtime-styling/layer-add-symbol/metrics.json b/metrics/windows-msvc-release/render-tests/runtime-styling/layer-add-symbol/metrics.json index fea6fe2e598..94fd76f9f2e 100644 --- a/metrics/windows-msvc-release/render-tests/runtime-styling/layer-add-symbol/metrics.json +++ b/metrics/windows-msvc-release/render-tests/runtime-styling/layer-add-symbol/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/runtime-styling/layer-remove-background/metrics.json b/metrics/windows-msvc-release/render-tests/runtime-styling/layer-remove-background/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/windows-msvc-release/render-tests/runtime-styling/layer-remove-background/metrics.json +++ b/metrics/windows-msvc-release/render-tests/runtime-styling/layer-remove-background/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/runtime-styling/layer-remove-circle/metrics.json b/metrics/windows-msvc-release/render-tests/runtime-styling/layer-remove-circle/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/windows-msvc-release/render-tests/runtime-styling/layer-remove-circle/metrics.json +++ b/metrics/windows-msvc-release/render-tests/runtime-styling/layer-remove-circle/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/runtime-styling/layer-remove-fill/metrics.json b/metrics/windows-msvc-release/render-tests/runtime-styling/layer-remove-fill/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/windows-msvc-release/render-tests/runtime-styling/layer-remove-fill/metrics.json +++ b/metrics/windows-msvc-release/render-tests/runtime-styling/layer-remove-fill/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/runtime-styling/layer-remove-line/metrics.json b/metrics/windows-msvc-release/render-tests/runtime-styling/layer-remove-line/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/windows-msvc-release/render-tests/runtime-styling/layer-remove-line/metrics.json +++ b/metrics/windows-msvc-release/render-tests/runtime-styling/layer-remove-line/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/runtime-styling/layer-remove-raster/metrics.json b/metrics/windows-msvc-release/render-tests/runtime-styling/layer-remove-raster/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/windows-msvc-release/render-tests/runtime-styling/layer-remove-raster/metrics.json +++ b/metrics/windows-msvc-release/render-tests/runtime-styling/layer-remove-raster/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/runtime-styling/layer-remove-symbol/metrics.json b/metrics/windows-msvc-release/render-tests/runtime-styling/layer-remove-symbol/metrics.json index d1d3c719b69..2cd5816ef0d 100644 --- a/metrics/windows-msvc-release/render-tests/runtime-styling/layer-remove-symbol/metrics.json +++ b/metrics/windows-msvc-release/render-tests/runtime-styling/layer-remove-symbol/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/runtime-styling/layout-property-default-to-literal/metrics.json b/metrics/windows-msvc-release/render-tests/runtime-styling/layout-property-default-to-literal/metrics.json index fea6fe2e598..94fd76f9f2e 100644 --- a/metrics/windows-msvc-release/render-tests/runtime-styling/layout-property-default-to-literal/metrics.json +++ b/metrics/windows-msvc-release/render-tests/runtime-styling/layout-property-default-to-literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/runtime-styling/layout-property-default-to-property-expression/metrics.json b/metrics/windows-msvc-release/render-tests/runtime-styling/layout-property-default-to-property-expression/metrics.json index 43f81ae9e8f..7b15f7584f8 100644 --- a/metrics/windows-msvc-release/render-tests/runtime-styling/layout-property-default-to-property-expression/metrics.json +++ b/metrics/windows-msvc-release/render-tests/runtime-styling/layout-property-default-to-property-expression/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/runtime-styling/layout-property-default-to-property-function/metrics.json b/metrics/windows-msvc-release/render-tests/runtime-styling/layout-property-default-to-property-function/metrics.json index 43f81ae9e8f..7b15f7584f8 100644 --- a/metrics/windows-msvc-release/render-tests/runtime-styling/layout-property-default-to-property-function/metrics.json +++ b/metrics/windows-msvc-release/render-tests/runtime-styling/layout-property-default-to-property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/runtime-styling/layout-property-default-to-zoom-expression/metrics.json b/metrics/windows-msvc-release/render-tests/runtime-styling/layout-property-default-to-zoom-expression/metrics.json index fea6fe2e598..94fd76f9f2e 100644 --- a/metrics/windows-msvc-release/render-tests/runtime-styling/layout-property-default-to-zoom-expression/metrics.json +++ b/metrics/windows-msvc-release/render-tests/runtime-styling/layout-property-default-to-zoom-expression/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/runtime-styling/layout-property-default-to-zoom-function/metrics.json b/metrics/windows-msvc-release/render-tests/runtime-styling/layout-property-default-to-zoom-function/metrics.json index fea6fe2e598..94fd76f9f2e 100644 --- a/metrics/windows-msvc-release/render-tests/runtime-styling/layout-property-default-to-zoom-function/metrics.json +++ b/metrics/windows-msvc-release/render-tests/runtime-styling/layout-property-default-to-zoom-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/runtime-styling/layout-property-literal-to-default/metrics.json b/metrics/windows-msvc-release/render-tests/runtime-styling/layout-property-literal-to-default/metrics.json index 7d39e182955..4c937ec3278 100644 --- a/metrics/windows-msvc-release/render-tests/runtime-styling/layout-property-literal-to-default/metrics.json +++ b/metrics/windows-msvc-release/render-tests/runtime-styling/layout-property-literal-to-default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/runtime-styling/layout-property-literal-to-property-expression/metrics.json b/metrics/windows-msvc-release/render-tests/runtime-styling/layout-property-literal-to-property-expression/metrics.json index 43f81ae9e8f..7b15f7584f8 100644 --- a/metrics/windows-msvc-release/render-tests/runtime-styling/layout-property-literal-to-property-expression/metrics.json +++ b/metrics/windows-msvc-release/render-tests/runtime-styling/layout-property-literal-to-property-expression/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/runtime-styling/layout-property-literal-to-property-function/metrics.json b/metrics/windows-msvc-release/render-tests/runtime-styling/layout-property-literal-to-property-function/metrics.json index 43f81ae9e8f..7b15f7584f8 100644 --- a/metrics/windows-msvc-release/render-tests/runtime-styling/layout-property-literal-to-property-function/metrics.json +++ b/metrics/windows-msvc-release/render-tests/runtime-styling/layout-property-literal-to-property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/runtime-styling/layout-property-literal-to-zoom-expression/metrics.json b/metrics/windows-msvc-release/render-tests/runtime-styling/layout-property-literal-to-zoom-expression/metrics.json index fea6fe2e598..94fd76f9f2e 100644 --- a/metrics/windows-msvc-release/render-tests/runtime-styling/layout-property-literal-to-zoom-expression/metrics.json +++ b/metrics/windows-msvc-release/render-tests/runtime-styling/layout-property-literal-to-zoom-expression/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/runtime-styling/layout-property-literal-to-zoom-function/metrics.json b/metrics/windows-msvc-release/render-tests/runtime-styling/layout-property-literal-to-zoom-function/metrics.json index fea6fe2e598..94fd76f9f2e 100644 --- a/metrics/windows-msvc-release/render-tests/runtime-styling/layout-property-literal-to-zoom-function/metrics.json +++ b/metrics/windows-msvc-release/render-tests/runtime-styling/layout-property-literal-to-zoom-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/runtime-styling/layout-property-override-paint-property-expression/metrics.json b/metrics/windows-msvc-release/render-tests/runtime-styling/layout-property-override-paint-property-expression/metrics.json index c4c12ce6ccf..8fc0848bdb8 100644 --- a/metrics/windows-msvc-release/render-tests/runtime-styling/layout-property-override-paint-property-expression/metrics.json +++ b/metrics/windows-msvc-release/render-tests/runtime-styling/layout-property-override-paint-property-expression/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/runtime-styling/layout-property-override-paint-property-literal/metrics.json b/metrics/windows-msvc-release/render-tests/runtime-styling/layout-property-override-paint-property-literal/metrics.json index ded111d5dbd..4a0222bf2cd 100644 --- a/metrics/windows-msvc-release/render-tests/runtime-styling/layout-property-override-paint-property-literal/metrics.json +++ b/metrics/windows-msvc-release/render-tests/runtime-styling/layout-property-override-paint-property-literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/runtime-styling/layout-property-property-expression-to-default/metrics.json b/metrics/windows-msvc-release/render-tests/runtime-styling/layout-property-property-expression-to-default/metrics.json index 43f81ae9e8f..7b15f7584f8 100644 --- a/metrics/windows-msvc-release/render-tests/runtime-styling/layout-property-property-expression-to-default/metrics.json +++ b/metrics/windows-msvc-release/render-tests/runtime-styling/layout-property-property-expression-to-default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/runtime-styling/layout-property-property-expression-to-literal/metrics.json b/metrics/windows-msvc-release/render-tests/runtime-styling/layout-property-property-expression-to-literal/metrics.json index 43f81ae9e8f..7b15f7584f8 100644 --- a/metrics/windows-msvc-release/render-tests/runtime-styling/layout-property-property-expression-to-literal/metrics.json +++ b/metrics/windows-msvc-release/render-tests/runtime-styling/layout-property-property-expression-to-literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/runtime-styling/layout-property-property-expression-to-property-expression/metrics.json b/metrics/windows-msvc-release/render-tests/runtime-styling/layout-property-property-expression-to-property-expression/metrics.json index 43f81ae9e8f..7b15f7584f8 100644 --- a/metrics/windows-msvc-release/render-tests/runtime-styling/layout-property-property-expression-to-property-expression/metrics.json +++ b/metrics/windows-msvc-release/render-tests/runtime-styling/layout-property-property-expression-to-property-expression/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/runtime-styling/layout-property-property-expression-to-zoom-expression/metrics.json b/metrics/windows-msvc-release/render-tests/runtime-styling/layout-property-property-expression-to-zoom-expression/metrics.json index fea6fe2e598..94fd76f9f2e 100644 --- a/metrics/windows-msvc-release/render-tests/runtime-styling/layout-property-property-expression-to-zoom-expression/metrics.json +++ b/metrics/windows-msvc-release/render-tests/runtime-styling/layout-property-property-expression-to-zoom-expression/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/runtime-styling/layout-property-property-function-to-default/metrics.json b/metrics/windows-msvc-release/render-tests/runtime-styling/layout-property-property-function-to-default/metrics.json index 43f81ae9e8f..7b15f7584f8 100644 --- a/metrics/windows-msvc-release/render-tests/runtime-styling/layout-property-property-function-to-default/metrics.json +++ b/metrics/windows-msvc-release/render-tests/runtime-styling/layout-property-property-function-to-default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/runtime-styling/layout-property-property-function-to-literal/metrics.json b/metrics/windows-msvc-release/render-tests/runtime-styling/layout-property-property-function-to-literal/metrics.json index 43f81ae9e8f..7b15f7584f8 100644 --- a/metrics/windows-msvc-release/render-tests/runtime-styling/layout-property-property-function-to-literal/metrics.json +++ b/metrics/windows-msvc-release/render-tests/runtime-styling/layout-property-property-function-to-literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/runtime-styling/layout-property-text-variable-anchor/metrics.json b/metrics/windows-msvc-release/render-tests/runtime-styling/layout-property-text-variable-anchor/metrics.json index 7c2bcc88a93..56d2c48830a 100644 --- a/metrics/windows-msvc-release/render-tests/runtime-styling/layout-property-text-variable-anchor/metrics.json +++ b/metrics/windows-msvc-release/render-tests/runtime-styling/layout-property-text-variable-anchor/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/runtime-styling/layout-property-zoom-and-property-expression-to-property-expression/metrics.json b/metrics/windows-msvc-release/render-tests/runtime-styling/layout-property-zoom-and-property-expression-to-property-expression/metrics.json index 43f81ae9e8f..7b15f7584f8 100644 --- a/metrics/windows-msvc-release/render-tests/runtime-styling/layout-property-zoom-and-property-expression-to-property-expression/metrics.json +++ b/metrics/windows-msvc-release/render-tests/runtime-styling/layout-property-zoom-and-property-expression-to-property-expression/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/runtime-styling/layout-property-zoom-and-property-expression-to-zoom-and-property-expression/metrics.json b/metrics/windows-msvc-release/render-tests/runtime-styling/layout-property-zoom-and-property-expression-to-zoom-and-property-expression/metrics.json index 43f81ae9e8f..7b15f7584f8 100644 --- a/metrics/windows-msvc-release/render-tests/runtime-styling/layout-property-zoom-and-property-expression-to-zoom-and-property-expression/metrics.json +++ b/metrics/windows-msvc-release/render-tests/runtime-styling/layout-property-zoom-and-property-expression-to-zoom-and-property-expression/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/runtime-styling/layout-property-zoom-and-property-expression-to-zoom-expression/metrics.json b/metrics/windows-msvc-release/render-tests/runtime-styling/layout-property-zoom-and-property-expression-to-zoom-expression/metrics.json index fea6fe2e598..94fd76f9f2e 100644 --- a/metrics/windows-msvc-release/render-tests/runtime-styling/layout-property-zoom-and-property-expression-to-zoom-expression/metrics.json +++ b/metrics/windows-msvc-release/render-tests/runtime-styling/layout-property-zoom-and-property-expression-to-zoom-expression/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/runtime-styling/layout-property-zoom-expression-to-default/metrics.json b/metrics/windows-msvc-release/render-tests/runtime-styling/layout-property-zoom-expression-to-default/metrics.json index 7d39e182955..4c937ec3278 100644 --- a/metrics/windows-msvc-release/render-tests/runtime-styling/layout-property-zoom-expression-to-default/metrics.json +++ b/metrics/windows-msvc-release/render-tests/runtime-styling/layout-property-zoom-expression-to-default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/runtime-styling/layout-property-zoom-expression-to-literal/metrics.json b/metrics/windows-msvc-release/render-tests/runtime-styling/layout-property-zoom-expression-to-literal/metrics.json index fea6fe2e598..94fd76f9f2e 100644 --- a/metrics/windows-msvc-release/render-tests/runtime-styling/layout-property-zoom-expression-to-literal/metrics.json +++ b/metrics/windows-msvc-release/render-tests/runtime-styling/layout-property-zoom-expression-to-literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/runtime-styling/layout-property-zoom-expression-to-property-expression/metrics.json b/metrics/windows-msvc-release/render-tests/runtime-styling/layout-property-zoom-expression-to-property-expression/metrics.json index 43f81ae9e8f..7b15f7584f8 100644 --- a/metrics/windows-msvc-release/render-tests/runtime-styling/layout-property-zoom-expression-to-property-expression/metrics.json +++ b/metrics/windows-msvc-release/render-tests/runtime-styling/layout-property-zoom-expression-to-property-expression/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/runtime-styling/layout-property-zoom-expression-to-zoom-and-property-expression/metrics.json b/metrics/windows-msvc-release/render-tests/runtime-styling/layout-property-zoom-expression-to-zoom-and-property-expression/metrics.json index 43f81ae9e8f..7b15f7584f8 100644 --- a/metrics/windows-msvc-release/render-tests/runtime-styling/layout-property-zoom-expression-to-zoom-and-property-expression/metrics.json +++ b/metrics/windows-msvc-release/render-tests/runtime-styling/layout-property-zoom-expression-to-zoom-and-property-expression/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/runtime-styling/layout-property-zoom-expression-to-zoom-expression/metrics.json b/metrics/windows-msvc-release/render-tests/runtime-styling/layout-property-zoom-expression-to-zoom-expression/metrics.json index fea6fe2e598..94fd76f9f2e 100644 --- a/metrics/windows-msvc-release/render-tests/runtime-styling/layout-property-zoom-expression-to-zoom-expression/metrics.json +++ b/metrics/windows-msvc-release/render-tests/runtime-styling/layout-property-zoom-expression-to-zoom-expression/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/runtime-styling/layout-property-zoom-function-to-default/metrics.json b/metrics/windows-msvc-release/render-tests/runtime-styling/layout-property-zoom-function-to-default/metrics.json index 7d39e182955..4c937ec3278 100644 --- a/metrics/windows-msvc-release/render-tests/runtime-styling/layout-property-zoom-function-to-default/metrics.json +++ b/metrics/windows-msvc-release/render-tests/runtime-styling/layout-property-zoom-function-to-default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/runtime-styling/layout-property-zoom-function-to-literal/metrics.json b/metrics/windows-msvc-release/render-tests/runtime-styling/layout-property-zoom-function-to-literal/metrics.json index fea6fe2e598..94fd76f9f2e 100644 --- a/metrics/windows-msvc-release/render-tests/runtime-styling/layout-property-zoom-function-to-literal/metrics.json +++ b/metrics/windows-msvc-release/render-tests/runtime-styling/layout-property-zoom-function-to-literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/runtime-styling/paint-property-default-to-literal/metrics.json b/metrics/windows-msvc-release/render-tests/runtime-styling/paint-property-default-to-literal/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/windows-msvc-release/render-tests/runtime-styling/paint-property-default-to-literal/metrics.json +++ b/metrics/windows-msvc-release/render-tests/runtime-styling/paint-property-default-to-literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/runtime-styling/paint-property-default-to-property-expression/metrics.json b/metrics/windows-msvc-release/render-tests/runtime-styling/paint-property-default-to-property-expression/metrics.json index bf5b94a7258..c5dccb9cead 100644 --- a/metrics/windows-msvc-release/render-tests/runtime-styling/paint-property-default-to-property-expression/metrics.json +++ b/metrics/windows-msvc-release/render-tests/runtime-styling/paint-property-default-to-property-expression/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/runtime-styling/paint-property-default-to-property-function/metrics.json b/metrics/windows-msvc-release/render-tests/runtime-styling/paint-property-default-to-property-function/metrics.json index bf5b94a7258..c5dccb9cead 100644 --- a/metrics/windows-msvc-release/render-tests/runtime-styling/paint-property-default-to-property-function/metrics.json +++ b/metrics/windows-msvc-release/render-tests/runtime-styling/paint-property-default-to-property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/runtime-styling/paint-property-default-to-zoom-expression/metrics.json b/metrics/windows-msvc-release/render-tests/runtime-styling/paint-property-default-to-zoom-expression/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/windows-msvc-release/render-tests/runtime-styling/paint-property-default-to-zoom-expression/metrics.json +++ b/metrics/windows-msvc-release/render-tests/runtime-styling/paint-property-default-to-zoom-expression/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/runtime-styling/paint-property-default-to-zoom-function/metrics.json b/metrics/windows-msvc-release/render-tests/runtime-styling/paint-property-default-to-zoom-function/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/windows-msvc-release/render-tests/runtime-styling/paint-property-default-to-zoom-function/metrics.json +++ b/metrics/windows-msvc-release/render-tests/runtime-styling/paint-property-default-to-zoom-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/runtime-styling/paint-property-fill-flat-to-extrude/metrics.json b/metrics/windows-msvc-release/render-tests/runtime-styling/paint-property-fill-flat-to-extrude/metrics.json index 869c4378bf3..f712c8f66dc 100644 --- a/metrics/windows-msvc-release/render-tests/runtime-styling/paint-property-fill-flat-to-extrude/metrics.json +++ b/metrics/windows-msvc-release/render-tests/runtime-styling/paint-property-fill-flat-to-extrude/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/runtime-styling/paint-property-literal-to-default/metrics.json b/metrics/windows-msvc-release/render-tests/runtime-styling/paint-property-literal-to-default/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/windows-msvc-release/render-tests/runtime-styling/paint-property-literal-to-default/metrics.json +++ b/metrics/windows-msvc-release/render-tests/runtime-styling/paint-property-literal-to-default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/runtime-styling/paint-property-literal-to-expression/metrics.json b/metrics/windows-msvc-release/render-tests/runtime-styling/paint-property-literal-to-expression/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/windows-msvc-release/render-tests/runtime-styling/paint-property-literal-to-expression/metrics.json +++ b/metrics/windows-msvc-release/render-tests/runtime-styling/paint-property-literal-to-expression/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/runtime-styling/paint-property-literal-to-function/metrics.json b/metrics/windows-msvc-release/render-tests/runtime-styling/paint-property-literal-to-function/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/windows-msvc-release/render-tests/runtime-styling/paint-property-literal-to-function/metrics.json +++ b/metrics/windows-msvc-release/render-tests/runtime-styling/paint-property-literal-to-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/runtime-styling/paint-property-literal-to-property-expression/metrics.json b/metrics/windows-msvc-release/render-tests/runtime-styling/paint-property-literal-to-property-expression/metrics.json index bf5b94a7258..c5dccb9cead 100644 --- a/metrics/windows-msvc-release/render-tests/runtime-styling/paint-property-literal-to-property-expression/metrics.json +++ b/metrics/windows-msvc-release/render-tests/runtime-styling/paint-property-literal-to-property-expression/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/runtime-styling/paint-property-literal-to-property-function/metrics.json b/metrics/windows-msvc-release/render-tests/runtime-styling/paint-property-literal-to-property-function/metrics.json index bf5b94a7258..c5dccb9cead 100644 --- a/metrics/windows-msvc-release/render-tests/runtime-styling/paint-property-literal-to-property-function/metrics.json +++ b/metrics/windows-msvc-release/render-tests/runtime-styling/paint-property-literal-to-property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/runtime-styling/paint-property-overriden-default-to-expression/metrics.json b/metrics/windows-msvc-release/render-tests/runtime-styling/paint-property-overriden-default-to-expression/metrics.json index 23b829f1681..663c3ce98a2 100644 --- a/metrics/windows-msvc-release/render-tests/runtime-styling/paint-property-overriden-default-to-expression/metrics.json +++ b/metrics/windows-msvc-release/render-tests/runtime-styling/paint-property-overriden-default-to-expression/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/runtime-styling/paint-property-overriden-default-to-literal/metrics.json b/metrics/windows-msvc-release/render-tests/runtime-styling/paint-property-overriden-default-to-literal/metrics.json index 47108b29bc1..1d0d7d25ccf 100644 --- a/metrics/windows-msvc-release/render-tests/runtime-styling/paint-property-overriden-default-to-literal/metrics.json +++ b/metrics/windows-msvc-release/render-tests/runtime-styling/paint-property-overriden-default-to-literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/runtime-styling/paint-property-overriden-expression-to-literal/metrics.json b/metrics/windows-msvc-release/render-tests/runtime-styling/paint-property-overriden-expression-to-literal/metrics.json index 9d89d5f2f3a..225b328f706 100644 --- a/metrics/windows-msvc-release/render-tests/runtime-styling/paint-property-overriden-expression-to-literal/metrics.json +++ b/metrics/windows-msvc-release/render-tests/runtime-styling/paint-property-overriden-expression-to-literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/runtime-styling/paint-property-property-expression-to-default/metrics.json b/metrics/windows-msvc-release/render-tests/runtime-styling/paint-property-property-expression-to-default/metrics.json index b7fcd045414..c5dc4e05e94 100644 --- a/metrics/windows-msvc-release/render-tests/runtime-styling/paint-property-property-expression-to-default/metrics.json +++ b/metrics/windows-msvc-release/render-tests/runtime-styling/paint-property-property-expression-to-default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/runtime-styling/paint-property-property-expression-to-literal/metrics.json b/metrics/windows-msvc-release/render-tests/runtime-styling/paint-property-property-expression-to-literal/metrics.json index cfdc9c2e210..748caf4284e 100644 --- a/metrics/windows-msvc-release/render-tests/runtime-styling/paint-property-property-expression-to-literal/metrics.json +++ b/metrics/windows-msvc-release/render-tests/runtime-styling/paint-property-property-expression-to-literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/runtime-styling/paint-property-property-expression-to-property-expression/metrics.json b/metrics/windows-msvc-release/render-tests/runtime-styling/paint-property-property-expression-to-property-expression/metrics.json index bf5b94a7258..c5dccb9cead 100644 --- a/metrics/windows-msvc-release/render-tests/runtime-styling/paint-property-property-expression-to-property-expression/metrics.json +++ b/metrics/windows-msvc-release/render-tests/runtime-styling/paint-property-property-expression-to-property-expression/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/runtime-styling/paint-property-property-expression-to-zoom-expression/metrics.json b/metrics/windows-msvc-release/render-tests/runtime-styling/paint-property-property-expression-to-zoom-expression/metrics.json index b7fcd045414..c5dc4e05e94 100644 --- a/metrics/windows-msvc-release/render-tests/runtime-styling/paint-property-property-expression-to-zoom-expression/metrics.json +++ b/metrics/windows-msvc-release/render-tests/runtime-styling/paint-property-property-expression-to-zoom-expression/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/runtime-styling/paint-property-property-function-to-default/metrics.json b/metrics/windows-msvc-release/render-tests/runtime-styling/paint-property-property-function-to-default/metrics.json index b7fcd045414..c5dc4e05e94 100644 --- a/metrics/windows-msvc-release/render-tests/runtime-styling/paint-property-property-function-to-default/metrics.json +++ b/metrics/windows-msvc-release/render-tests/runtime-styling/paint-property-property-function-to-default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/runtime-styling/paint-property-property-function-to-literal/metrics.json b/metrics/windows-msvc-release/render-tests/runtime-styling/paint-property-property-function-to-literal/metrics.json index cfdc9c2e210..748caf4284e 100644 --- a/metrics/windows-msvc-release/render-tests/runtime-styling/paint-property-property-function-to-literal/metrics.json +++ b/metrics/windows-msvc-release/render-tests/runtime-styling/paint-property-property-function-to-literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/runtime-styling/paint-property-zoom-and-property-expression-to-property-expression/metrics.json b/metrics/windows-msvc-release/render-tests/runtime-styling/paint-property-zoom-and-property-expression-to-property-expression/metrics.json index bf5b94a7258..c5dccb9cead 100644 --- a/metrics/windows-msvc-release/render-tests/runtime-styling/paint-property-zoom-and-property-expression-to-property-expression/metrics.json +++ b/metrics/windows-msvc-release/render-tests/runtime-styling/paint-property-zoom-and-property-expression-to-property-expression/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/runtime-styling/paint-property-zoom-and-property-expression-to-zoom-and-property-expression/metrics.json b/metrics/windows-msvc-release/render-tests/runtime-styling/paint-property-zoom-and-property-expression-to-zoom-and-property-expression/metrics.json index 2b00a4fa064..5c78b6b810e 100644 --- a/metrics/windows-msvc-release/render-tests/runtime-styling/paint-property-zoom-and-property-expression-to-zoom-and-property-expression/metrics.json +++ b/metrics/windows-msvc-release/render-tests/runtime-styling/paint-property-zoom-and-property-expression-to-zoom-and-property-expression/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/runtime-styling/paint-property-zoom-and-property-expression-to-zoom-expression/metrics.json b/metrics/windows-msvc-release/render-tests/runtime-styling/paint-property-zoom-and-property-expression-to-zoom-expression/metrics.json index b7fcd045414..c5dc4e05e94 100644 --- a/metrics/windows-msvc-release/render-tests/runtime-styling/paint-property-zoom-and-property-expression-to-zoom-expression/metrics.json +++ b/metrics/windows-msvc-release/render-tests/runtime-styling/paint-property-zoom-and-property-expression-to-zoom-expression/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/runtime-styling/paint-property-zoom-expression-to-default/metrics.json b/metrics/windows-msvc-release/render-tests/runtime-styling/paint-property-zoom-expression-to-default/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/windows-msvc-release/render-tests/runtime-styling/paint-property-zoom-expression-to-default/metrics.json +++ b/metrics/windows-msvc-release/render-tests/runtime-styling/paint-property-zoom-expression-to-default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/runtime-styling/paint-property-zoom-expression-to-literal/metrics.json b/metrics/windows-msvc-release/render-tests/runtime-styling/paint-property-zoom-expression-to-literal/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/windows-msvc-release/render-tests/runtime-styling/paint-property-zoom-expression-to-literal/metrics.json +++ b/metrics/windows-msvc-release/render-tests/runtime-styling/paint-property-zoom-expression-to-literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/runtime-styling/paint-property-zoom-expression-to-property-expression/metrics.json b/metrics/windows-msvc-release/render-tests/runtime-styling/paint-property-zoom-expression-to-property-expression/metrics.json index bf5b94a7258..c5dccb9cead 100644 --- a/metrics/windows-msvc-release/render-tests/runtime-styling/paint-property-zoom-expression-to-property-expression/metrics.json +++ b/metrics/windows-msvc-release/render-tests/runtime-styling/paint-property-zoom-expression-to-property-expression/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/runtime-styling/paint-property-zoom-expression-to-zoom-and-property-expression/metrics.json b/metrics/windows-msvc-release/render-tests/runtime-styling/paint-property-zoom-expression-to-zoom-and-property-expression/metrics.json index 2b00a4fa064..5c78b6b810e 100644 --- a/metrics/windows-msvc-release/render-tests/runtime-styling/paint-property-zoom-expression-to-zoom-and-property-expression/metrics.json +++ b/metrics/windows-msvc-release/render-tests/runtime-styling/paint-property-zoom-expression-to-zoom-and-property-expression/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/runtime-styling/paint-property-zoom-expression-to-zoom-expression/metrics.json b/metrics/windows-msvc-release/render-tests/runtime-styling/paint-property-zoom-expression-to-zoom-expression/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/windows-msvc-release/render-tests/runtime-styling/paint-property-zoom-expression-to-zoom-expression/metrics.json +++ b/metrics/windows-msvc-release/render-tests/runtime-styling/paint-property-zoom-expression-to-zoom-expression/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/runtime-styling/paint-property-zoom-function-to-default/metrics.json b/metrics/windows-msvc-release/render-tests/runtime-styling/paint-property-zoom-function-to-default/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/windows-msvc-release/render-tests/runtime-styling/paint-property-zoom-function-to-default/metrics.json +++ b/metrics/windows-msvc-release/render-tests/runtime-styling/paint-property-zoom-function-to-default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/runtime-styling/paint-property-zoom-function-to-literal/metrics.json b/metrics/windows-msvc-release/render-tests/runtime-styling/paint-property-zoom-function-to-literal/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/windows-msvc-release/render-tests/runtime-styling/paint-property-zoom-function-to-literal/metrics.json +++ b/metrics/windows-msvc-release/render-tests/runtime-styling/paint-property-zoom-function-to-literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/runtime-styling/set-style-filter-default-to-false/metrics.json b/metrics/windows-msvc-release/render-tests/runtime-styling/set-style-filter-default-to-false/metrics.json index 7d39e182955..4c937ec3278 100644 --- a/metrics/windows-msvc-release/render-tests/runtime-styling/set-style-filter-default-to-false/metrics.json +++ b/metrics/windows-msvc-release/render-tests/runtime-styling/set-style-filter-default-to-false/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/runtime-styling/set-style-filter-default-to-true/metrics.json b/metrics/windows-msvc-release/render-tests/runtime-styling/set-style-filter-default-to-true/metrics.json index fea6fe2e598..94fd76f9f2e 100644 --- a/metrics/windows-msvc-release/render-tests/runtime-styling/set-style-filter-default-to-true/metrics.json +++ b/metrics/windows-msvc-release/render-tests/runtime-styling/set-style-filter-default-to-true/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/runtime-styling/set-style-filter-false-to-default/metrics.json b/metrics/windows-msvc-release/render-tests/runtime-styling/set-style-filter-false-to-default/metrics.json index fea6fe2e598..94fd76f9f2e 100644 --- a/metrics/windows-msvc-release/render-tests/runtime-styling/set-style-filter-false-to-default/metrics.json +++ b/metrics/windows-msvc-release/render-tests/runtime-styling/set-style-filter-false-to-default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/runtime-styling/set-style-filter-false-to-true/metrics.json b/metrics/windows-msvc-release/render-tests/runtime-styling/set-style-filter-false-to-true/metrics.json index fea6fe2e598..94fd76f9f2e 100644 --- a/metrics/windows-msvc-release/render-tests/runtime-styling/set-style-filter-false-to-true/metrics.json +++ b/metrics/windows-msvc-release/render-tests/runtime-styling/set-style-filter-false-to-true/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/runtime-styling/set-style-filter-true-to-default/metrics.json b/metrics/windows-msvc-release/render-tests/runtime-styling/set-style-filter-true-to-default/metrics.json index fea6fe2e598..94fd76f9f2e 100644 --- a/metrics/windows-msvc-release/render-tests/runtime-styling/set-style-filter-true-to-default/metrics.json +++ b/metrics/windows-msvc-release/render-tests/runtime-styling/set-style-filter-true-to-default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/runtime-styling/set-style-filter-true-to-false/metrics.json b/metrics/windows-msvc-release/render-tests/runtime-styling/set-style-filter-true-to-false/metrics.json index 7d39e182955..4c937ec3278 100644 --- a/metrics/windows-msvc-release/render-tests/runtime-styling/set-style-filter-true-to-false/metrics.json +++ b/metrics/windows-msvc-release/render-tests/runtime-styling/set-style-filter-true-to-false/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/runtime-styling/set-style-layer-add-background/metrics.json b/metrics/windows-msvc-release/render-tests/runtime-styling/set-style-layer-add-background/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/windows-msvc-release/render-tests/runtime-styling/set-style-layer-add-background/metrics.json +++ b/metrics/windows-msvc-release/render-tests/runtime-styling/set-style-layer-add-background/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/runtime-styling/set-style-layer-add-circle/metrics.json b/metrics/windows-msvc-release/render-tests/runtime-styling/set-style-layer-add-circle/metrics.json index 01b432fe214..e30b6a8224f 100644 --- a/metrics/windows-msvc-release/render-tests/runtime-styling/set-style-layer-add-circle/metrics.json +++ b/metrics/windows-msvc-release/render-tests/runtime-styling/set-style-layer-add-circle/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/runtime-styling/set-style-layer-add-fill/metrics.json b/metrics/windows-msvc-release/render-tests/runtime-styling/set-style-layer-add-fill/metrics.json index 873f47815fe..a1e24dbecc7 100644 --- a/metrics/windows-msvc-release/render-tests/runtime-styling/set-style-layer-add-fill/metrics.json +++ b/metrics/windows-msvc-release/render-tests/runtime-styling/set-style-layer-add-fill/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/runtime-styling/set-style-layer-add-line/metrics.json b/metrics/windows-msvc-release/render-tests/runtime-styling/set-style-layer-add-line/metrics.json index bb8ac853884..5cfc25dfd95 100644 --- a/metrics/windows-msvc-release/render-tests/runtime-styling/set-style-layer-add-line/metrics.json +++ b/metrics/windows-msvc-release/render-tests/runtime-styling/set-style-layer-add-line/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/runtime-styling/set-style-layer-add-raster/metrics.json b/metrics/windows-msvc-release/render-tests/runtime-styling/set-style-layer-add-raster/metrics.json index 2e017e0a393..1e9df4d1869 100644 --- a/metrics/windows-msvc-release/render-tests/runtime-styling/set-style-layer-add-raster/metrics.json +++ b/metrics/windows-msvc-release/render-tests/runtime-styling/set-style-layer-add-raster/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/runtime-styling/set-style-layer-add-symbol/metrics.json b/metrics/windows-msvc-release/render-tests/runtime-styling/set-style-layer-add-symbol/metrics.json index fea6fe2e598..94fd76f9f2e 100644 --- a/metrics/windows-msvc-release/render-tests/runtime-styling/set-style-layer-add-symbol/metrics.json +++ b/metrics/windows-msvc-release/render-tests/runtime-styling/set-style-layer-add-symbol/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/runtime-styling/set-style-layer-change-source-layer/metrics.json b/metrics/windows-msvc-release/render-tests/runtime-styling/set-style-layer-change-source-layer/metrics.json index e0426e7b513..6acf36d07ec 100644 --- a/metrics/windows-msvc-release/render-tests/runtime-styling/set-style-layer-change-source-layer/metrics.json +++ b/metrics/windows-msvc-release/render-tests/runtime-styling/set-style-layer-change-source-layer/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/runtime-styling/set-style-layer-change-source-type/metrics.json b/metrics/windows-msvc-release/render-tests/runtime-styling/set-style-layer-change-source-type/metrics.json index e204a192de4..b762a231e10 100644 --- a/metrics/windows-msvc-release/render-tests/runtime-styling/set-style-layer-change-source-type/metrics.json +++ b/metrics/windows-msvc-release/render-tests/runtime-styling/set-style-layer-change-source-type/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/runtime-styling/set-style-layer-change-source/metrics.json b/metrics/windows-msvc-release/render-tests/runtime-styling/set-style-layer-change-source/metrics.json index 01b432fe214..e30b6a8224f 100644 --- a/metrics/windows-msvc-release/render-tests/runtime-styling/set-style-layer-change-source/metrics.json +++ b/metrics/windows-msvc-release/render-tests/runtime-styling/set-style-layer-change-source/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/runtime-styling/set-style-layer-remove-background/metrics.json b/metrics/windows-msvc-release/render-tests/runtime-styling/set-style-layer-remove-background/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/windows-msvc-release/render-tests/runtime-styling/set-style-layer-remove-background/metrics.json +++ b/metrics/windows-msvc-release/render-tests/runtime-styling/set-style-layer-remove-background/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/runtime-styling/set-style-layer-remove-circle/metrics.json b/metrics/windows-msvc-release/render-tests/runtime-styling/set-style-layer-remove-circle/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/windows-msvc-release/render-tests/runtime-styling/set-style-layer-remove-circle/metrics.json +++ b/metrics/windows-msvc-release/render-tests/runtime-styling/set-style-layer-remove-circle/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/runtime-styling/set-style-layer-remove-fill/metrics.json b/metrics/windows-msvc-release/render-tests/runtime-styling/set-style-layer-remove-fill/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/windows-msvc-release/render-tests/runtime-styling/set-style-layer-remove-fill/metrics.json +++ b/metrics/windows-msvc-release/render-tests/runtime-styling/set-style-layer-remove-fill/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/runtime-styling/set-style-layer-remove-line/metrics.json b/metrics/windows-msvc-release/render-tests/runtime-styling/set-style-layer-remove-line/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/windows-msvc-release/render-tests/runtime-styling/set-style-layer-remove-line/metrics.json +++ b/metrics/windows-msvc-release/render-tests/runtime-styling/set-style-layer-remove-line/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/runtime-styling/set-style-layer-remove-raster/metrics.json b/metrics/windows-msvc-release/render-tests/runtime-styling/set-style-layer-remove-raster/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/windows-msvc-release/render-tests/runtime-styling/set-style-layer-remove-raster/metrics.json +++ b/metrics/windows-msvc-release/render-tests/runtime-styling/set-style-layer-remove-raster/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/runtime-styling/set-style-layer-remove-symbol/metrics.json b/metrics/windows-msvc-release/render-tests/runtime-styling/set-style-layer-remove-symbol/metrics.json index d1d3c719b69..2cd5816ef0d 100644 --- a/metrics/windows-msvc-release/render-tests/runtime-styling/set-style-layer-remove-symbol/metrics.json +++ b/metrics/windows-msvc-release/render-tests/runtime-styling/set-style-layer-remove-symbol/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/runtime-styling/set-style-layer-reorder/metrics.json b/metrics/windows-msvc-release/render-tests/runtime-styling/set-style-layer-reorder/metrics.json index ecd1b9eaf55..3eacb71976a 100644 --- a/metrics/windows-msvc-release/render-tests/runtime-styling/set-style-layer-reorder/metrics.json +++ b/metrics/windows-msvc-release/render-tests/runtime-styling/set-style-layer-reorder/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/runtime-styling/set-style-layout-property-default-to-literal/metrics.json b/metrics/windows-msvc-release/render-tests/runtime-styling/set-style-layout-property-default-to-literal/metrics.json index fea6fe2e598..94fd76f9f2e 100644 --- a/metrics/windows-msvc-release/render-tests/runtime-styling/set-style-layout-property-default-to-literal/metrics.json +++ b/metrics/windows-msvc-release/render-tests/runtime-styling/set-style-layout-property-default-to-literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/runtime-styling/set-style-layout-property-default-to-property-expression/metrics.json b/metrics/windows-msvc-release/render-tests/runtime-styling/set-style-layout-property-default-to-property-expression/metrics.json index 43f81ae9e8f..7b15f7584f8 100644 --- a/metrics/windows-msvc-release/render-tests/runtime-styling/set-style-layout-property-default-to-property-expression/metrics.json +++ b/metrics/windows-msvc-release/render-tests/runtime-styling/set-style-layout-property-default-to-property-expression/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/runtime-styling/set-style-layout-property-default-to-property-function/metrics.json b/metrics/windows-msvc-release/render-tests/runtime-styling/set-style-layout-property-default-to-property-function/metrics.json index 43f81ae9e8f..7b15f7584f8 100644 --- a/metrics/windows-msvc-release/render-tests/runtime-styling/set-style-layout-property-default-to-property-function/metrics.json +++ b/metrics/windows-msvc-release/render-tests/runtime-styling/set-style-layout-property-default-to-property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/runtime-styling/set-style-layout-property-default-to-zoom-expression/metrics.json b/metrics/windows-msvc-release/render-tests/runtime-styling/set-style-layout-property-default-to-zoom-expression/metrics.json index fea6fe2e598..94fd76f9f2e 100644 --- a/metrics/windows-msvc-release/render-tests/runtime-styling/set-style-layout-property-default-to-zoom-expression/metrics.json +++ b/metrics/windows-msvc-release/render-tests/runtime-styling/set-style-layout-property-default-to-zoom-expression/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/runtime-styling/set-style-layout-property-default-to-zoom-function/metrics.json b/metrics/windows-msvc-release/render-tests/runtime-styling/set-style-layout-property-default-to-zoom-function/metrics.json index fea6fe2e598..94fd76f9f2e 100644 --- a/metrics/windows-msvc-release/render-tests/runtime-styling/set-style-layout-property-default-to-zoom-function/metrics.json +++ b/metrics/windows-msvc-release/render-tests/runtime-styling/set-style-layout-property-default-to-zoom-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/runtime-styling/set-style-layout-property-literal-to-default/metrics.json b/metrics/windows-msvc-release/render-tests/runtime-styling/set-style-layout-property-literal-to-default/metrics.json index 7d39e182955..4c937ec3278 100644 --- a/metrics/windows-msvc-release/render-tests/runtime-styling/set-style-layout-property-literal-to-default/metrics.json +++ b/metrics/windows-msvc-release/render-tests/runtime-styling/set-style-layout-property-literal-to-default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/runtime-styling/set-style-layout-property-literal-to-property-expression/metrics.json b/metrics/windows-msvc-release/render-tests/runtime-styling/set-style-layout-property-literal-to-property-expression/metrics.json index 43f81ae9e8f..7b15f7584f8 100644 --- a/metrics/windows-msvc-release/render-tests/runtime-styling/set-style-layout-property-literal-to-property-expression/metrics.json +++ b/metrics/windows-msvc-release/render-tests/runtime-styling/set-style-layout-property-literal-to-property-expression/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/runtime-styling/set-style-layout-property-literal-to-property-function/metrics.json b/metrics/windows-msvc-release/render-tests/runtime-styling/set-style-layout-property-literal-to-property-function/metrics.json index 43f81ae9e8f..7b15f7584f8 100644 --- a/metrics/windows-msvc-release/render-tests/runtime-styling/set-style-layout-property-literal-to-property-function/metrics.json +++ b/metrics/windows-msvc-release/render-tests/runtime-styling/set-style-layout-property-literal-to-property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/runtime-styling/set-style-layout-property-literal-to-zoom-expression/metrics.json b/metrics/windows-msvc-release/render-tests/runtime-styling/set-style-layout-property-literal-to-zoom-expression/metrics.json index fea6fe2e598..94fd76f9f2e 100644 --- a/metrics/windows-msvc-release/render-tests/runtime-styling/set-style-layout-property-literal-to-zoom-expression/metrics.json +++ b/metrics/windows-msvc-release/render-tests/runtime-styling/set-style-layout-property-literal-to-zoom-expression/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/runtime-styling/set-style-layout-property-literal-to-zoom-function/metrics.json b/metrics/windows-msvc-release/render-tests/runtime-styling/set-style-layout-property-literal-to-zoom-function/metrics.json index fea6fe2e598..94fd76f9f2e 100644 --- a/metrics/windows-msvc-release/render-tests/runtime-styling/set-style-layout-property-literal-to-zoom-function/metrics.json +++ b/metrics/windows-msvc-release/render-tests/runtime-styling/set-style-layout-property-literal-to-zoom-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/runtime-styling/set-style-layout-property-property-expression-to-default/metrics.json b/metrics/windows-msvc-release/render-tests/runtime-styling/set-style-layout-property-property-expression-to-default/metrics.json index 43f81ae9e8f..7b15f7584f8 100644 --- a/metrics/windows-msvc-release/render-tests/runtime-styling/set-style-layout-property-property-expression-to-default/metrics.json +++ b/metrics/windows-msvc-release/render-tests/runtime-styling/set-style-layout-property-property-expression-to-default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/runtime-styling/set-style-layout-property-property-expression-to-literal/metrics.json b/metrics/windows-msvc-release/render-tests/runtime-styling/set-style-layout-property-property-expression-to-literal/metrics.json index 43f81ae9e8f..7b15f7584f8 100644 --- a/metrics/windows-msvc-release/render-tests/runtime-styling/set-style-layout-property-property-expression-to-literal/metrics.json +++ b/metrics/windows-msvc-release/render-tests/runtime-styling/set-style-layout-property-property-expression-to-literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/runtime-styling/set-style-layout-property-property-function-to-default/metrics.json b/metrics/windows-msvc-release/render-tests/runtime-styling/set-style-layout-property-property-function-to-default/metrics.json index 43f81ae9e8f..7b15f7584f8 100644 --- a/metrics/windows-msvc-release/render-tests/runtime-styling/set-style-layout-property-property-function-to-default/metrics.json +++ b/metrics/windows-msvc-release/render-tests/runtime-styling/set-style-layout-property-property-function-to-default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/runtime-styling/set-style-layout-property-property-function-to-literal/metrics.json b/metrics/windows-msvc-release/render-tests/runtime-styling/set-style-layout-property-property-function-to-literal/metrics.json index 43f81ae9e8f..7b15f7584f8 100644 --- a/metrics/windows-msvc-release/render-tests/runtime-styling/set-style-layout-property-property-function-to-literal/metrics.json +++ b/metrics/windows-msvc-release/render-tests/runtime-styling/set-style-layout-property-property-function-to-literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/runtime-styling/set-style-layout-property-zoom-expression-to-default/metrics.json b/metrics/windows-msvc-release/render-tests/runtime-styling/set-style-layout-property-zoom-expression-to-default/metrics.json index 7d39e182955..4c937ec3278 100644 --- a/metrics/windows-msvc-release/render-tests/runtime-styling/set-style-layout-property-zoom-expression-to-default/metrics.json +++ b/metrics/windows-msvc-release/render-tests/runtime-styling/set-style-layout-property-zoom-expression-to-default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/runtime-styling/set-style-layout-property-zoom-expression-to-literal/metrics.json b/metrics/windows-msvc-release/render-tests/runtime-styling/set-style-layout-property-zoom-expression-to-literal/metrics.json index fea6fe2e598..94fd76f9f2e 100644 --- a/metrics/windows-msvc-release/render-tests/runtime-styling/set-style-layout-property-zoom-expression-to-literal/metrics.json +++ b/metrics/windows-msvc-release/render-tests/runtime-styling/set-style-layout-property-zoom-expression-to-literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/runtime-styling/set-style-layout-property-zoom-function-to-default/metrics.json b/metrics/windows-msvc-release/render-tests/runtime-styling/set-style-layout-property-zoom-function-to-default/metrics.json index 7d39e182955..4c937ec3278 100644 --- a/metrics/windows-msvc-release/render-tests/runtime-styling/set-style-layout-property-zoom-function-to-default/metrics.json +++ b/metrics/windows-msvc-release/render-tests/runtime-styling/set-style-layout-property-zoom-function-to-default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/runtime-styling/set-style-layout-property-zoom-function-to-literal/metrics.json b/metrics/windows-msvc-release/render-tests/runtime-styling/set-style-layout-property-zoom-function-to-literal/metrics.json index fea6fe2e598..94fd76f9f2e 100644 --- a/metrics/windows-msvc-release/render-tests/runtime-styling/set-style-layout-property-zoom-function-to-literal/metrics.json +++ b/metrics/windows-msvc-release/render-tests/runtime-styling/set-style-layout-property-zoom-function-to-literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/runtime-styling/set-style-paint-property-default-to-literal/metrics.json b/metrics/windows-msvc-release/render-tests/runtime-styling/set-style-paint-property-default-to-literal/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/windows-msvc-release/render-tests/runtime-styling/set-style-paint-property-default-to-literal/metrics.json +++ b/metrics/windows-msvc-release/render-tests/runtime-styling/set-style-paint-property-default-to-literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/runtime-styling/set-style-paint-property-default-to-property-expression/metrics.json b/metrics/windows-msvc-release/render-tests/runtime-styling/set-style-paint-property-default-to-property-expression/metrics.json index bf5b94a7258..c5dccb9cead 100644 --- a/metrics/windows-msvc-release/render-tests/runtime-styling/set-style-paint-property-default-to-property-expression/metrics.json +++ b/metrics/windows-msvc-release/render-tests/runtime-styling/set-style-paint-property-default-to-property-expression/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/runtime-styling/set-style-paint-property-default-to-property-function/metrics.json b/metrics/windows-msvc-release/render-tests/runtime-styling/set-style-paint-property-default-to-property-function/metrics.json index bf5b94a7258..c5dccb9cead 100644 --- a/metrics/windows-msvc-release/render-tests/runtime-styling/set-style-paint-property-default-to-property-function/metrics.json +++ b/metrics/windows-msvc-release/render-tests/runtime-styling/set-style-paint-property-default-to-property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/runtime-styling/set-style-paint-property-default-to-zoom-expression/metrics.json b/metrics/windows-msvc-release/render-tests/runtime-styling/set-style-paint-property-default-to-zoom-expression/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/windows-msvc-release/render-tests/runtime-styling/set-style-paint-property-default-to-zoom-expression/metrics.json +++ b/metrics/windows-msvc-release/render-tests/runtime-styling/set-style-paint-property-default-to-zoom-expression/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/runtime-styling/set-style-paint-property-default-to-zoom-function/metrics.json b/metrics/windows-msvc-release/render-tests/runtime-styling/set-style-paint-property-default-to-zoom-function/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/windows-msvc-release/render-tests/runtime-styling/set-style-paint-property-default-to-zoom-function/metrics.json +++ b/metrics/windows-msvc-release/render-tests/runtime-styling/set-style-paint-property-default-to-zoom-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/runtime-styling/set-style-paint-property-fill-flat-to-extrude/metrics.json b/metrics/windows-msvc-release/render-tests/runtime-styling/set-style-paint-property-fill-flat-to-extrude/metrics.json index 869c4378bf3..f712c8f66dc 100644 --- a/metrics/windows-msvc-release/render-tests/runtime-styling/set-style-paint-property-fill-flat-to-extrude/metrics.json +++ b/metrics/windows-msvc-release/render-tests/runtime-styling/set-style-paint-property-fill-flat-to-extrude/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/runtime-styling/set-style-paint-property-literal-to-default/metrics.json b/metrics/windows-msvc-release/render-tests/runtime-styling/set-style-paint-property-literal-to-default/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/windows-msvc-release/render-tests/runtime-styling/set-style-paint-property-literal-to-default/metrics.json +++ b/metrics/windows-msvc-release/render-tests/runtime-styling/set-style-paint-property-literal-to-default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/runtime-styling/set-style-paint-property-literal-to-expression/metrics.json b/metrics/windows-msvc-release/render-tests/runtime-styling/set-style-paint-property-literal-to-expression/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/windows-msvc-release/render-tests/runtime-styling/set-style-paint-property-literal-to-expression/metrics.json +++ b/metrics/windows-msvc-release/render-tests/runtime-styling/set-style-paint-property-literal-to-expression/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/runtime-styling/set-style-paint-property-literal-to-function/metrics.json b/metrics/windows-msvc-release/render-tests/runtime-styling/set-style-paint-property-literal-to-function/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/windows-msvc-release/render-tests/runtime-styling/set-style-paint-property-literal-to-function/metrics.json +++ b/metrics/windows-msvc-release/render-tests/runtime-styling/set-style-paint-property-literal-to-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/runtime-styling/set-style-paint-property-literal-to-property-expression/metrics.json b/metrics/windows-msvc-release/render-tests/runtime-styling/set-style-paint-property-literal-to-property-expression/metrics.json index bf5b94a7258..c5dccb9cead 100644 --- a/metrics/windows-msvc-release/render-tests/runtime-styling/set-style-paint-property-literal-to-property-expression/metrics.json +++ b/metrics/windows-msvc-release/render-tests/runtime-styling/set-style-paint-property-literal-to-property-expression/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/runtime-styling/set-style-paint-property-literal-to-property-function/metrics.json b/metrics/windows-msvc-release/render-tests/runtime-styling/set-style-paint-property-literal-to-property-function/metrics.json index bf5b94a7258..c5dccb9cead 100644 --- a/metrics/windows-msvc-release/render-tests/runtime-styling/set-style-paint-property-literal-to-property-function/metrics.json +++ b/metrics/windows-msvc-release/render-tests/runtime-styling/set-style-paint-property-literal-to-property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/runtime-styling/set-style-paint-property-property-expression-to-default/metrics.json b/metrics/windows-msvc-release/render-tests/runtime-styling/set-style-paint-property-property-expression-to-default/metrics.json index b7fcd045414..c5dc4e05e94 100644 --- a/metrics/windows-msvc-release/render-tests/runtime-styling/set-style-paint-property-property-expression-to-default/metrics.json +++ b/metrics/windows-msvc-release/render-tests/runtime-styling/set-style-paint-property-property-expression-to-default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/runtime-styling/set-style-paint-property-property-expression-to-literal/metrics.json b/metrics/windows-msvc-release/render-tests/runtime-styling/set-style-paint-property-property-expression-to-literal/metrics.json index b7fcd045414..c5dc4e05e94 100644 --- a/metrics/windows-msvc-release/render-tests/runtime-styling/set-style-paint-property-property-expression-to-literal/metrics.json +++ b/metrics/windows-msvc-release/render-tests/runtime-styling/set-style-paint-property-property-expression-to-literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/runtime-styling/set-style-paint-property-property-function-to-default/metrics.json b/metrics/windows-msvc-release/render-tests/runtime-styling/set-style-paint-property-property-function-to-default/metrics.json index b7fcd045414..c5dc4e05e94 100644 --- a/metrics/windows-msvc-release/render-tests/runtime-styling/set-style-paint-property-property-function-to-default/metrics.json +++ b/metrics/windows-msvc-release/render-tests/runtime-styling/set-style-paint-property-property-function-to-default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/runtime-styling/set-style-paint-property-property-function-to-literal/metrics.json b/metrics/windows-msvc-release/render-tests/runtime-styling/set-style-paint-property-property-function-to-literal/metrics.json index b7fcd045414..c5dc4e05e94 100644 --- a/metrics/windows-msvc-release/render-tests/runtime-styling/set-style-paint-property-property-function-to-literal/metrics.json +++ b/metrics/windows-msvc-release/render-tests/runtime-styling/set-style-paint-property-property-function-to-literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/runtime-styling/set-style-paint-property-zoom-expression-to-default/metrics.json b/metrics/windows-msvc-release/render-tests/runtime-styling/set-style-paint-property-zoom-expression-to-default/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/windows-msvc-release/render-tests/runtime-styling/set-style-paint-property-zoom-expression-to-default/metrics.json +++ b/metrics/windows-msvc-release/render-tests/runtime-styling/set-style-paint-property-zoom-expression-to-default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/runtime-styling/set-style-paint-property-zoom-expression-to-literal/metrics.json b/metrics/windows-msvc-release/render-tests/runtime-styling/set-style-paint-property-zoom-expression-to-literal/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/windows-msvc-release/render-tests/runtime-styling/set-style-paint-property-zoom-expression-to-literal/metrics.json +++ b/metrics/windows-msvc-release/render-tests/runtime-styling/set-style-paint-property-zoom-expression-to-literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/runtime-styling/set-style-paint-property-zoom-function-to-default/metrics.json b/metrics/windows-msvc-release/render-tests/runtime-styling/set-style-paint-property-zoom-function-to-default/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/windows-msvc-release/render-tests/runtime-styling/set-style-paint-property-zoom-function-to-default/metrics.json +++ b/metrics/windows-msvc-release/render-tests/runtime-styling/set-style-paint-property-zoom-function-to-default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/runtime-styling/set-style-paint-property-zoom-function-to-literal/metrics.json b/metrics/windows-msvc-release/render-tests/runtime-styling/set-style-paint-property-zoom-function-to-literal/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/windows-msvc-release/render-tests/runtime-styling/set-style-paint-property-zoom-function-to-literal/metrics.json +++ b/metrics/windows-msvc-release/render-tests/runtime-styling/set-style-paint-property-zoom-function-to-literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/runtime-styling/set-style-source-add-geojson-inline/metrics.json b/metrics/windows-msvc-release/render-tests/runtime-styling/set-style-source-add-geojson-inline/metrics.json index 01b432fe214..e30b6a8224f 100644 --- a/metrics/windows-msvc-release/render-tests/runtime-styling/set-style-source-add-geojson-inline/metrics.json +++ b/metrics/windows-msvc-release/render-tests/runtime-styling/set-style-source-add-geojson-inline/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/runtime-styling/set-style-source-add-geojson-url/metrics.json b/metrics/windows-msvc-release/render-tests/runtime-styling/set-style-source-add-geojson-url/metrics.json index 7f4a0466396..2cacd07ae36 100644 --- a/metrics/windows-msvc-release/render-tests/runtime-styling/set-style-source-add-geojson-url/metrics.json +++ b/metrics/windows-msvc-release/render-tests/runtime-styling/set-style-source-add-geojson-url/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/runtime-styling/set-style-source-add-raster-inline/metrics.json b/metrics/windows-msvc-release/render-tests/runtime-styling/set-style-source-add-raster-inline/metrics.json index 2e017e0a393..1e9df4d1869 100644 --- a/metrics/windows-msvc-release/render-tests/runtime-styling/set-style-source-add-raster-inline/metrics.json +++ b/metrics/windows-msvc-release/render-tests/runtime-styling/set-style-source-add-raster-inline/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/runtime-styling/set-style-source-add-raster-url/metrics.json b/metrics/windows-msvc-release/render-tests/runtime-styling/set-style-source-add-raster-url/metrics.json index 95c3df52a82..837ce203cf6 100644 --- a/metrics/windows-msvc-release/render-tests/runtime-styling/set-style-source-add-raster-url/metrics.json +++ b/metrics/windows-msvc-release/render-tests/runtime-styling/set-style-source-add-raster-url/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/runtime-styling/set-style-source-add-vector-inline/metrics.json b/metrics/windows-msvc-release/render-tests/runtime-styling/set-style-source-add-vector-inline/metrics.json index 9028b81da14..b6fa97f3499 100644 --- a/metrics/windows-msvc-release/render-tests/runtime-styling/set-style-source-add-vector-inline/metrics.json +++ b/metrics/windows-msvc-release/render-tests/runtime-styling/set-style-source-add-vector-inline/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/runtime-styling/set-style-source-add-vector-url/metrics.json b/metrics/windows-msvc-release/render-tests/runtime-styling/set-style-source-add-vector-url/metrics.json index 848e2d81c43..693d4819b79 100644 --- a/metrics/windows-msvc-release/render-tests/runtime-styling/set-style-source-add-vector-url/metrics.json +++ b/metrics/windows-msvc-release/render-tests/runtime-styling/set-style-source-add-vector-url/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/runtime-styling/set-style-source-update/metrics.json b/metrics/windows-msvc-release/render-tests/runtime-styling/set-style-source-update/metrics.json index 01b432fe214..e30b6a8224f 100644 --- a/metrics/windows-msvc-release/render-tests/runtime-styling/set-style-source-update/metrics.json +++ b/metrics/windows-msvc-release/render-tests/runtime-styling/set-style-source-update/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/runtime-styling/set-style-sprite/metrics.json b/metrics/windows-msvc-release/render-tests/runtime-styling/set-style-sprite/metrics.json index 79e78104863..a2643ebba77 100644 --- a/metrics/windows-msvc-release/render-tests/runtime-styling/set-style-sprite/metrics.json +++ b/metrics/windows-msvc-release/render-tests/runtime-styling/set-style-sprite/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/runtime-styling/set-style-visibility-default-to-none/metrics.json b/metrics/windows-msvc-release/render-tests/runtime-styling/set-style-visibility-default-to-none/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/windows-msvc-release/render-tests/runtime-styling/set-style-visibility-default-to-none/metrics.json +++ b/metrics/windows-msvc-release/render-tests/runtime-styling/set-style-visibility-default-to-none/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/runtime-styling/set-style-visibility-default-to-visible/metrics.json b/metrics/windows-msvc-release/render-tests/runtime-styling/set-style-visibility-default-to-visible/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/windows-msvc-release/render-tests/runtime-styling/set-style-visibility-default-to-visible/metrics.json +++ b/metrics/windows-msvc-release/render-tests/runtime-styling/set-style-visibility-default-to-visible/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/runtime-styling/set-style-visibility-none-to-default/metrics.json b/metrics/windows-msvc-release/render-tests/runtime-styling/set-style-visibility-none-to-default/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/windows-msvc-release/render-tests/runtime-styling/set-style-visibility-none-to-default/metrics.json +++ b/metrics/windows-msvc-release/render-tests/runtime-styling/set-style-visibility-none-to-default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/runtime-styling/set-style-visibility-none-to-visible/metrics.json b/metrics/windows-msvc-release/render-tests/runtime-styling/set-style-visibility-none-to-visible/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/windows-msvc-release/render-tests/runtime-styling/set-style-visibility-none-to-visible/metrics.json +++ b/metrics/windows-msvc-release/render-tests/runtime-styling/set-style-visibility-none-to-visible/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/runtime-styling/set-style-visibility-visible-to-default/metrics.json b/metrics/windows-msvc-release/render-tests/runtime-styling/set-style-visibility-visible-to-default/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/windows-msvc-release/render-tests/runtime-styling/set-style-visibility-visible-to-default/metrics.json +++ b/metrics/windows-msvc-release/render-tests/runtime-styling/set-style-visibility-visible-to-default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/runtime-styling/set-style-visibility-visible-to-none/metrics.json b/metrics/windows-msvc-release/render-tests/runtime-styling/set-style-visibility-visible-to-none/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/windows-msvc-release/render-tests/runtime-styling/set-style-visibility-visible-to-none/metrics.json +++ b/metrics/windows-msvc-release/render-tests/runtime-styling/set-style-visibility-visible-to-none/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/runtime-styling/source-add-geojson-inline/metrics.json b/metrics/windows-msvc-release/render-tests/runtime-styling/source-add-geojson-inline/metrics.json index 01b432fe214..e30b6a8224f 100644 --- a/metrics/windows-msvc-release/render-tests/runtime-styling/source-add-geojson-inline/metrics.json +++ b/metrics/windows-msvc-release/render-tests/runtime-styling/source-add-geojson-inline/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/runtime-styling/source-add-geojson-url/metrics.json b/metrics/windows-msvc-release/render-tests/runtime-styling/source-add-geojson-url/metrics.json index 7f4a0466396..2cacd07ae36 100644 --- a/metrics/windows-msvc-release/render-tests/runtime-styling/source-add-geojson-url/metrics.json +++ b/metrics/windows-msvc-release/render-tests/runtime-styling/source-add-geojson-url/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/runtime-styling/source-add-raster-inline/metrics.json b/metrics/windows-msvc-release/render-tests/runtime-styling/source-add-raster-inline/metrics.json index 2e017e0a393..1e9df4d1869 100644 --- a/metrics/windows-msvc-release/render-tests/runtime-styling/source-add-raster-inline/metrics.json +++ b/metrics/windows-msvc-release/render-tests/runtime-styling/source-add-raster-inline/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/runtime-styling/source-add-raster-url/metrics.json b/metrics/windows-msvc-release/render-tests/runtime-styling/source-add-raster-url/metrics.json index 95c3df52a82..837ce203cf6 100644 --- a/metrics/windows-msvc-release/render-tests/runtime-styling/source-add-raster-url/metrics.json +++ b/metrics/windows-msvc-release/render-tests/runtime-styling/source-add-raster-url/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/runtime-styling/source-add-vector-inline/metrics.json b/metrics/windows-msvc-release/render-tests/runtime-styling/source-add-vector-inline/metrics.json index 9028b81da14..b6fa97f3499 100644 --- a/metrics/windows-msvc-release/render-tests/runtime-styling/source-add-vector-inline/metrics.json +++ b/metrics/windows-msvc-release/render-tests/runtime-styling/source-add-vector-inline/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/runtime-styling/source-add-vector-url/metrics.json b/metrics/windows-msvc-release/render-tests/runtime-styling/source-add-vector-url/metrics.json index 848e2d81c43..693d4819b79 100644 --- a/metrics/windows-msvc-release/render-tests/runtime-styling/source-add-vector-url/metrics.json +++ b/metrics/windows-msvc-release/render-tests/runtime-styling/source-add-vector-url/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/runtime-styling/visibility-default-to-none/metrics.json b/metrics/windows-msvc-release/render-tests/runtime-styling/visibility-default-to-none/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/windows-msvc-release/render-tests/runtime-styling/visibility-default-to-none/metrics.json +++ b/metrics/windows-msvc-release/render-tests/runtime-styling/visibility-default-to-none/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/runtime-styling/visibility-default-to-visible/metrics.json b/metrics/windows-msvc-release/render-tests/runtime-styling/visibility-default-to-visible/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/windows-msvc-release/render-tests/runtime-styling/visibility-default-to-visible/metrics.json +++ b/metrics/windows-msvc-release/render-tests/runtime-styling/visibility-default-to-visible/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/runtime-styling/visibility-none-to-default/metrics.json b/metrics/windows-msvc-release/render-tests/runtime-styling/visibility-none-to-default/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/windows-msvc-release/render-tests/runtime-styling/visibility-none-to-default/metrics.json +++ b/metrics/windows-msvc-release/render-tests/runtime-styling/visibility-none-to-default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/runtime-styling/visibility-none-to-visible/metrics.json b/metrics/windows-msvc-release/render-tests/runtime-styling/visibility-none-to-visible/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/windows-msvc-release/render-tests/runtime-styling/visibility-none-to-visible/metrics.json +++ b/metrics/windows-msvc-release/render-tests/runtime-styling/visibility-none-to-visible/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/runtime-styling/visibility-visible-to-default/metrics.json b/metrics/windows-msvc-release/render-tests/runtime-styling/visibility-visible-to-default/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/windows-msvc-release/render-tests/runtime-styling/visibility-visible-to-default/metrics.json +++ b/metrics/windows-msvc-release/render-tests/runtime-styling/visibility-visible-to-default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/runtime-styling/visibility-visible-to-none/metrics.json b/metrics/windows-msvc-release/render-tests/runtime-styling/visibility-visible-to-none/metrics.json index 2b08c32c8f5..35bf272d132 100644 --- a/metrics/windows-msvc-release/render-tests/runtime-styling/visibility-visible-to-none/metrics.json +++ b/metrics/windows-msvc-release/render-tests/runtime-styling/visibility-visible-to-none/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/satellite-v9/z0/metrics.json b/metrics/windows-msvc-release/render-tests/satellite-v9/z0/metrics.json index b3dedd944d2..7ab4dff21d4 100644 --- a/metrics/windows-msvc-release/render-tests/satellite-v9/z0/metrics.json +++ b/metrics/windows-msvc-release/render-tests/satellite-v9/z0/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/sparse-tileset/overdraw/metrics.json b/metrics/windows-msvc-release/render-tests/sparse-tileset/overdraw/metrics.json index 04af83427d6..ec1e0dd374c 100644 --- a/metrics/windows-msvc-release/render-tests/sparse-tileset/overdraw/metrics.json +++ b/metrics/windows-msvc-release/render-tests/sparse-tileset/overdraw/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/sprites/1x-screen-1x-icon/metrics.json b/metrics/windows-msvc-release/render-tests/sprites/1x-screen-1x-icon/metrics.json index 20bd7543c10..c08a49c598c 100644 --- a/metrics/windows-msvc-release/render-tests/sprites/1x-screen-1x-icon/metrics.json +++ b/metrics/windows-msvc-release/render-tests/sprites/1x-screen-1x-icon/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/sprites/1x-screen-1x-pattern/metrics.json b/metrics/windows-msvc-release/render-tests/sprites/1x-screen-1x-pattern/metrics.json index 450fd3b15f0..6d05bbbaa61 100644 --- a/metrics/windows-msvc-release/render-tests/sprites/1x-screen-1x-pattern/metrics.json +++ b/metrics/windows-msvc-release/render-tests/sprites/1x-screen-1x-pattern/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/sprites/1x-screen-2x-icon/metrics.json b/metrics/windows-msvc-release/render-tests/sprites/1x-screen-2x-icon/metrics.json index e962ac627ed..af537789248 100644 --- a/metrics/windows-msvc-release/render-tests/sprites/1x-screen-2x-icon/metrics.json +++ b/metrics/windows-msvc-release/render-tests/sprites/1x-screen-2x-icon/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/sprites/1x-screen-2x-pattern/metrics.json b/metrics/windows-msvc-release/render-tests/sprites/1x-screen-2x-pattern/metrics.json index fb033edaf0c..c0f6d012bee 100644 --- a/metrics/windows-msvc-release/render-tests/sprites/1x-screen-2x-pattern/metrics.json +++ b/metrics/windows-msvc-release/render-tests/sprites/1x-screen-2x-pattern/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/sprites/2x-screen-1x-icon/metrics.json b/metrics/windows-msvc-release/render-tests/sprites/2x-screen-1x-icon/metrics.json index 20bd7543c10..c08a49c598c 100644 --- a/metrics/windows-msvc-release/render-tests/sprites/2x-screen-1x-icon/metrics.json +++ b/metrics/windows-msvc-release/render-tests/sprites/2x-screen-1x-icon/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/sprites/2x-screen-1x-pattern/metrics.json b/metrics/windows-msvc-release/render-tests/sprites/2x-screen-1x-pattern/metrics.json index 450fd3b15f0..6d05bbbaa61 100644 --- a/metrics/windows-msvc-release/render-tests/sprites/2x-screen-1x-pattern/metrics.json +++ b/metrics/windows-msvc-release/render-tests/sprites/2x-screen-1x-pattern/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/sprites/2x-screen-2x-icon/metrics.json b/metrics/windows-msvc-release/render-tests/sprites/2x-screen-2x-icon/metrics.json index e962ac627ed..af537789248 100644 --- a/metrics/windows-msvc-release/render-tests/sprites/2x-screen-2x-icon/metrics.json +++ b/metrics/windows-msvc-release/render-tests/sprites/2x-screen-2x-icon/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/sprites/2x-screen-2x-pattern/metrics.json b/metrics/windows-msvc-release/render-tests/sprites/2x-screen-2x-pattern/metrics.json index fb033edaf0c..c0f6d012bee 100644 --- a/metrics/windows-msvc-release/render-tests/sprites/2x-screen-2x-pattern/metrics.json +++ b/metrics/windows-msvc-release/render-tests/sprites/2x-screen-2x-pattern/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/sprites/array-default-only/metrics.json b/metrics/windows-msvc-release/render-tests/sprites/array-default-only/metrics.json index 28c44c7705c..3f7e1d890f1 100644 --- a/metrics/windows-msvc-release/render-tests/sprites/array-default-only/metrics.json +++ b/metrics/windows-msvc-release/render-tests/sprites/array-default-only/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/sprites/array-multiple/metrics.json b/metrics/windows-msvc-release/render-tests/sprites/array-multiple/metrics.json index 45342fbc3d7..625ad67cbb7 100644 --- a/metrics/windows-msvc-release/render-tests/sprites/array-multiple/metrics.json +++ b/metrics/windows-msvc-release/render-tests/sprites/array-multiple/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/symbol-geometry/linestring/metrics.json b/metrics/windows-msvc-release/render-tests/symbol-geometry/linestring/metrics.json index 10e4e9f2ba1..aec759ba819 100644 --- a/metrics/windows-msvc-release/render-tests/symbol-geometry/linestring/metrics.json +++ b/metrics/windows-msvc-release/render-tests/symbol-geometry/linestring/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/symbol-geometry/multilinestring/metrics.json b/metrics/windows-msvc-release/render-tests/symbol-geometry/multilinestring/metrics.json index 9deff6e405c..6f60266cf89 100644 --- a/metrics/windows-msvc-release/render-tests/symbol-geometry/multilinestring/metrics.json +++ b/metrics/windows-msvc-release/render-tests/symbol-geometry/multilinestring/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/symbol-geometry/multipoint/metrics.json b/metrics/windows-msvc-release/render-tests/symbol-geometry/multipoint/metrics.json index 9deff6e405c..6f60266cf89 100644 --- a/metrics/windows-msvc-release/render-tests/symbol-geometry/multipoint/metrics.json +++ b/metrics/windows-msvc-release/render-tests/symbol-geometry/multipoint/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/symbol-geometry/multipolygon/metrics.json b/metrics/windows-msvc-release/render-tests/symbol-geometry/multipolygon/metrics.json index 9deff6e405c..6f60266cf89 100644 --- a/metrics/windows-msvc-release/render-tests/symbol-geometry/multipolygon/metrics.json +++ b/metrics/windows-msvc-release/render-tests/symbol-geometry/multipolygon/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/symbol-geometry/point/metrics.json b/metrics/windows-msvc-release/render-tests/symbol-geometry/point/metrics.json index 10e4e9f2ba1..aec759ba819 100644 --- a/metrics/windows-msvc-release/render-tests/symbol-geometry/point/metrics.json +++ b/metrics/windows-msvc-release/render-tests/symbol-geometry/point/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/symbol-geometry/polygon/metrics.json b/metrics/windows-msvc-release/render-tests/symbol-geometry/polygon/metrics.json index 10e4e9f2ba1..aec759ba819 100644 --- a/metrics/windows-msvc-release/render-tests/symbol-geometry/polygon/metrics.json +++ b/metrics/windows-msvc-release/render-tests/symbol-geometry/polygon/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/symbol-placement/line-center-buffer-tile-map-mode/metrics.json b/metrics/windows-msvc-release/render-tests/symbol-placement/line-center-buffer-tile-map-mode/metrics.json index 6f795d0ee80..7369b1a5556 100644 --- a/metrics/windows-msvc-release/render-tests/symbol-placement/line-center-buffer-tile-map-mode/metrics.json +++ b/metrics/windows-msvc-release/render-tests/symbol-placement/line-center-buffer-tile-map-mode/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/symbol-placement/line-center-buffer/metrics.json b/metrics/windows-msvc-release/render-tests/symbol-placement/line-center-buffer/metrics.json index 2bdb228c522..1b06ecb414c 100644 --- a/metrics/windows-msvc-release/render-tests/symbol-placement/line-center-buffer/metrics.json +++ b/metrics/windows-msvc-release/render-tests/symbol-placement/line-center-buffer/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/symbol-placement/line-center-tile-map-mode/metrics.json b/metrics/windows-msvc-release/render-tests/symbol-placement/line-center-tile-map-mode/metrics.json index 48f5e22ba5e..045c5d1688e 100644 --- a/metrics/windows-msvc-release/render-tests/symbol-placement/line-center-tile-map-mode/metrics.json +++ b/metrics/windows-msvc-release/render-tests/symbol-placement/line-center-tile-map-mode/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/symbol-placement/line-center/metrics.json b/metrics/windows-msvc-release/render-tests/symbol-placement/line-center/metrics.json index 480f8a18cdc..ae11e16aa4a 100644 --- a/metrics/windows-msvc-release/render-tests/symbol-placement/line-center/metrics.json +++ b/metrics/windows-msvc-release/render-tests/symbol-placement/line-center/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/symbol-placement/line-overscaled/metrics.json b/metrics/windows-msvc-release/render-tests/symbol-placement/line-overscaled/metrics.json index daaadcdba24..88efc5dd13c 100644 --- a/metrics/windows-msvc-release/render-tests/symbol-placement/line-overscaled/metrics.json +++ b/metrics/windows-msvc-release/render-tests/symbol-placement/line-overscaled/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/symbol-placement/line/metrics.json b/metrics/windows-msvc-release/render-tests/symbol-placement/line/metrics.json index 178821e1ca4..33339ca2639 100644 --- a/metrics/windows-msvc-release/render-tests/symbol-placement/line/metrics.json +++ b/metrics/windows-msvc-release/render-tests/symbol-placement/line/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/symbol-placement/point-polygon/metrics.json b/metrics/windows-msvc-release/render-tests/symbol-placement/point-polygon/metrics.json index 95aa395c60a..1147f972284 100644 --- a/metrics/windows-msvc-release/render-tests/symbol-placement/point-polygon/metrics.json +++ b/metrics/windows-msvc-release/render-tests/symbol-placement/point-polygon/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/symbol-placement/point/metrics.json b/metrics/windows-msvc-release/render-tests/symbol-placement/point/metrics.json index 178821e1ca4..33339ca2639 100644 --- a/metrics/windows-msvc-release/render-tests/symbol-placement/point/metrics.json +++ b/metrics/windows-msvc-release/render-tests/symbol-placement/point/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/symbol-sort-key/icon-expression/metrics.json b/metrics/windows-msvc-release/render-tests/symbol-sort-key/icon-expression/metrics.json index 6c810abb8ae..86bf8e915bc 100644 --- a/metrics/windows-msvc-release/render-tests/symbol-sort-key/icon-expression/metrics.json +++ b/metrics/windows-msvc-release/render-tests/symbol-sort-key/icon-expression/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/symbol-sort-key/placement-tile-boundary-left-then-right/metrics.json b/metrics/windows-msvc-release/render-tests/symbol-sort-key/placement-tile-boundary-left-then-right/metrics.json index 6c810abb8ae..86bf8e915bc 100644 --- a/metrics/windows-msvc-release/render-tests/symbol-sort-key/placement-tile-boundary-left-then-right/metrics.json +++ b/metrics/windows-msvc-release/render-tests/symbol-sort-key/placement-tile-boundary-left-then-right/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/symbol-sort-key/text-expression/metrics.json b/metrics/windows-msvc-release/render-tests/symbol-sort-key/text-expression/metrics.json index 7298ff45e05..435793eb902 100644 --- a/metrics/windows-msvc-release/render-tests/symbol-sort-key/text-expression/metrics.json +++ b/metrics/windows-msvc-release/render-tests/symbol-sort-key/text-expression/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/symbol-sort-key/text-ignore-placement/metrics.json b/metrics/windows-msvc-release/render-tests/symbol-sort-key/text-ignore-placement/metrics.json index c501cdfe8be..aad7ceb6948 100644 --- a/metrics/windows-msvc-release/render-tests/symbol-sort-key/text-ignore-placement/metrics.json +++ b/metrics/windows-msvc-release/render-tests/symbol-sort-key/text-ignore-placement/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/symbol-sort-key/text-placement/metrics.json b/metrics/windows-msvc-release/render-tests/symbol-sort-key/text-placement/metrics.json index b6cfd840ae3..eeb740f782a 100644 --- a/metrics/windows-msvc-release/render-tests/symbol-sort-key/text-placement/metrics.json +++ b/metrics/windows-msvc-release/render-tests/symbol-sort-key/text-placement/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/symbol-spacing/line-close/metrics.json b/metrics/windows-msvc-release/render-tests/symbol-spacing/line-close/metrics.json index bfed6ec2971..1f4e959c7eb 100644 --- a/metrics/windows-msvc-release/render-tests/symbol-spacing/line-close/metrics.json +++ b/metrics/windows-msvc-release/render-tests/symbol-spacing/line-close/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/symbol-spacing/line-far/metrics.json b/metrics/windows-msvc-release/render-tests/symbol-spacing/line-far/metrics.json index bfed6ec2971..1f4e959c7eb 100644 --- a/metrics/windows-msvc-release/render-tests/symbol-spacing/line-far/metrics.json +++ b/metrics/windows-msvc-release/render-tests/symbol-spacing/line-far/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/symbol-spacing/line-overscaled/metrics.json b/metrics/windows-msvc-release/render-tests/symbol-spacing/line-overscaled/metrics.json index 23e6cccadb7..6445ef0b27b 100644 --- a/metrics/windows-msvc-release/render-tests/symbol-spacing/line-overscaled/metrics.json +++ b/metrics/windows-msvc-release/render-tests/symbol-spacing/line-overscaled/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/symbol-spacing/point-close/metrics.json b/metrics/windows-msvc-release/render-tests/symbol-spacing/point-close/metrics.json index bfed6ec2971..1f4e959c7eb 100644 --- a/metrics/windows-msvc-release/render-tests/symbol-spacing/point-close/metrics.json +++ b/metrics/windows-msvc-release/render-tests/symbol-spacing/point-close/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/symbol-spacing/point-far/metrics.json b/metrics/windows-msvc-release/render-tests/symbol-spacing/point-far/metrics.json index bfed6ec2971..1f4e959c7eb 100644 --- a/metrics/windows-msvc-release/render-tests/symbol-spacing/point-far/metrics.json +++ b/metrics/windows-msvc-release/render-tests/symbol-spacing/point-far/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/symbol-visibility/none/metrics.json b/metrics/windows-msvc-release/render-tests/symbol-visibility/none/metrics.json index 95a181bd8c4..ee07c12cbd3 100644 --- a/metrics/windows-msvc-release/render-tests/symbol-visibility/none/metrics.json +++ b/metrics/windows-msvc-release/render-tests/symbol-visibility/none/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/symbol-visibility/visible/metrics.json b/metrics/windows-msvc-release/render-tests/symbol-visibility/visible/metrics.json index 1de5e049d89..9de5637253b 100644 --- a/metrics/windows-msvc-release/render-tests/symbol-visibility/visible/metrics.json +++ b/metrics/windows-msvc-release/render-tests/symbol-visibility/visible/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/symbol-z-order/default/metrics.json b/metrics/windows-msvc-release/render-tests/symbol-z-order/default/metrics.json index b5449900fc3..0ca3c5d6926 100644 --- a/metrics/windows-msvc-release/render-tests/symbol-z-order/default/metrics.json +++ b/metrics/windows-msvc-release/render-tests/symbol-z-order/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/symbol-z-order/disabled/metrics.json b/metrics/windows-msvc-release/render-tests/symbol-z-order/disabled/metrics.json index b5449900fc3..0ca3c5d6926 100644 --- a/metrics/windows-msvc-release/render-tests/symbol-z-order/disabled/metrics.json +++ b/metrics/windows-msvc-release/render-tests/symbol-z-order/disabled/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/symbol-z-order/icon-with-text/metrics.json b/metrics/windows-msvc-release/render-tests/symbol-z-order/icon-with-text/metrics.json index 2acbad453c7..6f58354de6b 100644 --- a/metrics/windows-msvc-release/render-tests/symbol-z-order/icon-with-text/metrics.json +++ b/metrics/windows-msvc-release/render-tests/symbol-z-order/icon-with-text/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/symbol-z-order/pitched/metrics.json b/metrics/windows-msvc-release/render-tests/symbol-z-order/pitched/metrics.json index b5449900fc3..0ca3c5d6926 100644 --- a/metrics/windows-msvc-release/render-tests/symbol-z-order/pitched/metrics.json +++ b/metrics/windows-msvc-release/render-tests/symbol-z-order/pitched/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/symbol-z-order/viewport-y/metrics.json b/metrics/windows-msvc-release/render-tests/symbol-z-order/viewport-y/metrics.json index 2acbad453c7..6f58354de6b 100644 --- a/metrics/windows-msvc-release/render-tests/symbol-z-order/viewport-y/metrics.json +++ b/metrics/windows-msvc-release/render-tests/symbol-z-order/viewport-y/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/text-anchor/bottom-left/metrics.json b/metrics/windows-msvc-release/render-tests/text-anchor/bottom-left/metrics.json index 7cdd3a48121..1dab2fc4043 100644 --- a/metrics/windows-msvc-release/render-tests/text-anchor/bottom-left/metrics.json +++ b/metrics/windows-msvc-release/render-tests/text-anchor/bottom-left/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/text-anchor/bottom-right/metrics.json b/metrics/windows-msvc-release/render-tests/text-anchor/bottom-right/metrics.json index 7cdd3a48121..1dab2fc4043 100644 --- a/metrics/windows-msvc-release/render-tests/text-anchor/bottom-right/metrics.json +++ b/metrics/windows-msvc-release/render-tests/text-anchor/bottom-right/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/text-anchor/bottom/metrics.json b/metrics/windows-msvc-release/render-tests/text-anchor/bottom/metrics.json index 7cdd3a48121..1dab2fc4043 100644 --- a/metrics/windows-msvc-release/render-tests/text-anchor/bottom/metrics.json +++ b/metrics/windows-msvc-release/render-tests/text-anchor/bottom/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/text-anchor/center/metrics.json b/metrics/windows-msvc-release/render-tests/text-anchor/center/metrics.json index 7cdd3a48121..1dab2fc4043 100644 --- a/metrics/windows-msvc-release/render-tests/text-anchor/center/metrics.json +++ b/metrics/windows-msvc-release/render-tests/text-anchor/center/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/text-anchor/left/metrics.json b/metrics/windows-msvc-release/render-tests/text-anchor/left/metrics.json index 7cdd3a48121..1dab2fc4043 100644 --- a/metrics/windows-msvc-release/render-tests/text-anchor/left/metrics.json +++ b/metrics/windows-msvc-release/render-tests/text-anchor/left/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/text-anchor/property-function/metrics.json b/metrics/windows-msvc-release/render-tests/text-anchor/property-function/metrics.json index 6d769f56489..f8232fdc316 100644 --- a/metrics/windows-msvc-release/render-tests/text-anchor/property-function/metrics.json +++ b/metrics/windows-msvc-release/render-tests/text-anchor/property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/text-anchor/right/metrics.json b/metrics/windows-msvc-release/render-tests/text-anchor/right/metrics.json index 7cdd3a48121..1dab2fc4043 100644 --- a/metrics/windows-msvc-release/render-tests/text-anchor/right/metrics.json +++ b/metrics/windows-msvc-release/render-tests/text-anchor/right/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/text-anchor/top-left/metrics.json b/metrics/windows-msvc-release/render-tests/text-anchor/top-left/metrics.json index 7cdd3a48121..1dab2fc4043 100644 --- a/metrics/windows-msvc-release/render-tests/text-anchor/top-left/metrics.json +++ b/metrics/windows-msvc-release/render-tests/text-anchor/top-left/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/text-anchor/top-right/metrics.json b/metrics/windows-msvc-release/render-tests/text-anchor/top-right/metrics.json index 7cdd3a48121..1dab2fc4043 100644 --- a/metrics/windows-msvc-release/render-tests/text-anchor/top-right/metrics.json +++ b/metrics/windows-msvc-release/render-tests/text-anchor/top-right/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/text-anchor/top/metrics.json b/metrics/windows-msvc-release/render-tests/text-anchor/top/metrics.json index 7cdd3a48121..1dab2fc4043 100644 --- a/metrics/windows-msvc-release/render-tests/text-anchor/top/metrics.json +++ b/metrics/windows-msvc-release/render-tests/text-anchor/top/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/text-arabic/letter-spacing/metrics.json b/metrics/windows-msvc-release/render-tests/text-arabic/letter-spacing/metrics.json index 932066a29ff..e09d6f41454 100644 --- a/metrics/windows-msvc-release/render-tests/text-arabic/letter-spacing/metrics.json +++ b/metrics/windows-msvc-release/render-tests/text-arabic/letter-spacing/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/text-arabic/line-break-mixed/metrics.json b/metrics/windows-msvc-release/render-tests/text-arabic/line-break-mixed/metrics.json index ed9a1358311..83245913acb 100644 --- a/metrics/windows-msvc-release/render-tests/text-arabic/line-break-mixed/metrics.json +++ b/metrics/windows-msvc-release/render-tests/text-arabic/line-break-mixed/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/text-arabic/line-break/metrics.json b/metrics/windows-msvc-release/render-tests/text-arabic/line-break/metrics.json index 8ebd514b428..579f22445b9 100644 --- a/metrics/windows-msvc-release/render-tests/text-arabic/line-break/metrics.json +++ b/metrics/windows-msvc-release/render-tests/text-arabic/line-break/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/text-arabic/mixed-numeric/metrics.json b/metrics/windows-msvc-release/render-tests/text-arabic/mixed-numeric/metrics.json index a2ea9c5fb7a..ce349c7a6f4 100644 --- a/metrics/windows-msvc-release/render-tests/text-arabic/mixed-numeric/metrics.json +++ b/metrics/windows-msvc-release/render-tests/text-arabic/mixed-numeric/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/text-arabic/multi-paragraph/metrics.json b/metrics/windows-msvc-release/render-tests/text-arabic/multi-paragraph/metrics.json index 987740be5e8..c55637c8d41 100644 --- a/metrics/windows-msvc-release/render-tests/text-arabic/multi-paragraph/metrics.json +++ b/metrics/windows-msvc-release/render-tests/text-arabic/multi-paragraph/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/text-color/default/metrics.json b/metrics/windows-msvc-release/render-tests/text-color/default/metrics.json index cd668f351a5..e87a6d1819e 100644 --- a/metrics/windows-msvc-release/render-tests/text-color/default/metrics.json +++ b/metrics/windows-msvc-release/render-tests/text-color/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/text-color/function/metrics.json b/metrics/windows-msvc-release/render-tests/text-color/function/metrics.json index cd668f351a5..e87a6d1819e 100644 --- a/metrics/windows-msvc-release/render-tests/text-color/function/metrics.json +++ b/metrics/windows-msvc-release/render-tests/text-color/function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/text-color/literal/metrics.json b/metrics/windows-msvc-release/render-tests/text-color/literal/metrics.json index cd668f351a5..e87a6d1819e 100644 --- a/metrics/windows-msvc-release/render-tests/text-color/literal/metrics.json +++ b/metrics/windows-msvc-release/render-tests/text-color/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/text-color/property-function/metrics.json b/metrics/windows-msvc-release/render-tests/text-color/property-function/metrics.json index 60c3ad345f2..73139e6820d 100644 --- a/metrics/windows-msvc-release/render-tests/text-color/property-function/metrics.json +++ b/metrics/windows-msvc-release/render-tests/text-color/property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/text-field/formatted-arabic/metrics.json b/metrics/windows-msvc-release/render-tests/text-field/formatted-arabic/metrics.json index 005fb722e85..82358779579 100644 --- a/metrics/windows-msvc-release/render-tests/text-field/formatted-arabic/metrics.json +++ b/metrics/windows-msvc-release/render-tests/text-field/formatted-arabic/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/text-field/formatted-images-constant-size/metrics.json b/metrics/windows-msvc-release/render-tests/text-field/formatted-images-constant-size/metrics.json index 62c000b2908..0651bd495a9 100644 --- a/metrics/windows-msvc-release/render-tests/text-field/formatted-images-constant-size/metrics.json +++ b/metrics/windows-msvc-release/render-tests/text-field/formatted-images-constant-size/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/text-field/formatted-images-line/metrics.json b/metrics/windows-msvc-release/render-tests/text-field/formatted-images-line/metrics.json index a02d0672473..d5b4bbeb562 100644 --- a/metrics/windows-msvc-release/render-tests/text-field/formatted-images-line/metrics.json +++ b/metrics/windows-msvc-release/render-tests/text-field/formatted-images-line/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/text-field/formatted-images-multiline/metrics.json b/metrics/windows-msvc-release/render-tests/text-field/formatted-images-multiline/metrics.json index 137e66bf148..62f32bae66d 100644 --- a/metrics/windows-msvc-release/render-tests/text-field/formatted-images-multiline/metrics.json +++ b/metrics/windows-msvc-release/render-tests/text-field/formatted-images-multiline/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/text-field/formatted-images-variable-anchors-justification/metrics.json b/metrics/windows-msvc-release/render-tests/text-field/formatted-images-variable-anchors-justification/metrics.json index a56a73a714c..691d4ace71c 100644 --- a/metrics/windows-msvc-release/render-tests/text-field/formatted-images-variable-anchors-justification/metrics.json +++ b/metrics/windows-msvc-release/render-tests/text-field/formatted-images-variable-anchors-justification/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/text-field/formatted-images-vertical/metrics.json b/metrics/windows-msvc-release/render-tests/text-field/formatted-images-vertical/metrics.json index 197cdb9b500..af7da93c877 100644 --- a/metrics/windows-msvc-release/render-tests/text-field/formatted-images-vertical/metrics.json +++ b/metrics/windows-msvc-release/render-tests/text-field/formatted-images-vertical/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/text-field/formatted-images-zoom-dependent-size/metrics.json b/metrics/windows-msvc-release/render-tests/text-field/formatted-images-zoom-dependent-size/metrics.json index 4b81074408a..2acfc02c635 100644 --- a/metrics/windows-msvc-release/render-tests/text-field/formatted-images-zoom-dependent-size/metrics.json +++ b/metrics/windows-msvc-release/render-tests/text-field/formatted-images-zoom-dependent-size/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/text-field/formatted-images/metrics.json b/metrics/windows-msvc-release/render-tests/text-field/formatted-images/metrics.json index 52b1978f293..9bc5091e3ad 100644 --- a/metrics/windows-msvc-release/render-tests/text-field/formatted-images/metrics.json +++ b/metrics/windows-msvc-release/render-tests/text-field/formatted-images/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/text-field/formatted-line/metrics.json b/metrics/windows-msvc-release/render-tests/text-field/formatted-line/metrics.json index f30e5bd8162..fd60d528fc1 100644 --- a/metrics/windows-msvc-release/render-tests/text-field/formatted-line/metrics.json +++ b/metrics/windows-msvc-release/render-tests/text-field/formatted-line/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/text-field/formatted-text-color-overrides-nested-expression/metrics.json b/metrics/windows-msvc-release/render-tests/text-field/formatted-text-color-overrides-nested-expression/metrics.json index 128115bae73..87eea7d36c2 100644 --- a/metrics/windows-msvc-release/render-tests/text-field/formatted-text-color-overrides-nested-expression/metrics.json +++ b/metrics/windows-msvc-release/render-tests/text-field/formatted-text-color-overrides-nested-expression/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/text-field/formatted-text-color-overrides/metrics.json b/metrics/windows-msvc-release/render-tests/text-field/formatted-text-color-overrides/metrics.json index 0f1b65a6db0..d34153252ac 100644 --- a/metrics/windows-msvc-release/render-tests/text-field/formatted-text-color-overrides/metrics.json +++ b/metrics/windows-msvc-release/render-tests/text-field/formatted-text-color-overrides/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/text-field/formatted-text-color/metrics.json b/metrics/windows-msvc-release/render-tests/text-field/formatted-text-color/metrics.json index 85ffd10f483..c264c7b5bb7 100644 --- a/metrics/windows-msvc-release/render-tests/text-field/formatted-text-color/metrics.json +++ b/metrics/windows-msvc-release/render-tests/text-field/formatted-text-color/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/text-field/formatted/metrics.json b/metrics/windows-msvc-release/render-tests/text-field/formatted/metrics.json index 550343cbcfc..93d038b8f55 100644 --- a/metrics/windows-msvc-release/render-tests/text-field/formatted/metrics.json +++ b/metrics/windows-msvc-release/render-tests/text-field/formatted/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/text-field/literal/metrics.json b/metrics/windows-msvc-release/render-tests/text-field/literal/metrics.json index 0206fc826fe..25471f81337 100644 --- a/metrics/windows-msvc-release/render-tests/text-field/literal/metrics.json +++ b/metrics/windows-msvc-release/render-tests/text-field/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/text-field/property-function/metrics.json b/metrics/windows-msvc-release/render-tests/text-field/property-function/metrics.json index f20b89d82f2..a84be9b316a 100644 --- a/metrics/windows-msvc-release/render-tests/text-field/property-function/metrics.json +++ b/metrics/windows-msvc-release/render-tests/text-field/property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/text-field/token/metrics.json b/metrics/windows-msvc-release/render-tests/text-field/token/metrics.json index fa46462cc5a..b2eb00bfb73 100644 --- a/metrics/windows-msvc-release/render-tests/text-field/token/metrics.json +++ b/metrics/windows-msvc-release/render-tests/text-field/token/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/text-font/camera-function/metrics.json b/metrics/windows-msvc-release/render-tests/text-font/camera-function/metrics.json index 0206fc826fe..25471f81337 100644 --- a/metrics/windows-msvc-release/render-tests/text-font/camera-function/metrics.json +++ b/metrics/windows-msvc-release/render-tests/text-font/camera-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/text-font/chinese/metrics.json b/metrics/windows-msvc-release/render-tests/text-font/chinese/metrics.json index 46fdec9d053..147bf1ce648 100644 --- a/metrics/windows-msvc-release/render-tests/text-font/chinese/metrics.json +++ b/metrics/windows-msvc-release/render-tests/text-font/chinese/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/text-font/data-expression/metrics.json b/metrics/windows-msvc-release/render-tests/text-font/data-expression/metrics.json index a9f17de4cda..6453363b581 100644 --- a/metrics/windows-msvc-release/render-tests/text-font/data-expression/metrics.json +++ b/metrics/windows-msvc-release/render-tests/text-font/data-expression/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/text-font/literal/metrics.json b/metrics/windows-msvc-release/render-tests/text-font/literal/metrics.json index cd668f351a5..e87a6d1819e 100644 --- a/metrics/windows-msvc-release/render-tests/text-font/literal/metrics.json +++ b/metrics/windows-msvc-release/render-tests/text-font/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/text-halo-blur/default/metrics.json b/metrics/windows-msvc-release/render-tests/text-halo-blur/default/metrics.json index 860834fedbb..4a929fd1bd4 100644 --- a/metrics/windows-msvc-release/render-tests/text-halo-blur/default/metrics.json +++ b/metrics/windows-msvc-release/render-tests/text-halo-blur/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/text-halo-blur/function/metrics.json b/metrics/windows-msvc-release/render-tests/text-halo-blur/function/metrics.json index 860834fedbb..4a929fd1bd4 100644 --- a/metrics/windows-msvc-release/render-tests/text-halo-blur/function/metrics.json +++ b/metrics/windows-msvc-release/render-tests/text-halo-blur/function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/text-halo-blur/literal/metrics.json b/metrics/windows-msvc-release/render-tests/text-halo-blur/literal/metrics.json index 860834fedbb..4a929fd1bd4 100644 --- a/metrics/windows-msvc-release/render-tests/text-halo-blur/literal/metrics.json +++ b/metrics/windows-msvc-release/render-tests/text-halo-blur/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/text-halo-blur/property-function/metrics.json b/metrics/windows-msvc-release/render-tests/text-halo-blur/property-function/metrics.json index 37f4af4128c..895a928afe6 100644 --- a/metrics/windows-msvc-release/render-tests/text-halo-blur/property-function/metrics.json +++ b/metrics/windows-msvc-release/render-tests/text-halo-blur/property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/text-halo-color/default/metrics.json b/metrics/windows-msvc-release/render-tests/text-halo-color/default/metrics.json index bf6832d42b7..0da18b6700e 100644 --- a/metrics/windows-msvc-release/render-tests/text-halo-color/default/metrics.json +++ b/metrics/windows-msvc-release/render-tests/text-halo-color/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/text-halo-color/function/metrics.json b/metrics/windows-msvc-release/render-tests/text-halo-color/function/metrics.json index 860834fedbb..4a929fd1bd4 100644 --- a/metrics/windows-msvc-release/render-tests/text-halo-color/function/metrics.json +++ b/metrics/windows-msvc-release/render-tests/text-halo-color/function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/text-halo-color/literal/metrics.json b/metrics/windows-msvc-release/render-tests/text-halo-color/literal/metrics.json index 860834fedbb..4a929fd1bd4 100644 --- a/metrics/windows-msvc-release/render-tests/text-halo-color/literal/metrics.json +++ b/metrics/windows-msvc-release/render-tests/text-halo-color/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/text-halo-color/property-function/metrics.json b/metrics/windows-msvc-release/render-tests/text-halo-color/property-function/metrics.json index 47cea62594c..4604bb28368 100644 --- a/metrics/windows-msvc-release/render-tests/text-halo-color/property-function/metrics.json +++ b/metrics/windows-msvc-release/render-tests/text-halo-color/property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/text-halo-width/default/metrics.json b/metrics/windows-msvc-release/render-tests/text-halo-width/default/metrics.json index bf6832d42b7..0da18b6700e 100644 --- a/metrics/windows-msvc-release/render-tests/text-halo-width/default/metrics.json +++ b/metrics/windows-msvc-release/render-tests/text-halo-width/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/text-halo-width/function/metrics.json b/metrics/windows-msvc-release/render-tests/text-halo-width/function/metrics.json index 860834fedbb..4a929fd1bd4 100644 --- a/metrics/windows-msvc-release/render-tests/text-halo-width/function/metrics.json +++ b/metrics/windows-msvc-release/render-tests/text-halo-width/function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/text-halo-width/literal/metrics.json b/metrics/windows-msvc-release/render-tests/text-halo-width/literal/metrics.json index 860834fedbb..4a929fd1bd4 100644 --- a/metrics/windows-msvc-release/render-tests/text-halo-width/literal/metrics.json +++ b/metrics/windows-msvc-release/render-tests/text-halo-width/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/text-halo-width/property-function/metrics.json b/metrics/windows-msvc-release/render-tests/text-halo-width/property-function/metrics.json index 37f4af4128c..895a928afe6 100644 --- a/metrics/windows-msvc-release/render-tests/text-halo-width/property-function/metrics.json +++ b/metrics/windows-msvc-release/render-tests/text-halo-width/property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/text-justify/auto/metrics.json b/metrics/windows-msvc-release/render-tests/text-justify/auto/metrics.json index 0f7801b2e47..863c1e62521 100644 --- a/metrics/windows-msvc-release/render-tests/text-justify/auto/metrics.json +++ b/metrics/windows-msvc-release/render-tests/text-justify/auto/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/text-justify/left/metrics.json b/metrics/windows-msvc-release/render-tests/text-justify/left/metrics.json index 41ff7515c7d..82bd5b085e5 100644 --- a/metrics/windows-msvc-release/render-tests/text-justify/left/metrics.json +++ b/metrics/windows-msvc-release/render-tests/text-justify/left/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/text-justify/property-function/metrics.json b/metrics/windows-msvc-release/render-tests/text-justify/property-function/metrics.json index 5c1e774f37b..7c404abd685 100644 --- a/metrics/windows-msvc-release/render-tests/text-justify/property-function/metrics.json +++ b/metrics/windows-msvc-release/render-tests/text-justify/property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/text-justify/right/metrics.json b/metrics/windows-msvc-release/render-tests/text-justify/right/metrics.json index 41ff7515c7d..82bd5b085e5 100644 --- a/metrics/windows-msvc-release/render-tests/text-justify/right/metrics.json +++ b/metrics/windows-msvc-release/render-tests/text-justify/right/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/text-keep-upright/line-placement-false/metrics.json b/metrics/windows-msvc-release/render-tests/text-keep-upright/line-placement-false/metrics.json index 8a117769b21..a814f827a9f 100644 --- a/metrics/windows-msvc-release/render-tests/text-keep-upright/line-placement-false/metrics.json +++ b/metrics/windows-msvc-release/render-tests/text-keep-upright/line-placement-false/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/text-keep-upright/line-placement-true-offset/metrics.json b/metrics/windows-msvc-release/render-tests/text-keep-upright/line-placement-true-offset/metrics.json index 1a478f98578..d161cae9206 100644 --- a/metrics/windows-msvc-release/render-tests/text-keep-upright/line-placement-true-offset/metrics.json +++ b/metrics/windows-msvc-release/render-tests/text-keep-upright/line-placement-true-offset/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/text-keep-upright/line-placement-true-pitched/metrics.json b/metrics/windows-msvc-release/render-tests/text-keep-upright/line-placement-true-pitched/metrics.json index 8a117769b21..a814f827a9f 100644 --- a/metrics/windows-msvc-release/render-tests/text-keep-upright/line-placement-true-pitched/metrics.json +++ b/metrics/windows-msvc-release/render-tests/text-keep-upright/line-placement-true-pitched/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/text-keep-upright/line-placement-true-rotated/metrics.json b/metrics/windows-msvc-release/render-tests/text-keep-upright/line-placement-true-rotated/metrics.json index 8a117769b21..a814f827a9f 100644 --- a/metrics/windows-msvc-release/render-tests/text-keep-upright/line-placement-true-rotated/metrics.json +++ b/metrics/windows-msvc-release/render-tests/text-keep-upright/line-placement-true-rotated/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/text-keep-upright/line-placement-true-text-anchor/metrics.json b/metrics/windows-msvc-release/render-tests/text-keep-upright/line-placement-true-text-anchor/metrics.json index 2412b1cc57c..c06d5652ab9 100644 --- a/metrics/windows-msvc-release/render-tests/text-keep-upright/line-placement-true-text-anchor/metrics.json +++ b/metrics/windows-msvc-release/render-tests/text-keep-upright/line-placement-true-text-anchor/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/text-keep-upright/line-placement-true/metrics.json b/metrics/windows-msvc-release/render-tests/text-keep-upright/line-placement-true/metrics.json index 8a117769b21..a814f827a9f 100644 --- a/metrics/windows-msvc-release/render-tests/text-keep-upright/line-placement-true/metrics.json +++ b/metrics/windows-msvc-release/render-tests/text-keep-upright/line-placement-true/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/text-keep-upright/point-placement-align-map-false/metrics.json b/metrics/windows-msvc-release/render-tests/text-keep-upright/point-placement-align-map-false/metrics.json index 68d8b35e758..f26776bcda2 100644 --- a/metrics/windows-msvc-release/render-tests/text-keep-upright/point-placement-align-map-false/metrics.json +++ b/metrics/windows-msvc-release/render-tests/text-keep-upright/point-placement-align-map-false/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/text-keep-upright/point-placement-align-map-true/metrics.json b/metrics/windows-msvc-release/render-tests/text-keep-upright/point-placement-align-map-true/metrics.json index 68d8b35e758..f26776bcda2 100644 --- a/metrics/windows-msvc-release/render-tests/text-keep-upright/point-placement-align-map-true/metrics.json +++ b/metrics/windows-msvc-release/render-tests/text-keep-upright/point-placement-align-map-true/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/text-keep-upright/point-placement-align-viewport-false/metrics.json b/metrics/windows-msvc-release/render-tests/text-keep-upright/point-placement-align-viewport-false/metrics.json index 68d8b35e758..f26776bcda2 100644 --- a/metrics/windows-msvc-release/render-tests/text-keep-upright/point-placement-align-viewport-false/metrics.json +++ b/metrics/windows-msvc-release/render-tests/text-keep-upright/point-placement-align-viewport-false/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/text-keep-upright/point-placement-align-viewport-true/metrics.json b/metrics/windows-msvc-release/render-tests/text-keep-upright/point-placement-align-viewport-true/metrics.json index 68d8b35e758..f26776bcda2 100644 --- a/metrics/windows-msvc-release/render-tests/text-keep-upright/point-placement-align-viewport-true/metrics.json +++ b/metrics/windows-msvc-release/render-tests/text-keep-upright/point-placement-align-viewport-true/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/text-letter-spacing/function-close/metrics.json b/metrics/windows-msvc-release/render-tests/text-letter-spacing/function-close/metrics.json index cd668f351a5..e87a6d1819e 100644 --- a/metrics/windows-msvc-release/render-tests/text-letter-spacing/function-close/metrics.json +++ b/metrics/windows-msvc-release/render-tests/text-letter-spacing/function-close/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/text-letter-spacing/function-far/metrics.json b/metrics/windows-msvc-release/render-tests/text-letter-spacing/function-far/metrics.json index cd668f351a5..e87a6d1819e 100644 --- a/metrics/windows-msvc-release/render-tests/text-letter-spacing/function-far/metrics.json +++ b/metrics/windows-msvc-release/render-tests/text-letter-spacing/function-far/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/text-letter-spacing/literal/metrics.json b/metrics/windows-msvc-release/render-tests/text-letter-spacing/literal/metrics.json index cd668f351a5..e87a6d1819e 100644 --- a/metrics/windows-msvc-release/render-tests/text-letter-spacing/literal/metrics.json +++ b/metrics/windows-msvc-release/render-tests/text-letter-spacing/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/text-letter-spacing/property-function/metrics.json b/metrics/windows-msvc-release/render-tests/text-letter-spacing/property-function/metrics.json index 97d7f27021a..f9c43e0ab08 100644 --- a/metrics/windows-msvc-release/render-tests/text-letter-spacing/property-function/metrics.json +++ b/metrics/windows-msvc-release/render-tests/text-letter-spacing/property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/text-letter-spacing/zoom-and-property-function/metrics.json b/metrics/windows-msvc-release/render-tests/text-letter-spacing/zoom-and-property-function/metrics.json index fd1ea83213d..ba13f3666cd 100644 --- a/metrics/windows-msvc-release/render-tests/text-letter-spacing/zoom-and-property-function/metrics.json +++ b/metrics/windows-msvc-release/render-tests/text-letter-spacing/zoom-and-property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/text-line-height/literal/metrics.json b/metrics/windows-msvc-release/render-tests/text-line-height/literal/metrics.json index 41ff7515c7d..82bd5b085e5 100644 --- a/metrics/windows-msvc-release/render-tests/text-line-height/literal/metrics.json +++ b/metrics/windows-msvc-release/render-tests/text-line-height/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/text-max-angle/line-center/metrics.json b/metrics/windows-msvc-release/render-tests/text-max-angle/line-center/metrics.json index 9551aabb147..e455ed04458 100644 --- a/metrics/windows-msvc-release/render-tests/text-max-angle/line-center/metrics.json +++ b/metrics/windows-msvc-release/render-tests/text-max-angle/line-center/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/text-max-angle/literal/metrics.json b/metrics/windows-msvc-release/render-tests/text-max-angle/literal/metrics.json index 2ad59dd984e..719c16bc68f 100644 --- a/metrics/windows-msvc-release/render-tests/text-max-angle/literal/metrics.json +++ b/metrics/windows-msvc-release/render-tests/text-max-angle/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/text-max-width/force-double-newline/metrics.json b/metrics/windows-msvc-release/render-tests/text-max-width/force-double-newline/metrics.json index b553d8692d0..9c8863e6884 100644 --- a/metrics/windows-msvc-release/render-tests/text-max-width/force-double-newline/metrics.json +++ b/metrics/windows-msvc-release/render-tests/text-max-width/force-double-newline/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/text-max-width/force-newline-line-center/metrics.json b/metrics/windows-msvc-release/render-tests/text-max-width/force-newline-line-center/metrics.json index 9ab164292be..b67a1a0819e 100644 --- a/metrics/windows-msvc-release/render-tests/text-max-width/force-newline-line-center/metrics.json +++ b/metrics/windows-msvc-release/render-tests/text-max-width/force-newline-line-center/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/text-max-width/force-newline-line/metrics.json b/metrics/windows-msvc-release/render-tests/text-max-width/force-newline-line/metrics.json index b553d8692d0..9c8863e6884 100644 --- a/metrics/windows-msvc-release/render-tests/text-max-width/force-newline-line/metrics.json +++ b/metrics/windows-msvc-release/render-tests/text-max-width/force-newline-line/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/text-max-width/force-newline/metrics.json b/metrics/windows-msvc-release/render-tests/text-max-width/force-newline/metrics.json index b553d8692d0..9c8863e6884 100644 --- a/metrics/windows-msvc-release/render-tests/text-max-width/force-newline/metrics.json +++ b/metrics/windows-msvc-release/render-tests/text-max-width/force-newline/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/text-max-width/ideographic-breaking/metrics.json b/metrics/windows-msvc-release/render-tests/text-max-width/ideographic-breaking/metrics.json index 4c0301c08db..bfba8c6501e 100644 --- a/metrics/windows-msvc-release/render-tests/text-max-width/ideographic-breaking/metrics.json +++ b/metrics/windows-msvc-release/render-tests/text-max-width/ideographic-breaking/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/text-max-width/ideographic-punctuation-breaking/metrics.json b/metrics/windows-msvc-release/render-tests/text-max-width/ideographic-punctuation-breaking/metrics.json index e6477234cc3..0bacf085d65 100644 --- a/metrics/windows-msvc-release/render-tests/text-max-width/ideographic-punctuation-breaking/metrics.json +++ b/metrics/windows-msvc-release/render-tests/text-max-width/ideographic-punctuation-breaking/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/text-max-width/literal/metrics.json b/metrics/windows-msvc-release/render-tests/text-max-width/literal/metrics.json index 05279818ae7..8fe82720b12 100644 --- a/metrics/windows-msvc-release/render-tests/text-max-width/literal/metrics.json +++ b/metrics/windows-msvc-release/render-tests/text-max-width/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/text-max-width/property-function/metrics.json b/metrics/windows-msvc-release/render-tests/text-max-width/property-function/metrics.json index 8eef9a41661..a997dce756f 100644 --- a/metrics/windows-msvc-release/render-tests/text-max-width/property-function/metrics.json +++ b/metrics/windows-msvc-release/render-tests/text-max-width/property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/text-max-width/zero-width-line-center-placement/metrics.json b/metrics/windows-msvc-release/render-tests/text-max-width/zero-width-line-center-placement/metrics.json index 539a5a8da93..3e57c87504a 100644 --- a/metrics/windows-msvc-release/render-tests/text-max-width/zero-width-line-center-placement/metrics.json +++ b/metrics/windows-msvc-release/render-tests/text-max-width/zero-width-line-center-placement/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/text-max-width/zero-width-line-placement/metrics.json b/metrics/windows-msvc-release/render-tests/text-max-width/zero-width-line-placement/metrics.json index 539a5a8da93..3e57c87504a 100644 --- a/metrics/windows-msvc-release/render-tests/text-max-width/zero-width-line-placement/metrics.json +++ b/metrics/windows-msvc-release/render-tests/text-max-width/zero-width-line-placement/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/text-max-width/zoom-and-property-function/metrics.json b/metrics/windows-msvc-release/render-tests/text-max-width/zoom-and-property-function/metrics.json index b95ec5af3cb..5a07d80519e 100644 --- a/metrics/windows-msvc-release/render-tests/text-max-width/zoom-and-property-function/metrics.json +++ b/metrics/windows-msvc-release/render-tests/text-max-width/zoom-and-property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/text-no-cross-source-collision/default/metrics.json b/metrics/windows-msvc-release/render-tests/text-no-cross-source-collision/default/metrics.json index 563004e9125..bc1581ced4b 100644 --- a/metrics/windows-msvc-release/render-tests/text-no-cross-source-collision/default/metrics.json +++ b/metrics/windows-msvc-release/render-tests/text-no-cross-source-collision/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/text-offset/literal-multiline-anchorcenter-justifycenter-offsetnegative/metrics.json b/metrics/windows-msvc-release/render-tests/text-offset/literal-multiline-anchorcenter-justifycenter-offsetnegative/metrics.json index 6ad395e0b52..9073a53d114 100644 --- a/metrics/windows-msvc-release/render-tests/text-offset/literal-multiline-anchorcenter-justifycenter-offsetnegative/metrics.json +++ b/metrics/windows-msvc-release/render-tests/text-offset/literal-multiline-anchorcenter-justifycenter-offsetnegative/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/text-offset/literal-multiline-anchorcenter-justifycenter-offsetpositive/metrics.json b/metrics/windows-msvc-release/render-tests/text-offset/literal-multiline-anchorcenter-justifycenter-offsetpositive/metrics.json index 6ad395e0b52..9073a53d114 100644 --- a/metrics/windows-msvc-release/render-tests/text-offset/literal-multiline-anchorcenter-justifycenter-offsetpositive/metrics.json +++ b/metrics/windows-msvc-release/render-tests/text-offset/literal-multiline-anchorcenter-justifycenter-offsetpositive/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/text-offset/literal-multiline-anchorcenter-justifyleft-offsetnegative/metrics.json b/metrics/windows-msvc-release/render-tests/text-offset/literal-multiline-anchorcenter-justifyleft-offsetnegative/metrics.json index 6ad395e0b52..9073a53d114 100644 --- a/metrics/windows-msvc-release/render-tests/text-offset/literal-multiline-anchorcenter-justifyleft-offsetnegative/metrics.json +++ b/metrics/windows-msvc-release/render-tests/text-offset/literal-multiline-anchorcenter-justifyleft-offsetnegative/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/text-offset/literal-multiline-anchorcenter-justifyleft-offsetpositive/metrics.json b/metrics/windows-msvc-release/render-tests/text-offset/literal-multiline-anchorcenter-justifyleft-offsetpositive/metrics.json index 6ad395e0b52..9073a53d114 100644 --- a/metrics/windows-msvc-release/render-tests/text-offset/literal-multiline-anchorcenter-justifyleft-offsetpositive/metrics.json +++ b/metrics/windows-msvc-release/render-tests/text-offset/literal-multiline-anchorcenter-justifyleft-offsetpositive/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/text-offset/literal-multiline-anchorcenter-justifyright-offsetnegative/metrics.json b/metrics/windows-msvc-release/render-tests/text-offset/literal-multiline-anchorcenter-justifyright-offsetnegative/metrics.json index 6ad395e0b52..9073a53d114 100644 --- a/metrics/windows-msvc-release/render-tests/text-offset/literal-multiline-anchorcenter-justifyright-offsetnegative/metrics.json +++ b/metrics/windows-msvc-release/render-tests/text-offset/literal-multiline-anchorcenter-justifyright-offsetnegative/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/text-offset/literal-multiline-anchorcenter-justifyright-offsetpositive/metrics.json b/metrics/windows-msvc-release/render-tests/text-offset/literal-multiline-anchorcenter-justifyright-offsetpositive/metrics.json index 6ad395e0b52..9073a53d114 100644 --- a/metrics/windows-msvc-release/render-tests/text-offset/literal-multiline-anchorcenter-justifyright-offsetpositive/metrics.json +++ b/metrics/windows-msvc-release/render-tests/text-offset/literal-multiline-anchorcenter-justifyright-offsetpositive/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/text-offset/literal-multiline-anchorleft-justifycenter-offsetnegative/metrics.json b/metrics/windows-msvc-release/render-tests/text-offset/literal-multiline-anchorleft-justifycenter-offsetnegative/metrics.json index 6ad395e0b52..9073a53d114 100644 --- a/metrics/windows-msvc-release/render-tests/text-offset/literal-multiline-anchorleft-justifycenter-offsetnegative/metrics.json +++ b/metrics/windows-msvc-release/render-tests/text-offset/literal-multiline-anchorleft-justifycenter-offsetnegative/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/text-offset/literal-multiline-anchorleft-justifycenter-offsetpositive/metrics.json b/metrics/windows-msvc-release/render-tests/text-offset/literal-multiline-anchorleft-justifycenter-offsetpositive/metrics.json index 6ad395e0b52..9073a53d114 100644 --- a/metrics/windows-msvc-release/render-tests/text-offset/literal-multiline-anchorleft-justifycenter-offsetpositive/metrics.json +++ b/metrics/windows-msvc-release/render-tests/text-offset/literal-multiline-anchorleft-justifycenter-offsetpositive/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/text-offset/literal-multiline-anchorleft-justifyleft-offsetnegative/metrics.json b/metrics/windows-msvc-release/render-tests/text-offset/literal-multiline-anchorleft-justifyleft-offsetnegative/metrics.json index 6ad395e0b52..9073a53d114 100644 --- a/metrics/windows-msvc-release/render-tests/text-offset/literal-multiline-anchorleft-justifyleft-offsetnegative/metrics.json +++ b/metrics/windows-msvc-release/render-tests/text-offset/literal-multiline-anchorleft-justifyleft-offsetnegative/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/text-offset/literal-multiline-anchorleft-justifyleft-offsetpositive/metrics.json b/metrics/windows-msvc-release/render-tests/text-offset/literal-multiline-anchorleft-justifyleft-offsetpositive/metrics.json index 6ad395e0b52..9073a53d114 100644 --- a/metrics/windows-msvc-release/render-tests/text-offset/literal-multiline-anchorleft-justifyleft-offsetpositive/metrics.json +++ b/metrics/windows-msvc-release/render-tests/text-offset/literal-multiline-anchorleft-justifyleft-offsetpositive/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/text-offset/literal-multiline-anchorleft-justifyright-offsetnegative/metrics.json b/metrics/windows-msvc-release/render-tests/text-offset/literal-multiline-anchorleft-justifyright-offsetnegative/metrics.json index 6ad395e0b52..9073a53d114 100644 --- a/metrics/windows-msvc-release/render-tests/text-offset/literal-multiline-anchorleft-justifyright-offsetnegative/metrics.json +++ b/metrics/windows-msvc-release/render-tests/text-offset/literal-multiline-anchorleft-justifyright-offsetnegative/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/text-offset/literal-multiline-anchorleft-justifyright-offsetpositive/metrics.json b/metrics/windows-msvc-release/render-tests/text-offset/literal-multiline-anchorleft-justifyright-offsetpositive/metrics.json index 6ad395e0b52..9073a53d114 100644 --- a/metrics/windows-msvc-release/render-tests/text-offset/literal-multiline-anchorleft-justifyright-offsetpositive/metrics.json +++ b/metrics/windows-msvc-release/render-tests/text-offset/literal-multiline-anchorleft-justifyright-offsetpositive/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/text-offset/literal-multiline-anchorright-justifycenter-offsetnegative/metrics.json b/metrics/windows-msvc-release/render-tests/text-offset/literal-multiline-anchorright-justifycenter-offsetnegative/metrics.json index 6ad395e0b52..9073a53d114 100644 --- a/metrics/windows-msvc-release/render-tests/text-offset/literal-multiline-anchorright-justifycenter-offsetnegative/metrics.json +++ b/metrics/windows-msvc-release/render-tests/text-offset/literal-multiline-anchorright-justifycenter-offsetnegative/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/text-offset/literal-multiline-anchorright-justifycenter-offsetpositive/metrics.json b/metrics/windows-msvc-release/render-tests/text-offset/literal-multiline-anchorright-justifycenter-offsetpositive/metrics.json index 6ad395e0b52..9073a53d114 100644 --- a/metrics/windows-msvc-release/render-tests/text-offset/literal-multiline-anchorright-justifycenter-offsetpositive/metrics.json +++ b/metrics/windows-msvc-release/render-tests/text-offset/literal-multiline-anchorright-justifycenter-offsetpositive/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/text-offset/literal-multiline-anchorright-justifyleft-offsetnegative/metrics.json b/metrics/windows-msvc-release/render-tests/text-offset/literal-multiline-anchorright-justifyleft-offsetnegative/metrics.json index 6ad395e0b52..9073a53d114 100644 --- a/metrics/windows-msvc-release/render-tests/text-offset/literal-multiline-anchorright-justifyleft-offsetnegative/metrics.json +++ b/metrics/windows-msvc-release/render-tests/text-offset/literal-multiline-anchorright-justifyleft-offsetnegative/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/text-offset/literal-multiline-anchorright-justifyleft-offsetpositive/metrics.json b/metrics/windows-msvc-release/render-tests/text-offset/literal-multiline-anchorright-justifyleft-offsetpositive/metrics.json index 6ad395e0b52..9073a53d114 100644 --- a/metrics/windows-msvc-release/render-tests/text-offset/literal-multiline-anchorright-justifyleft-offsetpositive/metrics.json +++ b/metrics/windows-msvc-release/render-tests/text-offset/literal-multiline-anchorright-justifyleft-offsetpositive/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/text-offset/literal-multiline-anchorright-justifyright-offsetnegative/metrics.json b/metrics/windows-msvc-release/render-tests/text-offset/literal-multiline-anchorright-justifyright-offsetnegative/metrics.json index 6ad395e0b52..9073a53d114 100644 --- a/metrics/windows-msvc-release/render-tests/text-offset/literal-multiline-anchorright-justifyright-offsetnegative/metrics.json +++ b/metrics/windows-msvc-release/render-tests/text-offset/literal-multiline-anchorright-justifyright-offsetnegative/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/text-offset/literal-multiline-anchorright-justifyright-offsetpositive/metrics.json b/metrics/windows-msvc-release/render-tests/text-offset/literal-multiline-anchorright-justifyright-offsetpositive/metrics.json index 6ad395e0b52..9073a53d114 100644 --- a/metrics/windows-msvc-release/render-tests/text-offset/literal-multiline-anchorright-justifyright-offsetpositive/metrics.json +++ b/metrics/windows-msvc-release/render-tests/text-offset/literal-multiline-anchorright-justifyright-offsetpositive/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/text-offset/literal/metrics.json b/metrics/windows-msvc-release/render-tests/text-offset/literal/metrics.json index cd668f351a5..e87a6d1819e 100644 --- a/metrics/windows-msvc-release/render-tests/text-offset/literal/metrics.json +++ b/metrics/windows-msvc-release/render-tests/text-offset/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/text-offset/property-function/metrics.json b/metrics/windows-msvc-release/render-tests/text-offset/property-function/metrics.json index 384ce4dadbc..b628e4f1fa4 100644 --- a/metrics/windows-msvc-release/render-tests/text-offset/property-function/metrics.json +++ b/metrics/windows-msvc-release/render-tests/text-offset/property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/text-opacity/default/metrics.json b/metrics/windows-msvc-release/render-tests/text-opacity/default/metrics.json index cd668f351a5..e87a6d1819e 100644 --- a/metrics/windows-msvc-release/render-tests/text-opacity/default/metrics.json +++ b/metrics/windows-msvc-release/render-tests/text-opacity/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/text-opacity/function/metrics.json b/metrics/windows-msvc-release/render-tests/text-opacity/function/metrics.json index cd668f351a5..e87a6d1819e 100644 --- a/metrics/windows-msvc-release/render-tests/text-opacity/function/metrics.json +++ b/metrics/windows-msvc-release/render-tests/text-opacity/function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/text-opacity/literal/metrics.json b/metrics/windows-msvc-release/render-tests/text-opacity/literal/metrics.json index cd668f351a5..e87a6d1819e 100644 --- a/metrics/windows-msvc-release/render-tests/text-opacity/literal/metrics.json +++ b/metrics/windows-msvc-release/render-tests/text-opacity/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/text-opacity/property-function/metrics.json b/metrics/windows-msvc-release/render-tests/text-opacity/property-function/metrics.json index 6734d0b0460..2bd94ca5323 100644 --- a/metrics/windows-msvc-release/render-tests/text-opacity/property-function/metrics.json +++ b/metrics/windows-msvc-release/render-tests/text-opacity/property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/text-pitch-alignment/auto-text-rotation-alignment-map/metrics.json b/metrics/windows-msvc-release/render-tests/text-pitch-alignment/auto-text-rotation-alignment-map/metrics.json index 1514cee615b..62e171b0cc7 100644 --- a/metrics/windows-msvc-release/render-tests/text-pitch-alignment/auto-text-rotation-alignment-map/metrics.json +++ b/metrics/windows-msvc-release/render-tests/text-pitch-alignment/auto-text-rotation-alignment-map/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/text-pitch-alignment/auto-text-rotation-alignment-viewport/metrics.json b/metrics/windows-msvc-release/render-tests/text-pitch-alignment/auto-text-rotation-alignment-viewport/metrics.json index 1514cee615b..62e171b0cc7 100644 --- a/metrics/windows-msvc-release/render-tests/text-pitch-alignment/auto-text-rotation-alignment-viewport/metrics.json +++ b/metrics/windows-msvc-release/render-tests/text-pitch-alignment/auto-text-rotation-alignment-viewport/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/text-pitch-alignment/map-text-depthtest/metrics.json b/metrics/windows-msvc-release/render-tests/text-pitch-alignment/map-text-depthtest/metrics.json index 2292400be69..8d77e25e27f 100644 --- a/metrics/windows-msvc-release/render-tests/text-pitch-alignment/map-text-depthtest/metrics.json +++ b/metrics/windows-msvc-release/render-tests/text-pitch-alignment/map-text-depthtest/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/text-pitch-alignment/map-text-rotation-alignment-map/metrics.json b/metrics/windows-msvc-release/render-tests/text-pitch-alignment/map-text-rotation-alignment-map/metrics.json index 1514cee615b..62e171b0cc7 100644 --- a/metrics/windows-msvc-release/render-tests/text-pitch-alignment/map-text-rotation-alignment-map/metrics.json +++ b/metrics/windows-msvc-release/render-tests/text-pitch-alignment/map-text-rotation-alignment-map/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/text-pitch-alignment/map-text-rotation-alignment-viewport/metrics.json b/metrics/windows-msvc-release/render-tests/text-pitch-alignment/map-text-rotation-alignment-viewport/metrics.json index 1514cee615b..62e171b0cc7 100644 --- a/metrics/windows-msvc-release/render-tests/text-pitch-alignment/map-text-rotation-alignment-viewport/metrics.json +++ b/metrics/windows-msvc-release/render-tests/text-pitch-alignment/map-text-rotation-alignment-viewport/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/text-pitch-alignment/viewport-overzoomed-single-glyph/metrics.json b/metrics/windows-msvc-release/render-tests/text-pitch-alignment/viewport-overzoomed-single-glyph/metrics.json index d05556cd14e..0ed9a3c07b9 100644 --- a/metrics/windows-msvc-release/render-tests/text-pitch-alignment/viewport-overzoomed-single-glyph/metrics.json +++ b/metrics/windows-msvc-release/render-tests/text-pitch-alignment/viewport-overzoomed-single-glyph/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/text-pitch-alignment/viewport-overzoomed/metrics.json b/metrics/windows-msvc-release/render-tests/text-pitch-alignment/viewport-overzoomed/metrics.json index edd93c6655a..338809341fd 100644 --- a/metrics/windows-msvc-release/render-tests/text-pitch-alignment/viewport-overzoomed/metrics.json +++ b/metrics/windows-msvc-release/render-tests/text-pitch-alignment/viewport-overzoomed/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/text-pitch-alignment/viewport-text-depthtest/metrics.json b/metrics/windows-msvc-release/render-tests/text-pitch-alignment/viewport-text-depthtest/metrics.json index 2292400be69..8d77e25e27f 100644 --- a/metrics/windows-msvc-release/render-tests/text-pitch-alignment/viewport-text-depthtest/metrics.json +++ b/metrics/windows-msvc-release/render-tests/text-pitch-alignment/viewport-text-depthtest/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/text-pitch-alignment/viewport-text-rotation-alignment-map/metrics.json b/metrics/windows-msvc-release/render-tests/text-pitch-alignment/viewport-text-rotation-alignment-map/metrics.json index 1514cee615b..62e171b0cc7 100644 --- a/metrics/windows-msvc-release/render-tests/text-pitch-alignment/viewport-text-rotation-alignment-map/metrics.json +++ b/metrics/windows-msvc-release/render-tests/text-pitch-alignment/viewport-text-rotation-alignment-map/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/text-pitch-alignment/viewport-text-rotation-alignment-viewport/metrics.json b/metrics/windows-msvc-release/render-tests/text-pitch-alignment/viewport-text-rotation-alignment-viewport/metrics.json index 1514cee615b..62e171b0cc7 100644 --- a/metrics/windows-msvc-release/render-tests/text-pitch-alignment/viewport-text-rotation-alignment-viewport/metrics.json +++ b/metrics/windows-msvc-release/render-tests/text-pitch-alignment/viewport-text-rotation-alignment-viewport/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/text-pitch-scaling/line-half/metrics.json b/metrics/windows-msvc-release/render-tests/text-pitch-scaling/line-half/metrics.json index 1514cee615b..62e171b0cc7 100644 --- a/metrics/windows-msvc-release/render-tests/text-pitch-scaling/line-half/metrics.json +++ b/metrics/windows-msvc-release/render-tests/text-pitch-scaling/line-half/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/text-radial-offset/basic/metrics.json b/metrics/windows-msvc-release/render-tests/text-radial-offset/basic/metrics.json index dfa75209163..12fe2bbe545 100644 --- a/metrics/windows-msvc-release/render-tests/text-radial-offset/basic/metrics.json +++ b/metrics/windows-msvc-release/render-tests/text-radial-offset/basic/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/text-rotate/anchor-bottom/metrics.json b/metrics/windows-msvc-release/render-tests/text-rotate/anchor-bottom/metrics.json index 789eb531ac2..6e235d123bd 100644 --- a/metrics/windows-msvc-release/render-tests/text-rotate/anchor-bottom/metrics.json +++ b/metrics/windows-msvc-release/render-tests/text-rotate/anchor-bottom/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/text-rotate/anchor-left/metrics.json b/metrics/windows-msvc-release/render-tests/text-rotate/anchor-left/metrics.json index 789eb531ac2..6e235d123bd 100644 --- a/metrics/windows-msvc-release/render-tests/text-rotate/anchor-left/metrics.json +++ b/metrics/windows-msvc-release/render-tests/text-rotate/anchor-left/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/text-rotate/anchor-right/metrics.json b/metrics/windows-msvc-release/render-tests/text-rotate/anchor-right/metrics.json index 789eb531ac2..6e235d123bd 100644 --- a/metrics/windows-msvc-release/render-tests/text-rotate/anchor-right/metrics.json +++ b/metrics/windows-msvc-release/render-tests/text-rotate/anchor-right/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/text-rotate/anchor-top/metrics.json b/metrics/windows-msvc-release/render-tests/text-rotate/anchor-top/metrics.json index 789eb531ac2..6e235d123bd 100644 --- a/metrics/windows-msvc-release/render-tests/text-rotate/anchor-top/metrics.json +++ b/metrics/windows-msvc-release/render-tests/text-rotate/anchor-top/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/text-rotate/function/metrics.json b/metrics/windows-msvc-release/render-tests/text-rotate/function/metrics.json index 0206fc826fe..25471f81337 100644 --- a/metrics/windows-msvc-release/render-tests/text-rotate/function/metrics.json +++ b/metrics/windows-msvc-release/render-tests/text-rotate/function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/text-rotate/literal/metrics.json b/metrics/windows-msvc-release/render-tests/text-rotate/literal/metrics.json index 0206fc826fe..25471f81337 100644 --- a/metrics/windows-msvc-release/render-tests/text-rotate/literal/metrics.json +++ b/metrics/windows-msvc-release/render-tests/text-rotate/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/text-rotate/property-function/metrics.json b/metrics/windows-msvc-release/render-tests/text-rotate/property-function/metrics.json index 08593319169..d736cae4602 100644 --- a/metrics/windows-msvc-release/render-tests/text-rotate/property-function/metrics.json +++ b/metrics/windows-msvc-release/render-tests/text-rotate/property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/text-rotate/with-offset/metrics.json b/metrics/windows-msvc-release/render-tests/text-rotate/with-offset/metrics.json index e348c71619e..759f85ee08f 100644 --- a/metrics/windows-msvc-release/render-tests/text-rotate/with-offset/metrics.json +++ b/metrics/windows-msvc-release/render-tests/text-rotate/with-offset/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/text-rotation-alignment/auto-symbol-placement-line/metrics.json b/metrics/windows-msvc-release/render-tests/text-rotation-alignment/auto-symbol-placement-line/metrics.json index 70ac3608a98..ad45e05ba62 100644 --- a/metrics/windows-msvc-release/render-tests/text-rotation-alignment/auto-symbol-placement-line/metrics.json +++ b/metrics/windows-msvc-release/render-tests/text-rotation-alignment/auto-symbol-placement-line/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/text-rotation-alignment/auto-symbol-placement-point/metrics.json b/metrics/windows-msvc-release/render-tests/text-rotation-alignment/auto-symbol-placement-point/metrics.json index 905846132df..880749e242a 100644 --- a/metrics/windows-msvc-release/render-tests/text-rotation-alignment/auto-symbol-placement-point/metrics.json +++ b/metrics/windows-msvc-release/render-tests/text-rotation-alignment/auto-symbol-placement-point/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/text-rotation-alignment/map-symbol-placement-line/metrics.json b/metrics/windows-msvc-release/render-tests/text-rotation-alignment/map-symbol-placement-line/metrics.json index 70ac3608a98..ad45e05ba62 100644 --- a/metrics/windows-msvc-release/render-tests/text-rotation-alignment/map-symbol-placement-line/metrics.json +++ b/metrics/windows-msvc-release/render-tests/text-rotation-alignment/map-symbol-placement-line/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/text-rotation-alignment/map-symbol-placement-point/metrics.json b/metrics/windows-msvc-release/render-tests/text-rotation-alignment/map-symbol-placement-point/metrics.json index 905846132df..880749e242a 100644 --- a/metrics/windows-msvc-release/render-tests/text-rotation-alignment/map-symbol-placement-point/metrics.json +++ b/metrics/windows-msvc-release/render-tests/text-rotation-alignment/map-symbol-placement-point/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/text-rotation-alignment/viewport-symbol-placement-line/metrics.json b/metrics/windows-msvc-release/render-tests/text-rotation-alignment/viewport-symbol-placement-line/metrics.json index 70ac3608a98..ad45e05ba62 100644 --- a/metrics/windows-msvc-release/render-tests/text-rotation-alignment/viewport-symbol-placement-line/metrics.json +++ b/metrics/windows-msvc-release/render-tests/text-rotation-alignment/viewport-symbol-placement-line/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/text-rotation-alignment/viewport-symbol-placement-point/metrics.json b/metrics/windows-msvc-release/render-tests/text-rotation-alignment/viewport-symbol-placement-point/metrics.json index 905846132df..880749e242a 100644 --- a/metrics/windows-msvc-release/render-tests/text-rotation-alignment/viewport-symbol-placement-point/metrics.json +++ b/metrics/windows-msvc-release/render-tests/text-rotation-alignment/viewport-symbol-placement-point/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/text-size/camera-function-high-base/metrics.json b/metrics/windows-msvc-release/render-tests/text-size/camera-function-high-base/metrics.json index 84fc4fe605e..2ff31eaf3ca 100644 --- a/metrics/windows-msvc-release/render-tests/text-size/camera-function-high-base/metrics.json +++ b/metrics/windows-msvc-release/render-tests/text-size/camera-function-high-base/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/text-size/camera-function-interval/metrics.json b/metrics/windows-msvc-release/render-tests/text-size/camera-function-interval/metrics.json index bf6832d42b7..0da18b6700e 100644 --- a/metrics/windows-msvc-release/render-tests/text-size/camera-function-interval/metrics.json +++ b/metrics/windows-msvc-release/render-tests/text-size/camera-function-interval/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/text-size/composite-expression/metrics.json b/metrics/windows-msvc-release/render-tests/text-size/composite-expression/metrics.json index be4621cd935..5feb61dd830 100644 --- a/metrics/windows-msvc-release/render-tests/text-size/composite-expression/metrics.json +++ b/metrics/windows-msvc-release/render-tests/text-size/composite-expression/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/text-size/composite-function-line-placement/metrics.json b/metrics/windows-msvc-release/render-tests/text-size/composite-function-line-placement/metrics.json index 5c85a420f3c..59269fd43d8 100644 --- a/metrics/windows-msvc-release/render-tests/text-size/composite-function-line-placement/metrics.json +++ b/metrics/windows-msvc-release/render-tests/text-size/composite-function-line-placement/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/text-size/composite-function/metrics.json b/metrics/windows-msvc-release/render-tests/text-size/composite-function/metrics.json index 84fc4fe605e..2ff31eaf3ca 100644 --- a/metrics/windows-msvc-release/render-tests/text-size/composite-function/metrics.json +++ b/metrics/windows-msvc-release/render-tests/text-size/composite-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/text-size/default/metrics.json b/metrics/windows-msvc-release/render-tests/text-size/default/metrics.json index bf6832d42b7..0da18b6700e 100644 --- a/metrics/windows-msvc-release/render-tests/text-size/default/metrics.json +++ b/metrics/windows-msvc-release/render-tests/text-size/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/text-size/function/metrics.json b/metrics/windows-msvc-release/render-tests/text-size/function/metrics.json index bf6832d42b7..0da18b6700e 100644 --- a/metrics/windows-msvc-release/render-tests/text-size/function/metrics.json +++ b/metrics/windows-msvc-release/render-tests/text-size/function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/text-size/literal/metrics.json b/metrics/windows-msvc-release/render-tests/text-size/literal/metrics.json index bf6832d42b7..0da18b6700e 100644 --- a/metrics/windows-msvc-release/render-tests/text-size/literal/metrics.json +++ b/metrics/windows-msvc-release/render-tests/text-size/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/text-size/property-function/metrics.json b/metrics/windows-msvc-release/render-tests/text-size/property-function/metrics.json index 84fc4fe605e..2ff31eaf3ca 100644 --- a/metrics/windows-msvc-release/render-tests/text-size/property-function/metrics.json +++ b/metrics/windows-msvc-release/render-tests/text-size/property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/text-size/zero/metrics.json b/metrics/windows-msvc-release/render-tests/text-size/zero/metrics.json index 7cc4d80c96b..3d3f3cb2738 100644 --- a/metrics/windows-msvc-release/render-tests/text-size/zero/metrics.json +++ b/metrics/windows-msvc-release/render-tests/text-size/zero/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/text-tile-edge-clipping/default/metrics.json b/metrics/windows-msvc-release/render-tests/text-tile-edge-clipping/default/metrics.json index 05d7f575551..e15389d880a 100644 --- a/metrics/windows-msvc-release/render-tests/text-tile-edge-clipping/default/metrics.json +++ b/metrics/windows-msvc-release/render-tests/text-tile-edge-clipping/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/text-transform/lowercase/metrics.json b/metrics/windows-msvc-release/render-tests/text-transform/lowercase/metrics.json index 2bf7d113546..2aaf4ac7ce5 100644 --- a/metrics/windows-msvc-release/render-tests/text-transform/lowercase/metrics.json +++ b/metrics/windows-msvc-release/render-tests/text-transform/lowercase/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/text-transform/property-function/metrics.json b/metrics/windows-msvc-release/render-tests/text-transform/property-function/metrics.json index 94f6c3ccd62..6ce00b87e18 100644 --- a/metrics/windows-msvc-release/render-tests/text-transform/property-function/metrics.json +++ b/metrics/windows-msvc-release/render-tests/text-transform/property-function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/text-transform/uppercase/metrics.json b/metrics/windows-msvc-release/render-tests/text-transform/uppercase/metrics.json index ecb73166999..684f6471f8a 100644 --- a/metrics/windows-msvc-release/render-tests/text-transform/uppercase/metrics.json +++ b/metrics/windows-msvc-release/render-tests/text-transform/uppercase/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/text-translate-anchor/map/metrics.json b/metrics/windows-msvc-release/render-tests/text-translate-anchor/map/metrics.json index 9162d111f6e..43da58ebcc0 100644 --- a/metrics/windows-msvc-release/render-tests/text-translate-anchor/map/metrics.json +++ b/metrics/windows-msvc-release/render-tests/text-translate-anchor/map/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/text-translate-anchor/viewport/metrics.json b/metrics/windows-msvc-release/render-tests/text-translate-anchor/viewport/metrics.json index 9162d111f6e..43da58ebcc0 100644 --- a/metrics/windows-msvc-release/render-tests/text-translate-anchor/viewport/metrics.json +++ b/metrics/windows-msvc-release/render-tests/text-translate-anchor/viewport/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/text-translate/default/metrics.json b/metrics/windows-msvc-release/render-tests/text-translate/default/metrics.json index cd668f351a5..e87a6d1819e 100644 --- a/metrics/windows-msvc-release/render-tests/text-translate/default/metrics.json +++ b/metrics/windows-msvc-release/render-tests/text-translate/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/text-translate/function/metrics.json b/metrics/windows-msvc-release/render-tests/text-translate/function/metrics.json index cd668f351a5..e87a6d1819e 100644 --- a/metrics/windows-msvc-release/render-tests/text-translate/function/metrics.json +++ b/metrics/windows-msvc-release/render-tests/text-translate/function/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/text-translate/literal/metrics.json b/metrics/windows-msvc-release/render-tests/text-translate/literal/metrics.json index cd668f351a5..e87a6d1819e 100644 --- a/metrics/windows-msvc-release/render-tests/text-translate/literal/metrics.json +++ b/metrics/windows-msvc-release/render-tests/text-translate/literal/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/text-variable-anchor-offset/all-anchors-icon-text-fit/metrics.json b/metrics/windows-msvc-release/render-tests/text-variable-anchor-offset/all-anchors-icon-text-fit/metrics.json index 9953c2ea9e9..5b52bc09273 100644 --- a/metrics/windows-msvc-release/render-tests/text-variable-anchor-offset/all-anchors-icon-text-fit/metrics.json +++ b/metrics/windows-msvc-release/render-tests/text-variable-anchor-offset/all-anchors-icon-text-fit/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/text-variable-anchor-offset/all-anchors-text-allow-overlap/metrics.json b/metrics/windows-msvc-release/render-tests/text-variable-anchor-offset/all-anchors-text-allow-overlap/metrics.json index dca033517bc..a5ae1ce41c0 100644 --- a/metrics/windows-msvc-release/render-tests/text-variable-anchor-offset/all-anchors-text-allow-overlap/metrics.json +++ b/metrics/windows-msvc-release/render-tests/text-variable-anchor-offset/all-anchors-text-allow-overlap/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/text-variable-anchor-offset/all-anchors/metrics.json b/metrics/windows-msvc-release/render-tests/text-variable-anchor-offset/all-anchors/metrics.json index dfa75209163..12fe2bbe545 100644 --- a/metrics/windows-msvc-release/render-tests/text-variable-anchor-offset/all-anchors/metrics.json +++ b/metrics/windows-msvc-release/render-tests/text-variable-anchor-offset/all-anchors/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/text-variable-anchor-offset/databind-coalesce/metrics.json b/metrics/windows-msvc-release/render-tests/text-variable-anchor-offset/databind-coalesce/metrics.json index d4202bfa226..23fc8ab5988 100644 --- a/metrics/windows-msvc-release/render-tests/text-variable-anchor-offset/databind-coalesce/metrics.json +++ b/metrics/windows-msvc-release/render-tests/text-variable-anchor-offset/databind-coalesce/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/text-variable-anchor-offset/databind-interpolate/metrics.json b/metrics/windows-msvc-release/render-tests/text-variable-anchor-offset/databind-interpolate/metrics.json index d4202bfa226..23fc8ab5988 100644 --- a/metrics/windows-msvc-release/render-tests/text-variable-anchor-offset/databind-interpolate/metrics.json +++ b/metrics/windows-msvc-release/render-tests/text-variable-anchor-offset/databind-interpolate/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/text-variable-anchor-offset/icon-image-all-anchors/metrics.json b/metrics/windows-msvc-release/render-tests/text-variable-anchor-offset/icon-image-all-anchors/metrics.json index 031fe71047b..8ccc0a429ec 100644 --- a/metrics/windows-msvc-release/render-tests/text-variable-anchor-offset/icon-image-all-anchors/metrics.json +++ b/metrics/windows-msvc-release/render-tests/text-variable-anchor-offset/icon-image-all-anchors/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/text-variable-anchor-offset/icon-image-offset/metrics.json b/metrics/windows-msvc-release/render-tests/text-variable-anchor-offset/icon-image-offset/metrics.json index 7bbece367a2..5556b79fa0c 100644 --- a/metrics/windows-msvc-release/render-tests/text-variable-anchor-offset/icon-image-offset/metrics.json +++ b/metrics/windows-msvc-release/render-tests/text-variable-anchor-offset/icon-image-offset/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/text-variable-anchor-offset/icon-image/metrics.json b/metrics/windows-msvc-release/render-tests/text-variable-anchor-offset/icon-image/metrics.json index 031fe71047b..8ccc0a429ec 100644 --- a/metrics/windows-msvc-release/render-tests/text-variable-anchor-offset/icon-image/metrics.json +++ b/metrics/windows-msvc-release/render-tests/text-variable-anchor-offset/icon-image/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/text-variable-anchor-offset/icon-text-fit-collision-box/metrics.json b/metrics/windows-msvc-release/render-tests/text-variable-anchor-offset/icon-text-fit-collision-box/metrics.json index 9f778921724..97a627d210f 100644 --- a/metrics/windows-msvc-release/render-tests/text-variable-anchor-offset/icon-text-fit-collision-box/metrics.json +++ b/metrics/windows-msvc-release/render-tests/text-variable-anchor-offset/icon-text-fit-collision-box/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/text-variable-anchor-offset/no-animate-zoom/metrics.json b/metrics/windows-msvc-release/render-tests/text-variable-anchor-offset/no-animate-zoom/metrics.json index 2a7b3b9cd61..e6630885fc9 100644 --- a/metrics/windows-msvc-release/render-tests/text-variable-anchor-offset/no-animate-zoom/metrics.json +++ b/metrics/windows-msvc-release/render-tests/text-variable-anchor-offset/no-animate-zoom/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/text-variable-anchor-offset/pitched-offset/metrics.json b/metrics/windows-msvc-release/render-tests/text-variable-anchor-offset/pitched-offset/metrics.json index b06ed0feb28..e946eeffb5b 100644 --- a/metrics/windows-msvc-release/render-tests/text-variable-anchor-offset/pitched-offset/metrics.json +++ b/metrics/windows-msvc-release/render-tests/text-variable-anchor-offset/pitched-offset/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/text-variable-anchor-offset/pitched-with-map/metrics.json b/metrics/windows-msvc-release/render-tests/text-variable-anchor-offset/pitched-with-map/metrics.json index b06ed0feb28..e946eeffb5b 100644 --- a/metrics/windows-msvc-release/render-tests/text-variable-anchor-offset/pitched-with-map/metrics.json +++ b/metrics/windows-msvc-release/render-tests/text-variable-anchor-offset/pitched-with-map/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/text-variable-anchor-offset/pitched/metrics.json b/metrics/windows-msvc-release/render-tests/text-variable-anchor-offset/pitched/metrics.json index b06ed0feb28..e946eeffb5b 100644 --- a/metrics/windows-msvc-release/render-tests/text-variable-anchor-offset/pitched/metrics.json +++ b/metrics/windows-msvc-release/render-tests/text-variable-anchor-offset/pitched/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/text-variable-anchor-offset/rotated-offset/metrics.json b/metrics/windows-msvc-release/render-tests/text-variable-anchor-offset/rotated-offset/metrics.json index 33eed36df4c..3eb290a1dfa 100644 --- a/metrics/windows-msvc-release/render-tests/text-variable-anchor-offset/rotated-offset/metrics.json +++ b/metrics/windows-msvc-release/render-tests/text-variable-anchor-offset/rotated-offset/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/text-variable-anchor-offset/rotated-with-map/metrics.json b/metrics/windows-msvc-release/render-tests/text-variable-anchor-offset/rotated-with-map/metrics.json index 33eed36df4c..3eb290a1dfa 100644 --- a/metrics/windows-msvc-release/render-tests/text-variable-anchor-offset/rotated-with-map/metrics.json +++ b/metrics/windows-msvc-release/render-tests/text-variable-anchor-offset/rotated-with-map/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/text-variable-anchor-offset/rotated/metrics.json b/metrics/windows-msvc-release/render-tests/text-variable-anchor-offset/rotated/metrics.json index 33eed36df4c..3eb290a1dfa 100644 --- a/metrics/windows-msvc-release/render-tests/text-variable-anchor-offset/rotated/metrics.json +++ b/metrics/windows-msvc-release/render-tests/text-variable-anchor-offset/rotated/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/text-variable-anchor-offset/single-justification/metrics.json b/metrics/windows-msvc-release/render-tests/text-variable-anchor-offset/single-justification/metrics.json index 9dca847cbba..7d32eb2d016 100644 --- a/metrics/windows-msvc-release/render-tests/text-variable-anchor-offset/single-justification/metrics.json +++ b/metrics/windows-msvc-release/render-tests/text-variable-anchor-offset/single-justification/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/text-variable-anchor-offset/single-line/metrics.json b/metrics/windows-msvc-release/render-tests/text-variable-anchor-offset/single-line/metrics.json index a8acd89723c..f654c1386cd 100644 --- a/metrics/windows-msvc-release/render-tests/text-variable-anchor-offset/single-line/metrics.json +++ b/metrics/windows-msvc-release/render-tests/text-variable-anchor-offset/single-line/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/text-variable-anchor-offset/text-allow-overlap/metrics.json b/metrics/windows-msvc-release/render-tests/text-variable-anchor-offset/text-allow-overlap/metrics.json index 40b67f14452..23048d8379d 100644 --- a/metrics/windows-msvc-release/render-tests/text-variable-anchor-offset/text-allow-overlap/metrics.json +++ b/metrics/windows-msvc-release/render-tests/text-variable-anchor-offset/text-allow-overlap/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/text-variable-anchor-offset/top-bottom-left-right/metrics.json b/metrics/windows-msvc-release/render-tests/text-variable-anchor-offset/top-bottom-left-right/metrics.json index 74f5df99b33..d9ed35b7a88 100644 --- a/metrics/windows-msvc-release/render-tests/text-variable-anchor-offset/top-bottom-left-right/metrics.json +++ b/metrics/windows-msvc-release/render-tests/text-variable-anchor-offset/top-bottom-left-right/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/text-variable-anchor/all-anchors-icon-text-fit/metrics.json b/metrics/windows-msvc-release/render-tests/text-variable-anchor/all-anchors-icon-text-fit/metrics.json index 9953c2ea9e9..5b52bc09273 100644 --- a/metrics/windows-msvc-release/render-tests/text-variable-anchor/all-anchors-icon-text-fit/metrics.json +++ b/metrics/windows-msvc-release/render-tests/text-variable-anchor/all-anchors-icon-text-fit/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/text-variable-anchor/all-anchors-offset-zero/metrics.json b/metrics/windows-msvc-release/render-tests/text-variable-anchor/all-anchors-offset-zero/metrics.json index dfa75209163..12fe2bbe545 100644 --- a/metrics/windows-msvc-release/render-tests/text-variable-anchor/all-anchors-offset-zero/metrics.json +++ b/metrics/windows-msvc-release/render-tests/text-variable-anchor/all-anchors-offset-zero/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/text-variable-anchor/all-anchors-offset/metrics.json b/metrics/windows-msvc-release/render-tests/text-variable-anchor/all-anchors-offset/metrics.json index dfa75209163..12fe2bbe545 100644 --- a/metrics/windows-msvc-release/render-tests/text-variable-anchor/all-anchors-offset/metrics.json +++ b/metrics/windows-msvc-release/render-tests/text-variable-anchor/all-anchors-offset/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/text-variable-anchor/all-anchors-radial-offset-zero/metrics.json b/metrics/windows-msvc-release/render-tests/text-variable-anchor/all-anchors-radial-offset-zero/metrics.json index dfa75209163..12fe2bbe545 100644 --- a/metrics/windows-msvc-release/render-tests/text-variable-anchor/all-anchors-radial-offset-zero/metrics.json +++ b/metrics/windows-msvc-release/render-tests/text-variable-anchor/all-anchors-radial-offset-zero/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/text-variable-anchor/all-anchors-text-allow-overlap/metrics.json b/metrics/windows-msvc-release/render-tests/text-variable-anchor/all-anchors-text-allow-overlap/metrics.json index dca033517bc..a5ae1ce41c0 100644 --- a/metrics/windows-msvc-release/render-tests/text-variable-anchor/all-anchors-text-allow-overlap/metrics.json +++ b/metrics/windows-msvc-release/render-tests/text-variable-anchor/all-anchors-text-allow-overlap/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/text-variable-anchor/all-anchors-tile-map-mode/metrics.json b/metrics/windows-msvc-release/render-tests/text-variable-anchor/all-anchors-tile-map-mode/metrics.json index 1ca57cbe487..c070b4ab095 100644 --- a/metrics/windows-msvc-release/render-tests/text-variable-anchor/all-anchors-tile-map-mode/metrics.json +++ b/metrics/windows-msvc-release/render-tests/text-variable-anchor/all-anchors-tile-map-mode/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/text-variable-anchor/all-anchors-two-dimentional-offset-negative/metrics.json b/metrics/windows-msvc-release/render-tests/text-variable-anchor/all-anchors-two-dimentional-offset-negative/metrics.json index dfa75209163..12fe2bbe545 100644 --- a/metrics/windows-msvc-release/render-tests/text-variable-anchor/all-anchors-two-dimentional-offset-negative/metrics.json +++ b/metrics/windows-msvc-release/render-tests/text-variable-anchor/all-anchors-two-dimentional-offset-negative/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/text-variable-anchor/all-anchors-two-dimentional-offset-zero/metrics.json b/metrics/windows-msvc-release/render-tests/text-variable-anchor/all-anchors-two-dimentional-offset-zero/metrics.json index dfa75209163..12fe2bbe545 100644 --- a/metrics/windows-msvc-release/render-tests/text-variable-anchor/all-anchors-two-dimentional-offset-zero/metrics.json +++ b/metrics/windows-msvc-release/render-tests/text-variable-anchor/all-anchors-two-dimentional-offset-zero/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/text-variable-anchor/all-anchors-two-dimentional-offset/metrics.json b/metrics/windows-msvc-release/render-tests/text-variable-anchor/all-anchors-two-dimentional-offset/metrics.json index dfa75209163..12fe2bbe545 100644 --- a/metrics/windows-msvc-release/render-tests/text-variable-anchor/all-anchors-two-dimentional-offset/metrics.json +++ b/metrics/windows-msvc-release/render-tests/text-variable-anchor/all-anchors-two-dimentional-offset/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/text-variable-anchor/all-anchors/metrics.json b/metrics/windows-msvc-release/render-tests/text-variable-anchor/all-anchors/metrics.json index 806d886e75c..2b9d167c6fb 100644 --- a/metrics/windows-msvc-release/render-tests/text-variable-anchor/all-anchors/metrics.json +++ b/metrics/windows-msvc-release/render-tests/text-variable-anchor/all-anchors/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/text-variable-anchor/icon-image-all-anchors/metrics.json b/metrics/windows-msvc-release/render-tests/text-variable-anchor/icon-image-all-anchors/metrics.json index 031fe71047b..8ccc0a429ec 100644 --- a/metrics/windows-msvc-release/render-tests/text-variable-anchor/icon-image-all-anchors/metrics.json +++ b/metrics/windows-msvc-release/render-tests/text-variable-anchor/icon-image-all-anchors/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/text-variable-anchor/icon-image/metrics.json b/metrics/windows-msvc-release/render-tests/text-variable-anchor/icon-image/metrics.json index 031fe71047b..8ccc0a429ec 100644 --- a/metrics/windows-msvc-release/render-tests/text-variable-anchor/icon-image/metrics.json +++ b/metrics/windows-msvc-release/render-tests/text-variable-anchor/icon-image/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/text-variable-anchor/icon-text-fit-collision-box/metrics.json b/metrics/windows-msvc-release/render-tests/text-variable-anchor/icon-text-fit-collision-box/metrics.json index 9f778921724..97a627d210f 100644 --- a/metrics/windows-msvc-release/render-tests/text-variable-anchor/icon-text-fit-collision-box/metrics.json +++ b/metrics/windows-msvc-release/render-tests/text-variable-anchor/icon-text-fit-collision-box/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/text-variable-anchor/left-top-right-bottom-offset-tile-map-mode/metrics.json b/metrics/windows-msvc-release/render-tests/text-variable-anchor/left-top-right-bottom-offset-tile-map-mode/metrics.json index 813a3d7f101..a579f5bf9b6 100644 --- a/metrics/windows-msvc-release/render-tests/text-variable-anchor/left-top-right-bottom-offset-tile-map-mode/metrics.json +++ b/metrics/windows-msvc-release/render-tests/text-variable-anchor/left-top-right-bottom-offset-tile-map-mode/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/text-variable-anchor/no-animate-zoom/metrics.json b/metrics/windows-msvc-release/render-tests/text-variable-anchor/no-animate-zoom/metrics.json index 2a7b3b9cd61..e6630885fc9 100644 --- a/metrics/windows-msvc-release/render-tests/text-variable-anchor/no-animate-zoom/metrics.json +++ b/metrics/windows-msvc-release/render-tests/text-variable-anchor/no-animate-zoom/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/text-variable-anchor/pitched-offset/metrics.json b/metrics/windows-msvc-release/render-tests/text-variable-anchor/pitched-offset/metrics.json index b06ed0feb28..e946eeffb5b 100644 --- a/metrics/windows-msvc-release/render-tests/text-variable-anchor/pitched-offset/metrics.json +++ b/metrics/windows-msvc-release/render-tests/text-variable-anchor/pitched-offset/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/text-variable-anchor/pitched-rotated-debug/metrics.json b/metrics/windows-msvc-release/render-tests/text-variable-anchor/pitched-rotated-debug/metrics.json index 102e62664bd..dc4294751f6 100644 --- a/metrics/windows-msvc-release/render-tests/text-variable-anchor/pitched-rotated-debug/metrics.json +++ b/metrics/windows-msvc-release/render-tests/text-variable-anchor/pitched-rotated-debug/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/text-variable-anchor/pitched-with-map/metrics.json b/metrics/windows-msvc-release/render-tests/text-variable-anchor/pitched-with-map/metrics.json index b06ed0feb28..e946eeffb5b 100644 --- a/metrics/windows-msvc-release/render-tests/text-variable-anchor/pitched-with-map/metrics.json +++ b/metrics/windows-msvc-release/render-tests/text-variable-anchor/pitched-with-map/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/text-variable-anchor/pitched/metrics.json b/metrics/windows-msvc-release/render-tests/text-variable-anchor/pitched/metrics.json index b06ed0feb28..e946eeffb5b 100644 --- a/metrics/windows-msvc-release/render-tests/text-variable-anchor/pitched/metrics.json +++ b/metrics/windows-msvc-release/render-tests/text-variable-anchor/pitched/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/text-variable-anchor/rotated-offset/metrics.json b/metrics/windows-msvc-release/render-tests/text-variable-anchor/rotated-offset/metrics.json index 33eed36df4c..3eb290a1dfa 100644 --- a/metrics/windows-msvc-release/render-tests/text-variable-anchor/rotated-offset/metrics.json +++ b/metrics/windows-msvc-release/render-tests/text-variable-anchor/rotated-offset/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/text-variable-anchor/rotated-with-map/metrics.json b/metrics/windows-msvc-release/render-tests/text-variable-anchor/rotated-with-map/metrics.json index 33eed36df4c..3eb290a1dfa 100644 --- a/metrics/windows-msvc-release/render-tests/text-variable-anchor/rotated-with-map/metrics.json +++ b/metrics/windows-msvc-release/render-tests/text-variable-anchor/rotated-with-map/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/text-variable-anchor/rotated/metrics.json b/metrics/windows-msvc-release/render-tests/text-variable-anchor/rotated/metrics.json index 33eed36df4c..3eb290a1dfa 100644 --- a/metrics/windows-msvc-release/render-tests/text-variable-anchor/rotated/metrics.json +++ b/metrics/windows-msvc-release/render-tests/text-variable-anchor/rotated/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/text-variable-anchor/single-justification/metrics.json b/metrics/windows-msvc-release/render-tests/text-variable-anchor/single-justification/metrics.json index 9dca847cbba..7d32eb2d016 100644 --- a/metrics/windows-msvc-release/render-tests/text-variable-anchor/single-justification/metrics.json +++ b/metrics/windows-msvc-release/render-tests/text-variable-anchor/single-justification/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/text-variable-anchor/single-line/metrics.json b/metrics/windows-msvc-release/render-tests/text-variable-anchor/single-line/metrics.json index a8acd89723c..f654c1386cd 100644 --- a/metrics/windows-msvc-release/render-tests/text-variable-anchor/single-line/metrics.json +++ b/metrics/windows-msvc-release/render-tests/text-variable-anchor/single-line/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/text-variable-anchor/text-allow-overlap/metrics.json b/metrics/windows-msvc-release/render-tests/text-variable-anchor/text-allow-overlap/metrics.json index 40b67f14452..23048d8379d 100644 --- a/metrics/windows-msvc-release/render-tests/text-variable-anchor/text-allow-overlap/metrics.json +++ b/metrics/windows-msvc-release/render-tests/text-variable-anchor/text-allow-overlap/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/text-variable-anchor/top-bottom-left-right/metrics.json b/metrics/windows-msvc-release/render-tests/text-variable-anchor/top-bottom-left-right/metrics.json index 74f5df99b33..d9ed35b7a88 100644 --- a/metrics/windows-msvc-release/render-tests/text-variable-anchor/top-bottom-left-right/metrics.json +++ b/metrics/windows-msvc-release/render-tests/text-variable-anchor/top-bottom-left-right/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/text-visibility/none/metrics.json b/metrics/windows-msvc-release/render-tests/text-visibility/none/metrics.json index 7da07969667..7c49193327f 100644 --- a/metrics/windows-msvc-release/render-tests/text-visibility/none/metrics.json +++ b/metrics/windows-msvc-release/render-tests/text-visibility/none/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/text-visibility/visible/metrics.json b/metrics/windows-msvc-release/render-tests/text-visibility/visible/metrics.json index d7ff42c1270..09a1f9f03cd 100644 --- a/metrics/windows-msvc-release/render-tests/text-visibility/visible/metrics.json +++ b/metrics/windows-msvc-release/render-tests/text-visibility/visible/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/text-writing-mode/line_label/chinese-punctuation/metrics.json b/metrics/windows-msvc-release/render-tests/text-writing-mode/line_label/chinese-punctuation/metrics.json index 4da17ca35c8..1e674f4ec88 100644 --- a/metrics/windows-msvc-release/render-tests/text-writing-mode/line_label/chinese-punctuation/metrics.json +++ b/metrics/windows-msvc-release/render-tests/text-writing-mode/line_label/chinese-punctuation/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/text-writing-mode/line_label/chinese/metrics.json b/metrics/windows-msvc-release/render-tests/text-writing-mode/line_label/chinese/metrics.json index 4c978ab6c2b..25c693e246c 100644 --- a/metrics/windows-msvc-release/render-tests/text-writing-mode/line_label/chinese/metrics.json +++ b/metrics/windows-msvc-release/render-tests/text-writing-mode/line_label/chinese/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/text-writing-mode/line_label/latin/metrics.json b/metrics/windows-msvc-release/render-tests/text-writing-mode/line_label/latin/metrics.json index 8c2cc0dbcb2..cc4ed080710 100644 --- a/metrics/windows-msvc-release/render-tests/text-writing-mode/line_label/latin/metrics.json +++ b/metrics/windows-msvc-release/render-tests/text-writing-mode/line_label/latin/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/text-writing-mode/line_label/mixed/metrics.json b/metrics/windows-msvc-release/render-tests/text-writing-mode/line_label/mixed/metrics.json index caf18baec7c..591800d8a39 100644 --- a/metrics/windows-msvc-release/render-tests/text-writing-mode/line_label/mixed/metrics.json +++ b/metrics/windows-msvc-release/render-tests/text-writing-mode/line_label/mixed/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/text-writing-mode/point_label/cjk-arabic-vertical-mode/metrics.json b/metrics/windows-msvc-release/render-tests/text-writing-mode/point_label/cjk-arabic-vertical-mode/metrics.json index 23e8621fe30..bca64dfb298 100644 --- a/metrics/windows-msvc-release/render-tests/text-writing-mode/point_label/cjk-arabic-vertical-mode/metrics.json +++ b/metrics/windows-msvc-release/render-tests/text-writing-mode/point_label/cjk-arabic-vertical-mode/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/text-writing-mode/point_label/cjk-horizontal-vertical-mode/metrics.json b/metrics/windows-msvc-release/render-tests/text-writing-mode/point_label/cjk-horizontal-vertical-mode/metrics.json index 7d4c49afdfb..250e6afdab5 100644 --- a/metrics/windows-msvc-release/render-tests/text-writing-mode/point_label/cjk-horizontal-vertical-mode/metrics.json +++ b/metrics/windows-msvc-release/render-tests/text-writing-mode/point_label/cjk-horizontal-vertical-mode/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/text-writing-mode/point_label/cjk-multiline-vertical-horizontal-mode/metrics.json b/metrics/windows-msvc-release/render-tests/text-writing-mode/point_label/cjk-multiline-vertical-horizontal-mode/metrics.json index eabb4022be5..6b909dcba83 100644 --- a/metrics/windows-msvc-release/render-tests/text-writing-mode/point_label/cjk-multiline-vertical-horizontal-mode/metrics.json +++ b/metrics/windows-msvc-release/render-tests/text-writing-mode/point_label/cjk-multiline-vertical-horizontal-mode/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/text-writing-mode/point_label/cjk-punctuation-vertical-mode/metrics.json b/metrics/windows-msvc-release/render-tests/text-writing-mode/point_label/cjk-punctuation-vertical-mode/metrics.json index 25fb8b4d1e0..d66c5516354 100644 --- a/metrics/windows-msvc-release/render-tests/text-writing-mode/point_label/cjk-punctuation-vertical-mode/metrics.json +++ b/metrics/windows-msvc-release/render-tests/text-writing-mode/point_label/cjk-punctuation-vertical-mode/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/text-writing-mode/point_label/cjk-variable-anchors-vertical-horizontal-mode-icon-text-fit/metrics.json b/metrics/windows-msvc-release/render-tests/text-writing-mode/point_label/cjk-variable-anchors-vertical-horizontal-mode-icon-text-fit/metrics.json index d8ccbe177ba..a573e66c767 100644 --- a/metrics/windows-msvc-release/render-tests/text-writing-mode/point_label/cjk-variable-anchors-vertical-horizontal-mode-icon-text-fit/metrics.json +++ b/metrics/windows-msvc-release/render-tests/text-writing-mode/point_label/cjk-variable-anchors-vertical-horizontal-mode-icon-text-fit/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/text-writing-mode/point_label/cjk-variable-anchors-vertical-horizontal-mode/metrics.json b/metrics/windows-msvc-release/render-tests/text-writing-mode/point_label/cjk-variable-anchors-vertical-horizontal-mode/metrics.json index 632a29ad175..1570a3859bd 100644 --- a/metrics/windows-msvc-release/render-tests/text-writing-mode/point_label/cjk-variable-anchors-vertical-horizontal-mode/metrics.json +++ b/metrics/windows-msvc-release/render-tests/text-writing-mode/point_label/cjk-variable-anchors-vertical-horizontal-mode/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/text-writing-mode/point_label/cjk-variable-anchors-vertical-mode/metrics.json b/metrics/windows-msvc-release/render-tests/text-writing-mode/point_label/cjk-variable-anchors-vertical-mode/metrics.json index 7d4c49afdfb..250e6afdab5 100644 --- a/metrics/windows-msvc-release/render-tests/text-writing-mode/point_label/cjk-variable-anchors-vertical-mode/metrics.json +++ b/metrics/windows-msvc-release/render-tests/text-writing-mode/point_label/cjk-variable-anchors-vertical-mode/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/text-writing-mode/point_label/cjk-vertical-horizontal-mode/metrics.json b/metrics/windows-msvc-release/render-tests/text-writing-mode/point_label/cjk-vertical-horizontal-mode/metrics.json index 7d4c49afdfb..250e6afdab5 100644 --- a/metrics/windows-msvc-release/render-tests/text-writing-mode/point_label/cjk-vertical-horizontal-mode/metrics.json +++ b/metrics/windows-msvc-release/render-tests/text-writing-mode/point_label/cjk-vertical-horizontal-mode/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/text-writing-mode/point_label/cjk-vertical-mode/metrics.json b/metrics/windows-msvc-release/render-tests/text-writing-mode/point_label/cjk-vertical-mode/metrics.json index 7d4c49afdfb..250e6afdab5 100644 --- a/metrics/windows-msvc-release/render-tests/text-writing-mode/point_label/cjk-vertical-mode/metrics.json +++ b/metrics/windows-msvc-release/render-tests/text-writing-mode/point_label/cjk-vertical-mode/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/text-writing-mode/point_label/latin-vertical-mode/metrics.json b/metrics/windows-msvc-release/render-tests/text-writing-mode/point_label/latin-vertical-mode/metrics.json index 5cf22c6b3e5..378f68df584 100644 --- a/metrics/windows-msvc-release/render-tests/text-writing-mode/point_label/latin-vertical-mode/metrics.json +++ b/metrics/windows-msvc-release/render-tests/text-writing-mode/point_label/latin-vertical-mode/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/text-writing-mode/point_label/mixed-multiline-vertical-horizontal-mode-icon-text-fit/metrics.json b/metrics/windows-msvc-release/render-tests/text-writing-mode/point_label/mixed-multiline-vertical-horizontal-mode-icon-text-fit/metrics.json index ad6e567fda4..05bcdf449e3 100644 --- a/metrics/windows-msvc-release/render-tests/text-writing-mode/point_label/mixed-multiline-vertical-horizontal-mode-icon-text-fit/metrics.json +++ b/metrics/windows-msvc-release/render-tests/text-writing-mode/point_label/mixed-multiline-vertical-horizontal-mode-icon-text-fit/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/text-writing-mode/point_label/mixed-multiline-vertical-horizontal-mode/metrics.json b/metrics/windows-msvc-release/render-tests/text-writing-mode/point_label/mixed-multiline-vertical-horizontal-mode/metrics.json index c1486937e1d..a98dfa19917 100644 --- a/metrics/windows-msvc-release/render-tests/text-writing-mode/point_label/mixed-multiline-vertical-horizontal-mode/metrics.json +++ b/metrics/windows-msvc-release/render-tests/text-writing-mode/point_label/mixed-multiline-vertical-horizontal-mode/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/tilejson-bounds/default/metrics.json b/metrics/windows-msvc-release/render-tests/tilejson-bounds/default/metrics.json index 9ff0b2697cf..179a2b73116 100644 --- a/metrics/windows-msvc-release/render-tests/tilejson-bounds/default/metrics.json +++ b/metrics/windows-msvc-release/render-tests/tilejson-bounds/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/tms/tms/metrics.json b/metrics/windows-msvc-release/render-tests/tms/tms/metrics.json index f7ca11c2324..8781deb0b2e 100644 --- a/metrics/windows-msvc-release/render-tests/tms/tms/metrics.json +++ b/metrics/windows-msvc-release/render-tests/tms/tms/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/within/filter-with-inlined-geojson/metrics.json b/metrics/windows-msvc-release/render-tests/within/filter-with-inlined-geojson/metrics.json index 12b2edda3bf..4a5dd3be30f 100644 --- a/metrics/windows-msvc-release/render-tests/within/filter-with-inlined-geojson/metrics.json +++ b/metrics/windows-msvc-release/render-tests/within/filter-with-inlined-geojson/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/within/layout-text/metrics.json b/metrics/windows-msvc-release/render-tests/within/layout-text/metrics.json index 022aba25a68..599a5b1a43d 100644 --- a/metrics/windows-msvc-release/render-tests/within/layout-text/metrics.json +++ b/metrics/windows-msvc-release/render-tests/within/layout-text/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/within/paint-circle/metrics.json b/metrics/windows-msvc-release/render-tests/within/paint-circle/metrics.json index e76ac664a03..4eb35bdc276 100644 --- a/metrics/windows-msvc-release/render-tests/within/paint-circle/metrics.json +++ b/metrics/windows-msvc-release/render-tests/within/paint-circle/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/within/paint-icon/metrics.json b/metrics/windows-msvc-release/render-tests/within/paint-icon/metrics.json index a65edfc8c98..a06ba3bc1ef 100644 --- a/metrics/windows-msvc-release/render-tests/within/paint-icon/metrics.json +++ b/metrics/windows-msvc-release/render-tests/within/paint-icon/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/within/paint-line/metrics.json b/metrics/windows-msvc-release/render-tests/within/paint-line/metrics.json index c32db503cbc..c97315898ef 100644 --- a/metrics/windows-msvc-release/render-tests/within/paint-line/metrics.json +++ b/metrics/windows-msvc-release/render-tests/within/paint-line/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/within/paint-text/metrics.json b/metrics/windows-msvc-release/render-tests/within/paint-text/metrics.json index b42b2f76347..52fa44e8b12 100644 --- a/metrics/windows-msvc-release/render-tests/within/paint-text/metrics.json +++ b/metrics/windows-msvc-release/render-tests/within/paint-text/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/zoom-history/in/metrics.json b/metrics/windows-msvc-release/render-tests/zoom-history/in/metrics.json index 084056a131e..b3c7f6690a6 100644 --- a/metrics/windows-msvc-release/render-tests/zoom-history/in/metrics.json +++ b/metrics/windows-msvc-release/render-tests/zoom-history/in/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/zoom-history/out/metrics.json b/metrics/windows-msvc-release/render-tests/zoom-history/out/metrics.json index 084056a131e..b3c7f6690a6 100644 --- a/metrics/windows-msvc-release/render-tests/zoom-history/out/metrics.json +++ b/metrics/windows-msvc-release/render-tests/zoom-history/out/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/zoom-visibility/above/metrics.json b/metrics/windows-msvc-release/render-tests/zoom-visibility/above/metrics.json index 8fbd5d92e32..1b60f77adfb 100644 --- a/metrics/windows-msvc-release/render-tests/zoom-visibility/above/metrics.json +++ b/metrics/windows-msvc-release/render-tests/zoom-visibility/above/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/zoom-visibility/below/metrics.json b/metrics/windows-msvc-release/render-tests/zoom-visibility/below/metrics.json index d11ea20c717..ad1ba7c6cf7 100644 --- a/metrics/windows-msvc-release/render-tests/zoom-visibility/below/metrics.json +++ b/metrics/windows-msvc-release/render-tests/zoom-visibility/below/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/zoom-visibility/in-range/metrics.json b/metrics/windows-msvc-release/render-tests/zoom-visibility/in-range/metrics.json index a9262cad3a1..0031781153a 100644 --- a/metrics/windows-msvc-release/render-tests/zoom-visibility/in-range/metrics.json +++ b/metrics/windows-msvc-release/render-tests/zoom-visibility/in-range/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/zoom-visibility/out-of-range/metrics.json b/metrics/windows-msvc-release/render-tests/zoom-visibility/out-of-range/metrics.json index a00f95be78e..1be13b07f38 100644 --- a/metrics/windows-msvc-release/render-tests/zoom-visibility/out-of-range/metrics.json +++ b/metrics/windows-msvc-release/render-tests/zoom-visibility/out-of-range/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/zoom-visibility/was-above/metrics.json b/metrics/windows-msvc-release/render-tests/zoom-visibility/was-above/metrics.json index b51667187e3..4d504053c7a 100644 --- a/metrics/windows-msvc-release/render-tests/zoom-visibility/was-above/metrics.json +++ b/metrics/windows-msvc-release/render-tests/zoom-visibility/was-above/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/zoom-visibility/was-below/metrics.json b/metrics/windows-msvc-release/render-tests/zoom-visibility/was-below/metrics.json index 01b432fe214..e30b6a8224f 100644 --- a/metrics/windows-msvc-release/render-tests/zoom-visibility/was-below/metrics.json +++ b/metrics/windows-msvc-release/render-tests/zoom-visibility/was-below/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/zoomed-fill/default/metrics.json b/metrics/windows-msvc-release/render-tests/zoomed-fill/default/metrics.json index ca6ff8e3338..15742bd2d9e 100644 --- a/metrics/windows-msvc-release/render-tests/zoomed-fill/default/metrics.json +++ b/metrics/windows-msvc-release/render-tests/zoomed-fill/default/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/zoomed-raster/fractional/metrics.json b/metrics/windows-msvc-release/render-tests/zoomed-raster/fractional/metrics.json index 4859f4afb12..0f05c16ab79 100644 --- a/metrics/windows-msvc-release/render-tests/zoomed-raster/fractional/metrics.json +++ b/metrics/windows-msvc-release/render-tests/zoomed-raster/fractional/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/zoomed-raster/overzoom/metrics.json b/metrics/windows-msvc-release/render-tests/zoomed-raster/overzoom/metrics.json index 10305579d18..bf90ca9af08 100644 --- a/metrics/windows-msvc-release/render-tests/zoomed-raster/overzoom/metrics.json +++ b/metrics/windows-msvc-release/render-tests/zoomed-raster/overzoom/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/metrics/windows-msvc-release/render-tests/zoomed-raster/underzoom/metrics.json b/metrics/windows-msvc-release/render-tests/zoomed-raster/underzoom/metrics.json index 50f1262c46f..5003122a5bc 100644 --- a/metrics/windows-msvc-release/render-tests/zoomed-raster/underzoom/metrics.json +++ b/metrics/windows-msvc-release/render-tests/zoomed-raster/underzoom/metrics.json @@ -32,4 +32,4 @@ ] ] ] -} \ No newline at end of file +} diff --git a/misc/mb-icon-blue-circle.svg b/misc/mb-icon-blue-circle.svg index 93f8c86a50c..f0e65ed25cc 100644 --- a/misc/mb-icon-blue-circle.svg +++ b/misc/mb-icon-blue-circle.svg @@ -112,4 +112,4 @@ points="17.26,16.76 14.25,15.28 17.26,13.83 18.72,10.8 20.19,13.83 23.2,15.28 20.19,16.76 18.72,19.78 " id="polygon4306" style="fill:#4264fb" - transform="matrix(4.8529412,0,0,4.8529412,17.5,17.5)" /> \ No newline at end of file + transform="matrix(4.8529412,0,0,4.8529412,17.5,17.5)" /> diff --git a/platform/README.md b/platform/README.md index 8e2cae5cba2..3a41f103c2f 100644 --- a/platform/README.md +++ b/platform/README.md @@ -1,3 +1,3 @@ # Platforms -MapLibre Native Android and MapLibre Native iOS are **MapLibre Core Projects** and have a substantial amount of financial resources allocated to them. Learn about the different [project tiers](https://github.com/maplibre/maplibre/blob/main/PROJECT_TIERS.md#project-tiers). \ No newline at end of file +MapLibre Native Android and MapLibre Native iOS are **MapLibre Core Projects** and have a substantial amount of financial resources allocated to them. Learn about the different [project tiers](https://github.com/maplibre/maplibre/blob/main/PROJECT_TIERS.md#project-tiers). diff --git a/platform/android/.idea/runConfigurations/Benchmark.xml b/platform/android/.idea/runConfigurations/Benchmark.xml index 6ee62224434..54d789de04f 100644 --- a/platform/android/.idea/runConfigurations/Benchmark.xml +++ b/platform/android/.idea/runConfigurations/Benchmark.xml @@ -61,4 +61,4 @@