From 000a5cc80a451b3d512e30041fcd210a6afe3841 Mon Sep 17 00:00:00 2001 From: Daniel Rainer Date: Mon, 2 Feb 2026 17:53:11 +0100 Subject: [PATCH] format: add final newlines to files Part of #12408 --- share/tools/web_config/fishconfig.css | 2 +- share/tools/web_config/fishconfig_print.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/share/tools/web_config/fishconfig.css b/share/tools/web_config/fishconfig.css index 255ae969b..f7b53ed57 100644 --- a/share/tools/web_config/fishconfig.css +++ b/share/tools/web_config/fishconfig.css @@ -740,4 +740,4 @@ button.delete_button:hover { .print_only { display: none; -} \ No newline at end of file +} diff --git a/share/tools/web_config/fishconfig_print.css b/share/tools/web_config/fishconfig_print.css index 3117a54cc..4ebeafc9d 100644 --- a/share/tools/web_config/fishconfig_print.css +++ b/share/tools/web_config/fishconfig_print.css @@ -28,4 +28,4 @@ body { #ancestor { width: 100%; box-shadow: none; -} \ No newline at end of file +}