From 585e856d79361bf81731c810faa8b6908f9f46f8 Mon Sep 17 00:00:00 2001 From: Yuri Astrakhan Date: Thu, 23 Jan 2025 23:40:55 -0500 Subject: [PATCH] chore: remove multiple empty trailing newlines Some IDEs auto-fix these, and ensure there is at least one, so easier to keep them clean-ish in the repo with a single commit --- .github/ISSUE_TEMPLATE/config.yml | 1 - bin/CMakeLists.txt | 2 +- platform/ios/benchmark/assets/readme.txt | 1 - platform/ios/resources/metal-cpp-ignores.txt | 1 - 4 files changed, 1 insertion(+), 4 deletions(-) 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/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/platform/ios/benchmark/assets/readme.txt b/platform/ios/benchmark/assets/readme.txt index 7dafa8a73fa..88803401cff 100644 --- a/platform/ios/benchmark/assets/readme.txt +++ b/platform/ios/benchmark/assets/readme.txt @@ -32,4 +32,3 @@ verify the font list and run download.sh 4. tiles run download.sh - diff --git a/platform/ios/resources/metal-cpp-ignores.txt b/platform/ios/resources/metal-cpp-ignores.txt index f14d8fad79f..342fb57e11a 100644 --- a/platform/ios/resources/metal-cpp-ignores.txt +++ b/platform/ios/resources/metal-cpp-ignores.txt @@ -4,4 +4,3 @@ null:vendor/metal-cpp/* # `NS::String*` implicit cast to `NS::Object*` in Context::createProgram alignment:src/mbgl/mtl/context.cpp -