Make WordPress Core


Ignore:
Timestamp:
09/08/2023 10:01:14 AM (19 months ago)
Author:
SergeyBiryukov
Message:

Coding Standards: Remove superfluous blank lines at the end of various functions.

Note: This is enforced by WPCS 3.0.0.

Follow-up to [56536], [56547].

Props jrf.
See #59161, #58831.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/tests/dependencies/styles.php

    r55909 r56548  
    187187        wp_print_styles();
    188188        $this->assertSame( $expected, $wp_styles->print_html );
    189 
    190189    }
    191190
     
    280279        // No styles left to print.
    281280        $this->assertSame( $expected, get_echo( 'wp_print_styles' ) );
    282 
    283281    }
    284282
     
    305303
    306304        $this->assertSame( $expected, get_echo( 'wp_print_styles' ) );
    307 
    308305    }
    309306
     
    320317
    321318        $this->assertSame( $expected, get_echo( 'wp_print_styles' ) );
    322 
    323319    }
    324320
Note: See TracChangeset for help on using the changeset viewer.