Skip to content

Commit

Permalink
Formatting fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
dmsnell committed Mar 25, 2022
1 parent bc1f535 commit 4a77541
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/blocks/src/api/serializer.js
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ export function getCommentDelimitedContent(
* serialized attributes and content form from the current state of the block.
*
* @param {WPBlock} block Block instance.
* @param {WPBlockSerializationOptions} options Serialization options.
* @param {WPBlockSerializationOptions} options Serialization options.
*
* @return {string} Serialized block.
*/
Expand Down
2 changes: 1 addition & 1 deletion packages/blocks/src/api/test/serializer.js
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ describe( 'block serializer', () => {
attrs: {},
innerHTML: '<p>Not a quote</p>',
innerBlocks: [],
innerContent: ['<p>Not a quote</p>'],
innerContent: [ '<p>Not a quote</p>' ],
},
};

Expand Down

0 comments on commit 4a77541

Please sign in to comment.