Skip to content

Commit 48796bf

Browse files
committed
fixing spaces
1 parent 5a91d7d commit 48796bf

1 file changed

Lines changed: 15 additions & 15 deletions

File tree

tests/qunit/fixtures/wp-api-generated.js

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -11135,19 +11135,19 @@ mockedApiResponse.Schema = {
1113511135
],
1113611136
"required": false
1113711137
},
11138-
"site_logo": {
11139-
"title": "Logo",
11140-
"description": "Site logo.",
11141-
"type": "integer",
11142-
"required": false
11143-
},
11144-
"site_icon": {
11145-
"title": "Icon",
11146-
"description": "Site icon.",
11147-
"type": "integer",
11148-
"required": false
11149-
}
11150-
}
11138+
"site_logo": {
11139+
"title": "Logo",
11140+
"description": "Site logo.",
11141+
"type": "integer",
11142+
"required": false
11143+
},
11144+
"site_icon": {
11145+
"title": "Icon",
11146+
"description": "Site icon.",
11147+
"type": "integer",
11148+
"required": false
11149+
}
11150+
}
1115111151
}
1115211152
],
1115311153
"_links": {
@@ -14563,6 +14563,6 @@ mockedApiResponse.settings = {
1456314563
"page_for_posts": 0,
1456414564
"default_ping_status": "open",
1456514565
"default_comment_status": "open",
14566-
"site_logo": null,
14567-
"site_icon": 0
14566+
"site_logo": null,
14567+
"site_icon": 0
1456814568
};

0 commit comments

Comments
 (0)