remove unnecessary util.Dedup
and util.RightJoinMap
methods
#4215
Annotations
2 errors
test:
pkg/build/compile.go#L1
Please run goimports.
diff --git a/pkg/build/compile.go b/pkg/build/compile.go
index c68136b..5a66ee7 100644
--- a/pkg/build/compile.go
+++ b/pkg/build/compile.go
@@ -245,7 +245,7 @@ func (c *Compiled) compilePipeline(ctx context.Context, sm *SubstitutionMap, pip
}
if parent != nil {
-
+
with = util.RightJoinMap(parent, with)
}
|
test
Process completed with exit code 1.
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
diff
|
339 Bytes |
|