From d53f83eae6f2df1ed9cb7fc73bddb522120bfc56 Mon Sep 17 00:00:00 2001 From: Trent Millar Date: Mon, 15 Sep 2025 11:16:53 -0600 Subject: [PATCH] Update files to ensure proper formatting and add newlines at the end - Added a newline at the end of CONTRIBUTING.md. - Added a newline at the end of install.ps1. - Added a newline at the end of requirements.txt. - Added a newline at the end of release.yml. --- .github/workflows/release.yml | 2 +- CONTRIBUTING.md | 2 +- install.ps1 | 2 +- requirements.txt | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2f83a0c..328e130 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -161,4 +161,4 @@ jobs: git add install.sh git commit -m "Update install.sh with repository owner [skip ci]" git push - fi \ No newline at end of file + fi diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index c8e6314..55cbad5 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -98,4 +98,4 @@ Contributors get mentioned in: --- -**Thanks for making Plex File Renamer better! 🎬** \ No newline at end of file +**Thanks for making Plex File Renamer better! 🎬** diff --git a/install.ps1 b/install.ps1 index b50c89c..fe0a6a5 100644 --- a/install.ps1 +++ b/install.ps1 @@ -229,4 +229,4 @@ Write-Host "" if (-not $isAdmin) { Write-Host "Note: For permanent PATH update, run this script as Administrator" -ForegroundColor Yellow -} \ No newline at end of file +} diff --git a/requirements.txt b/requirements.txt index 249c88d..4ba1e0f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ ffmpeg-python>=0.2.0 -requests>=2.31.0 \ No newline at end of file +requests>=2.31.0