From ceada449dfdc42f99af65585e19e98e40c4a1ca5 Mon Sep 17 00:00:00 2001 From: droguljic <1875821+droguljic@users.noreply.github.com> Date: Mon, 17 Jun 2024 15:30:19 +0200 Subject: [PATCH] style: ensure only one empty line at EOF (#21) Remove extra empty lines from the `detect-secrets-git.sh` script. --- src/scripts/detect-secrets-git.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/scripts/detect-secrets-git.sh b/src/scripts/detect-secrets-git.sh index 865720f..45d9768 100644 --- a/src/scripts/detect-secrets-git.sh +++ b/src/scripts/detect-secrets-git.sh @@ -27,6 +27,3 @@ else echo "Scanning all the commits in the current branch '$GIT_CURRENT_BRANCH'" eval gitleaks "$GITLEAKS_ARGS" --log-opts="$GIT_BASE_BRANCH..$GIT_CURRENT_BRANCH" fi - - -