Skip to content

Commit

Permalink
remove the extra space
Browse files Browse the repository at this point in the history
  • Loading branch information
yangyansong-adbe authored Oct 16, 2023
1 parent e436cda commit 2c60bce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/scripts/update-release-notes.js
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ var reqGet = https.request(options, function(res) {
// Find the index of the release notes header.
const releaseNotesHeaderIndex = contentArray.indexOf(releaseNotesHeader);

if (releaseFileContainsLineStartWith(`### Android BOM ${version}`) == true) {
if (releaseFileContainsLineStartWith(`### Android BOM ${version}`) == true) {
console.error("already updated")
return
}
Expand Down Expand Up @@ -173,4 +173,4 @@ function releaseFileContainsLineStartWith(lineStartWithString){
}
}

updateBOMReleaseNotes()
updateBOMReleaseNotes()

0 comments on commit 2c60bce

Please sign in to comment.