Skip to content

Commit

Permalink
chore: remove multiple empty trailing newlines
Browse files Browse the repository at this point in the history
 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
  • Loading branch information
nyurik committed Jan 24, 2025
1 parent c7b63cd commit 585e856
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

2 changes: 1 addition & 1 deletion bin/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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()
endif()
1 change: 0 additions & 1 deletion platform/ios/benchmark/assets/readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,3 @@ verify the font list and run download.sh

4. tiles
run download.sh

1 change: 0 additions & 1 deletion platform/ios/resources/metal-cpp-ignores.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,3 @@ null:vendor/metal-cpp/*

# `NS::String*` implicit cast to `NS::Object*` in Context::createProgram
alignment:src/mbgl/mtl/context.cpp

0 comments on commit 585e856

Please sign in to comment.