Skip to content

Commit 545544e

Browse files
committed
Resolve linter complaint about formatting
Signed-off-by: d.small@sap.com <d.small@sap.com>
1 parent de2700e commit 545544e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

controllers/mutation_reconcile_looper.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -410,8 +410,7 @@ func (m *MutationReconcileLooper) performLocalization(
410410
l configdata.LocalizationRule,
411411
localizations *localize.Substitutions,
412412
refPath []ocmmetav1.Identity,
413-
compvers ocmcore.ComponentVersionAccess,
414-
) error {
413+
compvers ocmcore.ComponentVersionAccess) error {
415414

416415
pRef, err := resolveReference(l, refPath, compvers, octx)
417416
if err != nil {
@@ -501,6 +500,7 @@ func resolveReference(
501500
if err != nil {
502501
return nil, fmt.Errorf("failed to parse access reference: %w", err)
503502
}
503+
504504
return pRef, nil
505505
}
506506

0 commit comments

Comments
 (0)