From eae05e0741cee58a6a423f8abb2a2294468502b9 Mon Sep 17 00:00:00 2001 From: Andreas Karlsson Date: Tue, 6 May 2025 18:49:43 +0200 Subject: [PATCH] Fix whitespace at end of file Every text file (with the exception of test output) should end in exactly one newline. --- .github/workflows/coverage.yml | 2 -- README.md | 1 - contrib/pg_tde/documentation/_resource/overrides/main.html | 3 --- .../documentation/_resource/overrides/partials/banner.html | 2 +- .../documentation/_resource/overrides/partials/copyright.html | 2 +- .../documentation/_resource/overrides/partials/header.html | 2 +- contrib/pg_tde/documentation/_resource/templates/styles.scss | 2 +- contrib/pg_tde/documentation/docs/css/design.css | 2 +- contrib/pg_tde/documentation/docs/css/extra.css | 2 +- contrib/pg_tde/documentation/docs/css/landing.css | 2 +- contrib/pg_tde/documentation/docs/css/osano.css | 2 +- contrib/pg_tde/documentation/docs/css/postgresql.css | 2 +- contrib/pg_tde/documentation/docs/js/consent.js | 2 +- contrib/pg_tde/documentation/docs/js/promptremover.js | 4 ---- contrib/pg_tde/documentation/mkdocs-pdf.yml | 1 - contrib/pg_tde/documentation/mkdocs.yml | 2 -- contrib/pg_tde/documentation/requirements.txt | 2 +- src/libtde/Makefile | 2 +- 18 files changed, 12 insertions(+), 25 deletions(-) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 805be41ba7a..10b58784bdc 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -61,5 +61,3 @@ jobs: src/test/*/results src/test/*/tmp_check retention-days: 3 - - diff --git a/README.md b/README.md index 4501f53904c..afb02c0f108 100644 --- a/README.md +++ b/README.md @@ -35,4 +35,3 @@ Specific - include as much detail as possible, such as which version, which envi Unique - do not duplicate existing tickets Scoped to a single issue - only one issue per report - diff --git a/contrib/pg_tde/documentation/_resource/overrides/main.html b/contrib/pg_tde/documentation/_resource/overrides/main.html index 6aef80e6c1b..7e90c9be772 100644 --- a/contrib/pg_tde/documentation/_resource/overrides/main.html +++ b/contrib/pg_tde/documentation/_resource/overrides/main.html @@ -64,6 +64,3 @@ posthog.init('phc_7unoI9J6Fm0SMrfDp35xNOpCRTkOAibbffQwdGWbHnL',{api_host:'https://eu.posthog.com'}) {% endblock %} - - - diff --git a/contrib/pg_tde/documentation/_resource/overrides/partials/banner.html b/contrib/pg_tde/documentation/_resource/overrides/partials/banner.html index fb26631493f..1553c0301cc 100644 --- a/contrib/pg_tde/documentation/_resource/overrides/partials/banner.html +++ b/contrib/pg_tde/documentation/_resource/overrides/partials/banner.html @@ -6,4 +6,4 @@ Get help from Percona - \ No newline at end of file + diff --git a/contrib/pg_tde/documentation/_resource/overrides/partials/copyright.html b/contrib/pg_tde/documentation/_resource/overrides/partials/copyright.html index dd0f101fad6..95c8eaf6cf7 100644 --- a/contrib/pg_tde/documentation/_resource/overrides/partials/copyright.html +++ b/contrib/pg_tde/documentation/_resource/overrides/partials/copyright.html @@ -11,4 +11,4 @@ Material for MkDocs {% endif %} - \ No newline at end of file + diff --git a/contrib/pg_tde/documentation/_resource/overrides/partials/header.html b/contrib/pg_tde/documentation/_resource/overrides/partials/header.html index 2d0d6e7401a..1983ab1baef 100644 --- a/contrib/pg_tde/documentation/_resource/overrides/partials/header.html +++ b/contrib/pg_tde/documentation/_resource/overrides/partials/header.html @@ -132,4 +132,4 @@ {% include "partials/tabs.html" %} {% endif %} {% endif %} - \ No newline at end of file + diff --git a/contrib/pg_tde/documentation/_resource/templates/styles.scss b/contrib/pg_tde/documentation/_resource/templates/styles.scss index fc9bc9fce52..ccbbe96de6e 100644 --- a/contrib/pg_tde/documentation/_resource/templates/styles.scss +++ b/contrib/pg_tde/documentation/_resource/templates/styles.scss @@ -115,4 +115,4 @@ article div.tabbed-content--wrap * { .md-typeset details.note { color: #00162b; border-color: #fff; -} \ No newline at end of file +} diff --git a/contrib/pg_tde/documentation/docs/css/design.css b/contrib/pg_tde/documentation/docs/css/design.css index 2e14d20e585..f4861d6db7a 100644 --- a/contrib/pg_tde/documentation/docs/css/design.css +++ b/contrib/pg_tde/documentation/docs/css/design.css @@ -732,4 +732,4 @@ i[warning] [class*="moji"] { padding: 1em; } } -/**/ \ No newline at end of file +/**/ diff --git a/contrib/pg_tde/documentation/docs/css/extra.css b/contrib/pg_tde/documentation/docs/css/extra.css index c857532bb87..f5a28052fc9 100644 --- a/contrib/pg_tde/documentation/docs/css/extra.css +++ b/contrib/pg_tde/documentation/docs/css/extra.css @@ -10,4 +10,4 @@ .md-sidebar__inner { font-size: 0.65rem; /* Font size */ line-height: 1.6; -} \ No newline at end of file +} diff --git a/contrib/pg_tde/documentation/docs/css/landing.css b/contrib/pg_tde/documentation/docs/css/landing.css index df69386e85e..1e6eddc72ae 100644 --- a/contrib/pg_tde/documentation/docs/css/landing.css +++ b/contrib/pg_tde/documentation/docs/css/landing.css @@ -298,4 +298,4 @@ a.splash-card img { [data-news] [data-article] { flex: 1 1 100%; } -} \ No newline at end of file +} diff --git a/contrib/pg_tde/documentation/docs/css/osano.css b/contrib/pg_tde/documentation/docs/css/osano.css index b89fa6ac210..79565a16100 100644 --- a/contrib/pg_tde/documentation/docs/css/osano.css +++ b/contrib/pg_tde/documentation/docs/css/osano.css @@ -203,4 +203,4 @@ .osano-cm-dialog--type_bar .osano-cm-dialog__buttons { max-width: 20em; } -} \ No newline at end of file +} diff --git a/contrib/pg_tde/documentation/docs/css/postgresql.css b/contrib/pg_tde/documentation/docs/css/postgresql.css index e5d70d97d7e..f0931b48906 100644 --- a/contrib/pg_tde/documentation/docs/css/postgresql.css +++ b/contrib/pg_tde/documentation/docs/css/postgresql.css @@ -58,4 +58,4 @@ .superNav, .md-nav__source { background-color: var(--night500); -} \ No newline at end of file +} diff --git a/contrib/pg_tde/documentation/docs/js/consent.js b/contrib/pg_tde/documentation/docs/js/consent.js index b6f8a8ac0a3..4ff680d8a79 100644 --- a/contrib/pg_tde/documentation/docs/js/consent.js +++ b/contrib/pg_tde/documentation/docs/js/consent.js @@ -3,4 +3,4 @@ if (consent && consent.custom) { /* The user accepted the cookie */ } else { /* The user rejected the cookie */ -} \ No newline at end of file +} diff --git a/contrib/pg_tde/documentation/docs/js/promptremover.js b/contrib/pg_tde/documentation/docs/js/promptremover.js index aef117323fb..a6241fd80d2 100644 --- a/contrib/pg_tde/documentation/docs/js/promptremover.js +++ b/contrib/pg_tde/documentation/docs/js/promptremover.js @@ -38,7 +38,3 @@ document.addEventListener("DOMContentLoaded", function(){ commandButtonElement.item(0).setAttribute("data-clipboard-text", trueCommand); } }); - - - - diff --git a/contrib/pg_tde/documentation/mkdocs-pdf.yml b/contrib/pg_tde/documentation/mkdocs-pdf.yml index fc87289bae4..990732fb250 100644 --- a/contrib/pg_tde/documentation/mkdocs-pdf.yml +++ b/contrib/pg_tde/documentation/mkdocs-pdf.yml @@ -13,4 +13,3 @@ extra_css: markdown_extensions: pymdownx.tabbed: {} admonition: {} - diff --git a/contrib/pg_tde/documentation/mkdocs.yml b/contrib/pg_tde/documentation/mkdocs.yml index 91ac69b6bfb..d5bd75513b4 100644 --- a/contrib/pg_tde/documentation/mkdocs.yml +++ b/contrib/pg_tde/documentation/mkdocs.yml @@ -185,5 +185,3 @@ nav: - release-notes/mvp.md - uninstall.md - contribute.md - - diff --git a/contrib/pg_tde/documentation/requirements.txt b/contrib/pg_tde/documentation/requirements.txt index b3ee7d78e70..6e1ce130085 100644 --- a/contrib/pg_tde/documentation/requirements.txt +++ b/contrib/pg_tde/documentation/requirements.txt @@ -16,4 +16,4 @@ mkdocs-meta-descriptions-plugin mike mkdocs-glightbox Pillow > 10.1.0 -mkdocs-open-in-new-tab \ No newline at end of file +mkdocs-open-in-new-tab diff --git a/src/libtde/Makefile b/src/libtde/Makefile index 57c72e1d6bb..fbe8d7db049 100644 --- a/src/libtde/Makefile +++ b/src/libtde/Makefile @@ -7,4 +7,4 @@ include $(top_srcdir)/contrib/pg_tde/Makefile.tools all: tdelibs -install: all \ No newline at end of file +install: all