Skip to content

Commit ceada44

Browse files
authored
style: ensure only one empty line at EOF (#21)
Remove extra empty lines from the `detect-secrets-git.sh` script.
1 parent 571efc1 commit ceada44

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/scripts/detect-secrets-git.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,3 @@ else
2727
echo "Scanning all the commits in the current branch '$GIT_CURRENT_BRANCH'"
2828
eval gitleaks "$GITLEAKS_ARGS" --log-opts="$GIT_BASE_BRANCH..$GIT_CURRENT_BRANCH"
2929
fi
30-
31-
32-

0 commit comments

Comments
 (0)