From 8b467e073e1ea90f77f1a4cc14f1d0e4fefd5297 Mon Sep 17 00:00:00 2001 From: Giulio De Pasquale Date: Sun, 17 Nov 2024 20:16:14 +0000 Subject: [PATCH] chore(commits.sh): remove unnecessary trailing newlines - Removed two trailing newline characters at the end of the file --- roles/home/scripts/commits.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/roles/home/scripts/commits.sh b/roles/home/scripts/commits.sh index cb02274..29c758e 100644 --- a/roles/home/scripts/commits.sh +++ b/roles/home/scripts/commits.sh @@ -120,5 +120,3 @@ create_pr_from_commit() { git stash pop fi } - -