Make WordPress Core


Ignore:
Timestamp:
09/08/2023 10:01:14 AM (14 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/rest-api/rest-block-type-controller.php

    r55673 r56548  
    139139        $data     = $response->get_data();
    140140        $this->assertSameSets( array( $block_styles ), $data['styles'] );
    141 
    142141    }
    143142
     
    180179        );
    181180        $this->assertSameSets( $expected, $data['styles'] );
    182 
    183181    }
    184182
     
    264262        $this->assertNull( $data['editor_style'] );
    265263        $this->assertNull( $data['style'] );
    266 
    267264    }
    268265
     
    580577        $this->assertArrayHasKey( 'editor_style', $properties );
    581578        $this->assertArrayHasKey( 'style', $properties );
    582 
    583579    }
    584580
Note: See TracChangeset for help on using the changeset viewer.