Skip to content

Commit 88da558

Browse files
chore: minor reformating change
1 parent f27caa9 commit 88da558

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

gitanalyzed.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,8 +112,7 @@ calculateTagStatistics() {
112112
echo "" >>"$GITANALYZED_FOLDER/$FILENAME_TAG_STATISTICS"
113113

114114
start_tag=""
115-
for tag in $(git tag --sort=-taggerdate)
116-
do
115+
for tag in $(git tag --sort=-taggerdate); do
117116
if [ -n "$start_tag" ]; then
118117
calculateCommitsPerTag "$start_tag" "$tag"
119118
fi

0 commit comments

Comments
 (0)