Skip to content

Commit 01c2a36

Browse files
committed
Fix alignment issue
1 parent 7a84ab5 commit 01c2a36

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/parser/test-synced-patterns.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -172,8 +172,8 @@ public function test_missing_synced_pattern() {
172172

173173
$expected_blocks = [
174174
[
175-
'name' => 'core/block',
176-
'attributes' => [
175+
'name' => 'core/block',
176+
'attributes' => [
177177
'ref' => -1,
178178
],
179179
// inner_blocks is omitted when empty for backwards compatibility with earlier release

0 commit comments

Comments
 (0)