Remove unnecessary empty line in files.sh

This commit is contained in:
samedamci 2021-08-31 12:40:17 +02:00
parent 00d8f22452
commit 9a25dee96b
No known key found for this signature in database
GPG Key ID: FCB4A9A20D00E894

View File

@ -4,7 +4,6 @@
commit="git --no-pager show -q $commit_hash" commit="git --no-pager show -q $commit_hash"
limiter="-------------------------------------------------" limiter="-------------------------------------------------"
file_content="git show $commit_hash:{}" file_content="git show $commit_hash:{}"
git ls-tree -r --name-only "$commit_hash" | git ls-tree -r --name-only "$commit_hash" |