Skip to content

Commit 83919a5

Browse files
committed
Fix spacing issues
1 parent 46b4faa commit 83919a5

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

tests/phpunit/tests/block-template-utils.php

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -192,9 +192,9 @@ public function test_build_block_template_result_from_file_template_part() {
192192
public function test_build_block_template_result_from_file_template_use_custom_properties() {
193193
$template = _build_block_template_result_from_file(
194194
array(
195-
'slug' => 'custom',
196-
'title' => 'Custom Title',
197-
'path' => DIR_TESTDATA . '/templates/template.html',
195+
'slug' => 'custom',
196+
'title' => 'Custom Title',
197+
'path' => DIR_TESTDATA . '/templates/template.html',
198198
),
199199
'wp_template'
200200
);
@@ -212,9 +212,9 @@ public function test_build_block_template_result_from_file_template_use_custom_p
212212
public function test_build_block_template_result_from_file_template_enforce_default_properties() {
213213
$template = _build_block_template_result_from_file(
214214
array(
215-
'slug' => 'single',
216-
'title' => 'Custom title',
217-
'path' => DIR_TESTDATA . '/templates/template.html',
215+
'slug' => 'single',
216+
'title' => 'Custom title',
217+
'path' => DIR_TESTDATA . '/templates/template.html',
218218
),
219219
'wp_template'
220220
);

0 commit comments

Comments
 (0)