Skip to content

Commit

Permalink
Use spaces to line up.
Browse files Browse the repository at this point in the history
  • Loading branch information
apeatling authored and andrewserong committed Oct 5, 2020
1 parent 60b3e46 commit f305656
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,8 @@ private function get_patterns() {
if ( false === $block_patterns || ( defined( 'WP_DISABLE_PATTERN_CACHE' ) && WP_DISABLE_PATTERN_CACHE ) ) {
$request_url = add_query_arg(
array(
'language' => $this->get_iso_639_locale(),
'tags' => 'pattern',
'language' => $this->get_iso_639_locale(),
'tags' => 'pattern',
),
'https://public-api.wordpress.com/rest/v1/ptk/patterns'
);
Expand Down

0 comments on commit f305656

Please sign in to comment.