Fix whitespace at end of file

Every text file (with the exception of test output) should end in
exactly one newline.
pull/220/head
Andreas Karlsson 4 months ago committed by Andreas Karlsson
parent aba7ce6508
commit eae05e0741
  1. 2
      .github/workflows/coverage.yml
  2. 1
      README.md
  3. 3
      contrib/pg_tde/documentation/_resource/overrides/main.html
  4. 2
      contrib/pg_tde/documentation/_resource/overrides/partials/banner.html
  5. 2
      contrib/pg_tde/documentation/_resource/overrides/partials/copyright.html
  6. 2
      contrib/pg_tde/documentation/_resource/overrides/partials/header.html
  7. 2
      contrib/pg_tde/documentation/_resource/templates/styles.scss
  8. 2
      contrib/pg_tde/documentation/docs/css/design.css
  9. 2
      contrib/pg_tde/documentation/docs/css/extra.css
  10. 2
      contrib/pg_tde/documentation/docs/css/landing.css
  11. 2
      contrib/pg_tde/documentation/docs/css/osano.css
  12. 2
      contrib/pg_tde/documentation/docs/css/postgresql.css
  13. 2
      contrib/pg_tde/documentation/docs/js/consent.js
  14. 4
      contrib/pg_tde/documentation/docs/js/promptremover.js
  15. 1
      contrib/pg_tde/documentation/mkdocs-pdf.yml
  16. 2
      contrib/pg_tde/documentation/mkdocs.yml
  17. 2
      contrib/pg_tde/documentation/requirements.txt
  18. 2
      src/libtde/Makefile

@ -61,5 +61,3 @@ jobs:
src/test/*/results
src/test/*/tmp_check
retention-days: 3

@ -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

@ -64,6 +64,3 @@
posthog.init('phc_7unoI9J6Fm0SMrfDp35xNOpCRTkOAibbffQwdGWbHnL',{api_host:'https://eu.posthog.com'})
</script>
{% endblock %}

@ -6,4 +6,4 @@
<a href="https://docs.percona.com/pg-stat-monitor/get-help.html" style="color: var(--md-typeset-a-color);">Get help from Percona</a>
</div>
</div>
</div>

@ -11,4 +11,4 @@
Material for MkDocs
</a>
{% endif %}
</div>
</div>

@ -132,4 +132,4 @@
{% include "partials/tabs.html" %}
{% endif %}
{% endif %}
</header>
</header>

@ -115,4 +115,4 @@ article div.tabbed-content--wrap * {
.md-typeset details.note {
color: #00162b;
border-color: #fff;
}
}

@ -732,4 +732,4 @@ i[warning] [class*="moji"] {
padding: 1em;
}
}
/**/
/**/

@ -10,4 +10,4 @@
.md-sidebar__inner {
font-size: 0.65rem; /* Font size */
line-height: 1.6;
}
}

@ -298,4 +298,4 @@ a.splash-card img {
[data-news] [data-article] {
flex: 1 1 100%;
}
}
}

@ -203,4 +203,4 @@
.osano-cm-dialog--type_bar .osano-cm-dialog__buttons {
max-width: 20em;
}
}
}

@ -58,4 +58,4 @@
.superNav,
.md-nav__source {
background-color: var(--night500);
}
}

@ -3,4 +3,4 @@ if (consent && consent.custom) {
/* The user accepted the cookie */
} else {
/* The user rejected the cookie */
}
}

@ -38,7 +38,3 @@ document.addEventListener("DOMContentLoaded", function(){
commandButtonElement.item(0).setAttribute("data-clipboard-text", trueCommand);
}
});

@ -13,4 +13,3 @@ extra_css:
markdown_extensions:
pymdownx.tabbed: {}
admonition: {}

@ -185,5 +185,3 @@ nav:
- release-notes/mvp.md
- uninstall.md
- contribute.md

@ -16,4 +16,4 @@ mkdocs-meta-descriptions-plugin
mike
mkdocs-glightbox
Pillow > 10.1.0
mkdocs-open-in-new-tab
mkdocs-open-in-new-tab

@ -7,4 +7,4 @@ include $(top_srcdir)/contrib/pg_tde/Makefile.tools
all: tdelibs
install: all
install: all

Loading…
Cancel
Save