Skip to content

Commit

Permalink
serializeBlock fix ESLint warning (#41763)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mamaduka authored Jun 16, 2022
1 parent 7b47756 commit 9161c28
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/blocks/src/api/serializer.js
Original file line number Diff line number Diff line change
Expand Up @@ -340,8 +340,8 @@ export function getCommentDelimitedContent(
* Returns the content of a block, including comment delimiters, determining
* serialized attributes and content form from the current state of the block.
*
* @param {WPBlock} block Block instance.
* @param {WPBlockSerializationOptions} options Serialization options.
* @param {WPBlock} block Block instance.
* @param {WPBlockSerializationOptions} options Serialization options.
*
* @return {string} Serialized block.
*/
Expand Down

0 comments on commit 9161c28

Please sign in to comment.