Skip to content

Commit d29512c

Browse files
committed
Remove superfluous blank line.
1 parent 1cd2bb7 commit d29512c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

plugin.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,6 @@ function get_grant_types() {
7979
$grant_types = apply_filters( 'oauth2.grant_types', array() );
8080

8181
return array_filter( $grant_types, function ( $type ) {
82-
8382
return $type instanceof Type;
8483
} );
8584
}

0 commit comments

Comments
 (0)