Make WordPress Core


Ignore:
Timestamp:
09/08/2023 10:01:14 AM (18 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/http/base.php

    r56547 r56548  
    315315        $this->assertNotWPError( $res );
    316316        $this->assertSame( $size, $filesize ); // Check that the file is written to disk correctly without any extra characters.
    317 
    318317    }
    319318
     
    409408        $this->skipTestOnTimeout( $res );
    410409        $this->assertSame( 'PASS', wp_remote_retrieve_body( $res ) );
    411 
    412410    }
    413411
Note: See TracChangeset for help on using the changeset viewer.