Skip to content

Commit 6e53983

Browse files
committed
Fix coding style issue
1 parent 1711c00 commit 6e53983

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/phpunit/tests/abilities-api/wpRegisterAbility.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -262,6 +262,7 @@ public function test_execute_ability_no_output_schema_match(): void {
262262
self::$test_ability_args['execute_callback'] = static function (): bool {
263263
return true;
264264
};
265+
265266
$result = wp_register_ability( self::$test_ability_name, self::$test_ability_args );
266267

267268
$actual = $result->execute(

0 commit comments

Comments
 (0)