Fix coding standards with phpcbf

This commit is contained in:
IanDelMar 2023-10-10 13:07:42 +00:00 committed by github-actions[bot]
parent d710e3f506
commit f014e3316c
1 changed files with 2 additions and 1 deletions

View File

@ -36,4 +36,5 @@ do_action( 'woocommerce_before_account_downloads', $has_downloads ); ?>
<?php endif; ?>
<?php do_action( 'woocommerce_after_account_downloads', $has_downloads ); ?>
<?php
do_action( 'woocommerce_after_account_downloads', $has_downloads );