Skip to content

Commit

Permalink
style: ensure only one empty line at EOF (#21)
Browse files Browse the repository at this point in the history
Remove extra empty lines from the `detect-secrets-git.sh` script.
  • Loading branch information
droguljic authored Jun 17, 2024
1 parent 571efc1 commit ceada44
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/scripts/detect-secrets-git.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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



0 comments on commit ceada44

Please sign in to comment.