Commit 908a3b3c authored by nanahira's avatar nanahira

lint

parent 5b1da499
Pipeline #5447 failed with stages
in 4 minutes and 21 seconds
......@@ -173,7 +173,7 @@ export class AppService extends ConsoleLogger {
this.error(
`Failed checking out to new branch ${branchName}, would retry with another branch: ${e.toString()}`,
);
return this.checkoutCorrectBranch(true, fetch, newBranchOffset + 1)
return this.checkoutCorrectBranch(true, fetch, newBranchOffset + 1);
}
try {
await this.git.raw(['rm', '-rf', '.']);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment