Skip to content

Commit

Permalink
Fix lint comments on indenting conditional statements
Browse files Browse the repository at this point in the history
  • Loading branch information
deadlycoconuts committed Sep 13, 2022
1 parent 1ad6d18 commit 12b24e1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion api/e2e/test/helpers_api_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,8 @@ func withDeployedRouter(
globalTestContext.ProjectName,
fmt.Sprintf("%s-turing-enricher-%d-0-deployment", router.Name, routerVersion.Version)))
}
if router.CurrRouterVersion.Ensembler != nil && router.CurrRouterVersion.Ensembler.Type != models.EnsemblerStandardType {
if router.CurrRouterVersion.Ensembler != nil &&
router.CurrRouterVersion.Ensembler.Type != models.EnsemblerStandardType {
require.True(t, isDeploymentExists(
globalTestContext.clusterClients,
globalTestContext.ProjectName,
Expand Down

0 comments on commit 12b24e1

Please sign in to comment.