Skip to content

Commit

Permalink
Fixed format
Browse files Browse the repository at this point in the history
Signed-off-by: intetinte <[email protected]>
  • Loading branch information
intetinte authored Feb 26, 2024
1 parent 95b103b commit 1919233
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/chartutil/dependencies_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -301,8 +301,8 @@ func TestProcessDependencyImportValuesMultiLevelPrecedence(t *testing.T) {
e["app3.service.port"] = "9090"
e["app4.service.port"] = "1234"
e["app5.service.port"] = "9090"
e["app6.service.port"] = "9090"
e["app7.service.port"] = "9090"
e["app6.service.port"] = "9090"
e["app7.service.port"] = "9090"
if err := processDependencyImportValues(c, true); err != nil {
t.Fatalf("processing import values dependencies %v", err)
}
Expand Down

0 comments on commit 1919233

Please sign in to comment.