Add newlines before some headings in licenses.md (#25035)

Release Notes:

- N/A
This commit is contained in:
Michael Sloan 2025-02-17 12:59:06 -07:00 committed by GitHub
parent aa4c438f83
commit 5eadeb67b0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -11,10 +11,10 @@ TEMPLATE_FILE="script/licenses/template.md.hbs"
echo -e "# ###### THEME LICENSES ######\n" >> $OUTPUT_FILE
cat assets/themes/LICENSES >> $OUTPUT_FILE
echo -e "# ###### ICON LICENSES ######\n" >> $OUTPUT_FILE
echo -e "\n# ###### ICON LICENSES ######\n" >> $OUTPUT_FILE
cat assets/icons/LICENSES >> $OUTPUT_FILE
echo -e "# ###### CODE LICENSES ######\n" >> $OUTPUT_FILE
echo -e "\n# ###### CODE LICENSES ######\n" >> $OUTPUT_FILE
if ! cargo install --list | grep "cargo-about v$CARGO_ABOUT_VERSION" > /dev/null; then
echo "Installing cargo-about@$CARGO_ABOUT_VERSION..."