Skip to content

Commit

Permalink
fixed func arguments and reformated
Browse files Browse the repository at this point in the history
Signed-off-by: Suleiman Dibirov <[email protected]>
  • Loading branch information
idsulik authored and ndeloof committed Jul 2, 2024
1 parent 53b8c63 commit a2bc3b4
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion loader/extends.go
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,13 @@ func applyServiceExtends(ctx context.Context, name string, services map[string]a
return merged, nil
}

func getExtendsBaseFromFile(ctx context.Context, name, ref string, path, refPath string, opts *Options, ct *cycleTracker) (map[string]any, PostProcessor, error) {
func getExtendsBaseFromFile(
ctx context.Context,
name, ref string,
path, refPath string,
opts *Options,
ct *cycleTracker,
) (map[string]any, PostProcessor, error) {
for _, loader := range opts.ResourceLoaders {
if !loader.Accept(refPath) {
continue
Expand Down

0 comments on commit a2bc3b4

Please sign in to comment.