Skip to content

Commit

Permalink
Block Library: Fix Prettier error (#41916)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mamaduka committed Jun 23, 2022
1 parent a94c228 commit ea8590e
Showing 1 changed file with 2 additions and 3 deletions.
Expand Up @@ -29,9 +29,8 @@ export default function useOutdentListItem( clientId ) {
},
[ clientId ]
);
const { replaceBlocks, selectionChange, multiSelect } = useDispatch(
blockEditorStore
);
const { replaceBlocks, selectionChange, multiSelect } =
useDispatch( blockEditorStore );
const {
getBlockRootClientId,
getBlockAttributes,
Expand Down

0 comments on commit ea8590e

Please sign in to comment.