Skip to content

Commit

Permalink
make lint
Browse files Browse the repository at this point in the history
  • Loading branch information
benbenben2 committed Dec 16, 2024
1 parent 4d916d9 commit 1b4c166
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cgi/product_multilingual.pl
Original file line number Diff line number Diff line change
Expand Up @@ -934,7 +934,7 @@ sub add_parent_if_missing {
}
}

return;
return;
}

if (($action eq 'display') and (($type eq 'add') or ($type eq 'edit'))) {
Expand Down
2 changes: 1 addition & 1 deletion lib/ProductOpener/Display.pm
Original file line number Diff line number Diff line change
Expand Up @@ -10501,7 +10501,7 @@ sub add_parent_if_missing {
}
}

return;
return;
}

=head2 nutrient_in_rows ( $parent_nid, $rows_ref )
Expand Down

0 comments on commit 1b4c166

Please sign in to comment.