Skip to content

Commit 0bca084

Browse files
committed
Whitespace cleanup
1 parent 18be040 commit 0bca084

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

bin/regenerate.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -74,13 +74,13 @@ function add_simple_schemas() {
7474
$title = 'Media Item';
7575
$plural = 'media';
7676
break;
77-
77+
7878
case 'rendered-block':
7979
$key = 'rendered-blocks';
8080
$title = 'Rendered Block';
8181
$plural = 'Rendered Blocks';
8282
break;
83-
83+
8484
case 'settings':
8585
$key = 'settings';
8686
$title = 'Site Setting';
@@ -95,13 +95,13 @@ function add_simple_schemas() {
9595
case 'type':
9696
$key = 'post-types';
9797
break;
98-
98+
9999
case 'wp_block':
100100
$key = 'blocks';
101101
$title = 'Editor Block';
102102
$plural = 'Editor Blocks';
103103
break;
104-
104+
105105
case 'wp_block-revision':
106106
$key = 'block-revisions';
107107
$title = 'Block Revision';

0 commit comments

Comments
 (0)