Skip to content

Commit a2bc3b4

Browse files
idsulikndeloof
authored andcommitted
fixed func arguments and reformated
Signed-off-by: Suleiman Dibirov <[email protected]>
1 parent 53b8c63 commit a2bc3b4

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

loader/extends.go

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,13 @@ func applyServiceExtends(ctx context.Context, name string, services map[string]a
128128
return merged, nil
129129
}
130130

131-
func getExtendsBaseFromFile(ctx context.Context, name, ref string, path, refPath string, opts *Options, ct *cycleTracker) (map[string]any, PostProcessor, error) {
131+
func getExtendsBaseFromFile(
132+
ctx context.Context,
133+
name, ref string,
134+
path, refPath string,
135+
opts *Options,
136+
ct *cycleTracker,
137+
) (map[string]any, PostProcessor, error) {
132138
for _, loader := range opts.ResourceLoaders {
133139
if !loader.Accept(refPath) {
134140
continue

0 commit comments

Comments
 (0)