Make WordPress Core


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

    r54891 r56548  
    7171        $this->assertEquals( $single_entry, $mo->entries[ $single_entry->key() ] );
    7272        $this->assertSame( 'not so dragon', $mo->entries[ $single_entry->key() ]->context );
    73 
    7473    }
    7574
Note: See TracChangeset for help on using the changeset viewer.