From 64c57389ec80e901daae13f14f713d1fb4cc10c8 Mon Sep 17 00:00:00 2001 From: Batkhuu Byambajav Date: Tue, 29 Jul 2025 14:21:45 +0900 Subject: [PATCH] art: Fix missing newline at end of file in plugins schema files. --- docs/schema/plugins.json | 2 +- docs/schema/plugins/external/awesome-nav.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/schema/plugins.json b/docs/schema/plugins.json index ac12be9b7..4d019eb05 100644 --- a/docs/schema/plugins.json +++ b/docs/schema/plugins.json @@ -137,4 +137,4 @@ ] } } -} \ No newline at end of file +} diff --git a/docs/schema/plugins/external/awesome-nav.json b/docs/schema/plugins/external/awesome-nav.json index 186eafe74..20be4764e 100644 --- a/docs/schema/plugins/external/awesome-nav.json +++ b/docs/schema/plugins/external/awesome-nav.json @@ -26,4 +26,4 @@ "additionalProperties": false } ] -} \ No newline at end of file +}