Skip to content

Commit

Permalink
style: auto format
Browse files Browse the repository at this point in the history
  • Loading branch information
korthout committed Mar 30, 2024
1 parent 34d8598 commit c36b5ac
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/backport.ts
Original file line number Diff line number Diff line change
Expand Up @@ -235,13 +235,12 @@ export class Backport {
}

try {

const branchname = utils.replacePlaceholders(
this.config.pull.branch_name,
mainpr,
target,
);

console.log(`Start backport to ${branchname}`);
try {
await this.git.checkout(
Expand Down

0 comments on commit c36b5ac

Please sign in to comment.