Make WordPress Core


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

    r55584 r56548  
    141141        delete_user_meta( self::$author_id, $key, $val );
    142142        $this->assertSame( '', get_user_meta( self::$author_id, $key, true ) );
    143 
    144143    }
    145144
     
    19411940        $this->assertSame( 'Longitude', $actual['data'][1]['data'][3]['name'] );
    19421941        $this->assertSame( '-84.5143900', $actual['data'][1]['data'][3]['value'] );
    1943 
    19441942    }
    19451943
Note: See TracChangeset for help on using the changeset viewer.