Skip to content

Commit 4c84dfa

Browse files
committed
Resolve linter complaint about formatting
Signed-off-by: [email protected] <[email protected]>
1 parent 545544e commit 4c84dfa

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

controllers/mutation_reconcile_looper.go

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

415416
pRef, err := resolveReference(l, refPath, compvers, octx)
416417
if err != nil {

0 commit comments

Comments
 (0)