Skip to content

Commit 86cfba4

Browse files
committed
Fix indentation
1 parent 92ed977 commit 86cfba4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

includes/class-wc-dev-helper-memberships.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ class WC_Dev_Helper_Memberships {
3535
*/
3636
public function __construct() {
3737

38-
add_filter( 'wc_memberships_plan_access_period_options', array( $this, 'add_membership_plan_access_period_options' ) );
38+
add_filter( 'wc_memberships_plan_access_period_options', array( $this, 'add_membership_plan_access_period_options' ) );
3939
}
4040

4141

0 commit comments

Comments
 (0)