Skip to content

Commit

Permalink
Fix formatting (#1765)
Browse files Browse the repository at this point in the history
Signed-off-by: Mykola Morhun <[email protected]>
  • Loading branch information
mmorhun authored Oct 13, 2021
1 parent 735e1ac commit d3d8fa5
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/tasks/platforms/platform.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,17 +25,11 @@ import { OpenshiftTasks } from './openshift'
*/
export class PlatformTasks {
protected minikubeTasks: MinikubeTasks

protected microk8sTasks: MicroK8sTasks

protected minishiftTasks: MinishiftTasks

protected openshiftTasks: OpenshiftTasks

protected k8sTasks: K8sTasks

protected crc: CRCHelper

protected dockerDesktopTasks: DockerDesktopTasks

constructor(flags: any) {
Expand Down

0 comments on commit d3d8fa5

Please sign in to comment.