Skip to content

Commit 72ce3b1

Browse files
committed
feat(template.sh): reformat code
Change the code indentation distance for more beauty.
1 parent 39cb840 commit 72ce3b1

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

template.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -97,10 +97,10 @@ ${CLOSED_ISSUES}${RESET}\n\n"
9797
# Git commit
9898
RESULT_CODE=$?
9999
if [ "$RESULT_CODE" = 0 ]; then
100-
git commit -m "${TYPE}${SCOPE}: ${SHORT_DESC}
101-
${LONG_DESC}
102-
${BREAKING_CHANGES}
103-
${CLOSED_ISSUES}"
100+
git commit -m " ${TYPE}${SCOPE}: ${SHORT_DESC}
101+
${LONG_DESC}
102+
${BREAKING_CHANGES}
103+
${CLOSED_ISSUES}"
104104
else
105105
printf "\n${RED}❌ An error occurred. Please try again.${RESET}\n"
106106
fi

0 commit comments

Comments
 (0)