Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
Signed-off-by: Michal Vala <[email protected]>
  • Loading branch information
sparkoo committed Aug 5, 2021
1 parent 53fe2a5 commit 47281e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/tasks/che.ts
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ export class CheTasks {
if (await this.skipKeycloakDeploy()) {
task.title = `${task.title}...skipped`
return {
task: () => {}
task: () => {},
}
}
return this.kubeTasks.podStartTasks(this.keycloakSelector, this.cheNamespace)
Expand Down Expand Up @@ -272,7 +272,7 @@ export class CheTasks {
if (await this.skipKeycloakDeploy()) {
task.title = `${task.title}...skipped`
return {
task: () => {}
task: () => {},
}
}
await this.kube.scaleDeployment(this.keycloakDeploymentName, this.cheNamespace, 1)
Expand Down

0 comments on commit 47281e8

Please sign in to comment.