Skip to content

Commit

Permalink
Formatting fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-cico committed Sep 14, 2023
1 parent 40f1c87 commit d31d8f8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ func (h HelmHandler) DoWork(ctx handlerspi.HandlerContext) result.Result {
return h.HelmUpgradeOrInstall(ctx)
}

func (h HelmHandler)CheckDependencies(context handlerspi.HandlerContext) result.Result {
func (h HelmHandler) CheckDependencies(context handlerspi.HandlerContext) result.Result {
return result.NewResult()
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ func (h HelmHandler) PreWork(ctx handlerspi.HandlerContext) result.Result {
return result.NewResult()
}

func (h HelmHandler)CheckDependencies(context handlerspi.HandlerContext) result.Result {
func (h HelmHandler) CheckDependencies(context handlerspi.HandlerContext) result.Result {
return result.NewResult()
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ func (h HelmHandler) PreWork(ctx handlerspi.HandlerContext) result.Result {
return result.NewResult()
}

func (h HelmHandler)CheckDependencies(context handlerspi.HandlerContext) result.Result {
func (h HelmHandler) CheckDependencies(context handlerspi.HandlerContext) result.Result {
return result.NewResult()
}

Expand Down

0 comments on commit d31d8f8

Please sign in to comment.